/*  
Theme Name: Eric Faerber Green
Theme URI: http://www.ericfaerber.com
Description: My green design
Version: 1.0
Author: Eric Faerber
Author URI: http://www.ericfaerber.com

*/

body {
	background: #C5C5C5;
	color: #3B3B3B;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: arial, sans-serif;
	margin: 20px 0 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #588E03;
}

a:hover {
	color: #09460F;
}

.clear-both {
	display: block;
	clear: both;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img {
	border: 0px;
}

blockquote {
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
}

h2, h3, #comment-box {
	margin: 20px 0 10px 10px;
	padding: 0;
}

/* the corners */
.green-back {
	background-color: #8bc354;
}

.darkgreen-back {
	background-color: #8bc354;
}

.corners-top {
	display: block;
	width: 100%;
	height: 5px;
	background: url(images/corner-top-left.gif) left top no-repeat;
	position: relative;
}

.corners-top span {
	display: block;
	width: 5px;
	height: 5px;
	background: url(images/corner-top-right.gif) right top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.corners-bottom {
	display: block;
	width: 100%;
	height: 5px;
	background: url(images/corner-bottom-left.gif) left top no-repeat;
	position: relative;
}

.corners-bottom span {
	display: block;
	width: 5px;
	height: 5px;
	background: url(images/corner-bottom-right.gif) right top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

/* middle
------------------------*/
#middle {
	width: 860px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	background: #F1FBE6 url(images/top-round.gif) no-repeat left top;
}


/* header
------------------------*/
#header {
	width: 860px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header h1 {
	width: 220px;
	height: 24px;
	margin: 10px;
	padding: 0;
	font-size: 1.5em;
	background: url(images/logo.gif) no-repeat;
}

#header h1 a {
	display: block;
	width: 220px;
	height: 24px;
	text-indent: -999em;
	text-decoration: none;
}

#header .description {
	display: none;
}

/* content
------------------------*/
#content {
	width: 500px;
	height: auto;
	float: left;
	margin: 0;
}

/* Posts
------------------------*/
.post {
	width: 490px;
	padding: 0;
	margin: 20px 0 10px 10px;
}

.post h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #F9630D;
}

.post h2 a {
	color: #F9630D;
}

.post h3 {
	margin-left: 0;
}

.post .date {
	font-size: 0.75em;
	font-weight: normal;
	color: #909090;
	margin: 0;
	padding: 0;
}

.post .postmetadata {
	font-size: 0.8em;
	color: #909090;
}

ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

ol.commentlist p {
	margin: 0 0 1em;
	padding: 0;
}

ol.commentlist li {
	padding: 10px 10px 1px;
	background: transparent;
}

ol.commentlist li.alt {
	background: #daf7bb;
}

/* Sidebar
------------------------*/
#sidebar {
	width: 335px;
	float: right;
}

#sidebar .sidebar-box {
	width: 335px;
	margin: 5px 0 0;
}

#sidebar .sidebar-box .after {
	margin-top: 10px;
}

#sidebar .sidebar-box .after a {
	color: #FFFFFF;
}

#sidebar .sidebar-box .after a:hover {
	color: #09460F;
}

#sidebar ul {
	list-style: none;
	margin: 5px 10px;
	padding: 0;
	overflow: hidden;
}

#sidebar table {
	margin: 5px;
}

#sidebar p {
	margin: 5px 10px;
}

#sidebar ul li {
	margin: 2px 0;
}

#sidebar ul a {
	display: block;
	width: 100%;
	white-space: nowrap;
	background: url(images/double-arrow.gif) no-repeat left;
	padding: 0 0 0 12px;
}

#sidebar #twitter ul a {
	display: inline;
	background: none;
	padding: 0;
}

#sidebar #twitter ul li {
	background: url(images/double-arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}

#sidebar h3 {
	font-size: 1.2em;
	margin: 5px 10px;
	padding: 0;
	color: #09460F;
}

#sidebar h3 a {
	display: block;
	width: 100%;
	color: #FFFFFF;
}

#sidebar h3 a:hover {
	color: #09460F;
}

.box-open {
	background: url(images/icon-minus.gif) no-repeat right;
}

.box-close {
	background: url(images/icon-plus.gif) no-repeat right;
}

/* footer
------------------------*/
#footer {
	clear: both;
	width: 880px; /*900px;*/
	margin: 0 auto 25px;
	padding: 0 20px 5px 0;
	font-size: 0.8em;
	text-align: right;
	background: #F1FBE6  url(images/bottom-round.gif) no-repeat left bottom;
}


.photos span {
	margin: 0 5px 5px 0;
}

#search-box {
	margin: 5px 10px;
}

#search-box input {
	background: url(images/icon-search.gif) no-repeat 5px #FFFFFF;
	padding: 3px 0 3px 20px;
	margin: 3px 15px 0 0;
	border: 0;
}

.navigation {
	margin: 0 10px;
}
