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

body{
	background-color: #ece292;
	background-image: url(img/newback3.gif);
	background-repeat: repeat;
}

a{
	color: #bfa113;
}
a:hover {
	color: #d9c101;
}

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

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

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

