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

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

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

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