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

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body 	{  margin-bottom: 0; margin-top: 0; background: #d3d8db url(../img/bodyBG.jpg) top left repeat-x; color: #3a3a3a;}

/* Blueprint width setting */
#outer-wrapper {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
	background: url(../img/outer-wrapperBG.jpg) top center repeat-y;
}
#inner-wrapper-home {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0 10px;
	background: url(../img/inner-wrapperBG-home.jpg) top center no-repeat;
}
#inner-wrapper {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0 10px;
	background: url(../img/inner-wrapperBG.jpg) top center no-repeat;
}
#container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
	background:;
}
#page {
	padding: 0;
	margin: 0 auto;
}

blockquote {
	padding: 0 0 0 0;
	color: #888;
	background: url('../img/quote.png') .5em top no-repeat;
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 0 0;
}

a 				{ color: #476c89; text-decoration: none; font-weight: bold; }
a:hover			{ color: #ed1f24; text-decoration: underline; }
blockquote p 	{ padding: 0 20px 0 30px; font-size: .95em; }
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 6px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }
.clear-flt {  clear: both;  }


h1, h2, h3, h4, h5, h6 {
	color: #ed1f24;
	font-family: Georgia, "Times New Roman", Times, serif;
}



h3 a {
	text-decoration: underline;
}

#maincontent h1 		{ margin-bottom: 5px; line-height: 1em; margin-bottom:10px; }
h1 a, h2 a, h3 a 		{ color: #999; text-decoration: none; font-weight: normal; }
#maincontent .post h3	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent	{ position: relative; padding-top: 20px; margin-left: auto; margin-right: auto; float: none; }
#content 	{ float: left; padding-top: 10px; margin-left: 20px; width: 580px; }	

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

.post					{ margin-bottom: 25px; }

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

#header {
	background: url(../img/headerBG.jpg) top center no-repeat;
	height: 90px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#header a.logo {
	margin: 0;
	padding: 0;
	line-height: 1em;
	width: 280px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 15px;
	text-indent: -9009px;
	background: #efefef url(../img/logo.jpg) top right no-repeat;
	cursor: pointer;
}


#banner {
	padding: 0;
	position: relative;
}

.default	 { height: 220px; background: url(../img/bannerBG.jpg) top center no-repeat; }
.home		 { height: 470px; background: url(../img/bannerBG-home.jpg) top center no-repeat; }
.home2		 {}
.about 		 { height: 220px; background: url(../img/bannerBG-about.jpg) top center no-repeat; }
.commercial	 { height: 220px; background: url(../img/bannerBG-commercial.jpg) top center no-repeat; }
.residential { height: 220px; background: url(../img/bannerBG-residential.jpg) top center no-repeat; }
.programs 	 { height: 220px; background: url(../img/bannerBG-programs.jpg) top center no-repeat; }
.market		 { height: 220px; background: url(../img/bannerBG-market.jpg) top center no-repeat; }
.news 		 { height: 220px; background: url(../img/bannerBG-news.jpg) top center no-repeat; }
.alerts		 { height: 220px; background: url(../img/bannerBG-alerts.jpg) top center no-repeat; }

#banner ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 180px;
}
#banner ul li {
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	background-image: none;
}
#banner ul li a {
	color: #fff;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#banner ul li ul {
	position: relative;
	width: auto;
	padding-top: 5px;
	margin-bottom: -5px;
}

#banner ul li ul li {
	position: relative;
	width: auto;
	padding-top: 5px;
	margin-bottom: 0px;
}

/*
#banner ul li:before {
    content: "\00BB \0020";
	color:#FFFFFF;
}
*/

/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/
#nav {
	margin: 0;
	padding: 0;
	width: 660px;
	height: 45px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;

	
}



	/*-------------------------------------------------------------------------
		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; position: relative; padding: 10px 0 20px 0; font-family: Georgia, "Times New Roman", Times, serif; color: #cacdbd; margin-right: 20px; width: 280px; } 
#sidebar h2, #sidebar h3 { font-size: 1.5em; color: #ed1f24; font-family: Georgia, "Times New Roman", Times, serif; }
#sidebar h5 { color: #cacdbd; font-family: Georgia, "Times New Roman", Times, serif; }

#sidebar .widgettitle {
	font-weight: normal;
}

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

#sidebar ul li	{ padding: 0; background-image: none; }
#sidebar ul li.widget	{ clear: both; }


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

#sidebar ul li ul li {
	margin: 0;
	padding: 1px 0 ;
}


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

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

#sidebar ul li ul li ul, #sidebar ul li ul li ul li ul { padding-top: 0; margin: 0 0 0 15px; }

#sidebar a 	{ color: #666; font-weight: normal; }
#sidebar a:hover			{ color: #666; text-decoration: underline; }
#sidebar p 	{ padding: 0 0 0 0; }

#sidebar a.cta 	{ color: #666; font-weight: normal; text-indent: -9009px; display: block; width:280px; height: 120px; background: url(../img/cta.jpg) top center no-repeat; margin-bottom: 20px; }

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

#footer {  
 
	padding: 15px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ed1f24;
	margin: 0 auto;
	font-size: 90%;
	clear: both;
}
#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: 0 20px ;
	clear: left;
	text-align: left;
}
#footer a {
	color: #476c89;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #ed1f24;
}

ul#footer-nav {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	float: left;
}
ul#footer-nav li {
	display: block;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
	
}
ul#footer-nav li a {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #cbcebe;
}

/*-----------------------------------------------------------------------------
	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;}




