#header-wrapper {
	/*background: url(../img/header-yellow.png) repeat-x 0 0;*/
	background-color: #a6a600;
	background-image: -moz-linear-gradient(top, #a6a600, #808000);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a6a600),color-stop(1, #808000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a6a600', EndColorStr='#808000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#a6a600', EndColorStr='#808000')";
	}

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

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

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

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