/*
Theme Name: ecoBlog
Theme Version: 1.0
Theme Style: Blog
Theme URI: http://idesigneco.com/themes/ecoblog
Description: Clean, two column theme with fully customizable dynamic sidebar and footer (widgets).
Author: iDesignEco
Author URI: http://idesigneco.com

Copyright 2009, idesigneco.com

*/

body {
	background: #DAD5D2 url('images/bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
#wrap {
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 1024px;
}

#header {
	min-height: 150px;
}
	#header .logo {
		width: 30%;
		float: left;
		margin-top: 25px;
	}
	#header .options {
		width: 40%;
		float: right;
		margin-top: 25px;
		text-align: right;
	}
	#header .searchform {
		height: 80px;
	}

	#header .nav {
		float: right;
	}
	#header .nav li {
		display: inline;
		margin-left: 15px;
	}
	#header .nav li a {
		font-family: "Myriad Pro";
		padding: 6px;
		font-weight: bold;
		font-size: 18px;

		border-radius: 5px;
		-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#header .nav li a:hover, #header .nav .current_page_item a {
		background: #669900;
		color: #fff;
	}
	
	.nav_categories {
		overflow: hidden;
		margin: 15px 0 15px 0;
	}
	.nav_categories ul li {
		display: inline;
		margin: 0 20px 0 0;
		font-weight: bold;
		font-size: 14px;
	}
	.categories .current_cat a {
		color: #669900;
	}

#content {
	background: #fff;
	width: 65%;
	float: left;

	border-radius: 10px;
	-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 15px;
}
#sidebar {
	width: 30%;
	float: right;
}

#footer {
	background: #A19894;
	margin-top: 50px;
	overflow: hidden;
}
	#footer .content {
		width: 1024px;
		margin: 35px auto 25px auto;
	}
	#footer #s {
		width: 150px;
	}

	#footer a:hover {
		color: #fff;
	}

#footerbar .widget {
	width: 32%;
	float: left;
}	

#footer .copyright {
	background: #659800;
	margin-top: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
	#footer .copyright .content {
		margin: 0 auto 0 auto;
		padding: 7px 0 3px 0;
	}
	#footer .copyright .text {
		width: 30%;
		float: left;
		margin-top: 5px;
	}

	#idesigneco {
		text-align: right;
		width: 30%;
		float: right;
	}

/* ________________________________________________________ */

.pagetitle {
	margin-bottom: 25px;
	color: #666;
}

.title {
	font-size: 38px;
}

.post {
	margin: 0 0 50px 0;
}
	.post .text a {
		text-decoration: underline;
	}
	.post .comment_ico {
		background: url('images/bt_comment.png') no-repeat;
		width: 53px;
		height: 56px;
		overflow: hidden;
		
		float: right;
	}
	.post .comment_ico a {
		text-align: center;
		display: block;
		padding: 13px 10px 6px 10px;
		font-size: 18px;
		font-weight: bold;
	}
	.post .text h1, .post .text h2, .post .text h3, .post .text h4 {
		margin: 35px 0 10px 0;
	}

	
	.post .meta, .post .postmetadata {
		font-weight: bold;
		background: #eee;
		padding: 5px;
		
		border-radius: 5px;
		-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.post .postmetadata {
		margin-top: 30px;
		font-weight: normal;
		font-size: 10px;
		list-style-type: none;
	}
	.post .meta p {
		padding: 0;
		margin: 0;
	}
	.post .meta a {
		color: #669900;
	}
	.post .meta .category, .post .meta .tags  {
		width: 30%;
		float: left;
	}
	.post .meta .author  {
		width: 30%;
		float: right;
		text-align: right;
	}	
	.post .meta .tags {
		background: url('images/ico_tag.png') no-repeat;
		min-height: 22px;
	}
	.post .meta .tags span {
		padding: 0 30px 0 0;
	}
	
/* ________________________________________________________ */
	

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#respond, #comments {
	margin-top: 50px;
}


.commentlist li ul li {
	
}

.commentlist li {
	font-weight: bold;
	background: #eee;
	padding: 6px;
	margin-bottom: 10px;
	border-radius: 15px;
	-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

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


.commentmetadata {
	font-weight: normal;
	}


/* ________________________________________________________ */

.widget ul {
	margin: 0;
	padding-left: 10px;
}
.widgetbanners {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.widgetbanners li {
		display: inline;
		margin: 2px 2px 2px 0;
	}
#sidebar .widget {
	margin-bottom: 35px;
	clear: both;
}

.ide_widget_ecosocial {
	background: url('images/bg_widget.png') no-repeat;
	width: 300px;
	height: 200px;
	overflow: hidden;
	color: #fff;
}
	.ide_widget_ecosocial ul {
		list-style-type: none;
		width: 37%;
		margin-top: 15px;
		padding: 0;
		float: left;
	}
	.ide_widget_ecosocial .list {
		margin: 55px 0 0 20px;
	}
	.ide_widget_ecosocial .list li {
		margin-bottom: 6px;
	}
	.ide_widget_ecosocial, .ide_widget_ecosocial a {
		color: #fff;
	}
	.ide_widget_ecosocial a:hover {
		color: #BFE86C;
	}
	.ide_widget_ecosocial .list a {
		font-family: 'Myriad Pro';
		font-weight: bold;
		font-size: 22px;
	}
	.ide_widget_ecosocial .stats {
		width: 50%;
		height: 160px;
		float: right;
		margin: 35px 15px 15px 0;
		text-align: center;
		overflow: hidden;
	}
		.ide_widget_ecosocial .stats li {
			height: 160px;
			overflow: hidden;
			text-align: center;
		}
	.ide_widget_ecosocial .stats .twitter p {
			font-size: 10px !important;
	}
	.ide_widget_ecosocial .stats .twitter .twtr-ft {
		display: none;
	}
	.ide_widget_ecosocial .stats .caption {
		display: block;
		font-size: 11px;
		color: #B5D17D;
	}
	.ide_widget_ecosocial img {
		float: none !important;
	}

/* ________________________________________________________ */

.searchform .button, #searchsubmit {
	background: url('images/bt_search.png') no-repeat;
	width: 54px;
	height: 50px;
	border: none;
	position: absolute;
	margin: 0 0 0 -50px;
	text-indent: -1000px;
}

.searchform .text, #s {
	border: none;
	margin: 6px 30px 0 0;
}
	
/* ________________________________________________________ */

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #669900;
}

a img {
	border: 0;
}

h1,h2,h3, h4 {
	font-family: "Myriad Pro";
	margin: 0 0 10px 0;
	font-size: 38px;
	letter-spacing: -1px;
}
h1 {
	letter-spacing: -2px;
	line-height: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}

input, select, textarea {
	border: 1px solid #666;
	padding: 6px;
	font-family: Helvetica, Arial;

	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 16px;
}

blockquote {
	background: #efefef;
	padding: 1px 5px 1px 5px;
	font-family: Georgia;
	font-size: 17px;
}
blockquote blockquote {
	margin: 5px;
	padding: 5px;
	clear: both;
	border-width: 0px;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}


.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
}
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	color: #111;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.noul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.button {
	width: auto;
	background: #659800;
	color: #fff;
}

.clear {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
}
