@charset "utf-8";

fix {}
 
body {font-family: Verdana, Geneva, sans-serif;
		color: #000;
		font-size: 12pt; 
		background: #fff;}
 
H1, H2, H3, H4, H5, H6 {font-weight: 400; margin: 0}
H1 {size: 1.8em;}
H2 {size: 1.6em;}
H3 {size: 1.3em;}
H4 {size: 1.1em;}
H5 {size: .8em;}
H6 {size: .6em;}
H2.widgettitle {color: #587124; text-transform:uppercase; font-weight: bold; size: 1.1em}

ul, ul li, li {list-style-type:none;}
/*Link Styles*/
a, a:visited {color: #333; text-decoration: none; font-size: 1em}
a:hover {color: #587124; text-decoration: none;}
a img {border: 0}
#content img {margin: 5px; border-bottom: 10px solid #666;}

#splash_content {background:#000; text-align: center; margin: 0 auto; width: 1000px}
/*layout styles  - this is a container,that holds a div for the (stacked vertically) navigation, header, content, and footer. All else nested further.*/
#container {width: 1000px; 
			margin: 0 auto; /*along with width, centers page*/
			} /*centered portion of the page; change width at will!*/

#header { 
			width: 1000px; 
			height: 150px; /*set to match header BG height if needed*/
			padding: 0;
			background: #FFF url(images/logo.png) no-repeat top right;
			margin: 0;
			clear:both;
			vertical-align:top;
			overflow: hidden;
			}
			
#header ul {width: 600px; background: #fff; -webkit-padding-start: 0px; font-size: .9em; position: relative; top: 50px;}
#header ul li {display: inline;}
#header ul li a {display: block; width: auto; float: left; margin-right: 10px}
#header .current_page_item, #header .current_page_item a, #header  current_page_item ul li {background: #FFF}
	
.bg {background: #FFF url(images/header1_bg.jpg) repeat-x top left; height: 250px}

#content {height: auto; 
			min-height: 550px; 
			padding: 15px;
			text-align:left;
			background: url(images/body_gradient.png) repeat-x;  }

#content_home {height: auto; 
			min-height: 450px; 
			padding: 15px;
			text-align:center;
			background: none;}
/*footer styles*/
#footer { background: url(images/transparent_body.png);
			clear: both; /*fixes any div overflow*/
			text-align: center;
			margin-bottom: 20px;
			padding:15px 0;
			width: 950px;
			margin: 0 auto;
			border-top: 1px #FFF dotted;}
			
#footer a {}
#footer p {margin: 0; 
			text-align: center;
			vertical-align:bottom;
			font-size: .8em; 
			}
			

		
		
/*Posts Styles*/
.postbox {width: auto;
		padding: 0 15px;
		margin-bottom: 20px;
				} /*wraps each post*/

.storytitle, .storytitle H3 a {color: #000;
	}  /*.title is the most general class for the post meta data- title, author, etc- and should be used as either a div or span to wrap all desired items in this area*/

.storytitle a {color: #000;
	font-weight:bold; font-size: 1.8em} /*as most the name, edit, and comments are links, style them here */
.storytitle a:hover {text-decoration: underline}

.meta {} /*Wraps author, date, and comments*/
	
.storycontent {} /*styles for the post itself*/

.comments {}

/*navigation styles -- .current_page_item is an automatic wordpress created class for the active page*/
#navigationbar {width: auto;
				background:  #719500;
					  height: 33px;
			  text-align: justify;
			  vertical-align:top;
			 }
				
#navigationbar ul {position: relative; top: -9px; float: right; width: auto;}

.current_page_item, .current_page_item a, current_page_item ul li{
	color: #587124;
	background: #6C0;
	height: 46px;
		}
.current_page_item {position: relative; top: -26px;}
	

.navigation a {Color:#fff}
.navigation ul li a:hover {color:#ccc}
.navigation ul li a {padding: 0 8px}
.navigation li {display: inline;padding:8px; float: left; }


#bignav {text-align: justify; width: 910px; font-size: 1.2em; font-weight: bold; height: 40px; background:  #776A37;
				/* for IE */
			  filter:alpha(opacity=70);
			  /* CSS3 standard */
			  opacity:0.7; padding: 20px}
			  
#bignav a {Color:#fff}			  
#bignav a:hover {color: #333}

.section-thumb {float: left; width: 200px; margin: 20px 10px;}

#sidebar {width: 350px; text-align: center; margin-bottom: 20px;}
#sidebar ul {margin-bottom: 10px; display: block; list-style:none; }
#sidebar ul li {display: block; margin: 5px 5px 20px 5px; background: #666 }

ul, menu, dir {
list-style-type: none;
}

.clear {clear:both}
.alignleft {float: left;}
.alignright {float:right;}

#bottom_banner {height: auto; border-top: 1px #FFF dotted;  border-bottom: 1px #FFF dotted;}


