/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; background: #000; color: #aaa; }

/* Blueprint width setting */
.container 	{ width: 950px; }			

#page {
	width: 918px;
	float: left;
	margin-bottom: 20px;
	padding: 0 16px;
	background: #000 url(../img/contentBG.jpg) top right no-repeat;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../img/quote.png') .5em top no-repeat;
}

a 				{ color:#ddd; }  /* #3E4967 */
a:hover			{ color: #ddd; }
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('../img/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; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande",Verdana,sans-serif;
	color: #777;
	clear: both;
}

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #6a9c20;
 	letter-spacing: 0px;
	text-decoration: none;
	font-size:12px;
}

#maincontent h1 		{ color: #999; background: url(../img/titleBG.jpg) left bottom no-repeat; margin-bottom: 15px; font-size:24px; }
#maincontent h2 		{ color: #999; background: url(../img/titleBG.jpg) left bottom no-repeat; margin-bottom: 15px; font-size:18px; font-weight:normal; }
h2 a 					{ color: #999; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent 	{  }
#content 	{ padding: 25px 30px 20px 30px; width: 555px; float: right;  }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; margin-left:15px; }
.alignleft 				{ float: left; margin-right:15px;}

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 85px;
	background: #000 url(../img/headerBG.jpg) bottom center no-repeat;
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#sidebar { padding: 0 0 20px 0; }
#maincontent { padding: 0 20px; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; float: right; width: 66%; line-height: 1.5em; clear: right; margin-top: 54px; font-family: Georgia, "Times New Roman", Times, serif; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; float: right }

#nav li,
#subnav li		{ margin: 0; padding: 0 0 0 20px; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #999; padding: 5px 0; float: left; text-decoration: none; text-transform: uppercase; }

#nav li.current_page_item a,
#nav li a:hover 	{ color: #efefef; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		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
-----------------------------------------------------------------------------*/


#sidebar 	{ float: left; width: 267px; /* 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('../img/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../img/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 		{ margin: 0; padding: 0 20px; clear: both; background: #000 url(../img/footerBG.jpg) top center no-repeat; }

#footer-left 		{ text-align: center; font-size: .9em; padding: 100px 0 20px 0; clear: both; width: 660px; }

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../img/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-top: 10px; }
#search #s:hover 	{ color: #fff; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #222;}