@charset "utf-8";
html {
	/*Forces side scrollbar to appear in 'mozilla' browsers to stop annoying switch when loading pages with short content*/
	height:100%;
	margin-bottom:1px;
}
body {
	margin:0;
	padding:0;
	/*background-color:#6f0008;*/
	background-color:#7f7f7f;
	text-align:center;
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}
#container {
	/*background:#fff;*/
	text-align:left;
	background-image:url(../images/background_gray.png);
	background-repeat:repeat-y;
	background-position:center;
	padding-left:20px;
	padding-right:20px;
}
/*======================*/
/*HEADER*/
/*======================*/
#header {
	height:239px;
	background-image:url(../images/curtain.jpg);
	background-position:left;
}
/*======================*/
/*CONTENT*/
/*======================*/
#content {
	position:relative;
}
#content .bottomShadow {
	background-image: url(../images/header_top_shadow.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:4;
	height:9px;
	margin-top:-1px;
}
#content #backgroundpic {
	background-image:url(../images/current-production.jpg);
	background-repeat:no-repeat;
	/*background-position: right -90px;*/
	z-index:3;
	margin-bottom:-15px;
	background-color:#333;
}
#content #backgroundpic #upperpage {
	/*padding-left:20px;
	padding-right:20px;*/
	height:300px;
	/*margin-bottom:30px;
	padding-top:20px*/
}
#content #backgroundpic #upperpage .whatson {
	/*background-color:#dcbb00;*/
	padding-left:30px;
	padding-right:30px;
	text-align:right;
	font-family:"Courier New", Courier, monospace;
	/*width:200px;*/
}
#content #backgroundpic #upperpage .whatson h1 {
	/*background-color:#dcbb00;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	font-size:140%;
}
#content #backgroundpic #upperpage .whatson h1 a {
	/*color:#000;*/
	color:#fff;
	text-decoration:none;
}
#content #backgroundpic #upperpage .whatson h1 a:hover {
	color:#900;
	text-decoration:underline;
}
#content #backgroundpic #upperpage .whatson h3 {
	margin-top:0;	
	margin-bottom:5px;
	/*padding-bottom:5px;*/
}
#content #backgroundpic #upperpage .whatson h3 a {
	text-decoration:none;
}
#content #backgroundpic #upperpage .whatson h3 a:hover {
	text-decoration:underline;
	color:#900;
}
#content #backgroundpic #upperpage .coming {
	/*background-color:#009832;*/
	padding-left:30px;
	padding-right:30px;
	text-align:right;
	/*padding-top:5px;
	padding-bottom:5px;*/
	font-family:"Courier New", Courier, monospace;
	/*width:250px;*/
}
#content #backgroundpic #upperpage .coming h1 {
	margin-top:0px;
	/*padding-top:5px;*/
	margin-bottom:0px;
	font-size:140%
}
#content #backgroundpic #upperpage .coming h1 a {
	/*color:#000;*/
	color:#fff;
	text-decoration:none;
}
#content #backgroundpic #upperpage .coming h1 a:hover {
	color:#900;
	text-decoration:underline;
}
#content #backgroundpic #upperpage .coming h3 {
	margin:0;
	padding-bottom:5px;
}
#content #backgroundpic #upperpage .coming h3 a {
	text-decoration:none;
}
#content #backgroundpic #upperpage .coming h3 a:hover {
	text-decoration:underline;
	color: #900;
}
/*========================*/
#content #lowerpage {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	padding-top:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height:250px;
}
#content #lowerpage .ticketInfo {
	float:right;
	margin-left:20px;
	padding:10px;
	width:210px;
	background-color:#e9e9f9;
	border:10px double #d0d0f0;
	z-index:1;
}
#content #lowerpage .ticketInfo img {
	/*margin-bottom:5px;*/
}
#content #lowerpage .ticketInfo h2 {
	font-size:120%;
	margin-bottom:0px;
}
#content #lowerpage .ticketInfo h3 {
	font-size:100%;
	margin-top:5px;
	margin-bottom:0px;
}
#content #lowerpage .ticketInfo p {
	font-size:90%;
	margin-top:0px;
}
#content #lowerpage .ticketInfo .bookings {
	height:100px;
	width:100px;
	float:right;
	margin-top:-10px;
	margin-right:-10px;
	z-index:3;
}
#content #lowerpage .left {
	width:480px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
}
#content #lowerpage p {
	margin-top:0px;
	font-size:90%;
}
#content #lowerpage h1 {
	margin-top:0px;
	font-size:150%;
}
#content #lowerpage h2 {
	margin-top:0px;
	font-size:110%;
}
#content #lowerpage h3 {
	margin-top:0px;
	font-size:90%;
	font-weight: normal;
}
#content #lowerpage blockquote {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	background:#f1f1f1;
	padding:10px 15px 1px 15px;
	font-size:110%;
	text-align:justify;
}
#content #lowerpage blockquote a {
	text-decoration:none;
	border-bottom:1px dotted #009;
}
#content #lowerpage blockquote a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
#content #lowerpage .photoCredits {
	font-size:80%;
	color:#666;
}
#content #lowerpage .left .picholder {
	margin:0;
	padding:0;
	font-family: "Courier New", Courier, monospace;
	height:325px;
	/*background-image:url(../images/current-production.jpg);*/
}
#content #lowerpage .left .picholder h1 {
	/*padding-top:250px;*/
	padding-top:45px;
}
.picholdertext {
	background-color:#fff;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
#content #lowerpage .right {
	width:190px;
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
}
#content #lowerpage .listingsTop {
	/*border-bottom:1px solid #666;*/
	background-image: url(../images/whats-on.jpg);
	background-position: 365px;
	background-repeat: no-repeat;
	padding-right:350px;
	padding-bottom:10px;
}
#content #lowerpage .listingsTop a {
	text-decoration:none;
}
#content #lowerpage .listingsTop a:hover {
	text-decoration:underline;
}
#content #lowerpage .listingsTop img {
	margin-left:20px;
	margin-bottom:20px;
}
#content #lowerpage .listingsLeft {
	border-top:1px solid #666;
	width:330px;
	float:left;
	margin-top:20px;
	padding-top:20px;
	padding-right:20px;
}
#content #lowerpage .listingsLeft a {
	text-decoration:none;
}
#content #lowerpage .listingsLeft a:hover {
	text-decoration:underline;
}
#content #lowerpage .listingsLeft h1 {
	font-size:110%;
}
#content #lowerpage .listingsRight {
	border-top:1px solid #666;
	width:330px;
	float:right;
	margin-top:20px;
	padding-top:20px;
	padding-left:20px;
}
#content #lowerpage .listingsRight a {
	text-decoration:none;
}
#content #lowerpage .listingsRight a:hover {
	text-decoration:underline;
}
#content #lowerpage .listingsRight h1 {
	font-size:110%;
}
#lowerpage .left .contactLeft {
	width:300px;
	float:right;
}
#lowerpage .left .contactLeft textarea{
	width:300px;
}
#lowerpage .left .contactRight {
	width:150px;
	float:left;
}
.castshots {
	padding-left:20px;
	padding-bottom:10px;
}
/*======================*/
/*FOOTER*/
/*======================*/
#footer {
	height:120px;
}
/*======================*/
/*MISC*/
/*======================*/
.clear {
	clear:both;
}
.fontNormal {
	font-weight:normal;
}

