/* @override http://www.tlaudio.co.uk/docs/quick-styles.css */

/* --------------------- */

/*     QUICK STYLING     */

/*  CHANGE THE BG IMAGE  */

/*  & LINK COLORS HERE   */

/* --------------------- */

body {
	background: #000000 url(img/grunge-bg.jpg) repeat-x center top;
}

.blue {
	color: #f55507;
}

#content .content_wrap.entries .entry a, #content .content_wrap .full-entry .post a {
	color: #f55507;
}

#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2 {
	color: #447362;
}

#content .content_wrap.entries .entry h3, #content .content_wrap .full-entry .post h3 {
	color: #447362;
	font-size: 14px;
	font-weight: bold;
}

#sidebar ul.categories li a {
	color: #f55507;
}

#footer {
	padding-bottom: 20px;
	margin-bottom: 0px;
}

#footer h2 {
	color: #ffffff;
}

#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;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 0;
}