/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{background: #000000 url("web-template/img/goodwood.jpg") repeat;}
.blue{color: #14b8ed;}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #14b8ed;}
#sidebar ul.categories li a{color: #14b8ed;}

#footer {padding-bottom:20px; margin-bottom: 0px;}
#footer h2 {color:#ffffff;}
#footer .footerList li {color:#999999;}
#footer .copyright span {color:#999999;}
#footer .copyright {color:#999999;}

div#footer {
	float: left;
	width: 950px;
	height: 248px;
	background-image: url("images/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 12px 15px 0 15px;
	color: #87969b;
	font-size: 11px;
}
div#footer .left {
	float: left;
	width: 50%;
}
div#footer .right {
	float: left;
	text-align: right;
	width: 50%;
}
div#footer .right a {
	color: #87969B;
}