/*  
Theme Name: Green Street
Theme URI: http://www.greenstreetvt.com
Description: 
Version: 1.0
Author: Morgan Newcomb
Author URI: http://www.unionstreetmedia.com/

*/



.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
#wordpresscontent .navigation { display: inline-block; }   
#wordpresscontent .navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html #wordpresscontent .navigation { height: 1%; }
#wordpresscontent .navigation { display: block; }

#wordpresscontent .navigation .alignleft {
	width: 47%;
}

#wordpresscontent .navigation .alignright {
	width: 47%;
	text-align: right;
}

/* Begin Typography & Colors */
.postmetadata {
	clear: both;
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}

/* Begin Images */
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;
	}
/* End Images */


/* 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: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */






/*
	SITE BUILD
	----------
*/

html { min-height: 100%; margin-bottom: 1px; }

body {
	font: 0.85em/1.5 Verdana, Arial, sans-serif;
	margin: 0; padding: 0;
	text-align:center;
	background: #bcd285 url("/wp-content/themes/greenstreetvt/i/bg-body.gif") repeat-x left top;
	color: #5c7148;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, form, img {
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	color:#994541;
	line-height: normal;
	font-weight: normal;
}

#post-20 h1 {
	font-style: italic;
}

h2 {
	font-size: 1.0em;
	color:#1f2f16;
	line-height: normal;
	margin: 0 0 14px 0;
	text-transform: uppercase;
	clear: both;
}

h3 {
	font-size: 1.0em;
	color:#1f2f16;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
}

h4 {

}

p {
	margin: 14px 0;
}

a {
	text-decoration: none;
	color: #994541;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: 0;
}

#leftbar a {

}


table {
margin: 20px auto;

}

th {
background: #333;
color: #fff;
padding: 4px;
}

td {
vertical-align: top;
padding: 4px;
}

ul li {
	margin-bottom: 8px;
}


.clearboth {
	clear: both;
}

.redtext {
	color: #c00;
	font-weight: bold;
}

.smaller {
font-size: 80%;
display: block;
}

img#logoforprint {
	display: none;
}

.sb-widget {
	margin: 0 0 30px 0;
}
/*
	TEMPLATE
	--------
*/

#ow {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/*
	MASTHEAD
	--------
*/

#m {
	height: 140px;
	background: transparent url("/wp-content/themes/greenstreetvt/i/bg-masthead.jpg") no-repeat left top;
	position: relative;
}

#sitename {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	left: -10px;
}

.tagline {
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 192px;
	height: 30px;
	background: transparent url("/wp-content/themes/greenstreetvt/i/sprites.png") no-repeat left top;
	text-indent: -999em;
}

/*
	CONTENT WRAPPER
	---------------
*/

#cw {
	background: transparent url("/wp-content/themes/greenstreetvt/i/bg-content.gif") repeat-y left top;
	border-bottom: 3px solid #994541;
	-moz-box-shadow: 0 0 40px #c7d0b4; /* Firefox */
	-webkit-box-shadow: 0 0 40px #c7d0b4; /* Safari, Chrome */
	box-shadow: 0 0 40px #c7d0b4; /* CSS3 */
}

#c {
	width: 100%;
	overflow: hidden;
}

#c ul,
#c ol {
	margin-left: 40px;
}

#c .r ul,
#c .r ol {
	margin: 0;
}

#c .r ul.sidebarlist ul {
	margin-left: 16px;
}

.sidebarlist h2 {
	margin: 20px 0 8px 0;
}

#cw ul li,
#cw ol li {
	margin-bottom: 8px;
}

.l {
	width: 500px;
	float: left;
	display: inline;
	margin: 30px;
	overflow: auto;
}

.r {
	width: 340px;
	float: right;
	margin: 30px;
	font-size: .9em;
}
/*
	NAVBAR
	------
*/

#navbar {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 33px;
	z-index:300;
	position: relative;
	background: url("/wp-content/themes/greenstreetvt/i/navbar.gif");
	-moz-box-shadow: 0 -5px 40px #c7d0b4; /* Firefox */
	-webkit-box-shadow: 0 -5px 40px #c7d0b4; /* Safari, Chrome */
	box-shadow: 0 -5px 40px #c7d0b4; /* CSS3 */
}

#navbar li {
	list-style: none;
	position: absolute;
	top: 0;
	z-index: 200;
}

ul#navbar li,
#navbar a {
	height: 33px;
	display: block;
	margin: 0;
	padding: 0;
}

ul#navbar li a {
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	color: #fff;

}

#nb0 { left: 0; width: 65px;}
#nb1 { left: 65px; width: 147px;}
#nb2 { left: 212px; width: 123px;}
#nb3 { left: 335px; width: 88px;}
#nb4 { left: 423px; width: 145px;}
#nb5 { left: 716px; width: 87px;}
#nb6 { left: 803px; width: 57px;}
#nb7 { left: 860px; width: 100px;}

#nb0:hover a, #nb0 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") left bottom; }
#nb1:hover a, #nb1 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -65px bottom; }
#nb2:hover a, #nb2 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -212px bottom; }
#nb3:hover a, #nb3 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -335px bottom; }
#nb4:hover a, #nb4 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -423px bottom; }
#nb5:hover a, #nb5 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -716px bottom; }
#nb6:hover a, #nb6 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -803px bottom; }
#nb7:hover a, #nb7 a:hover { background: transparent url("/wp-content/themes/greenstreetvt/i/navbar.gif") -860px bottom; }



/* dropdowns */

ul#navbar li ul {
	position: absolute;
	left: -9999em;
	width: 290px;
	margin: 0;
	padding: 0 0 12px 4px;
	background: #709250;
	/*-moz-box-shadow: 0px 0px 5px #666;*/ /* Firefox */
	/*-webkit-box-shadow: 0px 0px 5px #666;*/ /* Safari, Chrome */
	/*box-shadow: 0px 0px 5px #666;*/ /* CSS3 */
}

ul#navbar li:hover ul, 
ul#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 100%; /* ie 7 sticky windows */
}

ul#navbar li:hover ul li a, 
ul#navbar li.sfhover ul li a {
	background: transparent !important;
}

ul#navbar li ul li {
	position: relative;
	height:auto;
	top: 6px;
	padding: 0;
}


ul#navbar li ul li a {
	font-size: 90%;
	font-weight: bold;
	text-indent: 0;
	background: #2a5a8b;
	display: block;
	min-height: 20px;
	padding: 0 2px 0 16px;
	color: #fff !important;
} 

ul#navbar li ul li a {
  height: auto !important;
  height: 20px;
}

ul#navbar li ul li a:hover {
	text-decoration: underline;
}

ul#navbar ul li ul {
left: -999em !important;
}
ul#navbar ul li:hover ul, 
ul#navbar ul li.sfhover ul{
	top: 0;
	left: 290px !important;
	top: -5px; /* ie 7 sticky windows */
	z-index: 150;

}

ul#navbar li ul li {
	position: relative;
	height:auto;
	top: 6px;
	padding: 0;
}


ul#navbar li ul li a {
	text-indent: 0px;
	font-weight: bold;
	text-indent: 0px;
	background: transparent;
	display: block;
	min-height: 20px;
	padding: 0 2px 0 10px;
	color: #597c7c;
}

ul#navbar li ul li a {
  height: auto !important;
  height: 20px;
}



/* for crappy browsers */
* html ul#navbar li ul li, * html ul#navbar li ul li a {  

}


/*
	BASE
	----
*/

#b {
	background: #709250 url("/wp-content/themes/greenstreetvt/i/bg-footer.jpg") no-repeat right top;
	color: #fff;
	margin: 0;
	padding: 0 360px 0 30px;
	min-height: 72px;
	height: auto !important;
	height: 72px;
}

p.contact {
	margin: 0;
	padding: 18px 0 0;
	font-size: .8em;
}

p.contact a {
	color: #fff;
}


/*
	FOOTER
	------
*/

#f {
	position: relative;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	margin: 0;
	padding: 10px 200px 0 0;
	border-top: 1px solid #994541;
}

#hdr-vermontsmartgrowth {
	position: absolute;
	left: 760px;
	top: 0;
	width: 238px;
	height: 148px;
	background: transparent url("/wp-content/themes/greenstreetvt/i/sprites.png") no-repeat 4px -150px;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

#footernav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav li {
	float: left;
	margin: 0 24px 0 0;
	font-size: .8em;
}

.lnk-sitemap a {
	color: #fff;
}

/*
	USMTAG
	------
*/

#usmtag a {
	display: block;
	width: 213px;
	height: 13px;
	background: transparent url("/wp-content/themes/greenstreetvt/i/sprites.png") no-repeat left -300px;
	text-indent: -999em;
	position: absolute;
	bottom: 8px;
	left: 374px;
	
}



/*
	SLIDESHOW
	---------
*/

#sw {
	position: relative;
	width: 960px;
	height: 182px;
}

#slideshow {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}


/*
	HEADER
	------
*/

#hdr-announcements,
#recent-posts-4 h2 {
	width: 178px;
	height: 22px;
	background: transparent url("/wp-content/themes/greenstreetvt/i/sprites.png") no-repeat left -50px;
	text-indent: -999em;
}

#recent-posts-4 h2 {
	background: transparent url("/wp-content/themes/greenstreetvt/i/sprites.png") no-repeat left -100px;	
}
