/*
Theme Name: Brewster Community Solar Garden
Theme URI: http://keighl.com/
Description: A theme for greening the joint.
Version: 1.0
Author: Keighl
Author URI: http://keighl.com/
Tags: blank

	Brewster Community Solar Garden

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Body and Reset */

/* Some nice font stacks */

/*

font-family: Georgia, "Times New Roman", Times, serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family:Garamond, 'Hoefler Text', Times New Roman, Times, serif;



*/


body, img, ul, li, h1, h2, h3, h4, p, blockquote, form, table, tr, td {
margin:0px;
padding:0px;
border:none;
list-style-type:none;
}

body {
font: 62.5% 'Lucida Grande', Helvetica, Arial, sans-serif;
background: url(images/page-bg.gif) repeat-x left top #151b1f;
font-size:12px;
color:#333;
}


.clear { clear:both; visibility:hidden; }


/* Typography */

h1 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

	h1.home-title {
	font-size:2.7em;
	margin-bottom:10px;
	color:#222222;
	}
	
	h1.page-title {
	font-size:3.6em;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #ccc solid;
	color:#222222;
	}
	
	h1.single-title {
	font-size:3.6em;
	padding-bottom:10px;
	color:#222222;
	}

h2 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

h3 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

	.blue-footer h3  {
		color:#49565d;
		font-size:2em;
		margin-bottom:10px;
	}
	
	.blue-footer h3 a:link, .blue-footer h3 a:visited {
	color:#49565d;
	}
	
	.guts h3 {
	font-size:2em;
	margin-bottom:10px;
	color:#000000;
	}
	
	.widget h3 {
	color:#666666;
	font-size:2em;
	}

h4 {
}

a:link, a:visited {
text-decoration:none;
color:#006699;

}

a:hover {
color:#0066CC;
text-decoration:underline;
}

	a.green-button {
	color:#ffffff;
	}
	
	a.green-button p {
		background-color:#46ac27;
		color:#FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	font-size:1em;
		padding:4px;
		text-align:center;
		border: 2px solid #348e19;
		cursor:pointer;
		margin-top:12px;
		font-size:1.3em;
	}

p {
line-height: 1.6em;
margin-bottom:1em;
}


.content {
width:940px;
margin-left:auto;
margin-right:auto;
}

/* Header */

.header-wrap {
	height:200px;
	/*background-image:url(images/header-wrap.png);
	background-repeat:repeat-x; */
	background: url(images/cloud-header.jpg) no-repeat center top;
}

.header {
	height:200px;
	width:940px;
	position:relative;
	/*
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-color:#0f3d71;*/
}

.logo {
	cursor:pointer;
	background: url(images/BCSG-logo.png) no-repeat;
	position:absolute;
	width:637px;
	height:86px;
	left:0px;
	top:70px;
}

.nav {
	position:absolute;
	bottom:0px;
	right:0px;
}




.search {
position:absolute;
right:0px;
top:14px;}

	.search-input {
		background-color:#034d9b;
		padding:2px;
		color:#ffffff;
		border:none;
	}
	
	.search-button {
		background-color:transparent;
		border:none;
		color:#ffffff;
		padding:3px;
		margin-left:5px;
	}
	
	table#searchTable {
	
	}

/* Layout */
	
.left620 {
width:620px;
float:left;
}

.left300 {
width:300px;
float:left;
}

.left460 {
width:460px;
float:left;
}

.left700 {
width:700px;
float:left;
}

.left140 {
width:140px;
float:left;
}

.right300 {
width:300px;
float:right;
}

.right460 {
width:460px;
float:right;
}

.right140 {
width:140px;
float:right;
}

.right620 {
width:620px;
float:right;
}

.right220 {
width:220px;
float:right;
}

.right540 {
width:540px;
float:right;
}


/* Home Stuff */


	
/* Post */

.guts-wrap {
background-color:#fff;
}

.guts {
padding-top:10px;
padding-bottom:10px;
font-size:13px;
}


.meta {
padding:6px;
font-weight:bold;
border-bottom:1px #cccccc solid;
margin-bottom:10px;
}



/* Sidebar */

.widget {
margin-bottom:3em;
margin-top:1em;
margin-left:5px;
}

.widget ul {
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	.widget ul li {
	padding:6px;
	border-bottom:1px #ccc solid;
	font-size:.9em;
	}
	

.right-shadow {
padding-left:20px;
background-image:url(images/right_shadow.png);
background-repeat:no-repeat;
background-position:top left;
}

.learning_more_success {
	display:none;
}

.learning_more_invalid {
	background-color:#ffcaca;
}

.learning_more_valid {
	background-color:#d3ffca;
}

#learning_more_name. #learning_more_email {
	background-color:#f7f7f7;
	border:1px solid #ccc;
	padding:2px;
	margin-left:10px;
	font-size:.8em;
	color:#000;
	width:90%;
	
}

#learning_more_submit {
	background-color:#46ac27;
	color:#FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	font-size:1em;
	padding:2px;
	text-align:center;
	border: 2px solid #348e19;
	cursor:pointer;
	font-size:1em;

}

/* Archives */

.archive-item {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #cccccc solid;
	
}

.archive-thumb {
	float:left;
	width:140px;
}

	.archive-thumb img {
	border:1px #cccccc solid;
	padding:1px;
	}

.archive-meta {
float:right;
width:540px;
}

.archive-date {
margin-bottom:10px;
font-weight:bold;
}


.archive-item h4 {

}

.excerpt {
}

.excerpt p {

}

.search-query {
color:#555555;
}

.navigation a:link, .navigation a:visited {
	color:#000000;
	}
	
	.nav_next {
	float:right;
	width:50px;
	padding:6px;
	background-color:#eeeeee;
	border:1px #cccccc solid;
	text-align:right;
	}
	
	.nav_prev {
	float:left;
	width:50px;
	padding:6px;
	background-color:#eeeeee;
	border:1px #cccccc solid;
	text-align:left;
	}
	
/* Contact FOrm */

.contact-input {
font-size:1em;
padding:3px;
background-color:#f7f7f7;
border:1px #ccc solid;
}

.contact-button {
background-color:#46ac27;
color:#FFFFFF;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	font-size:1em;
padding:2px;
text-align:center;
border: 2px solid #348e19;
cursor:pointer;
font-size:1em;
}

/* comments */

.commentsform {}

	.commentsform .field {}
	
	.commentsform #submit {}

.comment {}

.is-author {}



/* Footer */

.blue-footer-wrap {
background-image:url(images/blue-footer-top.png);
background-repeat:repeat-x;
background-position:top;
background-color:#859da9;
}

	.blue-footer {
	padding-top:20px;
	padding-bottom:20px;
	color:#ffffff;
	}
	
		.blue-footer .right140 {
		font-size:.8em;
		}
	
		.blue-footer .right140 img {
		border:2px #92adbb solid;
		width:136px;
		margin-bottom:6px;
		}
		
		.blue-footer a:link, .blue-footer a:visited {
		text-decoration:none;
		color:#003366;
		}
		
		.blue-footer a:hover {
		color:#003399;
		}
	
.footer {
padding-bottom:20px;
padding-top:20px;
color:#ffffff;
font-size:.9em;
}

	.footer .right620 {
	text-align:right;
	width: 470px;
	}
	
	.footer .left300 {
	width: 450px;
	}

	.footer a:link, .footer a:visited {
	color:#ffffff;
	}
	
	
	
	
/* author */

.author img {
border:1px #ccc solid;
padding:1px;
}

/* WordPress Auto-Generated Stuff */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


