﻿body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #3399FF;
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}



h1, h2, h3 {
	/*font-weight: bold;*/
	/*font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;*/
	/*font-family: Georgia;*/
}
	
h1
{
	color: Black;
	font-size: 1.8em;
	width: 100%;
	border-bottom: solid 2px Black;
	/*font-style: italic;*/
	clear: both;
}

h1 a, h1 a:visited, h1 a:link, h1 a:active, h1 a:hover
{
	color: Black;
	text-decoration: none;
}

h2
{
	color:#004080;
	font-size: 1.6em;
	clear: both;
}

h2 a, h2 a:visited, h2 a:link, h2 a:active, h2 a:hover 
{
	color: #004080;
	text-decoration: none;
}

h3
{
	color: Black;
	font-size: 1.4em;
	margin-bottom: 2px;
	clear: both;
}

h3 a, h3 a:visited, h3 a:link, h3 a:active, h3 a:hover
{
	color: Black;
	text-decoration: none;
}

p
{
	font-size: 1.2em;
    color: black;
    text-align: left;
	/*margin-top: 0px;	*/
}

.smalltext
{
	font-size: 1.0em;
}

ul li
{
	font-size: 1.2em;
	text-align: left;
	padding-left: 5px;
}

a, a:visited, a:link, a:active 
{
	color: #004080;
}

a:hover
{
	color: White;
}

table
{
	margin: 0 0 0 0;
	width: 100%;
}

table tr
{
	padding: 1px;
	border-top: none;
	border-bottom: 1px dotted #3399FF;
}

table th
{
	text-align: left;
	font-weight: bold;
	color: #004080;
	border-left: none;
	border-right: none;	
	border-top: none;
}

table td
{
	text-align: left;
	border-left: none;
	border-right: none;		
	border-top: none;	
}
/*
hr
{
	background-color: White;
	color: White;
	width: 80%;
	text-align:center;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}
*/
/*
p.advertisments
{
	background-color: Gray;
	color: White;
	display: block;
	width: 100%;
	text-align: center;
}
*/
table
{
	
    color: black;
    text-align: left;
	margin-top: 0px;	
	font-size: 1.2em;
	border-width: 0px;
}

th
{
	font-weight: bold;	
}

td
{
	font-weight: normal;
	padding-left: 2px;
}

/* --- New design headers --- */
/*#headerinstance
{
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #0066CC;
}*/

#headerwrap
{
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 980px;
	height: 78px;
}

#headerlogo
{
	top: 0;
	float: left;
	width: 400px;
}

#headersearch
{
	margin: 15px 5px 0 0;
	float: right;
	width: 500px;
	text-align: right;
}

/* --- New design page wrapper --- */
#pagewrapper
{
	margin: -12px auto -12px;
	padding: 0 0 0 -5px;
	width: 980px;
	height: 100%;
	background-color: #004080;	
	overflow: visible;
	min-height: 100%;
}

/* --- Page Header --- */
#headerimage
{
	margin: 0 auto 0;
	padding: 0 0 0 0;
	background-color: Transparent;
	width: 980px;
	height: 250px;
}

#bdgimage
{
	background-color: Transparent;
	float: left;
	position: absolute;
	margin: 150px 0 0 0;
	padding: 0;
}

/* --- Site navigation --- */
.sitenavigation
{
	clear: both;
	width: 100%;
	padding-left: 5px;
	margin-top: 1px;
}

.sitenavigation ul{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana;
	font-size: 0.8em;
}

.sitenavigation ul li{
	display: inline
}

.sitenavigation ul li a, .sitenavigation a:visited, .sitenavigation a:link, .sitenavigation a:active 
{
	float: left; 
	text-decoration: none;
	color: white;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 1.0em;
}

.sitenavigation ul li a:hover{
	color: #fff;
	background-color:#98AFC7;
	text-decoration: none;
}

/* --- Page content --- */
.maincontent
{
	width: 700px;
	padding: 2px 2px 10px 2px;
	margin: 2px 0 0 4px;
	border: 2px solid White;
	background-color: #98AFC7;
	float: left;
}

.rightcolumn
{
	float: right;
	margin: 2px 4px 0 0;
	width: 258px;
}


.rightcontent
{
	width: 250px;
	padding: 2px 2px 2px 2px;	
	margin: 0 0 4px 0;
	border: 2px solid White;
	background-color: #98AFC7;
	overflow-y: auto;
	overflow-x: hidden;
}

.rightcontent p.headertext
{
	text-align: center;
	font-weight: bold;
}

.rightcontent ul
{
	list-style-type: none;
	/*list-style-position: outside;*/
	margin-left: 0;
	padding: 0 0 0 0;
}

.rightcontent ul li
{
	margin-bottom: 2px;
	padding-bottom: 2px;
	/*border-bottom: solid 1px #004080;*/ /*Black; #336699;*/
}

.rightcontent ul li a, .rightcontent ul li a:link, .rightcontent ul li a:visited, .rightcontent ul li a:active
{
	display: block;
	width: 100%;
	/*color: Black;*/
	/*font-weight: normal;
	text-decoration: none;*/
}
/*
.rightcontent ul li a:hover
{
	font-weight: bold;
	color: White;
}*/


.footer
{
	clear: both;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

.footer p
{
	color: White;
}

.footer p.smalltext
{
	font-size: 1.0em;
	color: White;
}




/* --- WordPress Style --- */
p.postmetadata
{
	font-size: 1.0em;
}

img
{
	border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}	

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
/*	border: 1px solid #ddd;*/
/*	text-align: center;*/
/*	background-color: #f3f3f3;*/
/*	padding-top: 4px;*/
	margin-bottom: 10px; /*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	color: #f3f3f3;
/*	padding: 0 4px 5px;*/
	margin: 0;
	text-align: center;
	font-style: italic;
}
/* End captions */



/*
a.navigation:hover
{
	font-size: 1.2em;
	color: White;
	text-decoration: none;
	font-weight: bold;
	background-color: #003399;
	display: block;
}
*/	


/* --- Forthcoming Productions --- */
/*#fcomingprod
{
	padding: 0 5px 0 5px;
	border: solid 1px Black;
	padding-bottom: 5px;
}*/

/* homepage */
/*
.productionname
{
	font-size: 4.0em;*/ /*350%;*/
/*	font-weight: bold;
	color: White;
}

.productiondetailstext
{
	font-size: 1.2em;
	color: White;
	text-align: center;
}

.productionfinedetailstext
{
	font-size: 1.0em;
	color: White;
	text-align: center;
}


.header
{
	margin: -1px 0 0 -1px;
	padding: 0 0 0 0;
} 

ul
{*/
	/*font-size: 80%;*/
/*}*/
/*
ol
{
	font-size: 80%;
}

ul.panellist
{
	font-size: 70%;
	list-style-type: none;
}
	
table.userform
{
	margin: 0 0 0 0;
}

table.userform th
{
	font-size: 80%;
	text-align: left;
	font-weight: bold;
}

table.userform td
{
	font-size: 80%;
	text-align: left;
}



.fcomingproductionname
{
	font-size: 350%;
	font-weight: bold;
	color: Black;
}

.fcomingproductiondetailstext
{
	font-size: 75%;
	color: Black;
}


.footertext
{
	font-size: 1.0em;
	color: Gray;
}

.panelheadline
{
	font-size: 70%;
	font-weight: bolder;
	margin-bottom: 0px;
}

.paneltext
{
	font-size: 85%;
	text-align: justify;
	margin-bottom: 3px;
}

.aboutustext
{
	font-size: 65%;
	color: White;
}

.error
{
	color: Red;
	font-weight: bold;
}

.frontpagefullwidthsection
{
	width: 100%;
	clear: both;
	margin-top: 5px;
}

#content
{
	background-color: White;
	width: 980px;
	margin: 0 auto 0;
	min-height: 100%;
	overflow: auto;
}

#navigation
{
	width: 180px;
	float: left;
}

#pagecontent
{
	padding: 5px 5px 10px 0;
	float: right;
	width: 790px;
	
}

#pagecontent ul li
{
	font-size: 1.2em;
}

#articlecontent
{
	width: 580px;
	float: left;	
}

#articleright
{
	width: 200px;
	float: right;
	font-size: 90%;
}

#footer
{
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 5px;
	background-color: White;
	overflow: auto;
}

#footer p.contact
{
	font-size: 1.2em;
	text-align: center;
}

#footerimage
{
	background-color: Transparent;
	width: 990px;
	margin: 0 auto 0;
}

ul.menu
{
	list-style-type: none;
	/*list-style-position: outside;*/
	/*margin-left: 0;
	padding: 0 0 0 0;
}

ul.menu li
{
	margin-bottom: 2px;
	border-bottom: solid 1px Black; /*#336699;*/
/*}*/

/* --- Hyperlinks --- */
/*a.footerlink, a.footerlink:link, a.footerlink:active, a.footerlink:visited
{
	color: Gray;
	font-weight: bold;
}

a.footerlink:hover
{
	color: Black;
}

a.aboutuslink, a.aboutuslink:link, a.aboutuslink:active, a.aboutuslink:visited
{
	color: White;
	font-weight: normal;
	text-decoration: none;
}

a.aboutuslink:hover
{
	color: White;
	text-decoration: underline;
}

a.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:active
{
	display: block;
	width: 100%;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}

a.menuitem:hover
{
	font-weight: bold;
	color: White;
}
*/
/*
img a, img a:link, img a:visited, img a:active, img a:hover
{
	border: none;
}*/
/*
.articleimagepanel
{
	float: right;
	font-size: 80%;
	font-style: italic;
}*/

/* --- Images --- */
/*img.articleimage
{
	max-width: 200px;
	max-height: 250px;
	border: 0;
	margin: 1px;
}

img.headlinesimage
{
	float: left;
	max-width: 200px;
	margin-right: 2px;
}

.headlinesinfotext
{
	font-size: 70%;
	text-align: justify;
	margin-top: -15px;
}*/


