/*
Theme Name: ecoStudio
Theme Version: 1.0
Theme Style: Homepage, Blog
Theme URI: http://idesigneco.com/themes/ecostudio
Description: A trendy corporate website.
Author: iDesignEco
Author URI: http://idesigneco.com

Copyright 2011, idesigneco.com
*/

@font-face {
	font-family: 'DejaVuSansCondensed';
	src: url('fonts/dejavusanscondensed-webfont.eot');
	src: local('☺'), url('fonts/dejavusanscondensed-webfont.woff') format('woff'), url('fonts/dejavusanscondensed-webfont.ttf') format('truetype'), url('fonts/dejavusanscondensed-webfont.svg#webfontu5oAZpoM') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #EAEBEA url('images/background.jpg') no-repeat;
	background-attachment: fixed;
	
	margin: 0;
	padding: 0;
	font-family: DejaVuSansCondensed, Helvetica Neue, Helvetica, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
	.frontpage #main {
		margin: 0;
	}
#wrap {
	background: #1b181f;
	margin: 0px auto 0 auto;
	padding: 15px;
	width: 950px;
	overflow: hidden;

	border-radius: 0 0 5px 5px;
	box-shadow: 0 40px 40px #42429a;
}
}

#header {
	margin: 0;
}
	#header .logo {
		width: 30%;
		float: left;
		color: #999999;
		margin: 0px 0px 0px -15px;
	}
	#header .slogan {
		margin: -8px 0 0 0;
		font-size: 16px;
		color: #666;
	}
	#header .options {
		float: right;
		padding: 0;
		text-align: right;
	}

	#header .bar {
		background: #98c93c;
		margin: -15px -15px 0px -15px;
		overflow: hidden;
	}
	#header .searchform {
		float: right;
		margin: 6px 4px 0 0;
	}
	#header .searchform .input {
		background: transparent;
		padding: 3px;
		width: 150px;
		color: #ec008b;		
		border-radius: 0;
		border-width: 0 0 2px 0;
		border-style: solid;
		border-color: #ec008b;
	}

	#header .nav ul {
		width: 82%;
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
	}
	#header .nav li {
		float: left;
	}
	#header .nav li a {
		padding: 8px 15px 7px 15px;
		display: block;
		font-weight: normal;
		letter-spacing: 1px;
		font-size: 16px;
		color: #000;
		text-transform: uppercase;
	}
	#header .nav li.sub-menu-parent {
		
	}
		#header .nav .sub-menu {
			background: #222;
			position: absolute;
			display: none;
			width: 200px;
			margin: 0;
			z-index: 2;
		}
		#header .nav li ul li {
			display: block;
			margin: 0 0 3px 0;
			float: none;
		}

	#header .nav li a:hover,
	#header .nav .current_page_item a {
		background: #ec008b;
	}
	

#main {
	margin-top: 30px;
}
#content {
	width: 65%;
	float: left;
}
	/* different content widthes based on sidebar visibility preferences */
	.nosidebar #content, .homepage {
		float: none !important;
		width: auto !important;
	}
		

#sidebar {
	width: 30%;
	float: right;
}


#footer {
	background: #ee382d;
	overflow: hidden;
	margin: 20px -15px -15px -15px;
}
	#footer .content {
		margin: 25px;
	}
	#footer #s {
		width: 150px;
	}

#footerbar .widget {
	width: 30%;
	margin-right: 30px;
	float: left;
}
	#footerbar .widget ul {
		
		border-radius: 5px;
		-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#footerbar .widget li {
		border-bottom: 1px dotted #ddd;
		padding-bottom: 2px;
	}
	#footerbar .widget input {
		display: block;
	}
	#footerbar .text {
		font-family: DejaVuSansCondensed, Helvetica Neue, Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	}

.copyright {
	width: 980px;
	margin: 10px auto 10px auto;
	overflow: hidden;
	font-size: 11px;
}
	.copyright .text {
		float: left;
		margin: 0;
	}
	
	.copyright .footer_nav {
		float: left;
		margin-left: 40px;
	}
		.copyright .footer_nav li {
			display: inline;
			margin-right: 10px;
		}

	#idesigneco {
		text-align: right;
		float: right;
	}

/* ________________________________________________________ */

.pagetitle {
	margin-bottom: 10px;
	color: #1b181f;
}

.post {
	margin: 0 0 25px 0;
}
	.post .title {
		margin: 0 0 10px 0;
	}
	.post .text {
		overflow: hidden;
	}
	.post .bigpic {
		margin: 5px 0 5px 0;
	}
		.post .text a {
			text-decoration: underline;
		}
		.post .text h1 {
			font-size: 22px;
		}
		.post .text h1, .post .text h2, .post .text h3, .post .text h4 {
			margin: 25px 0 10px 0;
		}

	
	.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: #000;
	}
	.post .meta a:hover {
		color: #333;
	}
	.post .meta .comments {
		float: left;
	}
	.post .meta .author {
		float: right;
	}
	.post .meta .tags {
		background: url('images/ico_tag.png') no-repeat;
		background-position: 0px 6px;
		float: right;
		padding-left: 16px;
		min-height: 12px;
		font-size: 11px;
	}

.blog .post {

}

	.blog .post .title a {
		background: #98c93c;
		letter-spacing: 0;
		padding: 6px;
		font-size: 22px;
		line-height: 26px;
		color: #fff;
		display: block;
		overflow: hidden;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

#slideshow {
	height: 512px;
	margin: 0px -15px 0 -15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	#slideshow .slide {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#slideshow .excerpt {
		background: #222;
		padding: 10px;
		position: absolute;
		left: 0;
		bottom: 30px;
		z-index: 3;
		color: #fff;
	}
		#slideshow .excerpt a {
			color: #fff;
		}
	#slideshow .excerpt p {
		margin: 0;
	}

	#slideshow .dots {
		position: absolute;
		z-index: 3;
		bottom: 10px;
		right: 10px;
	}
	#slideshow .dots li {
		float: left;
	}
	#slideshow .dots a {
		background: #fff;
		width: 8px;
		height: 8px;
		display: block;
		text-indent: -999px;
		overflow: hidden;
		margin-left: 10px;
		
		border: 1px solid #222;
		
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	#slideshow .dots .sel {
		background: #222;
		border-color: #fff;
	}

	
	
#homefeatured {
	margin: 10px -5px 5px -5px;
}
	#homefeatured .featured {
		background: #222;
		width: 32.6%;
		height: 150px;
		float: left;
		position: relative;
		overflow: hidden;
		
		margin: 0 10px 10px 0;
	}
	#homefeatured .f2 {
		margin-right: 0;
	}
	#homefeatured a .title {
		font-size: 16px;
		position: absolute;
		left: 0;
		bottom: 30px;
	}
		#homefeatured a .title span {
			background: #1b181f;
			padding: 8px;
			color: #98c93c;
		}
/* ________________________________________________________ */
	

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#respond, #comments {
	margin-top: 50px;
}

#respond textarea {
	width: 95% !important;
}

.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 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.widgettitle {
		text-transform: uppercase;
		border-bottom: 1px dotted #ddd;
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
		color: #fff;
	}

	.widget li {
		border-bottom: 1px dotted #ddd;
		padding-bottom: 2px;
		padding-top: 3px;
	}

.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: #dadada;
	overflow: hidden;
}
	.ide_widget_ecosocial ul {
		background: none;
		list-style-type: none;
		width: 28%;
		padding: 0 !important;
		float: left;
	}
	.ide_widget_ecosocial .list {
		margin: 20px 0 0 10px;
	}
	.ide_widget_ecosocial .list li {
		margin-bottom: 6px;
	}
	.ide_widget_ecosocial .list li .sel {
		font-weight: bold;
	}

	.ide_widget_ecosocial .stats {
		width: 60%;
		float: right;
		margin: 15px 15px 15px 0;
		text-align: center;
		overflow: hidden;
	}
		.ide_widget_ecosocial .stats li {
			display: none;
			overflow: hidden;
			text-align: center;
		}
	.ide_widget_ecosocial .stats .caption {
		display: block;
	}
	.ide_widget_ecosocial .stats .twitter p {
		font-size: 10px !important;
		color: #666 !important;
	}
	.ide_widget_ecosocial .stats .twitter .twtr-ft {
		display: none;
	}

	
/* ________________________________________________________ */

a {
	text-decoration: none;
	color: #ee382d;
}
a:hover {
	color: #fff;
}

a img {
	border: 0;
}

h1,h2,h3, h4 {
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
	h1 a, h2 a, h3 a, h4 a {
		color: #ee382d;
	}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

input, select, textarea {
	border: 1px solid #ea028c;
        background: #ea028c;
	padding: 6px;
	font-family: Helvetica Neue, 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 Neue, Helvetica, Arial;
	font-style: italic;
}
blockquote blockquote {
	margin: 5px;
	padding: 5px;
	clear: both;
}

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;
	padding-top: 4px;
	text-align: center;
	
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.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, #searchsubmit {
	background: #ea028c;
	width: auto;
	padding: 4px 15px 4px 15px;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;	
}
a.button:hover {
	background: #666;
	color: #fff;
}

.clear {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
}
