/* main backdrop colours first one = homepage central body; second one = portal page promos; third one = body paragraphs */
.backdropBase,.backdrop { 
	background:#3B7870;  
	}
.backdropPortal { 
	background:#3B7870;
	}
.backdropStrong {
	background:#52948C;
	}
	
/* link colours */
a,a:link,a:visited,a:active { color:#F3F0D1; }


/* sub-headings foreground + background */
h2 {
	background:#395652;             
	color:#F3F0D1;
	}



/* default page foreground + background the big bit behind the site*/
body, .spacer { 
	background:#6D9A9E;
	color:#F3F0D1;
	}

div.episodes { margin:0px; }

table.imagelist td.backdrop, div.episodesLast, div.episodes, div.homeSpacer, h2.division { /* strips in between all the sections*/
	border-top:1px solid #F3F0D1;
	}

div.episodesLast {
	border-bottom:1px solid #30302E;
	}

table.imagelist img.clip {
	border-right:1px solid #30302E;
	}

/* left hand navigation */
body {
	background-image:url(/staticarchive/9de3f4fae6420685af30b62f19eeb20ec62215b5.gif); /* URL for left-hand navigation strip */
	background-repeat: repeat-y;
	}
div.navLink, div.navLink a {  
	border-bottom:1px solid #ffffff; /* strips in between left hand nav links */
	}
div.navLink, div.navLink a:link, div.navLink a:visited { /* left hand nav static colours is the background, and colour is the colour of the text on the nav */	                       
	background:#395652;
	color:#F3F0D1;

	}
div#navHome a, div.navLink a:hover {  /* left hand nav hover colours the colour over the homepage link and the colour of the rollover */
	background:#488C83;
	color:#ffffff;
	}


/* border colour for images */
table.castThumbnails img { border-color:#262734; }


/* quiz box colours */
div.body,div.quiz { 
	background:#FFFFFF;
	color:#000000;
	}

/* quiz links */
a.quiz,a.quiz:link,a.quiz:active,a.quiz:visited,a.quiz:hover { 
	color:#000000;
	}

