/* RECOLOUR THE MENU BAR BASED ON WHICH SECTION YOU ARE IN */
#menubar p.logo {
	margin:0;	
	height: 50px;
	background: #FF0000;
	}

/* RECOLOUR THE TABLE HEADER BASED ON WHICH SECTION YOU ARE IN */
.theader {
	font-size: 9pt;
	font-weight: 700;
	color: white;
	background: #FF0000;	
}

/* SECTION NAME */
#sectionname {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	height: 100px;
	margin: 0;
}

/* LEFT COLUMN */
#leftcolumnframe a {
	font-family: "Century Gothic","Arial","Helvetica",sans-serif;

}

#leftcolumnframe h1 {
	font-family: "Century Gothic","Arial","Helvetica",sans-serif;
	color: red;
	border-top: 2px solid red;
	margin-top: 1em;
	margin-bottom: 6px;
	padding: 2px;
	clear: both;
}

#leftcolumnframe h2 {
	font-family: "Century Gothic","Arial","Helvetica",sans-serif;
	font-size: 14pt;
	color: black;
	clear: both;	
	margin-top: 0;
	margin-bottom: 0;
}

#leftcolumnframe p {
	margin-top: 2px;
	font-size: 10pt;	
}

#leftcolumnframe p.caption {
	font-family: "Century Gothic","Arial","Helvetica",sans-serif;
	font-size: 9pt;
}

#leftcolumnframe img {
	float: left;
	margin-left: 0px;
	margin-right: 3px;
	border: 1px solid black;	
}

#leftcolumnframe img.episodepicture {
	margin-right: 0px;
	margin-left: 3px;
	border: 1px solid black;
	float: right;	
	margin-bottom: 12px;
}
	

#sectionname img {
	border: none;
}
a {
	text-decoration:none;
	color: black;
}

a:hover {
	font-weight:700;
	color: white;
	background: #FF0000;	
}

#bottombits {
	border-top: 6px solid #FF0000;
	clear: both;
	height: 220px;
}

#bottombits h1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	border-top: 4px solid #FF0000;
	padding-top: 4px;
	font-size: 16pt;
	font-weight: 700;
	margin:0;
	margin-bottom: 4px;	
}

#bottom1 {
	float: left;
	width: 220px;
	background: #FF0000;
	margin:0px;
	margin-right: 27px;
	display: inline;
	height: 175px;
}

#bottom2 {
	float: left;
	width: 220px;
	background: #FF0000;
	margin:0px;
	margin-right: 26px;
	display: inline;	
	height: 175px;
}

#bottom3 {
	float: left;
	width: 220px;
	margin:0px;
	margin-right: 27px;
	background: #FF0000;
	display: inline;	
	height: 175px;
}

#bottom4 {
	float: left;
	width: 220px;
	display: inline;	
	background: #FF0000;
	margin:0px;
	height: 175px;
}

#bottom1 p, #bottom2 p, #bottom3 p, #bottom4 p {
	margin: 0;
	color: white;
	font-weight: 700;
	font-size: 9pt;	
}

#bottom1 a, #bottom2 a, #bottom3 a, #bottom4 a {
	text-decoration:none;
	color: white;
}

#bottom1 a:hover, #bottom2 a:hover, #bottom3 a:hover, #bottom4 a:hover {
	text-decoration:none;
	background: white;
	color: #FF0000;
}

/* MENU MODIFIER */
/* Put the highlighted menu item here and it will overwrite the default one in the colours stylesheet */
.spoilers {
	background: #FF0000;
	font-weight: 700;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
	border-right: 1px dotted silver;	
	text-decoration: none;
	}

