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


body{background: #000000 url(img/vintage-bg.gif) repeat; border-bottom:15px solid #000000;}

a{
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #66CC00;
	text-decoration:underline;
}

#sidebar a{
	color: #333;
	border-bottom:1px solid #66CC00;
}
#sidebar a:hover {
	color: #66CC00;
	border-bottom:1px solid #000;
	text-decoration:none;
}


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

#footer {padding-bottom:20px; margin-bottom: 0px;}
#footer h2 {color:#333333;}
#footer .footerList li ul li a {color:#777777;}
#footer .copyright span {color:#666666;}
#footer .copyright {color:#777777;}

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

#footer .copyright a{color: #c90000;}

