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

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

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

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