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

.theader {
	font-size: 9pt;
	font-weight: 700;
	color: white;
	background: #FF7E00;	
}

/* HEADLINE STUFF */
/* leftCOLUMN1 */
#leftcolumn1 {
	width: 315px;
	float: left;
	margin: 0;

}

/* leftCOLUMN2 */
#leftcolumn2 {
	width: 320px;
	float: right;
	padding-left: 5px;
	border-left: 1px dashed silver;
}

#leftcolumn1 h1, #leftcolumn2 h1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 14pt;
	font-weight: 700;	
	margin-bottom: 0;
	margin-bottom: 6px;
}

#leftcolumn1 p, #leftcolumn2 p {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted silver;
}

#leftcolumn1 img {
	float: right;
	border: 1px solid black;	
	margin: 0;
	margin-bottom: 6px;
}

#leftcolumn2 img {
	border: 1px solid black;	
	margin: 0;
	margin-bottom: 6px;
}

/* COLOUR MODIFIERS FOR THE COLUMNS */

.h-newsheadlines {
	border-top: 2px solid #0061A6;
}

.h-nextepisode {
	border-top: 2px solid #FF0000;
}

.h-latestarticle {
	border-top: 2px solid #FF7E00;
}

.h-castphotos {
	border-top: 2px solid #D77330;
}


/* STATUS MESSAGE */
#statusmessage {
	border-top: 1px dotted #0061A6;
	border-bottom: 1px dotted #0061A6;	
	min-height: 75px;
	margin-top: 5px;
	padding: 5px;
	background-image: url('headline-bg.gif');
	background-repeat: both;
}

#statusmessage h1 {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 16pt;
	margin: 0;	
	font-weight: 700;
}

#statusmessage p {
	font-family: "Century Gothic", "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	margin: 0;	
	font-weight: 400;
}

a {
	text-decoration:none;
	color: black;
}

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

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

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

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

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

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

#bottom4 {
	float: left;
	width: 220px;
	display: inline;	
	background: #0061A6;
	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: #0061A6;
}

/* MENU MODIFIER */
/* Put the highlighted menu item here and it will overwrite the default one in the colours stylesheet */

