/*
Theme Name: ecoScorecard
Theme URI: http://www.ecoscorecard.com
Description: A custom wordpress theme for ecoscorecard.com.
Author: S. Bage
Version: 1.1.0
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display:block; visibility:hidden; clear:both; height:0; content: ".";
}
.remove-margin { margin-right: 0 !important }

/*forms*/
input[type="text"], 
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input.email,
textarea, 
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff; }
select { 
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
input[type="tel"]:focus,
input[type="date"]:focus, 
input[type="number"]:focus, 
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }

.button {
	display: block;
	background: #e1e1e1;
	background: -moz-linear-gradient(top, #fff 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#e1e1e1 100%); /* W3C */
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	color: #6b9603;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 0;
	text-align: center;
}
.button:hover {
	color: #7cb000;
}
.button:active {
	position: relative;
	top: 2px;
}

.sidebar .button {
	display: block;
	margin: 0 auto;
	width: 150px;
}

.clear {
	clear: both;
}

/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
body {
    background: #fff url(images/wrap-bg.png) repeat-x center -40px;
    font-size: 12px;
    line-height: 16px;
    color: #494949;
    font-family: Arial, Helvetica, sans-serif;
}
a, #home-content .box3 h4 a {
    text-decoration: none;
    color: #719F1B;
}
a:hover, #home-content .box3 h4 a:hover {
    text-decoration: none;
    color: #7C7C7C;
}
blockquote{padding: 10px; background: #EEE; border: 1px solid #CCC; margin: 20px 0;}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
#wrap {
	//background:url('images/wrap-bg-wide.jpg') no-repeat center top;
}
#wrap-inner {
	background: #fff url('images/page-header-bg.png') no-repeat center 20px;
}
#main {
	margin: 0 auto;
	width: 960px;
	padding:0; 
}
#full-width-wrap, .full-width-wrap{ padding-bottom: 30px; width: 100%}
/*-----------------------------------------------------------------------------------*
/*Headings
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
    color: #000;
    line-height: 1.5em;
    font-weight: normal;
	font-family: 'Cabin', sans-serif;
}
h1 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 21px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h2,
h3 {
	clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*h1 a,
h2 a,
h3 a,
h4 a { color: #000 }*/

/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
    position: relative;
    height: 120px;
}
#logo {
    float: left;
    width: 300px;
    padding: 5px 0;
}
/*-----------------------------------------------------------------------------------*
/*    6.    Navigation
/*-----------------------------------------------------------------------------------*/
/********main-nav***************/
#navigation {
	margin: 45px 0 0 0;
	width: 630px;
	float: right;
    height: 40px;
	padding: 0px;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
}
#navigation a{
	color: #7c7c7c;
}
#navigation a:hover{
	color: #719f1b;
}
#navigation .current-menu-item a{
	color: #719f1b;
	text-decoration: none;
	background: none;
}
#navigation ul{
	list-style: none;
	float: right;
}
#navigation li{
	float: left;
	text-align: right;
	padding: 0;
	margin: 0 0 0 20px;
}
/*-----------------------------------------------------------------------------------*
/*Posts &Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: left;
    width: 698px;
    padding-right: 20px;
    padding-bottom: 2em;
}
#post-content.full-width-wrap {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#home-content {
   padding-bottom: 50px;
}
#home-content .box3 h3, #home-content .box2 h3, #home-content .box1 h3{
	font-size: 25px;
	color: #494949;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	line-height: 25px;
}
#home-content .box3 h4, #home-content .box2 h4, #home-content .box1 h4{
	font-size: 16px;
	margin-top: 15px;
	color: #719f1b;
	font-family: 'Cabin', sans-serif;
}
#home-content .box3 h4 {
	line-height: 1.2em;
	margin-bottom: 5px;
}
#home-content .box3 .date, #home-content .box2 .date, #home-content .box1 .date{
	font-size: 11px;
	color: #9e9e9e;
}
#home-content .box3 p, #home-content .box2 p, #home-content .box1 p{
	font-size: 12px;
	color: #000;
	margin: 5px 0 0 0;
}
#home-content .box1{
	width: 280px;
	float: left;
	
	padding-right: 20px;
}
#home-content .box1 .getlisted{
	padding-top: 20px;
}
#home-content .box1 p {
	padding-bottom: 1.5em;
}
#home-content .box2, #home-content .box3 {
	/*min-height: 260px;*/
}
#home-content .box2{
	width: 280px;
	height: 280px;
	float: left;
	padding: 0 35px;
	background: url('images/home-divider.png') no-repeat center;
}
#home-content .box2 hr {
	height: 15px;
	margin: 20px 0;
	border: none;
	background: url(../../uploads/2011/09/dl_divider.png) no-repeat center center;
}

#home-content .box3{
	width: 280px;
	padding-left: 30px;
	float: left;
}
#home-subscribe{
	padding: 10px 0 0 270px;
	margin-bottom: 10px;
	margin-top: 5px;
	background: url('images/devider.png') no-repeat bottom center;
}
#home-subscribe p{
	width: 120px;
	float: left;
	color: #7a7a7a;
	margin: 0;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	padding-top: 5px;
}
#home-subscribe .mc_embed_signup{
	width: 450px;
	float: left;
	padding-bottom: 10px;
}
.mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 5px 0 0 0;
}
.mc_embed_signup label {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	float: left;
	display: block;
	padding: 5px 15px 0 0;
}
.mc_embed_signup input.email {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#f5f5f5 100%); /* W3C */
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);

	display: block;
	margin: 0 10px 10px 0;
	width: 190px;
	float: left;
}
.mc_embed_signup input.email:focus {
	border-color: #aaa;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 6px #dff2b2;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 6px #dff2b2;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 6px #dff2b2;
}
.mc_embed_signup input.button {
	display: block;
	background: #e1e1e1;
	background: -moz-linear-gradient(top, #fff 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#e1e1e1 100%); /* W3C */
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	color: #6b9603;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 0;
	text-align: center;

	width: 100px;
	float: left;
}
.mc_embed_signup input.button:hover {
	color: #7cb000;
}
.mc_embed_signup input.button:active {
	position: relative;
	top: 2px;
}
.mc_embed_signup .button{
	clear: none;
}
.post-entry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.single-entry { margin-bottom: 20px }
.post-entry-featured-image {
    height: 150px;
    width: 250px;
    margin-bottom: 10px;
}
.post-entry-content {
    float: right;
    width: 400px;
}

.post-entry-meta {
    padding: 10px 0;
	line-height: 15px;
    margin: 0 0 30px;
	border-bottom: 1px solid #EEE;
	font-size: 10px;
}
.post-entry-meta a { color: #929292 }
.post-entry-meta a:hover { color: #333 }
span.meta-date,
span.meta-category,
span.meta-comments {
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    background: url('images/date.png') left no-repeat;
}
span.meta-category {
    margin-left: 15px;
    background: url('images/category.png') left no-repeat;
}
span.meta-comments {
    margin-left: 15px;
    padding-left: 25px;
    background: url('images/comments.png') left no-repeat;
}
.post-entry-date-single { margin-bottom: 20px }
#post-content ul, ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
#post-content h1 { 
	margin-bottom: 0px;
}
#post-header {
    margin: 0 0 40px;
    font-size: 14px;
    color: #999;
}
#post-header h1{
	margin-bottom: 20px;
}
#post-header { margin-bottom: 40px }
#post-header p {
    margin: 0;
    padding: 0;
}
.post-entry h2 {
    line-height: 1em;
    margin: 0 0 10px !important;
    font-size: 21px;
}
.post-entry h2 a { text-decoration: none }
.post-entry .read-more{border-bottom: 1px dotted #CCC;}
.page-title { margin-bottom: 20px !important }

/*single navigation*/
#single-nav{margin-top: 20px;}
#single-nav-left{float: left; width: 50%;}
#single-nav-right{float: right; width: 50%; text-align: right;}

/*-----------------------------------------------------------------------------------*
/*Post Tags
/*-----------------------------------------------------------------------------------*/
.post-tags {
    margin: 30px 0 10px;
    font-size: 12px;
}
.post-tags a{
    color: #666;
    margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float:  left;
	line-height: 20px;
	height: 20px;
    padding: 0 7px;
	border: 1px solid #BFBFBF;
    background: #EEE url('images/pagination-bg.png') repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-tags a:hover {
	background: #EEE url('images/pagination-bg-hover.png') repeat-x;
}

/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 240px;
    font-size: 12px;
}
.sidebar-box { 
	margin-bottom: 30px;
	background: url('images/sidebar-shadow.png') no-repeat left top;
	padding: 0 30px 0 20px;
}
.sidebar-box h4 {
    color: #494949;
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: bold;
}
.sidebar-box h3{
	margin: 4px 0 0 0;
	color: #6b6b6b;
}
.sidebar-box p{
	padding-top: 5px;
	color: #858585;
}
.sidebar-box strong{
	color: #a6a6a6;
}
.sidebar-box ul {
    list-style: none;
    margin: 0 0 20px 0;
}
.sidebar-box li {
	margin-bottom: 5px;
}
.sidebar {
	padding: 10px 0;
}
.sidebar small {
	display: block;
	font-style: italic;
	font-size: 10px;
	line-height: 1.2em;
}
#main .sidebar .dlbutton {
	margin: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------*
/*Slides
/*-----------------------------------------------------------------------------------*/
#inner-banner-wrapper{
   margin-bottom: 1em;
}
#inner-banner{
   width: 960px;
   margin: 0 auto;
}
#slides-wrapper {
	width:960px;
	/*height:396px;*/
	padding-bottom: 16px;
	margin: 0 auto;
}

#awOnePageButton .view-slide{
	display: none;
}
.showcase-load{
	height: 325px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage{
	/**/
}
.showcase{
	position: relative;
}

	.showcase-content-container{
		
	}
	
	/* Content */
	.showcase-content{
		text-align: center;
	}
		
		.showcase-content-wrapper{
			text-align: center;
			height: 325px;
			width: 960px;
			display: table-cell;
			vertical-align: middle;
		}
		/* Styling the caption */
		.showcase-caption{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
		}
		
	.showcase-onepage .showcase-content{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active{
			color: #fff;
		}

.hbuttons {
	text-align: right;
	padding: 10px 0;
}

input.gobutton {
	border: 0;
}

.gobutton{
	background: #82b408;
	background: -moz-linear-gradient(top, #9bd407 0%, #6a9208 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd407), color-stop(100%,#6a9208)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* IE10+ */
	background: linear-gradient(top, #9bd407 0%,#6a9208 100%); /* W3C */
	border-top: 1px solid #ddf0aa;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	color: #fff;
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 11px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #688e06;
	width: 190px;
}
.gobutton:hover{
	background: #9bd407;
	background: -moz-linear-gradient(top, #ade321 0%, #6a9208 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ade321), color-stop(100%,#6a9208)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ade321 0%,#6a9208 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ade321 0%,#6a9208 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ade321 0%,#6a9208 100%); /* IE10+ */
	background: linear-gradient(top, #ade321 0%,#6a9208 100%); /* W3C */
	color: #fff;
}
.gobutton:active, .dlbutton:active{
	position: relative;
	top: 2px;
}

/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments { }
#commentsbox { border-top: 1px solid #EEE; margin-top: 20px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    background: #FFF;
    position: relative;
    margin-left: 90px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url(images/comment-arrow.png) no-repeat;
}
#commentsbox .avatar {
    position: absolute;
    left: -90px;
    top: 6px;
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
.comment-author {
    font-size: 14px;
    color: #000;
    line-height: 1em;
}
.says { display: none }
.comment-meta{
	margin-bottom: 8px;
}
.comment-meta a {
    font-size: 10px;
    font-style: italic;
    color: #666;
	border-bottom: 1px dotted #CCC;
}
.comment-reply-link {
	font-size: 12px;
}
.cancel-comment-reply a {
    color: #F00 !important;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 40px 0 15px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin: 5px 0;
    display: block;
    width: 70%;
}
#commentform input,
#commentform textarea {
    background: #FFF;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#commentform input:focus,
#commentform textarea:focus {
    -moz-box-shadow: 3px 3px 0px #EEE;
    -webkit-box-shadow: 3px 3px 0px #EEE;
    box-shadow: 3px 3px 0px #EEE;
}
#commentSubmit {
    width: 100px !important;
    margin-top: -10px;
    cursor: pointer;
    color: #666;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #CCC !important;
	height: 30px;
	line-height: 30px;
    background: #EEE url('images/comment-submit.png') repeat-x !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentSubmit:hover { background: #EEE url('images/comment-submit-hover.png') repeat-x !important;}

/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    line-height: 30px;
    height: 30px;
    margin: 20px 0;
    font-size: 10px;
}
.page-count{
	height: 20px;
    line-height: 20px;
	float: left;
	margin-right: 10px;
	color: #666;
}
.pagination span,
.pagination a {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 4px;
    padding: 0 8px;
    text-decoration: none;
    width: auto;
    color: #666;
    border: 1px solid #BFBFBF;
    background: #EEE url(images/pagination-bg.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pagination a:hover {
     background: #EEE url(images/pagination-bg-hover.png) repeat;
}
.pagination .current {
    background: #EEE url(images/pagination-bg-hover.png) repeat;
}
/*-----------------------------------------------------------------------------------*
/* Footer
/*-----------------------------------------------------------------------------------*/
#footer-wrapper{
	background: #f4f4f4;
	border-top: 2px solid #b2b2b2;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
#footer h4{
	padding: 10px 0 8px 0;
	color: #494949;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	font-weight: 400;
	background: url('images/footer-lines.gif') bottom left no-repeat;
}
#footer-left{
	width: 225px;
	margin-right: 25px;
	float: left;
}
#footer-left a{
	color: #719F1B;
	text-decoration: underline;
}
#footer-left a:hover{
	color: #7C7C7C;
}
.fleft, .fright{
	font-size: 11px;
	float:left; 
	line-height: 24px;
	margin-top: 10px;
}
.fleft{ 
	width:125px;
}
.fright{
	width:100px;
}
#footer-mid{
	width: 430px;
	float: left;
}
#footer-right .twitter{
	width: 120px;
	float: left;
	padding: 10px 0 20px 0;
}
#footer-right .facebook{
	width: 150px;
	float: left;
	padding: 0 0 20px 0;
	margin-top: -10px;
}
#footer-right .googleplus{
	width: 150px;
	float: left;
	padding: 0 0 20px 0;
	margin-top: -10px;
}
#footer-right {
	margin-left: 25px;
	float: left;
	width: 255px;
}
#footer .mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 15px 0 0 0;
}
#footer .mc_embed_signup input.email {
	background: #fff;
	margin: 0 10px 10px 0;
	float: left;
	width: 295px;
}
#footer .mc_embed_signup input.button {
	float: left;
}
#footer .mc_embed_signup .button{
	clear: none;
}
#copyright{
	color: #2b2b2b;
	width: 960px;
	margin: 0px auto;
	padding: 30px 0;
	font-size: 10px;
}
#copyright .copyright{
	width: 350px;
	float: right;
	text-align: right;
}
#copyright .copyleft{
	width: 600px;
	float: left;
	text-align: left;
}
/*-----------------------------------------------------------------------------------*
/*Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 250px;
}
#search {
    position: relative;
    width: 213px;
    padding: 5px 30px 5px 5px;
    outline: none;
    border: 1px solid #CCC;
    background: #F7F7F7;
}
#search:focus {
    background: #EEE;
    text-shadow: 1px 1px 1px #FFF;
}
#searchsubmit {
    position: absolute;
    right: 7px;
    top: 7px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}

/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.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;
}
#calendar_wrap {
    font-size: 11px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar thead th {
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
}
#wp-calendar td {
    color: #CCC;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
#wp-calendar a {
    display: block;
    color: #09F;
}
#wp-calendar td:hover { color: #333 }
#wp-calendar #today {
    display: block;
    background: #EEE;
    color: #333;
}
#wp-calendar {
    empty-cells: show;
    margin: 0;
    width: 100%;
}
#wp-calendar caption {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
}
/*---------------Carousel---------------*/
#slider-stage {
	width: 880px;
	overflow:hidden;
	height: 70px;
	margin-left:1px;
	float:left;
	position:relative;
}
#slider-list {
	width: 2000px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a.theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 140px;
	height: 70px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {

}
#sliderBloc {
	height:80px;
	margin: 0px auto 20px;
	width: 960px;
	overflow: hidden;
	background: url('images/clients-bg.png') no-repeat top center;
	padding-top: 54px;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(images/carousel-prev.jpg) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:34px;
	height:51px;
	margin: 10px 2px 0 0;
}
#sliderBloc a#next {
	background:url(images/carousel-next.jpg) no-repeat left top;
	margin: 10px 0 0 2px;
}

/*-----------------------------------------------------------------------------------*
/*Tour Page
/*-----------------------------------------------------------------------------------*/
.tour_search {
	padding: 55px 0 45px 262px;
	background: url(../../uploads/2011/09/search.jpg) no-repeat left 42px;
}
.tour_evaluate {
	padding: 55px 262px 45px 0 ;
	background: url(../../uploads/2011/09/evaluate.jpg) no-repeat right 42px;
	text-align: right;
margin-right: 20px;
}
.tour_documentation {
	padding: 55px 0 45px 262px;
	background: url(../../uploads/2011/09/documentation.jpg) no-repeat left 42px;
}
hr {
	background: url(../../uploads/2011/09/separator.png) no-repeat;
	border-style: none;
	height: 8px;
	width: 100%;
	clear: both;
}

/*-----------------------------------------------------------------------------------*
/*Sketchup Page
/*-----------------------------------------------------------------------------------*/
.img_left, .img_right {
	padding: 55px 0 45px 0;
	float: left;
	width: 100%;
}
.img_left div {
	overflow: hidden;
}
.img_left img {
	float: left;
	margin-right: 20px;
}
.img_right div {
	overflow: hidden;
	text-align: right;
}
.img_right img {
	float: right;
	margin-left: 20px;
}

/*-----------------------------------------------------------------------------------*
/*Testimonial Page
/*-----------------------------------------------------------------------------------*/
.testimonial_logo {
	display: block;
	padding: 45px 0;
	float:left;
	clear: left;
}
.testimonial {
	float: right;
	clear: right;
	padding: 50px 70px 40px 20px;
	width: 380px;	
}
.testimonial p {
	line-height: 24px;
}
.byline {
	text-align: right;
	margin-right: -30px;
}
/*-----------------------------------------------------------------------------------*
/*Help & Directory Pages
/*-----------------------------------------------------------------------------------*/

dl.help,
dl.directory {
	width: 285px;
	float: left;
	Margin: 0 40px 20px 0;
}
dl.help dt {
	font-size: 24px;
	line-height: 22px;
	padding: 35px 0 10px 0;
	background: url(../../uploads/2011/09/dl_divider.png) no-repeat center top;
	margin-top: 20px;
}

dl.directory dt {
	font-size: 21px;
	line-height: 20px;
	padding: 35px 0 10px 25px;
	background: url(../../uploads/2011/09/dl_divider.png) no-repeat center top;
	margin-top: 20px;
}
dl.help dt.first,
dl.directory dt.first {
	background: none;
	margin-top: 0;
}
dl.help dd {
	line-height: 18px;
}

dl.directory dd {
	line-height: 24px;
	padding-left: 25px;
}



/*-----------------------------------------------------------------------------------*
/*Side Bars
/*-----------------------------------------------------------------------------------*/

.sidebar h4 {
	font-size: 20px;
	font-style: italic;
	color: #6c980a;
	line-height: 20px;
	margin-top: 10px;
}
.sidebar li {
	font-size: 14px;
	padding: 25px 30px 15px 27px;
	/*background: url(../../uploads/2011/09/sidebar_bullet_divider.png) no-repeat left top;*/
	list-style: none;
}
.sidebar li.first {
	background: none;
}


/*-----------------------------------------------------------------------------------*
/*Added buttons and patches
/*-----------------------------------------------------------------------------------*/
.readmorebutton{
	background: #0773d2;
	background: -moz-linear-gradient(top, #028ed6 0%, #0a5cca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#028ed6), color-stop(100%,#0a5cca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #028ed6 0%,#0a5cca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #028ed6 0%,#0a5cca 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #028ed6 0%,#0a5cca 100%); /* IE10+ */
	background: linear-gradient(top, #028ed6 0%,#0a5cca 100%); /* W3C */
	border-top: 1px solid #8bc5e4;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	color: #fff;
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	width: 190px;
}
.readmorebutton:hover{
	background: #028ed6;
	background: -moz-linear-gradient(top, #13a1ea 0%, #0a5cca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a5cca), color-stop(100%,#17232e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #13a1ea 0%,#0a5cca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #13a1ea 0%,#0a5cca 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #13a1ea 0%,#0a5cca 100%); /* IE10+ */
	background: linear-gradient(top, #13a1ea 0%,#0a5cca 100%); /* W3C */
	color: #fff;
}
.readmorebutton:active{
	position: relative;
	top: 2px;
}

.news-snippit {
	margin-bottom: 2em;
}

#inner-banner h1 {
	/*color: #8dc641;
	font-size: 48px;*/
	background: #8dc641 url(http://ecoscorecard.com/wp-content/themes/ecoscorecard/images/header-bg.png) no-repeat center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 48px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	line-height: 48px;
	padding: 100px 20px 30px 20px;
}
#inner-banner h1 span {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	margin-top: 0.2em;
	max-width: 80%;	
}

/* front page banner */
#site-banner {
 background: #8bc544 url(../../uploads/2012/06/banner-bg4.jpg) no-repeat center;
 color: #fff;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
 width: 960px;
 height: 325px;
 position: relative;
}
#site-banner h1, #site-banner h2, #site-banner h3,
#site-banner a, #site-banner a:visited {
	color: #fff;
}
#site-banner a:hover {
	text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
#site-banner .gobutton {
	border: 1px solid #6a9c2e;
	-moz-box-shadow: 0 0 1px rgba(255,255,255,0.4), 0 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.4), 0 2px 6px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px rgba(255,255,255,0.4), 0 2px 6px rgba(0,0,0,0.3);

	position: absolute;
	bottom: 17px;
	left: 20px;
}
#site-banner .gobutton:active {
	bottom: 15px;
	top: auto;
}
.download-area {
	font-weight: bold;
	font-size: 14px;
	padding: 40px 0 0 40px;
}
.download-area h1 {
	font-size: 36px;
	font-weight: bold;
}
.download-area h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.download-area p {
	font-size: 16px;
	line-height: 24px;
	width: 500px;
}
.download-area .buttons {
	position: absolute;
	right: 60px;
	bottom: 40px;
	margin-bottom: 0;
	text-align: right;
	width: 365px;
}

#site-banner .dlbutton, #main .dlbutton {
	background: #82b408 url(images/button-dl.png) no-repeat 130px center;
	background: url(images/button-dl.png) no-repeat 130px center, -moz-linear-gradient(top, #9bd407 0%, #6a9208 100%); /* FF3.6+ */
	background: url(images/button-dl.png) no-repeat 130px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd407), color-stop(100%,#6a9208)); /* Chrome,Safari4+ */
	background: url(images/button-dl.png) no-repeat 130px center, -webkit-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/button-dl.png) no-repeat 130px center, -o-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* IE10+ */
	background: url(images/button-dl.png) no-repeat 130px center, linear-gradient(top, #9bd407 0%,#6a9208 100%); /* W3C */
	border: 1px solid #6a9c2e;
	border-radius: 6px;
	-moz-box-shadow: 0 0 1px rgba(255,255,255,0.4), 0 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.4), 0 2px 6px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px rgba(255,255,255,0.4), 0 2px 6px rgba(0,0,0,0.3);
	color: #fff !important;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin-right: 8px;
	padding: 20px 42px 20px 10px;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 -1px 0 #688e06;
	width: 120px;
}
#site-banner .dlbutton span, #main .dlbutton span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#site-banner .dlbutton:hover, #main .dlbutton:hover {
	background: #9bd407 url(images/button-dl.png) no-repeat 130px center;
	background: url(images/button-dl.png) no-repeat 130px center, -moz-linear-gradient(top, #ade321 0%, #6a9208 100%); /* FF3.6+ */
	background: url(images/button-dl.png) no-repeat 130px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ade321), color-stop(100%,#6a9208)); /* Chrome,Safari4+ */
	background: url(images/button-dl.png) no-repeat 130px center, -webkit-linear-gradient(top, #ade321 0%,#6a9208 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/button-dl.png) no-repeat 130px center, -o-linear-gradient(top, #ade321 0%,#6a9208 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ade321 0%,#6a9208 100%); /* IE10+ */
	background: url(images/button-dl.png) no-repeat 130px center, linear-gradient(top, #ade321 0%,#6a9208 100%); /* W3C */
	color: #fff;
	text-shadow: 0 -1px 0 #688e06;
}
#site-banner .buttons .dlbutton {
	background: #82b408 no-repeat 130px center;
	background: -moz-linear-gradient(top, #9bd407 0%, #6a9208 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd407), color-stop(100%,#6a9208)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9bd407 0%,#6a9208 100%); /* IE10+ */
	background: linear-gradient(top, #9bd407 0%,#6a9208 100%); /* W3C */
	float: right;
	margin: 0;
	text-align: center;
	padding: 17px 30px;
	font-size: 18px;
}
#main .buttons {
	width: 380px;
	height: 80px;
	margin: 0 auto;
}
 #main .dlbutton {
 	display: inline-block;
 	margin: 0 4px;
 }

.hbuttons .gobutton {
	width: 200px;
	margin-top: 4px;
}

.wpcf7 input, .wpcf7 textarea {
	width: 300px;
}
.wpcf7 .gobutton {
	width: 140px;
}

.videos td {
	padding: 0 2% 2em 2%;
	vertical-align: top;
	width: 29%;
}
.videos h3 {
	color: #719F1B;
	line-height: 1.2em;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

.sitemap {
	float: left;
	width: 26%;
}
.sitemap:first-child {
	width: 22%
}
.sitemap h2 {
	font-size: 18px;
}

.testimonials h2.styled {
	color: #8bc544;
	font-weight: bold;
}