/*
Theme Name: ecoBlog
Theme Version: 1.2
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 2010, idesigneco.com
*/


/* Base styles and main containers */
body {
	background: #DAD5D2 url('images/bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}
#wrap {
	margin: 0 auto 0 auto;
	width: 1024px;
	overflow: hidden;
}

#header {
	margin-top: 15px;
	overflow: hidden;
}
	#header .logo {
		width: 25%;
		float: left;
	}
	#header .options {
		width: 74%;
		float: right;
		text-align: right;
	}
	#header .searchform {
		margin-top: 5px;
	}

	#header .nav {
		margin-top: 15px;
		float: right;
	}
	#header .nav li {
		display: inline;
	}
	#header .nav li a {
		font-family: 'Myriad Pro', Helvetica, Arial;
		padding: 7px 18px 6px 18px;
		font-weight: bold;
		font-size: 16px;
		color: #fff;

		border-radius: 50px;
		-border-radius: 50px;
		-khtml-border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}
	#header .nav li a:hover, #header .nav .current_page_item a {
		background: #669900;
		color: #fff;
	}
	#header .nav li ul {
		display: none;
	}
	#header .nav .current_page_item ul {
		display: block;
		position: absolute;
		
	}
	#header .nav .current_page_item ul a {
		background: none;
		font-weight: normal;
		font-size: 14px;
	}
	
	.nav_categories {
		overflow: hidden;
		margin: 25px 0 15px 0 !important;
	}
	.nav_categories 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: 35px 15px 15px 15px;
}

	/* different content widthes based on sidebar visibility preferences */
	.nosidebar #content {
		float: none;
		width: auto;
	}
	
#sidebar {
	width: 30%;
	float: right;
}

#footer {
	background: #A1978B url('images/bg_footer.png') no-repeat;
	background-position: top center;
	margin-top: 50px;
	overflow: hidden;
	
	border-top: 1px solid #eaeaea;
}
	#footer .content {
		width: 1024px;
		margin: 35px auto 25px auto;
	}
	#footer #s {
		width: 150px;
	}

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

#footerbar .widget {
	width: 30%;
	float: left;
	font-size: 11px;
	line-height: 17px;
	margin-right: 30px;
}
	#footerbar .widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	#footerbar .widget li {
		border-bottom: 1px solid #92877B;
		padding-bottom: 2px;
		margin-bottom: 4px;
	}

#footer .copyright {
	background: #659800;
	margin-top: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
	#footer .copyright .content {
		margin: 10px auto 10px auto;
	}
	#footer .copyright .text {
		float: left;
		margin: 0;
	}

	#footer .footer_nav {
		float: left;
		margin-left: 40px;
	}
		#footer .footer_nav a {
			color: #fff;
		}
		#footer .footer_nav li {
			display: inline;
			margin-right: 10px;
		}
	#idesigneco {
		text-align: right;
		width: 20%;
		float: right;
	}

/* ________________________________________________________ */

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

.post {
	margin: 0 0 50px 0;
}
	.post .text {
		overflow: hidden;
	}
	.post .text a {
		text-decoration: underline;
	}
	.post .comment_ico {
		background: url('images/bt_comment.png') no-repeat;
		width: 53px;
		height: 56px;
		overflow: hidden;
		margin-top: -10px;
		
		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 20px 5px 20px;
		
		border-radius: 10px;
		-border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	.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 {
		width: 48%;
		float: left;
	}
	.post .meta .author  {
		width: 48%;
		float: right;
		text-align: right;
	}	
	.post .meta .tags {
		background: url('images/ico_tag.png') no-repeat;
		background-position: 0px 3px;
		min-height: 12px;
		padding-left: 14px;
		margin-top: 5px;

		font-weight: normal;
		font-size: 11px;
	}
	
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}


/* Comments */

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

.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;
}


/* ________________________________________________________ */

/* Widgets */

.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 {
	background: #CBC5C1 url('images/bg_widget.png') no-repeat;
	background-position: top center;
	margin-bottom: 35px;
	padding: 10px;
	clear: both;
	
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#sidebar .widget ul {
		list-style-type: none;
	}

.ide_widget_ecosocial {
	background-color: #669900 !important;
	padding: 0 !important;
	border: 1px solid #66CC00;
	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 10px;
	}
	.ide_widget_ecosocial .list li {
		margin-bottom: 6px;
	}
	.ide_widget_ecosocial .list a {
		font-family: 'Myriad Pro', Helvetica, Arial;
		font-weight: bold;
		font-size: 20px;
	}

	.ide_widget_ecosocial, .ide_widget_ecosocial a {
		color: #fff;
	}
	.ide_widget_ecosocial a:hover {
		color: #BFE86C;
	}
	.ide_widget_ecosocial .stats {
		width: 53%;
		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 .caption {
		display: block;
		font-size: 11px;
		color: #B5D17D;
	}
	.ide_widget_ecosocial .stats .twitter p {
			font-size: 10px !important;
	}
	.ide_widget_ecosocial .stats .twitter .twtr-ft {
		display: none;
	}


/* ________________________________________________________ */

.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', Helvetica, Arial;
	margin: 0 0 10px 0;
	font-size: 28px;
	font-weight: 600;
	color: #000;
}
h1 {
	letter-spacing: -1px;
	line-height: 34px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}

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;
}

/* ________________________________________________________ */

	/* different site widths */
	.wide #wrap, .wide #footer .content{
		width: 80% !important;
	}
	.wide_very #wrap, .wide_very #footer .content {
		width: 90% !important;
	}
	
