/*
Theme Name: ecoMini
Theme Version: 1.1
Theme Style: Homepage, Blog
Theme URI: http://idesigneco.com/themes/ecomini
Description: A clean, minimalist mini homepage and blog.
Author: iDesignEco
Author URI: http://idesigneco.com

Copyright 2010, idesigneco.com
*/

@font-face {
	font-family: 'Museo';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfonty9qgknan') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	background: #333 url('images/bg.jpg') no-repeat top center;
	background-position: top center;
	
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #ddd;
}
#wrap {
	margin: 20px auto 0 auto;
	padding: 0px;
	width: 900px;
}

#header {
	margin: 0;
	overflow: hidden;
}
	#header .logo {
		width: 20%;
		float: left;
		color: #999999;
	}
	#header .logo p {
		text-shadow: #ddd 0 1px 0px;
	}
	#header .options {
		width: 78%;
		float: right;
		margin-top: 0;
		text-align: right;
	}
	#header .nav {
		margin-top: 20px;
		font-family: Museo;
	}
	#header .nav ul {
		margin: 0;
		padding: 0;
		float: right;
		text-align: right;
		list-style-type: none;
	}
	#header .nav li {
		float: left;
		margin-left: 10px;
		max-width: 150px;
	}
	#header .nav li a {
		padding: 5px 10px 5px 10px;
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;

		border-radius: 3px;
		-border-radius: px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		#header .nav li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			margin-top: 10px;
		}

		#header .nav li li a {
			font-size: 12px;
		}
		#header .nav li li {
			width: auto;
			display: inline;
			float: none;
		}
		#header .nav li li a:hover {
			background: none;
		}

	#header .nav li a:hover, #header .nav .current_page_item a {
		background: #DE0034;
		color: #fff;
	}
	#header .nav li ul {
		display: none;
	}
	#header .nav .current_page_item ul {
		display: block;
		position: absolute;
		left: 652px;
	}
	#header .nav .current_page_item ul li a {
		background: none;
		color: #666;
	}
	
	.nav_categories {
		overflow: hidden;
		margin: 15px 0 15px 0;
	}
	.nav_categories ul li {
		display: inline;
		margin: 0 20px 0 0;
		font-size: 12px;
	}
	.categories .current_cat a, .categories a:hover {
		background: #DE0034;
	}

#main {
	background: #222;
	margin-top: 10px;
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#content {
	width: 65%;
	float: left;
}
	/* different content widthes based on sidebar visibility preferences */
	.nosidebar #content, .homepage {
		float: none !important;
		width: auto !important;
	}

#home #edie {
	background: #050505 url('images/home.jpg') no-repeat;
	height: 430px;
	position: relative;
	margin-bottom: 20px;
}
	#home #edie form {
		position: absolute;
		width: 100%;
		bottom: 10px;
		margin-left: 10px;
	}
		#home #edie form input {
			margin-left: 15px;
		}
		#home #edie form .input {
			width: 52%;
		}
		#home #edie form label {
			font-family: Museo, Georgia, Helvetica, Arial;
			font-size: 18px;
		}

#home h1 {
	padding: 0;
}

.homefeatured p {
	margin: 0;
}
	.homefeatured li {
		margin-bottom: 10px;
	}
	.homefeatured .date {
		font-style: italic;
		margin: 0;
	}

#sidebar {
	width: 30%;
	float: right;
}


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

#footerbar .widget {
	width: 28%;
	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 #111;
		padding-bottom: 2px;
	}
	#footerbar .widget input {
		display: block;
	}

.copyright {
	margin: 15px auto 10px auto;
	width: 900px;
	overflow: hidden;
	font-size: 11px;
	color: #666;
}
	.copyright .text {
		float: left;
		margin: 0;
	}
	
	.copyright .footer_nav {
		float: left;
		margin-left: 40px;
	}
		.copyright .footer_nav a {
			color: #666;
		}
		.copyright .footer_nav a:hover {
			text-decoration: underline;
		}
		.copyright .footer_nav li {
			display: inline;
			margin-right: 10px;
		}

	#idesigneco {
		text-align: right;
		float: right;
		display: none;
	}

/* ________________________________________________________ */

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

.blog .post {
	margin: 0 0 50px 0;
}
	.post .title {
	}
	.post .text {
		overflow: hidden;
	}
	.post .text a {
		text-decoration: underline;
	}
	.post .text h1, .post .text h2, .post .text h3, .post .text h4 {
		margin: 35px 0 10px 0;
	}

	
	.post .meta, .post .postmetadata {
		margin: 10px 0 20px 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: #DE0034;
	}
	.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 {
		background: #222;
		font-size: 18px;
		font-weight: normal;
		line-height: 20px;
		letter-spacing: 0;
		overflow: hidden;
	}



/* ________________________________________________________ */
	

.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;
	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: 10px;
	list-style-type: none;
}

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



/* ________________________________________________________ */

.searchform .input, #s {
	background: #c3c3c3;
	width: 150px;
	border: none;
	margin: 6px 0 0 0;
	padding-left: 12px;

	font-size: 12px;
	color: #fff;

	border-radius: 3px;
	-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wpa_container a {
	text-decoration: none !important;
}

/* ________________________________________________________ */

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #DE0034;
}

a img {
	border: 0;
}

h1,h2,h3, h4 {
	background: #191919;
	padding: 5px 8px 5px 8px;
	margin: 0 0 10px 0;
	font-family: Museo, Georgia, Helvetica, Arial;
	font-size: 38px;
	font-weight: normal;
	color: #fff;

	border-radius: 3px;
	-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	h1 a, h2 a, h3 a, h4 a {
		color: #fff;
	}
h1 {
	letter-spacing: -1px;
	line-height: 38px;
	font-weight: 400;
	font-size: 32px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

input, select, textarea {
	border: 0;
	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: #191919;
	padding: 1px 5px 1px 5px;
	font-family: Georgia, 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: 3px;
	-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.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: #DE0034;
	width: auto;
	color: #fff;
	border: 0;
	
	border-radius: 3px;
	-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	background: #000;
}

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