/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

html{background: transparent url(img/background.jpg)}
body{background: #000000 url(img/background.jpg) repeat; }

a{
	color: #999;
}
a:hover {
	color: #903;
}

#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #333333;}
#sidebar ul.categories li a{
	color: #903;
}

#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;}

