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

body 	{  	margin-bottom: 0; margin-top: 0; 
			background: #CCCCCC;  /* url(../img/bodyBG.jpg) top left repeat-x */ 
			color: #000000;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:100%;
}

/* Blueprint width setting */
#container {
	width: 950px;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	background: #fff;
	text-align: left;
	padding: 0;
}
#page {
	padding: 15px 25px 0 25px;
	margin: 0 auto;
}

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: #000; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC; height:14px;  }
ul 				{ margin-left: 15px; list-style-type: disc; }
ul li 			{ padding: 2px 0 6px 9px;} /* background: url('../img/icons/bullet_square_grey.gif') left 5px no-repeat */
li				{ margin-left:24px; }
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;  }

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CC3333;
	line-height:120%;
	clear: both;
}

h1 {
	font-size:32px;
}

h2 {
	font-size:24px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	margin-bottom:6px;
	color:#000000;
	line-height:120%;
}

#maincontent h1 		{ border-bottom: double 3px #575c5f; margin-bottom: 10px; line-height: 1.25em; }
h1 a, h2 a 					{ color: #6d954d; text-decoration: none; }
#maincontent .post h3	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent	{   }
#content 	{ padding: 0; float: left; width: 660px; }	/* width was 680 */

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

.post					{ margin-bottom: 25px; }

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

#header {
	background: url(../img/header.jpg) top left repeat-x;
	height: 104px;
	padding: 0;
}

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

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

#banner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: url(../img/bannerBG.jpg) top center no-repeat;*/
	border-top: 2px solid #43403e;
	height:0px;
	margin: 0;
}
#subbanner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: url(../img/sub-bannerBG.jpg) top center no-repeat;*/
	border-top: 2px solid #43403e;
	height:0px;
	margin: 0;
}


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/
#nav {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #6699FF;
	border-top: 2px solid #43403e;
	font-size: 87.5%;
}

	/*-------------------------------------------------------------------------
		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: 225px; /* lets us have border */ border-left: double 3px #575c5f; font-size: 75%;}	/* width was 205 */ 
#sidebar h2 { font-size: 1.25em; line-height: 1.25; color: #004c8f; border-bottom: solid 1px #575c5f; }

#sidebar .widgettitle {
	font-weight: bold;
	margin-bottom:4px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style: none;
}

#sidebar ul li	{ padding: 0; background-image: 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; }

#sidebar ul li.widget #newsletter {
	float: left;
	margin-left:0px;
	width:400px;
	margin-bottom:24px;
}

#sidebar ul li.widget #newsletter .imgMail {
	float:left;
	margin-top:4px;
	margin-right:4px;
	background-color: #006699;
}


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

#footer-wrap {  
 
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer {  
 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #004c8f;
	border-top: 5px solid #222;
	color: #fff;
	margin: 0 auto;
	font-size: 75%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	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: 153px; 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-p12-o1 	{ background: #EEE; padding: 15px 0 5px 15px;}


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
