/*
Theme Name: ecoRetro
Theme Version: 1.0
Theme Style: Blog
Theme URI: http://idesigneco.com/themes/ecoretro
Description: A fun, flashy nostalgic look from the 1950s
Author: iDesignEco
Author URI: http://idesigneco.com

Copyright 2010, idesigneco.com
*/

body {
	background: #f0f0a8 url('images/bg.png') no-repeat;
	background-attachment: fixed;
	
	margin: 0;
	padding: 0;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

#wrap {
	margin: 30px auto 0 auto;
	padding: 0px;
	min-width: 860px;
	width: 950px;
}

#header {
	margin: 0;
	overflow: hidden;
}
	#header .logo {
		width: 25%;
		float: left;
		margin-top: 0;
	}
	#header .logo p {
		/*margin: 0;
		font-size: 11px;
		color: #BEA709;*/
color:#000000;
font-size:18px;
margin:0;
width:533px;
	}
	#header .options {
		width: 50%;
		float: right;
		margin-top: 0;
		text-align: right;
	}

	#header .nav {
		overflow: hidden;
	}
	#header .nav ul {
		float: right;
		margin: 0;
		text-align: right;
		list-style-type: none;
	}
	#header .nav li {
		float: left;
		margin-left: 3px;
		
		border-width: 1px 3px 0 0px;
		border-style: solid;
		border-color: #e7e794;
	}
	#header .nav li a {
		background: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		padding: 6px 12px 6px 12px;
		color: #a6a653;
	}

		#header .nav li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			margin-top: 10px;
		}

		#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: #f8623a;
		color: #fff;
	}
	#header .nav .current_page_item a {
		border-width: 0px;
		border-style: solid;
		border-color: #e3e3e3;
		
	}
	#header .nav li ul {
		display: none;
	}
	#header .nav .current_page_item ul {
		display: block;
		position: absolute;
	}
	#header .nav .current_page_item ul li a {
		background: none;
		color: #666;
	}
	
	.nav_categories {
		margin: 20px 0 0 70px;
		padding: 3px 12px 3px 12px;		
	}
	.nav_categories ul li {
		display: inline;
	}
	.nav_categories ul li a {
		padding: 6px 14px 5px 14px;
		color: #888;
	}
	.nav_categories .current-cat a, .nav_categories a:hover {
		background: #fff;
	}

#main {
	background: #fff;
}
#content {
	width: 64%;
	float: left;
	
	margin: 25px 0 25px 25px;
}
	/* different content widthes based on sidebar visibility preferences */
	.nosidebar #content {
		float: none;
		width: auto;
	}

#sidebar {
	width: 28%;
	float: right;
	margin-top: 25px;
	color: #fff;
}


#footer {
	background: #f8623a;
	overflow: hidden;
	color: #fff;
	
	border-top: 10px solid #db4d27;
	font-size: 11px;
}
	#footer #s {
		width: 150px;
	}
	#footer a {
		color: #fff;
	}
#footerbar .widget {
	width: 28%;
	margin: 20px;
	float: left;
}
	#footerbar .widget li {
		border-bottom: 1px solid #fb7754;
		padding-bottom: 2px;
	}
	#footerbar .widget input {
		display: block;
	}

.copyright {
	margin: 0 20px 0 20px;
}
	.copyright .text {
		width: 60%;
		float: left;
	}

	#idesigneco {
		text-align: right;
		width: 30%;
		float: right;
		margin-top: 10px;
	}

/* ________________________________________________________ */


.post {
	margin-bottom: 25px;
}
	.post .post_body {
	}
	.post .content {
		border-width: 0px;
		border-style: solid;
		border-color: #e3e3e3;
	}
	.post .strip {
		position: absolute;
		margin: -8px 0 0 -115px;
		text-shadow: #e2e293 3px 3px 0;
		text-align: center;
		color: #fff;
	}
	.post .strip p {
		margin: 3px 0 0 0;
		font-weight: bold;
		text-transform: uppercase;
	}
	.post .strip .day {
		margin-top: 15px;
		font-size: 42px;
	}
	

	.post .title {
		background: url('images/bg_strip.png') no-repeat;
		background-position: bottom left;
			
		margin-left: -44px;
		padding-bottom: 19px;
		
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
	}
		.post .title a {
			background: #f8623a;
			display: block;
			padding: 8px 8px 8px 25px;
			color: #fff;
		}
		.post .title a:hover {
			background: #EA5B36;
		}
	.post .text {
		font-family: Georgia;
		font-size: 14px;
		line-height: 22px;
		overflow: hidden;
	}
	.post .text p {
		margin-bottom: 5px;
	}
	.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: 0;
		font-size: 11px;
	}
	.post .meta {
		margin: 15px 0 0 0;
	}
	.single .post .meta {
		margin: 20px 0 0 0;
	}
	.post .postmetadata {
		background: #f9f9c3;
		margin-top: 30px;
		list-style-type: none;
	}
	.post .meta p {
		padding: 0;
		margin: 0;
		float: left;
		margin-right: 20px;
	}
	.post .meta .tags {
		background: url('images/ico_tag.png') no-repeat;
		background-position: 0px 6px;
		float: left;
		padding-left: 16px;
		min-height: 12px;
	}


/* ________________________________________________________ */
	

.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: #f9f9c3;
	padding: 6px;
	margin-bottom: 10px;
}

.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;
	}


/* ________________________________________________________ */

#sidebar .widget {
	background: url('images/bg_widget.png') no-repeat;
	background-position: bottom right;
	margin: 0 -20px 10px 0;
	padding: 0 0 19px 0;
	overflow: hidden;
	clear: both;
}
#sidebar .widget .container {
	background: #f8623a;
	padding: 15px;
}
#sidebar .widgettitle {
	padding: 5px 5px 5px 5px;
	color: #fff;	
}
	#sidebar .widget a {
		color: #fff;
	}
	#sidebar .widget a:hover {
		text-decoration: underline;
	}

.widget ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.widgettitle {
	text-transform: uppercase;
	font-size: 18px;
}
.widgetbanners {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.widgetbanners li {
		display: inline;
		margin: 2px 2px 2px 0;
	}


.ide_widget_ecosocial {
	overflow: hidden;
	color: #fff;
}
	.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;
	}
	.ide_widget_ecosocial .stats .twitter .twtr-ft {
		display: none;
	}


/* ________________________________________________________ */

.searchform .input, #s {
	background: #fff;
	margin: 6px 0 0 0;
	padding-left: 12px;
	border: 0;
	
	border-width: 0 1px 2px 0;
	border-style: solid;
	border-color: #e7e794;
}
	
/* ________________________________________________________ */

a {
	text-decoration: none;
	color: #db4d27;
}
a:hover {
	color: #333;
}

a img {
	border: 0;
}

h1,h2,h3, h4 {
	margin: 0 0 10px 0;
	color: #66;
}

h1 {
	font-size: 21px;
	font-weight: normal;
}
h2 {
	/*font-size: 13px;*/
	font-size:21px;
font-weight:normal;
}
h3, h4 {
	font-size: 12px;
}

input, select, textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;	
}

blockquote {
	background: #efefef;
	padding: 1px 5px 1px 5px;
	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: #f8623a;
	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;
}
n:hover {
	background: #666;
	color: #fff;
}

.clear {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
}
