/* Green-Yellow Stylesheet */

body {
	background: url('images/green-yellow/bg.gif') #eee repeat-x;
	}
#nav a:hover, #nav li.current_page_item a {
	background: url('images/green-yellow/nav-hover.gif') repeat-x;
	}
#content .post-wrap, .comment-wrap {
	border-bottom: 2px solid #d0ff9a;
	}
#content a {
	color: #88913a;
	}
#content a:hover {
        text-decoration:underline;
        color:#a6af3d;
}
#sidebar .sidebar-item li {
	background: url('images/green-yellow/arrow.gif') 0% 10% no-repeat;
	}
#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: url('images/green-yellow/submit-bg.gif') #3d5e11 repeat-x;
	}