/*
Theme Name: Builder
Theme URI: http://ithemes.com/
Author: Chris Jean
Author URI: http://ithemes.com/
Version: 1.6.1
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 91%;
	line-height: 1.6em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #6b6b6b url(http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/body-back.jpg) repeat-x;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #74C71E;
	text-decoration: underline;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
		Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0 auto;
	border: 0em solid #000;
	display: block;
}
#main-header {width:960px; margin:0 auto;}
.main-logo {float:left; margin-left:10px;}
.header-info {float:right; margin-right:10px;}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {}
.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
		Horizontal Navigaion Styles
				(with dropdowns)
*********************************************/
.builder-module-navigation {
	font-size: 1em;
	line-height: 40px;
	background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/hornav_back.jpg') no-repeat left 8px;
	display: block;
	width: 100%;
}
.builder-module-navigation ul {
	display: block;
}
.builder-module-navigation li {
	padding: 0 0 0 0px;
}
.builder-module-navigation li a {
	font-size: 16px;
	padding: 0 40px;
	color: #FFF;
	text-decoration: none;
height:40px;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/menu-btn-back.png') no-repeat center;
	color: #004813;
}
li.current_page_item a, li.current_page_ancestor a {
	background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/menu-btn-back.png') no-repeat center;
	color: #004813;
}
.builder-module-navigation-1 .page_item ul {
background:#6CBF17;
margin:-5px 0 0 28px;
}
.builder-module-navigation-1 .page_item ul a {
background:none;
padding:0 0 0 10px;
line-height:28px;
height:28px;
color:#FFF;
}
.builder-module-navigation-1 .page_item ul a:HOVER {color:#000;}

/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: .1em solid #777;
	border-bottom: 0em;
}
.builder-module-navigation li li {
	border-bottom:.1em solid #777;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}
/*********************************************
	Module Widget Bars
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	background:#FFF;
	color: #333;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.builder-module-widget-bar .widget {
	padding: 1em 1em;
}
.builder-module-widget-bar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar .widget h4 a {
	text-decoration: none;
}
.builder-module-widget-bar .widget h4 {
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Content Sidebars & Widgets
*********************************************/
.builder-module-content {
	background: transparent;
}

.builder-module-content .sidebar {
	display:block;
	width:100%;
	background: #ddd;
}
.builder-module-content .widget {
	padding: 0.3em 1em;
	color: #333;
}
.builder-module-content .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-content .widget a:hover {
	color: #333;
	text-decoration: underline;
}
.builder-module-content .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-content .widget h4 {
	color: #333;
}
.builder-module-content .widget h4, .builder-module-content .widget p, .builder-module-content .widget ul, .builder-module-content .widget ol, .builder-module-content .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-content .widget ul, .builder-module-content .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-content .widget a.rsswidget img {
	display: none;
}
/*********************************************
		Content Div
*********************************************/

.content {
	background: transparent;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.page-title {
	margin: 1em;
}
.post {
	margin: 1em;
	background: transparent;
	padding: 0px .8em .8em .8em;
}
.post .thumbnail-wrap {
	display: none;
}
.page .title {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
	padding: .5em 0px 0px 0px;
}
.post .post-title a {
	text-decoration: none;
	color: #333;
}
.post .post-title a:HOVER {
	text-decoration: underline;
	color: #74C71E;
}
.post .post-title h3 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.post .post-meta {
	display: block;
	clear:both;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	margin-bottom:10px;
}
.post .post-meta a {
	text-decoration: none;
	font-style:italic;
}
.post .post-meta a:hover {
        text-decoration: underline;
		color:#74C71E;
}
.post .meta-bottom {
	display: block;
}
.post img {

}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px;
	padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {

}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}
/*********************************************
	Footer Styles
*********************************************/
#footer {
float:left;
width:960px;
	text-align: center!important;
	color: #FFF;
	line-height:17px;
margin:10px 0 5px 0;
font-size:13px;
}
#footer .alignleft, #footer .alignright {
	padding: 1em;
}
#footer .alignright {
	text-align: right;
}
#footer a {
	color: #ccc;
	text-decoration: none;
font-size:11px;
}
#footer a:hover {
	text-decoration: underline;
}
/*********************************************
	Text elements
*********************************************/

p {
	margin: 0 0 1.5em;

}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {

}
a {
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;

}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*********************************************
	Lists
*********************************************/

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/*********************************************
	Tables
*********************************************/

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;

}
.hide {

	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/*********************************************
	default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}


/*********************************************
	Custom Pages
*********************************************/

#builder-container-4b5caf8831935 .post {margin:0; padding:0;}
#builder-container-4b5caf8831935 .post #post-3 {display:none;}
#home-container {
background:#000;
color:#FFF;
font-size:17px;
height:300px;
margin-top:10px;
}
.home-content {
width:575px;
float:left;
margin:15px 10px 0 20px;
line-height:27px;
}
.home-image {
float:left;
margin:13px 10px 10px 10px;
border:4px solid #00A850;
}
#builder-module-4b5caf883161e .widget {padding:0px!important;}
#builder-module-4b5caf883161e .left {width:303px!important; margin:10px 0 10px 13px;}
#homebox1 {background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/homeboxback1.jpg') no-repeat top left;}
#homebox2 {background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/homeboxback2.jpg') no-repeat top left;}
#builder-module-4b5caf883161e .widget-wrapper-right {
background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/homeboxback3.jpg') no-repeat top left;
height:193px;
}
#builder-module-4b5caf883161e .widget-wrapper-right h4 {display:none;}
#builder-module-4b5caf883161e .widget-wrapper-right ul {padding:65px 5px 0 20px!important; overflow:hidden;}
#builder-module-4b5caf883161e .widget-wrapper-right li {font-size:12px; line-height:15px;}
.homebox {width:303px; height:193px;}
div.homebox p {
padding:72px 15px 0 20px!important;
height:80px;
margin:0;
line-height:18px;
font-size:14px;
}
#builder-module-4b5caf883161e ul {padding:65px 5px 0 30px!important; height:80px;}
#builder-module-4b5caf883161e li {
list-style: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/gray-bullet.jpg');
font-size:14px;
padding:1px 0;
color:#343434;
}
#builder-module-4b5caf883161e .homeboxbtn {float:right; margin:5px 10px;}
.green-color {color:#8be033; font-weight:bold;}
#builder-container-4b5caf8831a26 .builder-module-content {
background:#FFF;
margin:6px 0 0 0;
}
#builder-container-4b5caf8831a26 .sidebar {margin:15px 15px 15px 0; background:transparent;}
#builder-container-4b5caf8831a26 .sidebar .widget {border:4px solid #00A34A;margin:0 0 15px 0; background:#DDDDDD;}
#builder-container-4b5caf8831a26 .content {border:4px solid #00A34A;margin:15px 0 15px 15px;}
#builder-container-4b5caf8831a26 .content, #builder-container-4b5caf8831a26 .left {width:645px!important;}
.page-highlight {font-weight:bold; font-size:16px; color:#00551C;}

.sidebar #cforms-2 {height:270px; background: #DDDDDD url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/contact-form-back-inside.png') no-repeat 0 0px!important;}
#pa #cforms-2  {
height:275px; 
width:260px;
position:absolute;
background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/contact-form-back.png') no-repeat 6px 5px;
}
.sidebar .cform {width:255px!important; font-size:11px; margin-top:33px;}
#pa .cform {width:250px!important; font-size:11px; margin-top:52px; margin-left:10px;}
#pa .cform li, .sidebar .cform li {height:28px; line-height:20px;}
#pa .cform .single, .sidebar .cform .single {width:120px;}
#pa .cform label, .sidebar .cform label {margin:10px 5px;}
#pa .cform label span, .sidebar .cform label span {width:90px; color:#FFF;}
#pa #usermessagea, .sidebar #usermessagea {display:none;}
#pa .cform .cf_li_err, .sidebar .cform .cf_li_err {padding:0 0 2px 0!important; line-height:15px; width:240px; height:28px;}
#pa .cform .cf_li_err span, .sidebar .cform .cf_li_err span {color:#FF0000;}
#pa .cform .cf_li_err .single, .sidebar .cform .cf_li_err .single {margin:3px 0 0 0;}
#pa .cf-sb, .sidebar .cf-sb {text-align:center; height:22px;}
#pa .cf-sb .sendbutton, .sidebar .cf-sb .sendbutton {
border:0!important;
background: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/contact-form-btn.png') no-repeat center;
color:#FFF;
font-size:13px;
font-weight:bold;
width:160px;
line-height:22px;
margin:0;
}
.sidebar .feedburner-basic .input-text {width:125px;}
.sidebar .feedburner-basic .input-submit {width:125px;}
.core-values {
border:2px solid #666;
width:270px;
padding:0 0 0 15px;
background:#ebebeb;
}
.core-values ul {margin:0; padding:0 20px 10px 20px;}
.core-values li {list-style: url('http://www.goodgreenbuilders.com/wp-content/themes/Builder/images/gray-bullet.jpg');}
.core-values p {margin:5px 0;}
#slideshow-thumbs img {border:0;}
#slideshow-thumbs a {
display:block;
float:left;
margin:5px;
border:3px solid #00A34A;
}
#slideshow-thumbs a:HOVER {border:3px solid #E07103;}
