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


Primary colour: #8a9f6f
Secondary colour: #c1d7a5
Tertiary: #e2eed2

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


/* MASTHEAD 
----------------------------------------------- */
#masthead {
	background: #000 url(http://www.monstersandcritics.com/global/themes/blank/img/masthead_blank.gif);
	border-top: 10px solid #8a9f6f;
}


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

#secondary {
	border-color: #8a9f6f;
}

#footer {
	border-top: 10px solid #8a9f6f;
}



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

h4,
.tint {
	background: #e2eed2;
}

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




div.articlefooter dl {
	padding: 10px;
}

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


