@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F9F9F9;   /* Background Colour beyond the container */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Default List Behaviour */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



/* Main Menu ------------------------------------------------------------- */
#mainmenu-text ul {
	margin: 0px;
	padding: 0px;
}
#mainmenu-text li {
	font-size: 10px;
	list-style-type: none;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px; /* Was 10 */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #FF0000;
}
#mainmenu-text a:link {
	text-decoration: none;
	color: #666666;
}
#mainmenu-text a:visited {
	text-decoration: none;
	color: #666666;
}
#mainmenu-text a:hover {
	text-decoration: none;
	color: #FF0000;
}
#mainmenu-text a:active {
	text-decoration: none;
	color: #666666;
}

/* Sub Menu ------------------------------------------------------------- */
#submenu-list ul {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size: 16px;
}
#submenu-list li {
	list-style-type: none;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#submenu-list a:link {
	text-decoration: none;
	color: #000000;
}
#submenu-list a:visited {
	text-decoration: none;
	color: #000000;
}
#submenu-list a:hover {
	text-decoration: none;
	color: #FF0000;
}
#submenu-list a:active {
	text-decoration: none;
	color: #000000;
}

/* Tab List ---------------------------------------------------------- */
#tablist-list ul {
	margin: 0px;
	padding: 0px 0px 0px 0px; /* Left Was 10 */
	/* float: left; */
	/* font-size: 16px;  Uses the current font size */ 
}
#tablist-list li {
	list-style-type: none;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

/* Column Box ---------------------------------------------------------- */
.header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-align: center;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-align: center;
	font-weight: normal;
}

.header-quote {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Main Content ------------------------------------------------------------- */
#maincontent {
	margin: 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-size  : 15px;
	line-height: 20px;
	padding-right: 50px;
	padding-left: 50px;
	/* background-color: #CCCCCC; */
} 
#maincontent p {
	margin-bottom: 10px;
}

#maincontent h1, h2, h3 {
	color: #184D81;
	margin-bottom: 10px;
}
#maincontent h2, h3 {
	margin-top: 15px;
}
#maincontent h1 {
	font-size: 22px;
	line-height: 25px;
}
#maincontent h2 {
	font-size: 18px;
	line-height: 20px;
}
#maincontent li {
	padding-bottom: 5px;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px; /* Was 10 */
}

.new_pub {
	font-size: 20px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f9f9f9 none repeat scroll 0 0;
	margin: 0 60px;
}

.stop-press {
	border:solid 1px #C0C0C0;
	margin: 20px;
	background: #FFFFFF;
}

.stop-press-title {
	font-size:18px;
	font-weight: 800;
	padding-left: 20px;
	padding-bottom: 20px;
	padding: 10px 0px 20px 20px;
}

.stop-press-text {
	padding-left: 40px;
	padding-right: 20px;
}

/* Home Menu ----------- Home Page Large Menus -------------------------- */
.homemenu {
	border: 0px solid #F70E09;
	padding-right: 0px;
	float: right;
	width: 300px;
	padding-top: 50px;
}

.homemenu-title {
	float: left;
	font-size: 24px;
}

#homemenu-box h2 {
	float: left;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.homemenu-text {
	/* clear: both; */
   float: right;
	padding: 0px;
	margin-right: 20px;
	/* width: 100%; */
}



/* Image Styles ---------------------------------- */
.image_left {
	padding: 8px;
	float: left;
}

.image_leftx {
	float: left;
	padding-left: 0px;
}

.image_right {
	float: right;
	padding-left: 30px;
}

/* Image Border -------------------------------------------------------------- */
.image_left_border {
	margin: 0px;
	float: left;
	border: 10px solid #FFFFFF;
}

/* Credits - photographer etc. ------------------------------------------------ */
.credits {
	font-size: 9px;
	color: #666666;
	text-align: center;
	float: left;
	clear:both;
	padding-left: 10px;
}

.credits a:link {
	text-decoration: none;
	color: #666666;
}
.credits a:visited {
	text-decoration: none;
	color: #666666;
}
.credits a:hover {
	text-decoration: none;
	color: #FF0000;
}
.credits a:active {
	text-decoration: none;
	color: #000000;
}

/* --- Quotation Styles -------------------------- */
.quote-box {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	clear: both;
}

.quote-box p {
	font-style: italic;
	margin-bottom: 5px;

}
/* --- Redundant ----
.quote {
	font-style: italic;
	padding-top: 20px;
}

.quote p {
	margin-bottom: 5px;

} -- */

.quote-author {
	font-weight: bold;
	font-style: normal;
	padding-bottom: 10px;	/* In addition to quote-box p margin*/
}

/* --- List of Plays ------------------------------ */
#pl-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 30px;
}

.pl-item {
	padding-bottom: 10px;
	clear: both;
	border: 0px solid #FF0000;
}

.pl-line {
	clear: both;
	/* NRW border: 1px solid #0033CC; */
}

.pl-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	width: 300px;               /* Increased from 250 NRW 19/11/24 */
	float: left;
	/* NRW clear: both; */
}

.pl-broadcaster {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 20px;
}

.pl-duration {
	font-size: 13px;
	float: left;
	height: 20px;
}

.pl-role {
	float: left;
	/* NRW clear: both; */
	width: 100px;
}

.pl-names {
	padding-left: 100px;
	/* NRW float: left; */
}

.pl-notes {
	padding-left: 100px;
	/* float: left; */
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}

.pl-spacer {
	clear: both;
	height: 10px;
}
.ai-title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
/*	width: 250px; */
}

.ai-production {
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;	/* width: 250px; */
}

.ai-broadcastor {
	font-size: 13px;
	float: none;
	height: 20px;
	padding-left: 400px;
}

.ai-comment {
	font-size: 13px;
	padding-left: 100px;
	padding-right: 100px;
}

/* --- Site Map ----------------------------- */
.sm {
	color: #000000;
}
.sm-title {
	padding-left: 20px;
}

.sm-sub-cat {
	padding-left: 40px;
}

.sm a:link {
	text-decoration: underline;
	color: #000000;
}
.sm a:visited {
	text-decoration: underline;
	color: #000000;
}
.sm a:hover {
	text-decoration: none;
	color: #FF0000;
}
.sm a:active {
	text-decoration: none;
	color: #000000;
}

/* --- Contact Me ----------------------------- */
.contactme {
	color: #000000;
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	/* line-height: 20px; */
}
.contactme p {
	/* line-height: 0px; */
	margin-bottom: 5px;
}

.contactme-title {
	padding-left: 20px;
}

.contactme-details {
	padding-left: 20px;
	font-size: 12px;
	line-height: 130%;
}

.contactme-sub-cat {
	padding-left: 40px;
}

.contactme a:link {
	text-decoration: underline;
	color: #000000;
}
.contactme a:visited {
	text-decoration: none;
	color: #000000;
}
.contactme a:hover {
	text-decoration: none;
	color: #FF0000;
}
.contactme a:active {
	text-decoration: none;
	color: #000000;
}

/* YouTube Video -------------------------------------------------------------- */
.yt-video {
	border: 3px solid #999999;
}

