/* top elements */
* { padding: 0; margin: 0; }

body { margin: 0; padding: 0; color: #555; font: 73%/1.5em Verdana, Arial, Helvetica, sans-serif; background: #3978c5 url(../images/klamathcounty_headerbg.jpg) no-repeat center top; text-align: center; }
p.small { font-size: 80%; }
/* links */
a { background: inherit; color: #000080; text-decoration: none; }
a:hover { background: inherit; color: #3978c5; text-decoration: underline; }

/* headers */
h1, h2, h3 { font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal;fon;line-height: normal; t-variant: normal; }
h1 { font-size: 1.7em; color: navy; }
h2 { font-size: 1.2em; font-weight: bold; }
h3 { font-size: 1.2em; font-weight: bold; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}
/* images */
img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; border-style: none; }
img a { border-style: none; }
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code { margin: 5px 0; padding: 10px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em "Lucida Console", "courier new", monospace;
  /* white-space: pre; */
  background: #fafafa; border-color: #f2f2f2 #f2f2f2 #f2f2f2 #ffb619; border-style: solid; border-width: 1px 1px 1px 3px; }
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote { margin: 15px; padding: 0 0 0 20px; background-color: #fafafa; background-position: 8px 10px; color: #666666; font: bold 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif; border-color: #f2f2f2 #f2f2f2 #f2f2f2 #ffb619; border-style: solid; border-width: 1px 1px 1px 3px; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th { background: #ffb619; height: 29px; padding-left: 11px; padding-right: 11px; color: #fff; font-weight: bold; text-align: left; border-left: 1px solid #000; border-bottom: 2px solid #000; }
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input { padding: 2px; border:solid 1px #eee; color:#777; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;f;line-height: normal; ont-variant: normal; }
textarea { width:400px; padding:2px; border:solid 1px #eee; height:100px; display:block; color:#777; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;f;line-height: normal; ont-variant: normal; }
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 902px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content { margin: 0 auto; padding: 0; position: relative; z-index: 1000; }
#header-content h1#logo {
	position: absolute;	
	font: bold 45px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -2px; 
	color: #fff;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan { position: absolute; text-transform: none; color: #fff; font: bold 12px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 265px; left: 40px; }

/* header menu (removed)*/
#header-nav { position: absolute; top: 0; right: 0; z-index: 1000; }
/* header photo */
.headerphoto {
	margin: 160px auto 0;
	width: 902px;
	height: 152px;
	background: #fff url(../images/page_top.jpg) no-repeat center top;	
}
/* Page */
#page {
	width: 902px;
	margin: 50px auto 0;
	background: url(../images/page_bkgd.jpg) repeat-y left top;
	padding: 0;
}
#page-btmbar { background-image: url(../images/bottom_bar.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: center top; margin-right: auto; margin-left: auto; }
#page-bgbtm { background: url(../images/bottom.jpg) no-repeat left bottom; margin-right: auto; margin-left: auto; padding: 20px 20px 0; }
#page-bgbtm p { color: #fff; }
#page-bgbtm a { color: #ccc; }
#page-bgbtm a:hover { color: #ffb619; text-decoration: underline; }
/* content */
#content-wrap { position: absolute; top: 320px; clear: both; float: left; width: 100%; z-index: 1; }
#content { text-align: left; padding: 0; margin: 0 auto; }

/* sidebar */
#sidebar {
	float: right;
	width: 230px;
	margin: 0 20px 10px 10px; padding: 0;	
}	
#sidebar h1 { font: bold 1.3em Verdana, Arial, Helvetica, sans-serif; padding: 10px 0 5px 10px; margin: 0; }
.sidebox { background: white; border: solid 1px #ccc; margin-bottom: 10px; }
.sidebox-btm { bottom: 10px; }
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px;
	padding: 0;
	background: white;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: 0.3em 0 0.3em 10px;
	border-left: 5px solid #ffb619;
	color: #3978c5;		
}

#sidebar ul.sidemenu ul {
	list-style:none;
	margin: 10px 0 15px;
	padding: 0;
	background: white;			
}
#sidebar ul.sidemenu ul li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu ul a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	text-decoration:none;
}
#sidebar ul.sidemenu ul a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu ul a:hover {
	padding: 0.3em 0 0.3em 10px;
	border-left: 5px solid #ffb619;
	color: #3978c5;		
}


/* main */
#main {
	float: left;
	width: 620px;	
	margin: 0 0 10px 11px; padding: 0;	
}
#main h1 { font: 1.5em Verdana, Arial, Helvetica, sans-serif; padding: 10px 0 0 5px; margin: 0 0 0 10px; }
#main ul li {
	list-style-image: none;
}

.post {
	margin: 0 0 0 10px; padding: 0;
	background: #fff url(../images/gradientbg.jpg) repeat-x;
	border: solid 1px #efeded;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url(../images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(../images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(../images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
/*Banner Rotator*/

div#rotator { position: relative; width: 600px; height: 300px; padding: 7px; }
#flash { position: relative; z-index: 1; }

/* footer */
#footer { color: #ccc; font: 0.95em/1.6em Verdana, Arial, Helvetica, sans-serif; margin: 0 auto 20px; background-image: url(../images/bottom_bar.jpg); background-repeat: repeat-y; background-position: center top; text-align: left; width: 902px; clear: both; padding-right: 30px; padding-left: 30px; }

#footer h1, #footer p { color: #fff; text-align: left; }

#footer-content { margin: 0 auto; }
#footer-content a {
	text-decoration: none;
	color: #fff;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #ffb619;
}
#footer-content ul {
	list-style: none;
	margin: 0 0 0 0; padding: 0;
}
#footer-content .col { width: 400px; margin-left: 30px; padding-top: 0; padding-right: 5px; padding-bottom: 30px; }
#footer-content .col2 { position: absolute; width: 400px; margin-right: 20px; padding-top: 0; padding-bottom: 30px; padding-left: 0; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
/*dropdown menu*/
ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}
.dropdown-upward {
 margin-top: 400px !important;
}
