/* @override 
	http://eco.avenueverve.com/blog/wp-content/themes/green/style.css
	http://ecodisplayware.com/blog/wp-content/themes/ecodisplayware/style.css
*/

/*
Theme Name: Eco Displayware
Theme URI: http://www.ecodisplayware.com/
Description: Custom Wordpress Theme based on Magento Green Theme
Version: 1.0
Author: Green Theme
Author URI: http://ecommerce-themes.com/magento-themes/other/green-theme.html
*/

#content {
	padding: 0 18px 18px 18px;
}

#content.narrowcolumn {
	width: 500px;
	float: left;
}

#sidebar {
	padding: 0 18px;
	float: left;
	width: 175px;
}

#sidebar .border-creator {
	border-style:solid; border-color:#e2f1c7; border-width:0 1px 1px 1px;
	margin-bottom: 12px;
}

#sidebar ul li ul {
	margin-bottom: 0;
	padding:0 12px .8em 12px;
}


#sidebar ul li ul li { margin-bottom:.3em; line-height:1.3em;}

#sidebar h2 {
    color:#2f2f2f;
    text-transform:uppercase;
    margin:0;
    border:1px solid #e2f1c7;
    border-left:0;
    border-right:0;
    padding:10px 10px;
    background:url(/skin/frontend/default/ecodisplayware/images/base_mini_head_bg.gif)repeat-x #FCFDFA;
    color:#749D1C;
    font-weight:bold;
    font-size:1em;
    }

#sidebar ul {
    background:#FCFDFA url(/skin/frontend/default/ecodisplayware/images/base_mini_head_bottom.gif) repeat-x bottom;
    padding:0 0 1em 0;
}

#sidebar ul li ul {
	background-image: none;
}

#sidebar ul li ul li ul {
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar h4 {
    margin:0;
    padding:7px 10px 4px 28px;
    background:url(/skin/frontend/default/ecodisplayware/images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#4F7513;
    text-transform:uppercase;
    font-size: 12px;
    line-height: 1.5em;
 	border-top: 1px dotted #4F8296;
}

#sidebar .pagenav h4 {
	border: none;
}

#sidebar h4 a:link { color:#2f2f2f; }


.post {
	margin-bottom: 24px;
}

.post h2 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1em;
}

.post small {
	display: block;
	border-bottom: 1px dotted #A2CB61;
	margin-bottom: 12px;
}

#respond h3 {
	font-size: 12px;
	color: #4F7513;
}

.postmetadata {
	font-size: 11px;
	color: #777;
	font-weight: normal;
	line-height: 1.2em;
}

.postmetadata.alt {
	padding: 9px;
	border: 1px solid #ddd;
	margin-top: 36px;
}

a:link { color: #4F7513; }
a:visited { color: #4F7513; }
a:hover { color: #B5EA28; }

#sidebar ul li ul li a:link,
dd a:link { color: #000; }
#sidebar ul li ul li a:visited,
dd a:visited { color: #000; }
#sidebar ul li ul li a:hover,
dd a:hover { color: #B5EA28; }


p a {
	text-decoration: underline;
}

.postmetadata a {
	text-decoration: none;
}

.col-left.side-col {
	padding-left: 20;
	width:195px;
}

/**
 * Twitter Widget
 */
#sidebar .widget_twitter h2.widgettitle a {
	font-size: 12px;
	color: #4F7513;
}

#sidebar .widget_twitter a:link { color: #1D7ECF; }
#sidebar .widget_twitter a:visited { color: #1D7ECF; }
#sidebar .widget_twitter a:hover { color: #82ABF3; }

#sidebar .widget_twitter li {
	clear:both;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 9px 0;
}
#sidebar .widget_twitter li img {
	float:left;
	margin-right:.5em;
}
#sidebar .widget_twitter li .clear {
	clear:both;
}

#sidebar .widget_twitter span.entry-meta {
	display: block;
	font-size: 11px;
	line-height: 1.2em;
	text-align: right;
	margin-top: 4px;
}

#sidebar .widget_twitter span.entry-meta a:link { color: #A2CB61; }
#sidebar .widget_twitter span.entry-meta a:visited { color: #A2CB61; }
#sidebar .widget_twitter span.entry-meta a:hover { color: #A2CB61; }

#sidebar .widget_twitter span.entry-meta span {
	display: block;
}

#sidebar .widget_twitter span.entry-meta span.in-reply-to-meta,
#sidebar .widget_twitter span.entry-meta span.from-meta {
	display: none;
}

.entry {
	margin: 9px 0;
}

.entry ul {
	list-style-type: disc;
	padding: 0 1.4em;
}

.navigation {
	margin: 9px 0;
}

textarea#comment {
	width: 450px;
	height: 75px;
	border: 1px solid #999;
}


