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

body{
	background: #013a67 url(core/img/bg/background.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:20px 0 20px 0;
}
a{color: #09a2da;}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #09a2da;}
#sidebar ul.categories li a{color: #09a2da;}


