/* DARLINGTON THEME CSS */
body {
	background-color: #2374b2;
}

.holder {
	background-color: #FFF;
}

#content .holder {
	padding: 15px;
}

#content {
	padding: 0;
}

#header {
	background: url(/img/header-darlington-bg.png) !important;
	border-bottom: 0px solid #0cf;
	height: 136px;
}
	#header .holder {
		background: url(/img/header-darlington.png) no-repeat !important;
		height: 136px !important;
	}
		#header .holder #logo {
			text-indent: -9999px !important;
			height: 100px !important;
		}

	#header #menu {
		position: relative;
		top: -9px;	
		margin-left: 0;
	}

	#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: #38ADE7 !important;
			padding-left: 10px;
			color: #fff;
		}
			#header #menu li a:hover {
				background: #FFF !important;
				color: #000;
			}
			#header #menu li.on a {
				background: #FFF !important;
				font-weight: bold;
				color: #000;
			}
			#header #menu li.green { /* a6ce3a */
				background: none !important;
			}
				#header #menu li.green a {
					background: #db5d31 !important;

				}
					#header #menu li.green a:hover {
						background: #FFF !important;

					}

#content {
	background-image: none;
}

#content .holder {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content .main-column h3.intro,#content .main-column h3.intro a {
	color: #fff !important;
	background: #38ADE7 none;
}

#content .side-column h3 {
	background: #38ADE7 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
}
	#content .side-column h3.personal {
		background: #db5d31 !important;
		color: #FFF;
	}
	#content .side-column strong span,p.goal strong span {
		color: #38adec;
	}

#footer .holder {
	border-top: 1px solid #ccc;
	padding: 15px;
}

