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

body{background: #ffffff url(../img/bg/bg.jpg) no-repeat top center;}
.blue{
	color: #ff9900;
	text-decoration: underline;
	}
	.blue a:hover{
	color: #81a626;
	text-decoration: underline;
}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{
	color: #81a626;
}
#sidebar ul.categories li a{
	color: #ff9900;
}
#sidebar ul.categories li a:hover{
	color: #81a626;
}

#footer {
	padding-bottom:20px;
	margin-top: 0px;
	}
#footer h2 {
	color:#666666;
}
#footer .footerList li {
	color:#333333;
}
#footer .copyright span {color:#999999;
}
#footer .copyright {
	color:#999999;
	padding-top: 10px;
}

