/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; background: #6f7279 url(../img/bodyBG.jpg) left top repeat-x; font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;}

/* Blueprint width setting */
.container 	{ width: 900px; background: #fff; border: 1px solid #000; }			

#page {
	width: 900px;
	float: left;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../img/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('../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; }
.clear-flt {  clear: both; display:block; }

h1 {
	color: #2e3f69;
	clear: both;
}

h2, h3, h4, h5, h6 {
	color: #692e2e;
	clear: both;
}

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #692e2e;
 	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
}

#maincontent h1 		{ color: #2e3f69; border-bottom: 2px ridge #ccc; margin-bottom: 10px; line-height: 1.25em; }
h1 a 					{ text-decoration: none; }
h2 a 					{ color: #692e2e; text-decoration: none; }
#maincontent .post h3	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent	{  }
#content 	{ padding: 25px 30px 20px 30px; width: 560px; float: left; }
#content-full 	{ padding: 25px 30px 20px 30px; width: 840px; float: left; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	background: #0e5056 url(../img/headerBG.jpg) top left repeat-x;
	height: 80px;
	padding: 0;
	border-bottom: 1px solid #000;
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }

#banner {
	background: #000 url(../img/bannerBG.jpg) center no-repeat; 
	height: 235px;
	padding: 0;
	clear: both;
}



/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; background: #000; float: left; width: 100%; line-height: 1.5em; height: 35px; }
#nav ul 	{ list-style-type: none; }



	/*-------------------------------------------------------------------------
		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: right; width: 270px; /* lets us have border */ background: #ddd; text-align: center;}
#sidebar h2 { font-size: 1.25em; line-height: 1.25; color: #692e2e; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; background: none; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0;
	padding: 2px 0 ;
}

#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 #links li { margin: 10px 0; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0; clear: both; background: #000; color: #fff; padding: 10px 25px; }

#footer a {
	color: #d0d3da;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ margin: 10px 0; }
#search #s 			{ background: #fff url('../img/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 208px; color: #888; font-size: 0.9em; }
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}


/*-----------------------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------------------*/

#wpcf7-f1-p115-o1 	{ background: #EEE; padding: 15px 0 5px 15px;}
