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


Primary colour: #005b1e
Secondary colour: #52b42a
Tertiary: #b9e3a8

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


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


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

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

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



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

h4,
.tint {
	background: #b9e3a8;
}

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




div.articlefooter dl {
	padding: 10px;
}

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


