/*
Theme Name: EcoSpec
Theme URI: http://www.christineestrada.com
Description: WordPress theme for EcoSpec
Version: 1.1
Author: Christine Estrada
Author URI: http://www.christineestrada.com/

	This theme was designed and built by Christine Estrada
	whose blog you will find at http://www.christineestrada.com/

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

body {
	margin: 0;
	padding: 0;
	background: #cde7f0 url('images/bg_gradient.jpg') repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

h1 {
	font-size: 24px;
	color: #00733f;
	margin: 0;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 14px;
	color: #00733f;
	margin: 0;
	padding: 0 0 5px 0;
}

img {
	border: none;
}

a {
	color: #00733f;
	text-decoration: none;
}

.clear {
	clear: both;
}


/*
 * GENERAL PAGE STRUCTURE
 */

div#page_container {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto 0 auto;
}

div#logo_container {
	float: left;
	height: 220px;
	z-index: 100;
}

div#logo_container img {
	z-index: 100;
}

div#navigation_container {
	float: right;
	width: 100%;
	position: absolute;
	top: 10px;
	right: 0px;
}

div#badge_container {
	float: right;
	position: absolute;
	top: 50px;
	right: 83px;
}

div#content_container {
	float: left;
	margin: 230px 0 0 0;
	width: 597px;
}

div#services_content_container {
	float: left;
	margin: 25px 0 0 0;
	width: 906px;
}




/* 
 * HOME PAGE STYLING 
 */

div#home_content_container {
	float: left;
	margin: 240px 0 0 0;	
}

div#home_going_green_container {
	float: left;
	width: 286px;
	height: 310px;
	margin: 10px 20px 0 0;
	overflow: hidden;
	background: url('images/home_going_green_bg.png');
}

div.home_box { 
	float: left;
	width: 286px;
	height: 310px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

div.home_box h1 a {
	font-size: 29px;
	color: #00733f;
}

div.home_box.going_green {
	background: url('images/home_going_green_bg.png');
}

div.home_box.testimonial {
	background: url('images/home_testimonial_bg.png');
}

div.home_box.blog {
	background: url('images/home_blog_bg.png');
}

div.home_box.blog p {
	margin: 0;
	padding: 0;
}

div.home_box_content {
	padding: 25px 34px 30px 34px;
}

div#follow_us {
	float: left;
	position: absolute;
	top: 420px;
	left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #91999c;
}

div#follow_us a {
	font-size: 16px;
	font-weight: bold;
	color: #91999c;
}




/* 
 * GREEN HOUSE AUDIT STYLING 
 */

div#audit_container {
	float: left;
	position: absolute;
	top: 140px;
	left: 0px;
	width: 956px;
	height: 325px;
	overflow: hidden;
	background: url('images/audit_bg.png');
	background-repeat: no-repeat;
}

div#audit_container div.audit_content {
	position: relative;
	top: 110px;
	left: 25px;
	width: 500px;
	height: 100px;
	padding: 15px 0;
	overflow: hidden;
	z-index: 100;
	font-size: 13px;
}

div#audit_container div.audit_graphic {
	position: relative;
	top: -130px;
	left: 550px;
	width: 407px;
	height: 330px;
}




/* 
 * NAVIGATION STYLING 
 */

ul.navigation {
	margin: 0;
	padding: 0;
}

div#navigation_container ul.navigation {
	float: right;
}

div#navigation_container ul.navigation li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	border-left: 1px solid #00733f;
}

div#navigation_container ul.navigation li:first-child {
	border: none;
}

div#navigation_container ul.navigation li a {
	color: #00733f;
}

ul.tabbed_navigation {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabbed_navigation li {
	height: 96px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tabbed_navigation li a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #00733f;
	padding: 18px 0 0 30px;
}

ul.tabbed_navigation li.page-item-19 {
	float: left;
	width: 198px;
	background: url('images/content_tab_left_off.png');
}

ul.tabbed_navigation li.page-item-21 {
	float: left;
	width: 202px;
	background: url('images/content_tab_middle_off.png');
}

ul.tabbed_navigation li.page-item-46 {
	float: left;
	width: 197px;
	background: url('images/content_tab_right_off.png');
}

#services_content_container ul.tabbed_navigation li.page-item-46 {
	float: left;
	width: 199px;
	background: url('images/services_content_tab_right_off.png');
}

ul.tabbed_navigation li.page-item-19.current_page_item {
	float: left;
	width: 198px;
	background: url('images/content_tab_left_on.png');
}

ul.tabbed_navigation li.page-item-21.current_page_item {
	float: left;
	width: 202px;
	background: url('images/content_tab_middle_on.png');
}

ul.tabbed_navigation li.page-item-46.current_page_item,
ul.tabbed_navigation li.page-item-46.current_page_parent {
	float: left;
	width: 197px;
	background: url('images/content_tab_right_on.png');
}




/* 
 * MAIN CONTENT CONTAINER 
 */

div#content_container div#content_nav {
	height: 96px;
	overflow: hidden;
	z-index: 1;
}

div#content_container div#content {
	overflow: hidden;
	padding: 0 24px 24px 24px;
	background: url('images/content_bg.png');
}

div#content_container div#content_footer {
	height: 44px;
	background: url('images/content_footer.png');
}




/* 
 * SERVICES CONTENT CONTAINER 
 */

div#services_content_container div#content {
	overflow: hidden;
	padding: 0 24px 24px 24px;
	background: url('images/services_content_bg.png');
}

div#services_content_container div#content div.post_content {
	float: left;
	width: 500px;
}

div#services_content_container div#content_footer {
	height: 46px;
	background: url('images/services_content_footer.png');
}




/* 
 * SIDEBAR STYLING 
 */

div#sidebar {
	float: left;
	width: 284px;
	margin: 288px 0 0 22px;
}

div#sidebar.services {
	float: right;
	width: 240px;
	position: relative;
	top: 0px;
	right: 0px;
	margin: 200px 0 0 0;
	padding: 20px 0 0 20px;
	border-left: 4px solid #8fca41;
}

div#sidebar_green_house_audit {
	position: absolute;
	top: 220px;
	right: -1px;
	width: 401px;
	height: 434px;
	background: url('images/services_green_house_audit.png');
}

div#sidebar div#sidebar_top {
	height: 47px;
	background: url('images/sidebar_top.png');
}

div#sidebar div#sidebar_content {
	background: url('images/sidebar_bg.png');
	padding: 0 24px 24px 24px;
}

div#sidebar.services div#sidebar_content {
	padding-top: 20px;
	margin: 320px 0 0 0;
}

div#sidebar div#sidebar_bottom {
	height: 47px;
	background: url('images/sidebar_bottom.png');	
}

div#sidebar h2 {
	margin: 0 0 5px 0;
}

div#sidebar ul {
	margin: 0;
	padding: 0;
}

div#sidebar ul li {
	list-style: none;
	padding: 0 0 3px 5px;
}

div#sidebar #twitter_update_list li {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

div#sidebar #twitter_update_list li span {
	margin: 0;
	padding: 0;
}

div#sidebar #twitter_update_list li a {
	clear: both;
	display: block;
}

div.sidebar_content_block {
	padding: 0 0 20px 0;
}




/* 
 * FOOTER STYLING 
 */

div#footer_container {
	float: left;
	width: 100%;
	text-align: center;
	color: #7f7f7f;
	font-size: 10px;
	font-weight: bold;
	margin: 30px auto 20px auto;
}

div#footer_container p {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#footer_container ul.navigation {
	margin: 0 auto;
}

div#footer_container ul.navigation li {
	display: inline;
	padding: 0 3px 0 3px;
	list-style: none;
	border-left: 1px solid #7f7f7f;
}

div#footer_container ul.navigation li:first-child {
	border: none;
}

div#footer_container ul.navigation li a {
	color: #7f7f7f;
}




/* 
 * PAGE CONTENT STYLING 
 */

ul.post-meta {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.post-meta li {
	padding: 0;
	margin: 0;
	list-style: none;
}

span.post-meta-key {
	display: none;
}

h1.archive {
	font-size: 12px;
	padding: 0 0 10px 0;
}

div.post_title {
	padding: 0 0 10px 0px;
}

div.post_title a {
	font-size: 24px;
	color: #00733f;
}

div.post_content {
}

div.post_metadata {
	margin: 30px 0 0 0;
	font-size: 11px;
}

div.post_timestamp {
	font-size: 11px;
	margin: -15px 0 0 0;
}

hr.post_divider {
	border: 1px dotted #00733f; 
	border-style: none none dotted;
	margin: 0 0 25px 0;
	padding: 25px 0 0 0;
}




/* 
 * BLOG ELEMENT STYLING 
 */

.commentlist li {
	list-style-type: none;
	margin: 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	margin: 2px 10px 2px 0;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.timestamp {
	font-size: 11px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #3a4b81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	border: 1px solid #3a4b81;
	font-size: 12px;
}

#respond {
	border-top: 1px dotted #6a747c; 
	margin: 20px 0 0 0;
}

#respond h2 {
	margin: 20px 0 0 0;
}




