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


Primary colour: #404499
Secondary colour: #cacbea
Tertiary: #e3e4f6

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


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


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

#secondary {
	border-color: #404499;
}

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



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

h4,
.tint {
	background: #e3e4f6;
}

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




div.articlefooter dl {
	padding: 10px;
}

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


