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


Primary colour: #028986
Secondary colour: #1bbebe
Tertiary: #d1f1f1

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


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


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

#secondary {
	border-color: #028986;
}

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



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

h4,
.tint {
	background: #d1f1f1;
}

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




div.articlefooter dl {
	padding: 10px;
}

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

