/*
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: #EDF5F8 url('images/bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}
#wrap {
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 1024px;
}

#header {
	padding-top: 30px;
	margin-bottom: 10px;
	min-height: 120px;
	overflow: hidden;
	width: 1024px;
	background: #EDF5F8 url('images/headerlogo.jpg') no-repeat;
}
	#header .logo {
		
		float: left;
	}
	#header .options {
		width: 40%;
		float: right;
		text-align: right;
	}
	#header .searchform .button {
		background: url('images/bt_search.png') no-repeat;
		width: 54px;
		height: 50px;
		border: none;
		position: absolute;
		margin: 0 0 0 -50px;
	}
	#header .searchform .text {
		border: none;
		margin: 6px 30px 0 0;
		color: #555;
	}



	#header .nav {
		margin: 99px 22px 0 0;
		float: right;
		width: 1000px;
		text-align: right;
	}
	#header .nav li {
		display: inline;
		margin-left: 4px;
	}
	#header .nav li a {
		font-family: "Myriad Pro", Helvetica, Arial;
		padding: 8px 12px 6px 12px;
		font-weight: 600;
		color: #6f6764;
		font-size: 15px;
                text-shadow: #fff 0 1px 0px;


		border-radius: 30px;
		-border-radius: 30px;
		-khtml-border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	}
	#header .nav li a:hover, #header .nav .current_page_item a {
		background: #6699CC;
		color: #fff;
                text-shadow: #6699CC 0 0px 0px;
	}
	
	#header .categories {
		margin: 30px 0 0px 0;
	}
	#header .categories li {
		display: inline;
		margin: 0 20px 0 0;
		font-weight: normal;
		font-size: 14px;
                color: #B6AA9E;
	}
	#header .categories .current_cat a {
		color: #6699CC;
	}


#content {
	background: #fff;
	width: 65%;
	float: left;
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
}
#sidebar {
	width: 30%;
	float: right;
        margin-top: 0px;
}


#footer {
	background: #A19894;
	margin-top: 40px;
	overflow: hidden;
}

	#footer .left {
		width: 60%;
		float: left;
	}
	#footer .left a {
		font-weight: normal;
		color: #fff;
		font-size: 11px;
		margin-left: 20px;
	}

	#footer .content {
		width: 1024px;
		margin: 15px auto 15px auto;
	}
	#footer #s {
		width: 150px;
	}
/* ________________________________________________________ */

.signup .top {

	background: #D0D9EF;
	padding: 8px;

	text-align: center;

	border-radius: 15px 15px 0 0 ;
	-border-radius: 15px 15px 0 0 ;
	-khtml-border-radius: 15px 15px 0 0 ;
	-moz-border-radius: 15px 15px 0 0 ;
	-webkit-border-radius: 15px 15px 0 0 ;
}
	.signup .top h1 {
		color: #333;
		font-size: 30px;
	}
	.signup .top h3 {
		font-size: 17px;
		letter-spacing: 0;
	}
	.signup .top h3 span {
		display: block;
	}
	.signup form {
		font-weight: bold;
	}

.book {
	border-radius: 0 0 15px 15px;
	-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;

	background: #D0D9EF;
	padding: 8px;

	text-align: center;
}	
.book h3 {
	text-transform: uppercase;
	color: #666;
	font-size: 15px;
	margin: 0;
}
.book h1 {
	text-transform: uppercase;
	color: #222;
	font-size: 24px;
	letter-spacing: 0;
}
	.book h4 {
		letter-spacing: 0;
		font-size: 16px;
	}
	.book h1 span {
		font-size: 22px;
		display: block;
	}
.book .amazon {
	margin: 20px 0 0 20px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url('images/bt-amazon.png') no-repeat;
	width: 248px;
	height: 64px;
}

.latest {
	margin-top: 30px;
}
	.latest .text {
		padding-left: 140px;
		min-height: 128px;
	}
	.latest h1 {
		font-size: 24px;
		letter-spacing: 0;
		color: #222;
	}
	.latest h3 a {
		font-size: 20px !important;
		text-decoration: none !important;
	}
	.latest .more {
		float: right;
		background: url('images/bt_more.png') no-repeat;
		padding-left: 28px;
		min-height: 24px;
		font-size: 11px;
	}

.whostalking .name {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #222;
	clear: both;
}
.whostalking .desig {
	display: block;
	font-size: 12px;
	color: #222;
}
.whostalking .name, .whostalking .desig {
	margin-left: 90px;
}

/* ________________________________________________________ */


.pagetitle {
	margin-bottom: 15px;
	color: #666;
}


.title {
	font-size: 38px;
	line-height: 34px;
}


.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: 12px 12px 8px 8px;
		font-size: 18px;
		font-weight: bold;
	}

	.post .text h3 {
		clear: both;
	}
	
	.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: #6699CC;
	}
	.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: 15px;
}


#sidebar .widget {
	margin-bottom: 20px;
	clear: both;
}



.widget_links {
	clear: both;
}
.widget_links ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_links li img {
	float: left;
	margin: 2px;
}


.ide_widget_ecosocial {
	background: url('images/bg_widget.png') no-repeat;
	width: 300px;
	height: 200px;
	font-size: 12px;
	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', Helvetica, Arial;
		font-weight: bold;
		font-size: 22px !important;
	}
	.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;
	}

	
/* ________________________________________________________ */
	


#footerbar .widget {
	width: 32%;
	float: right;
}
	#footerbar .widget a {
		color: #fff;
		text-decoration: none;
		font-size: 11px;
	}
	#footerbar .widget a:hover {
		text-decoration: underline;
	}
#footerbar #recent-posts-2, #footerbar #ide_footer_nav-3 {
	width: 25%;
	float: left;
}

#footer .copyright {
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}


#idesigneco {
	float: right;
}


/* ________________________________________________________ */


a {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	color: #336699;
}


a img {
	border: 0;
}


h1,h2,h3, h4 {
	font-family: "Myriad Pro", Helvetica, Arial;
	margin: 0 0 10px 0;
	font-size: 30px;
	letter-spacing: -1px;
}
h1 {
	letter-spacing: -2px;
	line-height: 28px;
}
h2 {
	font-size: 24px;
}
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,  Helvetica, Arial;
	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-bottom: 30px;
	padding: 0;
	list-style-type: none;
}
.button {
	width: auto;
	background: #659800;
	color: #fff;
}


.clear {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
}

