/* Green Stylesheet */

body {
	background: url('images/green/bg.gif') #eee repeat-x;
	}
#nav a:hover, #nav li.current_page_item a {
	background: url('images/green/nav-hover.gif') repeat-x;
	}
#content .post-wrap, .comment-wrap {
	border-bottom: 4px solid #ccdbb6;
	}
#content a {
	color: #4c8100;
	}
#sidebar .sidebar-item li {
	background: url('images/green/arrow.gif') 0% 10% no-repeat;
	}
#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: url('images/green/submit-bg.gif') #bcdb90 repeat-x;
	}
