/*
Theme Name: ecoCollage
Theme Version: 1.1
Theme Style: Photoblog, Thumbnail gallery
Theme URI: http://idesigneco.com/themes/ecocollage
Description: A versatile photo-portfolio, thumbnail gallery theme.
Author: iDesignEco
Author URI: http://idesigneco.com

Copyright 2010, idesigneco.com
*/

body {
	background: #eaebea url('images/bg.jpg') no-repeat;
	
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #1c1c1c;
}
#wrap {
	width: 1024px;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

#header {
	background: #1c1c1c;
	margin: 0;
	overflow: hidden;
	position: relative;
	
	border-radius: 0 0 5px 5px;
	-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
	#header .logo {
		margin: 10px;
		width: 25%;
		float: left;
		color: #999999;
	}
	#header .logo p {
		font-size: 10px;
		margin: 0;
	}
	#header .options {
		width: 71%;
		float: right;
		margin: 22px 10px 10px 10px;
		text-align: right;
	}

	#header .searchform {
		float: right;
	}
	#header .searchform .input {
		background: transparent;
		width: 150px;
		padding: 4px;

		font-size: 12px;
		color: #aaa;
		
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #aaa;

		border-radius: 5px;
		-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#header div.nav {
		width: 78%;
		float: left;
	}
	#header .nav ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#header .nav li {
		float: left;
		margin-right: 5px;
		max-width: 150px;
	}
	#header .nav li a {
		padding: 5px 12px 5px 12px;
		font-weight: normal;
		font-size: 14px;
		color: #aaa;
		text-transform: lowercase;

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

		#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: #444;
		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: #000000;
	}

#main {
	margin-top: 20px;
}
#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: #1c1c1c;
	overflow: hidden;
	margin-top: 10px;

	border-radius: 5px 5px 0 0;
	-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
	#footer .content {
		margin: 20px;
	}
	#footer, #footer a, .copyright a, .copyright {
		color: #fff;
	}

#footerbar .widget {
	width: 28%;
	margin-right: 40px;
	float: left;
}
	.widget input {
		display: block;
		border: 0;
	}

	.copyright {
		background: #222;
		padding: 6px 10px 6px 10px;
	}
	.copyright .text {
		float: left;
		margin: 0;
	}

	.copyright .footer_nav {
		float: left;
		margin-left: 40px;
	}
		.copyright .footer_nav a {
			color: #fff;
		}
		.copyright .footer_nav a:hover {
			text-decoration: underline;
		}
		.copyright .footer_nav li {
			display: inline;
			margin-right: 10px;
		}
		
	#idesigneco {
		text-align: right;
		width: 30%;
		float: right;
	}

/* ________________________________________________________ */

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

.post {
	margin: 0 0 50px 0;
}
	.post .title {
		margin: 0;
		letter-spacing: -2px;
	}
	.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: 0px 0 20px 0;
		overflow: hidden;
	}
	.post .postmetadata {
		margin-top: 30px;
		font-weight: normal;
		font-size: 10px;
		list-style-type: none;
	}
	.post .meta p {
		padding: 0;
		margin: 0;
	}
	.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;
	}
	.post .bigpic {
		text-align: center;
	}

#thumbgallery {
	overflow: hidden;
	width: 100%;
}
	#thumbgallery li {
		float: left;
		width: 256px;
		height: 192px;
		overflow: hidden;
		position: relative;
	}
	#thumbgallery .caption {
		background: #111;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: .8;
	}
	#thumbgallery .caption .text {
		margin: 5px;
		font-size: 11px;
	}
	#thumbgallery .caption .text, #thumbgallery .caption a {
		color: #fff;
	}
	#thumbgallery .caption h2 {
		font-size: 16px;
		margin: 0;
		padding: 0;
		height: 35px;
		line-height: 17px;
		overflow: hidden;
	}
	#thumbgallery .caption span {
		display: block;
		width: 50%;
		float: left;
	}
	#thumbgallery .caption .comments {
		float: right;
		text-align: right;
	}
	

.about {
	margin-top: 20px;
}
	.about .title {
		text-transform: uppercase;
	}

/* ________________________________________________________ */
	

.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: #fff;
	padding: 6px;
	margin-bottom: 10px;
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.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 {
	background: #1c1c1c;
	color: #fff;
	padding: 6px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.widget .widgettitle, .widget .title {
		text-transform: uppercase;
	}
	.widgettitle, .widget a {
		color: #fff !important;
	}
	.widget a:hover {
		color: #ccc;
	}
	.widget ul li {
		border-bottom: 1px solid #222222;
	}

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

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

.ide_widget_ecosocial {
	overflow: hidden;
}
	.ide_widget_ecosocial li {
		border: 0 !important;
	}
	.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;
	}
	.ide_widget_ecosocial a {
		color: #fff !important;
	}


/* ________________________________________________________ */

a {
	text-decoration: none;
	color: #1c1c1c;
}
a:hover {
	color: #333;
}

a img {
	border: 0;
}

h1,h2,h3, h4 {
	margin: 0 0 10px 0;
	font-size: 38px;
	color: #1c1c1c;	
}
	h1 a, h2 a, h3 a, h4 a {
		color: #1c1c1c;	
	}
h1 {
	letter-spacing: -1px;
	line-height: 38px;
	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: 1px solid #ccc;
	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: 14px;
	color: #1c1c1c;	
}

blockquote {
	background: #efefef;
	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: 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: #999;
	width: auto;
	padding: 4px 15px 4px 15px;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.button:hover {
	background: #666;
	color: #fff;
}

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

