#header-wrapper {
	/*background: url(../img/header-green.png) repeat-x 0 0;*/
	background-color: #00a645;
	background-image: -moz-linear-gradient(top, #00a645, #008035);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00a645),color-stop(1, #008035));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a645', EndColorStr='#008035');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a645', EndColorStr='#008035')";
	}
	
		#menu a:hover, .single #menu li, #menu .current_page_item {
			/*background: url(../img/menu-green.png) repeat-x 0 0;*/
			background-color: #00a645;
			background-image: -moz-linear-gradient(top, #008035, #00a645);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #008035),color-stop(1, #00a645));
			filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008035', EndColorStr='#00a645');
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#008035', EndColorStr='#00a645')";
			}

		#content a:link, #content a:visited, #content a:active {
			color: #00a645;
			}
				
				#posts .info .type {
					background: #00a645;
					}
				
				#posts .nav a:hover {
					border-color: #00a645;
					}
					
					#respond input#submit, .post-content input#submit, .post-content input#submit {
						background: #00a645;
						}
			
			#sidebar ul li.wide h3 a {
				background: #00a645 url(../img/go.png) no-repeat 5px 5px;
				}
			
			#sidebar ul li ul li {
				color: #00a645;
				}
		
		#footer a:link, #footer a:visited, #footer a:active {
			color: #00a645;
			}

.jcarousel-next {
	background: #00a645 url(../img/next.png) no-repeat 6px 5px;
	}

.jcarousel-prev {
	background: #00a645 url(../img/prev.png) no-repeat 6px 5px;
	}
