/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{
	background-color: #f8f8f8;
	background-image: url(../img/bg/goodwood.jpg);
	background-repeat: repeat;
}
a{
	color: #00763B;
}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{
	color: #00763B;
}
#sidebar ul.categories li a{
	color: #00763B;
}
#wrap #page #content .content_wrap #sidebar .sidebar_wrap .categories li a h4 {
	font-size: 14px;
	font-weight: bold;
}
