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

body{
	background-color: #eefaff;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat;
}

a{
	color: #990000;
}
a:hover {
	color: #660000;
}

#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #614a18;}
#sidebar ul.categories li a{
	color: #614a18;
}

#footer {padding-bottom:30px; margin-bottom: 0px;}

#footer h2 {color:#ffffff;}
#footer .footerList li ul li a {color: white;}
#footer .copyright span {color: white;}
#footer .copyright {color: white;}


