@charset "UTF-8";

@import "alternate-gothic.css";

* {
	margin: 0;
	padding: 0;
	outline: none;
	border:none;
}
html, body {
	height: 100%;
}
body {
	font-family: /*"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",*/ Arial, sans-serif;
	font-size: 62.5%;
	color:/*#666666*//*#00529E*/#000;
	text-align:center;
	background:#bcd2e6;
}

.error {
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	color: red;
	letter-spacing: 1pt;
	line-height: 15px;
}


/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	width:100%;
	overflow: hidden;
}






/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#fff;
	text-decoration:underline;

}
a:hover {
	color:#bcd2e6;
	text-decoration:none;
}
a:active {
	color:orange;
	text-decoration:none;
	outline:none;
}



#text a {
	color:#00529e;
}
#text a:hover {
	color:#151f3b;
}
#text a:active {
	color:orange;
	text-decoration:none;
	outline:none;
}



a.more {
	background-image:url('../images/icons/more-arrow.gif');
	background-repeat:no-repeat;
	background-position: right -1px;
	padding-right:8px;
}
a.more:hover {
	background-position: right -31px;
}
a.more:active {
	background-position: right -61px;
}






a.back {
	background-image:url('../images/icons/back-arrow.gif');
	background-repeat:no-repeat;
	background-position: left -1px;
	padding-left:8px;
}
a.back:hover {
	background-position: left -31px;
}
a.back:active {
	background-position: left -61px;
}






/*/////////////////////////////////// images ///////////////////////////////////*/
/*img, a img, a:hover img {
	border:none;
	text-decoration:none !important;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:6px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:6px;
	float:right;
}
#theatres .PixRight {
	border:1px solid #999;
}

*/


/*/////////////////////////////////// GENERAL LAYOUT ///////////////////////////////////*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear:both;
	width:100%;
	text-align:center;
	margin:0 0 -160px 0;

}
#header {
	clear:both;
	width:890px;
	padding:0 25px;
	margin:0 auto 10px auto;
	text-align:left;
	height:144px;
	/*background:grey;*/
}
.wide {
	width:940px !important;
	padding:0;
	margin:0 auto;
}
#content {
	width:940px;
	margin:0 auto;
	text-align:left;
	margin-bottom:25px;
}





#social {
	width:100%;
	background:#003a6f url('../images/backgrounds/share.jpg') 0 0  repeat-x;
	font-size:1em;
	line-height:100%;
	clear:both;
}
#aside {
	float:right;
	width:300px;
	
}
#text {
	float:left;
	width:595px;
	padding:20px 0 0 25px;
    min-height: 600px;
    /*font-size:9pt;*/font-size:12px;
}

.push {
	height:350px;
	
}





/*/////////////////////////////////// GENERAL TYPOGRAPHY ///////////////////////////////////*/
h1 {
	float:right;
	width:253px;
	height:89px;
	line-height:100%;
	margin:26px 0 0 0;
}
#content h2 {
	font-family: 'AlternateGothicFSNo1', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	margin-bottom:.2em;
	color:#000;
	line-height:115%;
	font-size:5.1em;
}
h3 {
	font-family: 'AlternateGothicFSNo1', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:2.4em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff !important;
	margin-bottom:.5em;
	line-height:115%;
}
h4 {
	font-family: 'AlternateGothicFSNo1', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:.8em;
	line-height:115%;
}
#text h4 {
	color:#000;
}
h5 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:.8em;
	line-height:115%;
	color:#000;
}
h6 {
	font-weight: bold;
	font-size:1.3em;
	color:#000;
	margin-bottom:.2em;
}

/*
p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1.4em;
	color:#000;
}
#content td {
	font-size:1em;
	line-height:100%;
}
#content ul {
	list-style:disc;
	width:85%;
	margin-bottom:2em;
	margin-left:3em;
}
#content ul ul {
	width:100%;
	margin-bottom:0;
	margin-left:3em;
}
#content ol {
	list-style:upper-alpha;
	width:85%;
	margin-bottom:2em;
	margin-left:3em;
}
#content li {
	font-size:1.2em;
	line-height:150%;
	margin-bottom:.5em;
	color:#000;
}
#content li li {
	font-size:1em;
}

*/




/*/////////////////////////////////// HOME PAGE / WHAT'S ON ///////////////////////////////////*/
/*body#home #content h2 {
	text-align:center;
	clear:both;
	margin-bottom:0;
}
#content h3 {
	text-align:Left;
	background:#003a6f url('../images/backgrounds/share.jpg') 0 0 repeat-x;
	width:100%;
	margin-bottom:.3em;
	padding-left:5px;
	
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	
}
.section {
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	width:184px;
	color:#000;
}
body#home .section:nth-of-type(5n), body#about .section:nth-of-type(3n) {
	margin-right:0;
}
body#home .section a.imageArea, .section div.subBox {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
		
	background-color:#151f3b;
	background-position:center;
	text-indent:-9999px;
	display:block;
	margin-bottom:1em;
	width:184px;
	
	-webkit-background-clip:padding-box;
	
	overflow:hidden;
	height:227px;
}
#content .section div.subBox {
	text-indent:0;
	width:280px;
	padding:10px;
	height:auto;
}
div.w300 {
	width:300px;
	margin-right:20px;
}
#content .section div.subBox p {
	color:#fff !important;
	margin:.5em 0;
}
body#home .upcoming a.imageArea {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height:112px;
}
body#home #content .section p {
	text-align:center;
	margin-bottom:0;
}
body#home #content .section h4 {
	font-size:3.5em;
	text-align:center;
	margin:0;
	line-height:100%;
}
body#home #content .section h4 a {
	color:#000;
	text-decoration:none;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;	
}
body#home #content .section h4 a:hover {
	text-decoration:none;
	color:#00529e;
}
#aside img {
	border:10px solid #fff;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	
}


*/


/* give the youtube video a bottom margin - make sure <object> doesn't conflict with prettyPhoto */
/*
#text object.youtube {
	margin-bottom:25px;
	clear:both;
}

*/



/*///////////////////////////// THEATRES SECTION ////////////////////////////*/


body#theatres #content, body#whatson #content {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
		
	background-color:#c0cedb;
	background-image:url('../images/backgrounds/theatres.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	-webkit-background-clip:padding-box;
	
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);

}

body#theatres #text, body#whatson #text {
	background:#fff;
	padding:20px 25px 10px 25px;
	/*width:595px;*/
	width:895px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	
}
body#theatres #aside, body#whatson #aside {
	width:275px;
	margin:10px 10px 10px 0;
	text-align:center;
}
#text h3, #aside h3 {
	text-align:left;
	background:none !important;
	
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;

	width:100%;
	border: none;
	color:#000 !important;
}
body#theatres #content #aside h3, body#whatson #content #aside h3 {
	color:#00529e !important;
	text-align:center;
}
body#theatres #content #aside img, body#whatson #content #aside img {
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}

div#booking {
	float:right;
	margin-top:25px;
}
#wrapper h3 a {
	text-decoration:none !important;
}
p.intro { 
	font-size:1.5em;
	font-weight:bold;
}


#text a, #aside a { 
	color: /*#00529e*/ #000;
}
#text a:hover, #aside a:hover {
	color:#151f3b;
}
#text a:active, #aside a:active {
	color:#000;
}
#text a.more, #aside a.more {
	background-image:url('../images/icons/more-arrow2.gif');
}











/*/////////////////////////////////// (a)SIDE TWO COLUMN CAST LIST ///////////////////////////////////*/
#aside ul.twoColList {
	margin:0 auto 2em auto;
	padding:0;
	list-style:none;
	width:250px;
}
#aside ul.twoColList li {
	display:block;
	width:100%;
	padding:0;
	margin: 0 0 0.25em 0;
	background: url('../images/backgrounds/dotted.gif') bottom center repeat-x;
	text-align:left;
	text-decoration:none;
}
#aside ul.twoColList li span.ListLeft {
	padding-right:8px;
	background:#c0cedb;
	font-weight:bold;
}
#aside ul.twoColList li span.ListRight {
	text-align:left;
	float:right;
	font-size:1em;
	width:auto;
	padding-left:8px;
	background:#c0cedb;
	font-weight:normal;
}




/*///////////////////////////////////  REGISTRATION FORM  ///////////////////////////////////*/

/*#wrapper form {
	clear:both;
}
#wrapper form input, #wrapper form textarea {*/
	/*font-family: /*"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	/*font-size:1.2em;
}
#wrapper form input.txtField, #wrapper form textarea.txtField {
	background:#fff;
	color:#999;
	border:1px solid #999;
	padding:4px 2px;
	width:350px;
	float:right;
}

#wrapper form input.txtField:focus, #wrapper form textarea.txtField:focus {
	color:#000;
	border-color:#000;
}

#wrapper form input.txtFieldSmall {
	background:#fff;
	color:#999;
	border:1px solid #999;
	padding:4px 2px;
	width:100px;
	float:right;
}
#wrapper form input.txtFieldSmall:focus {
	color:#000;
	border-color:#000;
}


#wrapper form div {
	font-size:1.2em
}

*/


/* form errors */
/*#wrapper form div input {
	font-size:1em
}*/

/*#wrapper form .errormessage input.txtField,
#wrapper form .errormessage input.txtFieldSmall {
	border:1px solid #f00;
	color:#f00;
	background:#ffeff5;
}
#wrapper div.general-error {
	border:1px solid #f00;
	padding:7px 7px 7px 28px;
	font-size:1.2em;
	text-align:left;
	color:#000;
	background:#fbe3e4 url('../images/icons/error.gif') 7px 7px no-repeat;
	margin-bottom:20px;
}

#wrapper div.general-success {
	border:1px solid #01e33e;
	padding:7px 7px 7px 28px;
	font-size:1.2em;
	text-align:left;
	color:#000;
	background:#8bf1a5 url('../images/icons/email.gif') 7px 7px no-repeat;
	margin-bottom:20px;
}


#wrapper form input.GoButton {
	background:#c8a879;
	font-size:2.4em;
	padding:3px 10px;
	width:auto;
	text-align:center;
	background:#003a6f url('../images/backgrounds/share.jpg') 0 0 repeat-x;
	text-transform:uppercase;
	font-family: 'AlternateGothicFSNo1', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	
	color:#fff;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#wrapper form input.GoButton:hover {
	background:#fff;
	color:#003a6f;
	cursor:pointer;
}
#wrapper form input.GoButton:active {
	background:#003a6f;
	color:#fff;
	cursor:pointer;
}

*/


/*/////////////////////////////////// (a)SIDE MULTI-MEDIA GALLERY  ///////////////////////////////////*/
/*#aside img.titleimage {
	clear:both;
	width:275px;
	height:184px;
	margin-bottom:10px;
}
#aside ul.gallery {
	list-style:none;
	clear:both;
	width:275px;
	margin:0 !important;
}
#aside ul.gallery li {
	float:left;
	display:block;
	width:85px;
	height:85px;
	margin-right:10px;
	margin-bottom:10px;
}
#aside ul.gallery li:nth-of-type(3n) {
	margin-right:0;
}
#aside ul.gallery li a {
	display:block;
	width:85px;
	height:85px;
	
	background:grey;
}


*/

/*/////////////////////////////////// PRESS GALLERY  ///////////////////////////////////*/
/*.stars {
	height:28px;
	display:inline-block;
	margin:0 10px 0 0;
	width:132px;
	background-image:url('../images/icons/stars.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
}
*/


/* just change the class in HTML for how many stars */
.five {background-position:0 0;}
.four {background-position:-27px 0;}
.three {background-position:-54px 0;}
.two {background-position:-81px 0;}
.one {background-position:-108px 0;}
.zero {background-position:-135px 0;}


/*

#text ul.gallery {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#text ul.gallery li {
	border-bottom:1px solid #2d6aa9;
	padding:0;
	margin:0;
}
#text ul.gallery li:last-of-type {
	border:none;
}
#text ul.gallery li a {
	display:block;
	padding:4px 5px 6px 5px;
	background:#fff url('../images/icons/view.png') bottom right no-repeat;
	text-decoration:none;
}
#text ul.gallery li a:hover {
	background-color:#c0cedb;
}
#text ul.gallery li a h3 {
	font-size:2.4em;
	line-height:100%;
	margin:0;
}
#text ul.gallery li a .Right {
	padding-right:25px;
}
#text ul.gallery li a strong {
	width:137px;
	display:inline-block;
	letter-spacing:-0.075em;
}


*/


/*/////////////////////////////////// GENERAL USEFUL STYLES ///////////////////////////////////*/
#wrapper .indent {
	text-align:left;
	float:right;
	width:50%
}
#wrapper .block {
	 display:block; margin:0 25px;
}
#wrapper .Center {
	text-align:center;
}
#wrapper .Credit {
	font-size:.8em;
	line-height:120%;
}
#wrapper .Right {
	/*text-align:right;*/
	float:right;
	font-weight:normal;
	/*text-transform:none;*/
}
#wrapper .bold {
	font-weight:bold;
}
#wrapper .Last {
	border:none;
	margin:0;
	padding:0;
}
#wrapper .white {
	color:#fff !important;
}
#wrapper .Red {
	color:#f00;
}
#wrapper .date {
	font-size:75%;
	line-height:140%;
}
#wrapper .note {
	font-size:.8em;
	font-style:italic;
	margin:0;
	line-height:125%;
}
#wrapper .small {
	font-size:1em;
}
#wrapper .big {
	font-size:200%;
	line-height:110%;
}
#wrapper .space {
	height:25px;
}
#wrapper .break {
	padding-top:25px;
}
#wrapper .hspace {
	padding: 0 6px;
}
#wrapper li p, #wrapper li h6 {
	font-size:1em;
	margin:0;
}






/*/////////////////////////////////// SOCIAL NETWORKING BAR ///////////////////////////////////*/
#social ul {
	list-style:none;
	margin:12px 0;
	padding:0;
	float:right;
}
#social li {
	float:left;
	margin: 0 0 0 10px;
	padding:0;
	list-style-type:none; 
}
#social li h4 {
	color:#fff;
	width:auto;
	line-height:100%;
	font-family:inherit;
	text-transform:none;
	display:inline-block;
	padding-top:1px;
	margin:0;
}
#social li a {
	display:block;
	margin:0;
	padding:0;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	font-size:0;
	height:16px;
}
.storyFunc ul li.email a {width: 16px; background:url('../images/icons/email.gif') 0 0 no-repeat;}
.storyFunc ul li.print a {width: 16px; background:url('../images/icons/print.gif') 0 0 no-repeat;}





/*/////////////////////////////////// SITE FOOTER ///////////////////////////////////*/
#footer {
	width:100%;
	height:160px;
	clear:both;
	text-align:center;
	color:#999;
	font-size:.9em;
	line-height:100%;
	background:#151f3b;
	clear:both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif !important;
}
.footercol {
	float:left;
	width:126px;
	margin:0 26px 0 0;
}
.footercol:last-of-type {
	margin:0;
}
#legalStuff {
	padding:20px 25px;
	font-size:1.1em;
	color:#fff;
	width:890px !important;
	margin: 0 auto;
}
#legalStuff ul {
	margin:0;
	padding:0;
	clear:both;
	text-align:left;
	width:100%;
	list-style-type:none;
}
#legalStuff ul li {
	margin:0;
	line-height:1.75em;
	padding:0;
	width:140px;
	list-style:none;
	text-align:left;
}
#legalStuff a:visited {
	color:#bcd2e6 ;
}





/* ----------- ENTA STUFF BELOW ------------*/



/*table,div,br,td,p{
font-family:arial,helvetica,verdana,sans-serif;
font-size:9pt;
}
*/
/*.limage{
margin: 0px 5px 0px 0px;
}
.title{
font-family:arial,helvetica,verdana,sans-serif;
font-size:11pt;
color:#999999;
font-weight:bold;
}
.short{
font-family:arial,helvetica,verdana,sans-serif;
}
.long{
font-family:arial,helvetica,verdana,sans-serif;
}
*/

/*p
{
 margin-right:60px;   
    }
*/

/*a{
color:#00539f;
text-decoration:none;
}
a:hover{
color:#fd8e45;
text-decoration:none;
}
a:visited{
color:#666699;
text-decoration:none;

}*/
/*.menu0{
color:#00539F;
}
a.menu0{
font-size:13px;
color:#00539F;
background-color:FFFFFF;
text-decoration:none;
}
a.menu0:hover{
font-size:15px;
color:#FF6600;
background-color:FFFFFF;
text-decoration:none;
}
a.menu0:visited{
background-color:FFFFFF;
text-decoration:none;
}
.menu1{
color:#00539F;
}
a.menu1{
font-size:12px;
color:#00539F;
text-decoration:none;
}
a.menu1:hover{
font-size:13px;
color:#CC0000;
text-decoration:none;
}
a.menu1:visited{
text-decoration:none;
}
*/
/*.para_l{
font-size:10px;
color:666666;
font-weight:bold;
}
.para_s{
font-size:9pt;
color:666666;
}
*/
/*.warning{
color:orange;
font-weight:bold;
}
.error{
color:red;
font-weight:bold;
}
.info{
color:green;
font-weight:bold;
}
*/
/*body{
font-family:arial,helvetica,verdana,sans-serif;
font-size:9pt;
color:#666666;
background-color:#00539F;
margin: 0px 0px 0px 0px;
}
*/
/*.formtable{
background-color:#f5f5f5;
border-width: 3px;border-style: double;border-color: #6699cc;
}
*/
/*form{
margin: 0px 0px 0px 0px;
}
*/
/*
.bborder{
border-top: 2 solid #000000;border-bottom: 2 solid #000000;border-left: 2 solid #000000;border-right: 2 solid #000000;
}
*/
/*.utwk_menu{
text-align: right;
background-color:#FFFFFF;
width: 180px;
border-width: 1px;
border-color: FFFFFF;
border-style: solid;
padding: 6px 6px 6px 6px;
border-spacing: 6px;
}

*/

