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


Primary colour: #d59e07
Secondary colour: #e4cc96
Tertiary: #f4edde

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


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


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

#secondary {
	border-color: #d59e07;
}

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



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

h4,
.tint {
	background: #f4edde;
}

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




div.articlefooter dl {
	padding: 10px;
}

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


