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

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

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

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