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

body{
	background-color: #223A78;
	background-image: url(img/body_bg_2.jpg);
	background-repeat: no-repeat;
}

a{color: #3366CC;}
a:hover {
	color: #3366CC;
}

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

#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;}

