@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

* {outline:none}



.hiddenItems {
	display:none;
}

.clearfix:after {
	content:".";
	clear:both;
	width:100%;
	display:block;
	height:0;
	font-size:0;
	text-indent:-9999em;
}


html, body {
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	font-family: "ProximaNovaRegular", Arial, sans-serif;
	color: #000;
	font-size:62.5%;
	background:#000 url(../images/bg.jpg) top center no-repeat;
	/*background-attachment:fixed;*/
}

@media screen and (max-width: 996px) {
	body {
		background-position: -342px 0;
	}
}


/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	text-decoration:none;
}


#wrapper {
	width:996px;
	margin:0 auto;
	position:relative;
	z-index:0;
	clear:both;
}
#header {
	width:100%;
	padding: 80px 0 40px;
	clear:both;
	position:relative;
}



/*--------------- sections ---------------*/
#section {
	width:996px;
	clear:both;
	padding-top:1px;
	margin:0 auto 30px;
	position:relative;
	box-shadow:inset 0px 0px 120px rgba(0,0,0,0.75), 0px 0px 10px rgba(0,0,0,0.5);
	background: url(../images/tint-wht.png);
	background: rgba(255,255,255,0.65);
	padding:30px;
	min-height:500px;
}
#home #section {
	width:640px;
	background:transparent;
	margin:0 auto;
	box-shadow:none
}


/* ------------- sharing ------------ */


#leftFloat {
	display:block;
	width:136px;
	height:150px;
	position:absolute;
	top:0;
	left:-175px;
}
#rightFloat {
	position:absolute;
	top:-38px;
	right:-175px;
	width:136px;
	height:200px;
}
.st_sharethis_custom {
	cursor:pointer;
	text-indent:-999em;
	opacity:1;
	display:block;
	width:136px;
	height:104px;
	background: url(../images/share.png) 0 0 no-repeat;
}






/*/////////////////////////////////// NAVIGATION ///////////////////////////////////*/
#nav {
	position:fixed;
	/*position:absolute;*/
	background:url(../images/nav.png) 0 0 repeat-x;
	width:100%;
	min-width:996px;
	height:64px;
	top:0;
	left:0;
	z-index:1;
	clear:both;
}
#nav h2 {
	display:none;
}
#nav ul {
	clear:both;
	text-align:center;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#fff;
	padding:16px 14px;
	display:inline-block;
	text-transform:uppercase;
	-moz-transition: color 0.25s linear;
	-webkit-transition: color 0.25s linear; 
	-o-transition: color 0.25s linear;
}
#nav ul li a:hover {
	color:#e2b160;
	text-decoration:none;
}
#nav ul li.selected a {
	color:#d7891a;
	text-decoration:none;
	cursor:default;
}









/*/////////////////////////////////// SUB-NAV ///////////////////////////////////*/
#section ul#sub {
	margin: 0 1px;
	width:994px;
	background: url(../images/sub.png) 0 0 repeat-x;
	height:48px;
	padding:0;
	list-style:none;	
}
#section ul#sub li {
	margin: 0 12px;
	display:inline;
	padding:0;
	height:48px;
	font-size:1em;
}
#section ul#sub li a {
	font-family: "Times New Roman", Times, serif;
	font-size:1.7em;
	padding-top:10px;
	display:inline;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:38px;
	text-transform:uppercase;
	-moz-transition: color 0.25s linear;
	-webkit-transition: color 0.25s linear; 
	-o-transition: color 0.25s linear;

}
#section ul#sub li a:hover {
	color:#e2b160;
	text-decoration:none;
}
#section ul#sub li.selected a {
	color:#d7891a;
	background:url(../images/pointer.png) bottom center no-repeat;
	text-decoration:none;
	cursor:default;
}






a.more {
	background:url(../images/submit.gif) right 4px no-repeat;
	padding-right:18px;
	font-family:"ProximaNovaBold", arial, sans-serif;
	text-decoration:none !important;
}
a.more:hover {
	color:#fff !important
}
p a.more {
	background-position: right -1px;	
}







/*-------------- typography ---------------*/
h1 {
	margin-bottom:10px;
	font-weight:bold;
}
h1 a {
	display:block;
	width:517px;
	height:121px;
	background:url(../images/tt.png) center no-repeat;
	text-indent:-9999em;
	text-align:center;
		margin:0 auto;
}
#header h2 {
	margin:0;
}
#header h2 a {
	text-indent:-9999em;
	display:block;
	height:121px;
	width:158px;
}
#header h2.left a {
	background:url(../images/theatre.png) 0 0 no-repeat;
}
#header h2.right a {
	background:url(../images/buy-tickets.png) 0 0 no-repeat;
}
#section h2 {
	padding-bottom:10px;
	font-family:"ProximaNovaBold", arial, sans-serif;
	text-transform:uppercase;
	color:#000;
	font-size:2.7em;
	font-weight:normal;
}
.hassub #section h2 {
	padding-top:20px;	
}
#section h3 {
	font-family:"ProximaNovaRegular", arial, sans-serif;
	font-weight:normal;
	margin-bottom:.6em;
	font-size:2.4em;
}
#section h3 a {
	font-family:"ProximaNovaBold", arial, sans-serif;
	text-transform:uppercase;
	color:#000;
}
#home #section h3 {
	font-family: "Times New Roman", Times, serif;
	color:#e2b160;
}
#section h3 strong {
	text-transform:uppercase;
}
#team #section h3, #tickets #section h3, #section.story h3 {
	font-family:"ProximaNovaBold", arial, sans-serif;
	color:#000;
	font-size:2.2em
}
#section h4 {
	font-family:"ProximaNovaRegular", arial, sans-serif;
	font-weight:normal;
	margin-bottom:.5em;
	font-size:2em;
}
#home #section h4 {color:#fff; font-family: "Times New Roman", Times, serif;}
#section h5 {
	font-family:"ProximaNovaBold", Arial, san-serif;
	font-weight:normal;
	font-size:1.7em;
	line-height:140%;
	margin-bottom:1em
}
#section h6 {
	font-family:"ProximaNovaBold", Arial, san-serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:140%;
	margin-bottom:.4em;
}
#section p {
	font-size:1.5em;
	margin-bottom:1.4em;
	line-height:140%;
	color:#000;
}
#home #section p {
	color:#fff;
	margin:0 auto 1.4em;
}
#section ul {




}
#section ol {
	list-style:upper-alpha;
	margin-left:2em;
	width:80%;
	margin-bottom:2em;
}
#section li {
	margin-bottom:.5em;
	line-height:140%;
	text-align:left;
}
#section li ul {
	margin: 0.5em 0 0 2em;
}
#section li li {
	font-size:1em;
	margin-bottom:.6em;
	line-height:100%;
	text-align:left;
}
sup {
	vertical-align:super;	
}






/* -------------- press quotes and tweets -------------- */
#section h3.quote {font-size:2.4em; width:400px;font-family: 'ProximaNovaBold', arial, sans-serif; text-transform:uppercase; line-height:105%; margin-bottom:2em}
#section h3.tweet {font-size:1.9em; width:400px;font-family: 'ProximaNovaBold', arial, sans-serif; text-transform:uppercase; line-height:105%; margin-bottom:2em}
#section h3.quote:last-of-type, #section h3.tweet:last-of-type {margin-bottom:1em}
.stars {
	display:block;
	height:28px;
	clear:both;
	margin:0 auto 5px;
	text-indent:-999em;
	background:url(../images/star.png) top left repeat-x;	
}
.ones {width:30px}
.twos {width:60px}
.threes {width:90px}
.fours {width:120px}
.fives {width:150px}
.atrb, .atrb a { font-family: 'ProximaNovaRegular', arial, sans-serif !important; font-size:16px; text-transform:none !important; font-weight:normal; display:block; clear:both; margin:0 auto 0;}








/* -------------- text containers -------------- */
.container {
	margin:0 auto;
}
#home #section .container {
	width:95%;
}
#about #section .container{
	width:76%;
}
#gallery #section .container {
	width:76%;
	margin-top:30px;
}
#team #section .container, #section.story .container {
	width:880px;
	margin:0 0 0 40px;
	text-align:left;
}
#site #section .container {
	width:76%;
	text-align:left;
}
#footer .container {
	width:960px;
}








/* -------------- columns -------------- */
.col {
	float:left;
}
.two {
	width:400px;
	margin:0 46px;	
}
.narrow {
	width:330px;
}

#team .content img, #section.story .content img {margin:0 0 25px 0; background:#000;clear:both}








/* -------------- cast list -------------- */
#section ul.castlist {
	list-style:none;
	padding:0;
	width:100%;
	margin:0 0 3em 0;
}
#section ul.castlist li {
	padding:0;
	margin:0;
	clear:both;
	border-bottom:1px solid #000;
}
#section ul.castlist li:last-of-type {
	border:none;
}
#section ul.castlist li a {
	display:block;
	padding:4px 25px 4px 2px;
	background-color:transparent;
	background-image:url(../images/submit.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	font-weight:normal;	
	line-height:120%;
	font-family:"ProximaNovaBold", arial, sans-serif;
	color:#000;
	text-decoration:none
}
#section ul.castlist li a span {
	float:right;
	font-family:"ProximaNovaRegular", arial, sans-serif;
}
#section ul.castlist li a:hover {
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);

	-moz-transition:background-color 0.25s ease;
	-webkit-transition: background-color 0.25s ease; 
	-o-transition: background-color 0.25s ease;
}
#section ul.castlist li a.selected {
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
	cursor:default;
}
/*#section .content p a {
	font-family:"ProximaNovaBold", arial, sans-serif;
}*/







/* -------------- news list -------------- */
#section ul.newslist {
	list-style:none;
	padding:0;
	width:100%;
	margin:0 0 3em 0;
}
#section ul.newslist li {
	padding:0;
	margin:0;
	clear:both;
	border-bottom:1px solid #000;
}
#section ul.newslist li:last-of-type {
	border:none;
}
#section ul.newslist li a {
	display:block;
	padding:4px 2px;
	background-color:transparent;
	font-family:"ProximaNovaRegular", arial, sans-serif;
	color:#000;
	line-height:120%;
	text-decoration:none
}
#section ul.newslist li a span {
	font-weight:normal;	
	font-family:"ProximaNovaBold", arial, sans-serif;
	clear:both;
	display:block;
}
#section ul.newslist li a:hover {
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);

	-moz-transition:background-color 0.25s ease;
	-webkit-transition: background-color 0.25s ease; 
	-o-transition: background-color 0.25s ease;
}
#section ul.newslist li a.selected {
	background-color:#fff;
	background-color:rgba(255,255,255,0.5);
	cursor:default;
}







/* -------------- video list -------------- */
#section ul.videolist {
	list-style:none;
	padding:0;
	padding-top:5px;
	width:680px;
	margin:0 auto;
	position:relative;
}
#section ul.videolist li {
	padding:0;
	margin:0 6px 0 3px;
	width:151px;
	text-align:center;
	line-height:120%;
	display:inline;
	vertical-align:top;
	position:relative;
}
#section ul.videolist li a img {
	width:151px;
	height:113px;
	display:block;
	clear:both;
	margin-bottom:5px;
	box-shadow:0px 0px 15px #000;
	box-shadow:0px 0px 20px rgba(0,0,0,0.6);
	/**opacity:0.8;*/
}
#section ul.videolist li a .play {
	width:20px;
	height:20px;
	position:absolute;
	background:  url(../images/play.gif) 0 0 no-repeat;
	display:block;
	top:85px;
	left:7px;
	z-index:5;
	opacity:0.4;
}
#section ul.videolist li a{
	color:#000;
	display:inline-block;
	width:151px;
	position:relative;
	text-decoration:none;
	padding-bottom:15px;
}
#section ul.videolist li a:hover {
	color:#fff;	
	text-decoration:none;
}
#section ul.videolist li a:hover .play, #section ul.videolist li a:hover img  {
	opacity:1;
}








/*--------------- galleria --------------*/
body .galleria-thumbnails .galleria-image { width:179px }
body .galleria-container { background:transparent; font-family:"ProximaNovaRegular", arial, sans-serif;}
body .galleria-info {text-align: left;font-size:1.4em;}
body .galleria-info-title {font-family:"ProximaNovaBold", arial, sans-serif;}
body .galleria-info-description {}
body .galleria-close {top:50px}
/*body.photos #footer {
	 fix fullscreen level bug with galleria
	z-index:-1;	
}*/






/* -------------- google map -------------- */
#map_canvas {
	display:block;
	width:400px;
	height:300px;
	background:#000;
	margin-bottom:20px;
	box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 15px rgba(0,0,0,0.6);
}






/* -------------- footer -------------- */
#footer {
	margin:0 auto;
	width:960px;
	padding: 25px 0;
	clear:both;
	color:#fff;
	position:relative;
}
#footer p, #footer li {
	font-size:1.1em;
}
#footer a {
	color:#fff;	
}
#footer ul.info {
	text-align:left;
	float:right;
}
#footer ul.info li {
	display:inline;
	margin-right:6px;
	padding-right:9px;
	border-right:1px solid #fff;
}
#footer p#social {
	line-height:250%;
}
#footer p#social a {
	margin:0 10px;
	opacity:0.7;	

	-moz-transition:opacity 0.25s linear;
	-webkit-transition: opacity 0.25s linear; 
	-o-transition: opacity 0.25s linear;
}
#footer p#social a:hover {opacity:1}
#footer .theatre h3 {margin-bottom:.5em; text-align:left}
#footer .theatre p {font-size:1.4em; font-family: "Times New Roman", Times, serif; text-transform:uppercase; text-align:left}
#footer .theatre {	width:250px;}









/*/////////////////////////////////// REGISTRATION FORM ///////////////////////////////////*/
#registration {
	position:relative;
}
#signup, #response {
	width:250px;
	overflow:hidden;
	position:relative;
	text-align:right;
}
#response h3, #signup h3 {margin-bottom:.25em; text-align:right}
#response p {font-size:1.4em; font-family: "Times New Roman", Times, serif; text-transform:uppercase; text-align:right}


form input.TxtField {
	font-family: sans-serif;
	text-align:left;
	border:none;
	background:transparent;
	color:#999;
	float:left;
	margin-left:2px;
	padding:0;
	font-size:1.2em !important;
	line-height:1;
	width:180px;
	font-weight:normal;
	height:20px;
}
form input.TxtField:focus {
 	color:#333; 
}
form input.GoButton {
	background: #fff url(../images/submit.gif) top left no-repeat;
	color:#000;
	font-family: sans-serif;
	line-height:1;
	height: 20px;
	width:20px;
	text-indent:-999em;
	float: right;
	font-size:0 !important;
	margin-top:0;
	border:none;
	font-weight:bold

}
form input.GoButton:hover {
	background: #000 url(../images/submit.gif) bottom left no-repeat;
	color:#fff;
	cursor:pointer;
}

div.general-error {
	border:1px solid #c00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 15px #000;
	border-radius: 5px;
	padding:7px 7px 7px 26px;
	font-size:1.4em;
	text-align:left;
	color:#c00;
	width:300px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:10;
	margin-top:-15px;
	margin-left:-167px;
	background:#fbe3e4 url(../images/error.gif) 7px 6px no-repeat;
}
form div.errormessage input.TxtField {
	color:#f00;
}








/* general */
.center { 
	text-align:center !important;
}
.right { 
	float:right; 
}
.left { 
	float:left; 
}
.sml {
	font-size:80% !important;
}
.big {
	font-size:3.5em !important;
}
.red {
	color:#f00 !important;	
}
.white {
	color:#fff;	
}
p.note, .note {
	font-size:11px !important;
	text-transform:none;
	line-height:110% !important;
	margin-bottom:15px !important;
}

p strong {
	font-family:"ProximaNovaBold", Arial, san-serif;
	font-weight:normal;
	font-size:105%
}
.last {
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	background:none
}
.space {
	height:40px;
	clear:both;
	width:100%;
	font-size:0;
	line-height:1;
}