/*
Theme Name: Greenlife
Theme URI: http://www.23systems.net/themes/
Description: Green Life Eco-consulting Theme.
Version: 1.0
Author: Dan Zappone after Dave Hime
Author URI: http://www.23systems.net/
Tags: green, custom header, fixed width, two columns, widgets

	Greenlife v1.0
	 http://www.23systems.net/themes/

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

*/

* {margin:0; padding:0;}

body {background: #dbeabd;font: 76% Arial, Helvetica, Sans-Serif;text-align: center; color:#5d5d5d;}

a {
	color: #007f40;
	text-decoration: none;
}

a:hover {
	color: #007f40;
	text-decoration: underline;
}

input {
font: 1.0em Arial, Helvetica, Sans-Serif !important;
color:#5d5d5d;
}

textarea {
font: 1.0em Arial, Helvetica, Sans-Serif !important;
color:#5d5d5d;
width: 325px;
}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.clear {
clear:both
}

blockquote {
	padding: 0 20px 10px 20px;
}

#wrap {
margin: 50px auto;
padding:0 0 0 0;
border:4px #9d9d9d solid;
background:url(images/wrap-bg.png) #375e0b repeat-y;
width:800px;
height:auto;
position:relative;;
}

#wrap {
margin-bottom: 5px;
}

#menu ul {
margin-top: 0px;
margin-left: 0px;
float:left !important;
display: inline;
text-transform: uppercase !important;
background: url(images/menu-bg.png) no-repeat top right;
}

#menu ul li {
display: inline;
padding: 0.3em 1.0em 0.3em 0.5em;
background: url(images/menu-bg.png) no-repeat top right;
/* border-bottom:4px #9d9d9d solid; */
margin: 0px 0px 0px 0px;
color: #5d5d5d;
float:left !important;
overflow: visible;
}

#menu ul li a {
	color: #5d5d5d;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #206100 !important;
	text-decoration: none;
}

#menu .current_page_item {
	color: #206100 !important;	
}

#header {
 background: url(images/header-logo.png) no-repeat top;
 margin: 0;
}

#header div.hr {
 height: 15px;
 background: url(images/header-hr.png) no-repeat scroll center;
 display: block;
}

#header hr {
 display: none;
}

#header h1 {
	font-size:1.9em;
	font-weight: normal;
	color: #206100 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	display: block;
}

#header h1 a, #header h1 a:hover {
	color: #206100 !important;
	text-decoration: none;
}

#header h2 {
	font-size:1.1em;
	font-weight: normal;
	color: #9d9d9d;
	letter-spacing: 3px !important;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

#header h2 a, #header h2 a:hover {
	color: #9d9d9d !important;
	text-decoration: none;
}

#fader {
	margin-bottom: 10px;
}

#sidebar {
margin-top: 51px;
margin-left: 37px;
margin-bottom: 71px;
border:4px #9d9d9d solid;
background:#fff;
width:334px;
float:left;
}

#sidebar ul {
 list-style: none;
 font: Arial, Helvetica, Sans-Serif;
}

#sidebar ul li h2 {
 margin-left: 8px;
}

#sidebar ul li h2 {
	font-size:1.3em;
	font-weight: bold;
	color: #000;
	text-align: left;	
	margin-top: 10px;
}

#sidebar ul li ul {
	margin-bottom: 10px;
	text-align: left;
 margin-left: 8px;
}

#sidebar ul li ul {
	margin-bottom: 10px;
}

#content {
font-size: 1.0em;
margin-top: 51px;
margin-left: 24px;
margin-bottom: 71px;
border:4px #9d9d9d solid;
background:#fff;
width:334px;
float:left;
padding: 10px;
text-align: left !important;
color: #000;
}

#content h2 {
	font-size:1.5em;
	font-weight: normal;
	color: #206100 !important;
	letter-spacing: 1px !important;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#content h2 a, #content h2 a:hover {
	color: #206100 !important;
	text-decoration: none;
}

#content h3 {
	font-size:1.2em;
	font-weight: bold;
	color: #000;
	text-align: left;	
	padding-bottom: 10px;
}

#content p {
	padding-bottom: 10px;
	text-align: justify;
}

#content ul, #content ol, #content dl   {
margin-bottom: 10px;
margin-left: 1.5em;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #5d5d5d
}

.wp-caption {
/*	border: 1px solid #ddd;  */
	border: 1px dotted #e6e2af;
	text-align: center !important;
	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 0 0 0;
	padding: 0;
	border: 0 none;
}

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

.wp-caption-text {
	font-size: 0.9em;
  text-align: center !important;
}

a img {
	border: none !important;
}