/* --
	
	* Red CSS File *
	This file contains styles related to the colour scheme of the theme
	--
	Please make any amendments to "custom.css" rather than this file
	This will make updating your theme files much easier without overwriting your changes!

-- */

a, 
.post p.meta a:hover,
.sidebar .widget ul li a:hover, 
ol.commentlist li.comment h4 a:hover,
ol.commentlist li.bypostauthor h4 a {
	color: #ab2b28;
}

#masthead {
	background: #ab2b28 url("../img/red/bg-masthead.png") repeat-x;
}

#masthead .inner {
	background: transparent url("../img/red/bg-masthead-inner.png") top center no-repeat;
}

#featured div.slide-nav ul li a,
div.slider-nav a {
	background: url("../img/red/bg-slidenav.png") 0 0 no-repeat;
}

p.highlight a:hover { color: #8e1e1b; }

li { list-style: url("../img/red/bullet.png"); }