/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; }

/* Blueprint width setting */
.container 	{ width: 820px; border-top: 3px #668040 solid; padding-top: 10px; }			

#page {
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      float: left;						
      margin-bottom: 20px;
}

#page2 {
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      float: left;						
      margin-bottom: 20px;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #3E4967; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

.floatLeft { 
    float: left; 
    margin: 4px; 
}
.floatRight { 
    float: right; 
    margin: 4px; 
}

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ color: #3B4A25; border-bottom: 2px dotted #AAA; margin-bottom: 15px; }
h2 a 					{ color: #3B4A25; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */

#maincontent .content { padding: 25px 30px 20px 48px; }
#maincontent .content2 { padding: 25px 15px 25px 25px; }

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 100px;
}

#header h1, #header .description {
	padding-left: 100px;
	margin: 0px;
	line-height: 1em;
	clear: none;
	margin-left: 10px;
}

#header h1{
	margin-top: 10px;
}


#maincontent, #sidebar { padding: 0 0 20px 0; }


	 
/*-------------------- NEW #NAV --------------------------*/
.divnav { 
     padding: 0px; margin: 0px;
     background: #485a2d;
     height: 60px;
}	

#nav {
	background: #668040;
	margin: 0; padding: 0;
	width: 820px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
        height: 30px;
	text-align: center;
	font-size:0.8em;
}

#nav a {
     color: #ffffff; 
     text-decoration: none; 
     height: 30px;
}

#nav li { /*float the main list items*/
        background-image: none;
	margin: 0;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
        height: 30px;
	width: 120px;
#	border-left: 1px solid #ffffff;
}

#nav li a {
	display: block;
	padding: 0px 15px 0px 15px;
}

#nav li ul {
	margin: 0;
	padding: 0;
	height: 30px;
	*top: 140px;
	display: none;
	text-align: center;
}

#nav li ul li {
     	background-image: none;
	width: 160px;
}

#nav li.page_item ul{ /*put the subnav below*/
	position: absolute;
	left: 0;
	background: #616161;
	width: 820px;
	list-style: none;
}

#nav li.current_page_item a {
     color: #F2FFDF;
     background: #48582D;
}

#nav li.page_item ul a{
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #ffffff;
	width: auto;
}

#nav li.current_page_item ul, #nav li.current_page_ancestor ul {
	background: #485a2d;
	display: block;
	width: 820px;
}

#nav li.page_item:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.page_item a:hover, #nav li:hover a { 
	color: #fc0;
	background: #616161;
}

#nav li.current_page_item ul li:hover a{
	color: #fc0;
	background: #485a2d;
}

#nav li.current_page_item a, #nav li.current_page_ancestor a{
background: #485a2d;
}

#nav li.current_page_item a:hover, #nav li.current_page_ancestor a:hover{ 
	color: #fc0;
	background: #485a2d;
}

#nav li.page_item li a:hover{ 
	color: #fc0;
	background: #616161;
}

#nav li.current_page_item li a:hover, #nav li.current_page_ancestor li a:hover{ 
	color: #fc0;
	background: #485a2d;
}



	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

.entry #nav .content {
	padding: 0;
	margin: auto;
}

.entry #nav {
	margin-bottom: 15px;
	background: #FFF;
}

.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
.entry #nav li.last a	{ border-right: none; }
.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#page 		{ background: url('../images/sidebar_bg.gif') right repeat-y; /* fake bg */ }

#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0;}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}
