@charset "UTF-8";

@import "alternate-gothic.css";

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: /*"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",*/ Arial, sans-serif;
	font-size: 62.5%;
	color:#000;
	text-align:center;
	background:#bcd2e6;
}
#aside p{
    color: #666666 !important;
    font-family: Arial,sans-serif;
    font-size: 10px;
	}
.addthis_button_twitter{background:url(../images/twitter.png) no-repeat;overflow:hidden;display:block;height:16px;width:16px;line-height:16px!important; }

.addthis_button_facebook{background:url(../images/facebook.png) no-repeat;overflow:hidden;display:block;height:16px;width:16px;line-height:16px!important; }

/*/////////////////////////////////// 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/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/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;
}
#header {
	clear:both;
	width:890px;
	padding:0 25px;
	margin:0 auto;
	text-align:left;
	height:154px;
	/*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/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;
}

.push {
	height:350px;
}





/*/////////////////////////////////// GENERAL TYPOGRAPHY ///////////////////////////////////*/
h1 {
	float:right;
	width:253px;
	height:89px;
	line-height:100%;
	margin:26px 0 0 0;
}
#content h2, #header 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:35px;
}
#header h2 {
	text-align: center;
	padding-top: 50px;
	margin-left: -40px;
}
body#home #content h2, body#agents #content h2, body#agents #header h2 {
	font-size:4em;
}
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:#00529e;
}
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:12px;
}

#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 {
	line-height:150%;
	margin-bottom:.5em;
	color:#000;
}
#content li li {
	font-size:1em;
}

.whatsOnBooking {
	line-height: 175%;	
}
.nowPlaying {
	background: #00427f;
	padding: 2px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}




/*/////////////////////////////////// HOME PAGE / WHAT'S ON ///////////////////////////////////*/
body#home #content h2, body#agents #content h2, #body#agents #header h2 {
	text-align:center;
	clear:both;
	margin-bottom:0;
}
#content h3 {
	text-align:center;
	background:#003a6f url('../images/share.jpg') 0 0 repeat-x;
	width:70%;
	margin-bottom:0;
	
	-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, body#agents #content .section h4 {
	font-size:3.5em;
	text-align:center;
	margin:0;
	line-height:100%;
}
body#home #content .section h4 a, body#agents #content .section h4 a {
	color:#000;
	text-decoration:none;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-o-transition: color .25s;
}
body#home #content .section h4 a:hover, body#agents #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 ////////////////////////////*/
#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-right-radius: 12px;
	
	background-color:#c0cedb;
	background-image:url('../images/theatres.gif');
	background-repeat:no-repeat;
	-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);

}

#text {
	background:#fff;
	padding:20px 25px 10px 25px;
	width:595px;
	-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;
	
}
#aside {
	width:275px;
	margin:10px 10px 10px 0;
	text-align:center;
}
#text h3, #aside h3 {
	text-align:left;
	background:none !important;
	
	margin-bottom:.3em;

	width:100%;
	border: none;
	color:#000 !important;
}
#aside h3 {
	color:#00529e !important;
	text-align:center;
}
#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;
}
#text a:hover, #aside a:hover {
	color:#151f3b;
}
#text a:active, #aside a:active {
	color:orange;
}
#text a.more, #aside a.more {
	background-image:url('../images/more-arrow2.gif');
}






/*/////////////////////////////////// (a)SIDE GOOGLE MAPS AREA ///////////////////////////////////*/
#GoogleMap {
	width:250px;
	height:250px;
	clear:both;
	border:1px solid #999;
	margin:5px auto;
	background:#000;
}



/* do we want to hide Google copyright? */
#GoogleMap span {
	/*display:none;*/
}




/*/////////////////////////////////// (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/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;
}
#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;
}

/* 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/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/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/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/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/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/email.gif') 0 0 no-repeat;}
.storyFunc ul li.print a {width: 16px; background:url('../images/print.gif') 0 0 no-repeat;}





/*/////////////////////////////////// SITE FOOTER ///////////////////////////////////*/
#footer {
	width:100%;
	height:185px;
	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.fix {
	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;
}
#legalStuff a:visited {
	color:#bcd2e6 ;
}