/*
-----------------------------------------------
Monsters and Critics News master
Author:   Mark Boulton
Version:  23 October 2006
Revision: 


Primary colour: #981b1e
Secondary colour: #c5a2a3
Tertiary: #f4efef

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


/* MASTHEAD 
----------------------------------------------- */
#masthead {
	background: #000 url(../img/masthead_news.gif);
	border-top: 10px solid #981b1e;
}


/* BORDERS
----------------------------------------------- */
h3,
h4,
#primary {
	border-color: #c5a2a3;
}

#secondary {
	border-color: #981b1e;
}

#secondary_flashgames {
	border-color: #981b1e;
}

#footer {
	border-top: 10px solid #981b1e;
}



/* BACKGROUNDS
----------------------------------------------- */

h4,
.tint {
	background: #f4efef;
}

/* Section navigation blocks */
.sitenavigation dl dd a:hover,
.sitenavigation dl dd a.current {
	background: #981b1e;
	color: #fff;
}

.sitenavigation_main l dd a:hover,
.sitenavigation_main dl dd a.current {
	background: #981b1e;
	color: #fff;
}



div.articlefooter dl {
	padding: 10px;
}

div.articlefooter dl dt {
	padding: 8px 0 0 0;
}


