/* ADELAIDE THEME CSS */
p { line-height: 18px; }

#header {
	background: #4aaa42 none !important;
}
	#header .holder {
		background: url(/img/header-adelaide-v5.png) no-repeat !important;
		height: 130px !important;
	}
		#header .holder #logo {
			text-indent: -9999px !important;
			height: 90px !important;
			width: 550px !important;
		}

#content { background: none !important; }
#footer .holder { border-top: 1px solid #666; }

	#content .side-column strong span,p.goal strong span {
		color: #006f51 !important;
	}

#content .main-column h3.intro, #content .main-column h3.intro a {
	color: #006f51 !important;
	background: #c8df8f !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#header #menu li,#header #menu li:hover,#header #menu li.on:hover {
	background: none !important;
	padding-left: 0 !important;
	margin-right: 4px !important;
}
	#header #menu li a {
		background: #8cc63f !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
		#header #menu li a:hover {
			background: #9DDF45 !important;
		}
		#header #menu li.on a {
			background: #FFF !important;
			font-weight: bold;
			color: #496005;
		}
		#header #menu li.green {
			background: none !important;
		}
			#header #menu li.green a {
				background: #267CD1 !important;
			}
				#header #menu li.green a:hover {
					background: #2985DF !important;
				}

#content .side-column h3 {
	background: #8cc63f !important;
}
	#content .side-column h3.personal {
		background: #267CD1 !important;
	}
