/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  background: #e7e7e7 url(../img/bodyBG.jpg) top center no-repeat; }

/* Blueprint width setting */
#container 	{ margin: 0 auto;  background: #fff url(../img/contBG.jpg) top center no-repeat; }			

#page {
	clear: both;
	padding: 0 20px 20px 20px;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../img/quote.png') .5em top no-repeat;
}

a 				{ color: #0e647a; text-decoration: none; }
a:hover			{ color: #000; text-decoration: underline; }
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 {
	color: #68805c;
	clear: both;
}

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #0e647a;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ color: #68805c; margin-bottom: 15px; }
h2 a 					{ color: #134663; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent	{ padding: 0; margin: 0; background: url(../img/contentBG.jpg) top center no-repeat }
#content 	{ padding: 10px 20px; width: 655px; float: right; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; margin: 0 0 10px 10px; }
.alignleft 				{ float: left; margin: 0 10px 10px 0; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 50px;
	background: url(../img/headerBG.jpg) bottom center no-repeat;
	padding-top: 10px;
}

#header a.logo {
	margin: 0 0 0 20px;
	line-height: 1em;
	display: block;
	text-indent: -9009px;
	background: url(../img/logo.jpg) left top no-repeat;
	width: 295px;
	height: 50px;
	float: left;
}
#banner {
	height: 250px;
	margin: 0 20px;
	background: url(../img/bannerBG.jpg) top center no-repeat;
}


#nav	{ padding: 5px 0; margin: 0; height: 20px; float: right; clear: right; }


/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/


#sidebar 	{ float: left; width: 240px; margin: 10px 0 0 0; padding: 0; display: block; border-right: 2px solid #ccc; }
#sidebar h2,#sidebar h3 { font-size: 1.3em; line-height: 1.2; border-bottom: 1px solid #ccc; color: #0e647a; }
#sidebar h3 { margin-bottom: 10px; }
#sidebar a	{ color:#68805c; text-decoration: none; }
#sidebar a:hover	{ color:#68805c; text-decoration: underline; }
.widget { margin: 10px 0; }
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 10px 0 10px;
}

#sidebar ul li	{ padding: 0 0 5px 0; }

#sidebar ul li ul { padding: 0 20px; }

#sidebar ul li ul li {
	margin: 0 0 0 -5px;
	padding: 0 0 0 9px;
	background: url('../img/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}
#sidebar ul li a {
	margin: 0 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	color:#68805c;
}
#sidebar ul li ul li a {
	margin: 0 0 0 0;
	font-size: 1em;
	font-weight: normal;
	color:#68805c;
}


.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;

}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

#sidebar #search				{ float: none; }
#sidebar #search #s 			{ background: transparent url('../img/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 211px; color: #CCCCCC; font-size: 0.9em;}
#sidebar #search #s:hover 	{ color: #000; }
#sidebar .search-excerpt 	{ margin: 0; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: left; font-size: .9em; margin: 0 10px; padding: 10px; clear: both; }

#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-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}