/* WOLVERHAMPTON THEME CSS */
#header {
	background: #fff none;
	border-bottom: 3px solid #929A9e;
}
	#header .holder {
		background: url(/img/header-wolverhampton.png) no-repeat !important;
		height: 140px !important;
	}
		#header .holder #logo {
/* 			text-indent: -9999px !important; */
			height: 100px !important;
		}
			#header .holder #logo h1 {
				color: #d22840 !important;
			}
		
		#header .holder #our-logos {
/* 			display: none; */
		}
	
	#header #menu li,#header #menu li:hover,#header #menu li.on:hover {
		background: none !important;
		padding-left: 0 !important;
	}
		#header #menu li a {
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			background: #70787c !important;
			padding-left: 10px;
		}
			#header #menu li a:hover {
				background: #929A9e !important;
			}
			#header #menu li.on a {
				background: #929A9e !important;
				font-weight: bold;
				color: #fff;
			}
			#header #menu li.green {
				background: none !important;
			}
				#header #menu li.green a {
					background: #d22840 !important;
				}
					#header #menu li.green a:hover {
						background: #f44a62 !important;
					}

#content .main-column h3.intro,#content .main-column h3.intro a {
	color: #d22840 !important;
}

#content .side-column h3 {
	background: #70787c !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#content .side-column h3.personal {
		background: #d22840 !important;
	}
	#content .side-column strong span,p.goal strong span {
		color: #d22840;
	}

