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

body{
	background-color: #000000;
	background-image: url(img/grunge-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.blue{color: #f55507;}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #f55507;}
#sidebar ul.categories li a{color: #f55507;}

#footer {
	background-color:#fff;
	width: 770px;
}
#footer h2 {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer .footerList li {color:#888888;}
#footer .copyright span {color:#999999;}
#footer .copyright {color:#888888;}

#content .content_wrap .entries ul li .entry ul li, #content .content_wrap .full-entry .post ul li {
background:transparent url(img/bullet.gif) no-repeat scroll 0 0;}

