@charset "utf-8";
/* CSS Document */

/* START CSS RESET */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */


/* START CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
 * html .clearfix {
	height: 1%;
}
/*END CLEARFIX */


body {
	background:#000;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
small {
	font-size:0.8em;
	line-height:1.0em;
}

p {
	line-height:1.2em;	
}

a {
	color:#fff;	
	text-decoration:underline;
}
a.current,
a:hover {
	/*color:#d8c48e;*/
	text-decoration:none;
}

h3 {
	color:#E28C36;
	font-size:1.5em;
}
h3 a {
	color:#E28C36;
}

#photo-gallery-pop-up-container {
	display:none;
}
#photo-gallery-pop-up {
	
}

#video-container {
	display:none;
}
	#video-object {
		
	}

p#js_warning {
	padding:8px;
	border:1px solid #000;
	background:#AC8E15;
	text-align:center;
	font-size:0.9em;
	margin-left:0px;
	position:fixed;
	top:80px;
	width:180px;
	z-index:8;
}

strong.big-english {
	font-size:1.1em;
}

#casting-call-link {
	padding-left:14px;	
}
.pop-up-container {
	/*padding:10px;
	overflow:hidden;*/
	
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

	.pop-up-container div.pop-up-inner-container {
		/*padding:10px 20px 10px 10px;*/
		padding-right:30px;
		
	}
	
	.pop-up-container h1 {
		color:#E28C36;
		font-size:1.6em;
		margin:0px 0 5px;
	}

	.pop-up-container h2 {
		color:#E28C36;
		font-size:1.3em;
		margin:20px 0 5px;
	}
	
	.pop-up-container span.news-date {
		color:#E28C36;
		font-size:1.1em;
		margin:20px 0 5px;
		display:block;
	}
	
	.pop-up-container h4:first-child {
		margin-top:0;
	}
	.pop-up-container div h4:first-child {
		margin-top:20px;
	}
	.pop-up-container h4 {
		color:#E28C36;
		font-size:1.4em;
		margin:20px 0 10px;
	}
	.pop-up-container p {
		margin:5px 0;
	}
	.pop-up-container img {
		float:left;
		width:96px;
		height:96px;
		margin:5px 5px 5px 0;
	}
	
	.pop-up-container .latest-news-item {
		margin:0 0 20px 0;	
	}
	.pop-up-container img.display-normal {
		float:none;
		display:block;
		width:auto;
		height:auto;
		margin:5px 5px 5px 0;
	}
	.pop-up-container ul {
		margin:5px 0;
	}
	.pop-up-container ul li{
		padding:3px 0;
	}
	.pop-up-container table {
		text-align:left;
	}
	.pop-up-container table th {
		padding-right:10px;
		text-align:left;
	}
	.pop-up-container table th,
	.pop-up-container table td{
		padding:3px;
		text-align:left;
	}

#fancybox-outer {
	background:none repeat scroll 0 0 #000;
	
}


#wrapper {
	background:url("images/background-eng-v6.jpg") no-repeat center top;
	height:9000px;
	/*padding-bottom:400px;*/
	width:100%;
	margin:0px auto;
	position:relative;
}

#inner-wrapper {
	width:1400px;
	margin:0 auto;
}

span.light-black-drop-shadow {
	display:block;
	filter: glow(color=#000,strength=1);
	filter: dropshadow(color=#000,offX=1,offY=1);
	text-shadow:#000 1px 1px 1px;
	background:url("images/sidebar-bullets.png") no-repeat 0 -14px;
	padding-left:12px;
}

span.light-black-drop-shadow:hover {
	background-position:0px 1px;
}

span.heavy-black-drop-shadow{
	display:block;
	
	text-align:center;
	filter: glow(color=#000,strength=1);
	filter: dropshadow(color=#000,offX=3,offY=3);
	text-shadow:#000 3px 3px 1px;
}

span.drop-shadow {
	display:block;
	filter: glow(color=#363425,strength=2);
	filter: dropshadow(color=#363425,offX=2,offY=2);
	text-shadow:#363425 2px 2px 2px;
}

ul.main-nav {
	font-weight:bold;
	font-size:2em;
	font-family: Futura, "Arial Black", Gadget, sans-serif;	
}
	ul.main-nav a{
		display:block;
		height:24px;
		margin:5px 0;
	}

	a.biglink-home{
		width:76px;
		background: url('images/sidebar-eng-home.png') no-repeat 0 0;
	}
	 a.biglink-home.current, a.biglink-home:hover {
		background-position:-76px 0;
	}
	
	 a.biglink-shows {
		width:95px;
		background: url('images/sidebar-eng-shows.png') no-repeat 0 0;
	}
	 a.biglink-shows.current, a.biglink-shows:hover{
		background-position:-95px 0;
	}
	
	 a.biglink-attractions{
		width:167px;
		background: url('images/sidebar-eng-attractions.png') no-repeat 0 0;
	}
	 a.biglink-attractions.current, a.biglink-attractions:hover{
		background-position:-168px 0;
	}
	
	 a.biglink-reviews{
		width:116px;
		background: url('images/sidebar-eng-reviews.png') no-repeat 0 0;
	}
	 a.biglink-reviews.current, a.biglink-reviews:hover{
		background-position:-116px 0;
	}
	
	 a.biglink-directions{
		width:156px;
		background: url('images/sidebar-eng-directions.png') no-repeat 0 0;
	}
	 a.biglink-directions.current, a.biglink-directions:hover{
		background-position:-156px 0;
	}
	
	 a.biglink-behind-the-scenes{
		width:138px;
		background: url('images/sidebar-eng-about-us.png') no-repeat 0 0;
	}
	 a.biglink-behind-the-scenes.current, a.biglink-behind-the-scenes:hover{
		background-position:-138px 0;
	}
	
	a.biglink-contact-us{
		width:166px;
		background: url('images/sidebar-eng-contact-us.png') no-repeat 0 0;
	}
	 a.biglink-contact-us.current, a.biglink-contact-us:hover{
		background-position:-168px 0;
	}
	
	a.biglink-buy-tickets{
		width:164px;
		background: url('images/sidebar-eng-buy-tickets.png') no-repeat 0 0;
	}
	 a.biglink-buy-tickets.current, a.biglink-buy-tickets:hover{
		background-position:-164px 0;
	}
	
p.date-eng {
	width:200px;
	/*height:120px;*/
	margin-bottom:40px;
	-webkit-transform: rotate(-2deg); 
	-moz-transform: rotate(-2deg);
	line-height:1.9em;
}

img#date-eng-sidebar {
	margin:70px 0 30px;
	display:block;
	position:relative;
	left:-15px;
}

img#date-eng-home {
	margin:30px 0;
	display:block;
	
}

p#floating-nav-text {
	position:relative;
	left:-10px;
	margin-top:70px;
	
}

	p.date-eng strong {
		font-weight:bold;
		font-size:1.7em;
		font-family: "Arial Black", Gadget, sans-serif;
	}
	
.section {
	margin:0 auto;
	width:980px;
	position:relative;
	/*z-index:5;*/
}
	.section .body {
		margin-left:205px;
	}
	.section .body .column {
		float:left;
		width:360px;
		margin-right:20px;
	}
		.section .body .column h3 {
			margin-bottom:5px;
		}
		.section .body .column p {
			margin-bottom:20px;
		}
		
	.section .body  p {
		padding:10px 0;
		
		font-size:1.1em;
	}
	.section a.buy-tickets {
		display:block;
		float:right;
		position:absolute;
		top:200px;
		right:20px;
	}
	.section a.learn-more {
		display:block;
		height:102px;
		line-height:102px;
		text-align:center;
		text-decoration:none;
		width:125px;
		background:url("images/learn-more.png") no-repeat center center;
	}
	.section .body .left {
		float:left;
		width:510px;
		margin-left:5px;
	}
	.section .body .right-side-bar {
		float:right;
		width:250px;
	}
	
	ul.download-list {
		margin-top:10px;	
	}
	
	a.pdf {
		display:block;
		background:url("images/pdf_icon_small.gif") no-repeat left top;
		padding:0 0 5px 18px;
		line-height:16px;
		
		/*height:20px;*/
	}
	
	.section .body .right-side-bar h3 {
		line-height:1.2em;
	}
	.section .body .right-side-bar .accordion div {
		/*margin-left:13px;*/
	}
	
	
	.section .header-text {
		position:absolute;
		height:90px;
	}
	
	.section a.header-link {
		dispaly:block;	
		height:100px;
		position:absolute;
	}
	
	.section a#shows-header-link-text {
		top:-23px;
	}
	.section a#attractions-header-link-text {
		top:52px;
	}
	.section a#reviews-header-link-text {
		top:-140px;
	}
	.section a#directions-header-link-text {
		top:40px;
	}
	.section a#behind-the-scenes-header-link-text {
		top:-80px;
	}
	.section a#contact-us-header-link-text {
		top:-68px;
	}
	.section a#buy-tickets-header-link-text {
		top:-72px;
	}
	
ul#floating-absolute-top-menu {
	float:right;
	margin-right:0px;
	/*top:10px;
	right:160px;*/
}	
ul#home-absolute-top-menu {
	position:absolute;
	top:0;
	right:10px;
}	
ul.absolute-top-menu {
	list-style-type:none;
	
	z-index:2;
	margin-left:40px;
}
	ul.absolute-top-menu li{
		display:inline;
	}
	ul.absolute-top-menu li a{
		float:left;
		text-decoration:none;
		color:white;
		padding:5px;
		border-right:1px solid #FFFFFF;
	}
	ul.absolute-top-menu li a.no-border{
		border:none;
	}
	ul.absolute-top-menu li a:hover {
		text-decoration:underline;
	}
.section h1 {
	visibility:hidden;	
}

 ul#top-menu {
	list-style-type:none;
	/*position:absolute;
	left:5em;
	top:0px;*/
	
	margin:0 auto;
	padding-left:0px;
	width:980px;
	position:relative;
	top:50px;
	z-index:9;
}

ul#top-menu li{
	display:block;
	float:left;
}

ul#top-menu li.first{
	border-right:1px solid #fff;
	
}
 ul#top-menu li.first a{
	
	margin-left:0px;
}

ul#top-menu li a{
	float:left;
	text-decoration:none;
	margin:0px 12px ;
}
ul#top-menu li a.header-text-left-margin{
	margin-left:370px;
}


ul#top-menu li a.first{
	padding-left:0;
}
 ul#top-menu li a.main-nav-logo-margin{
	margin-left:390px;
}
 ul#top-menu li a.no-border{
	border:none;
}
 ul#top-menu li a:hover{
	color:#d8c48e;
}

 ul#top-menu li a.home-image{
	float:left;
	margin:0px 30px 0 25px;
	border:none;	
	padding:0;
	color:white;
}

#header {
	height:900px;
	background:url("images/main-banner-girl_rope.png") no-repeat 140px 70px;
	/*z-index:7;*/
}
	
	 img#main-home-image {
		display:block;
		margin:0 auto;
		position:relative;
		top:-60px;
		padding:70px 30px 0 0;
	}
	
	.view-photos-link {
		display:block;
		margin-left:10px;
	}
	.view-photos-link:hover {
		/*color:#d8c48e !important;*/
	}
	.view-photos-link-top {
		display:block;
		margin-left:0px;
	}
	.view-photos-link-top:hover {
		/*color:#d8c48e !important;*/
	}
	
	#header #left-home-section {
		float:left;
		margin:300px 0 0px 0px;
		width:400px;
		height:400px;
		position:relative;
		left:-140px;
		background:url("images/7-fingers-eng.png") no-repeat 0px 0px;
		
	}
	
	#header #right-home-section {
		/*position:absolute;
		right:11em;
		top:10em;*/
		float:right;
		position:relative;
		top:-80px;
		margin-top:150px;
		width:222px;
		height:240px;
		
	}
	#header #right-home-section p{
		margin-top:10px;
	}

	
	
	#header #bottom-home-section {
		padding-top:0px;
		position:relative;
		top:-100px;
	}
	
	#header .bottom-home-section-item {
		float:left;
		/*height:250px;*/
		
	}
	
	#header #bottom-home-section #home-accordian-section {
		width:250px;
		
	}
	
		#header #bottom-home-section #home-accordian-section h2{
			font-weight:bold;
			font-size:1.8em;
			font-family:  "Arial Black", Gadget, sans-serif;
			height:25px;
			margin:4px 0 6px;
		}
	
		#header #bottom-home-section #home-accordian-section h2 a{
			display:block;
			height:24px;
		}
	
	
		#header #bottom-home-section #home-accordian-section h2 a#accordian-latest_news{
			background:url("images/home-accordian-eng-latest_news.png") no-repeat 0 0;
			width:165px;
		}
		#header #bottom-home-section #home-accordian-section h2 a#accordian-latest_news:hover{
			background-position: -166px 0;
		}
		
		
		#header #bottom-home-section #home-accordian-section h2 a#accordian-photos{
			background:url("images/home-accordian-eng-photos.png") no-repeat 0 0;
			width:111px;
		}
		#header #bottom-home-section #home-accordian-section h2 a#accordian-photos:hover{
			background-position: -111px 0;
		}
		
		
		#header #bottom-home-section #home-accordian-section h2 a#accordian-videos{
			background:url("images/home-accordian-eng-videos.png") no-repeat 0 0;
			width:100px;
		}
		#header #bottom-home-section #home-accordian-section h2 a#accordian-videos:hover{
			background-position: -99px 0;
		}
	
	#header #bottom-home-section #home-announcement-section {
		margin:0 0 0 90px;
		width:270px;
	}
	
		#header #bottom-home-section #home-announcement-section p {
			margin:0 15px;
		}
	
	#header #bottom-home-section #home-video-section {
		margin:10px 0 0 130px;
		width:238px;
		padding-top:5px;
	}
	
	
	#header #bottom-home-section #home-video-section img {
		border:5px solid #000;
	}
	#header #bottom-home-section #home-video-section a.video-youtube-link {
		padding-left:5px;
	}
	

#floating-header-wrapper {
	background:url("images/floating-background-black.png") no-repeat center top;
	width:100%;
	height:156px;
	position:fixed;
	top:0px;
	z-index:5;
}

#floating-header-content-wrapper {
	width:980px;
	margin:0 auto;
	
}

 ul#social_media {
	list-style-type:none;
	margin:10px 0 0 0;
	position:fixed;
	top:0px;
	z-index:8;
}

 	ul#social_media li {
		display:inline;
	}
	 ul#social_media li a {
		float:left;
		padding:5px;
	}

#floating_header_left {
	width:200px;
	float:left;
	margin:10px 0 0 0;
	position:fixed;
	top:900px;
	z-index:6;
}
	
	

	#floating_header_left p.date {
		position:relative;
		left:-20px;
		margin-bottom:20px;
	}

#floating_logo {
	width:200px;
	float:left;
	position:fixed;
	top:0px;
	z-index:8;
	margin-left:350px;
}
#floating_header_right {
	width:370px;
	float:left;
	margin: 0px 0 0 625px;
	position:fixed;
	top:0px;
	z-index:8;
	padding:2px 0 20px 0px;;
	background: url('images/nav-background.png') no-repeat right top;
}
#floating-buy-tickets {
	width:200px;
	float:right;
	margin: 70px 0 0 760px;
	position:fixed;
	top:900px;
	z-index:6;
}

#floating_header {
	margin:0px auto;
	width:980px;
}

/*#floating_header  a.buy-tickets {
	display:block;
	float:right;
	margin:100px 0 0 0;
	
}

 .floating_header_item {
	float:left;
}
	 #floating_header_left {
		width:250px;
		
	}
	
	#floating_header #floating_header_left  p.date{
		margin:90px 0 40px;
		position:relative;
		left:-20px;
	}
		
	#floating_header #floating_header_center {
		width:270px;
		margin-left:95px;
		padding-top:20px;
	}
	#floating_header #floating_header_right {
		width:360px;
		margin:0;
		padding-top:10px;
	}*/
		



#shows {
	height:770px;
	padding-top:330px;
}
	#shows  p {
		margin:0;
	}
	#shows  a.performers {
		margin:0 0 15px;
		display:block;
	}
	#shows a.buy-tickets {
		top:200px;
		
	}


#attractions {
	/*height:1090px;*/
	height:990px;
	padding-top:410px;
}

	#attractions  p{
		margin-bottom:0;
	}
	#attractions table {
		text-align:left;
		margin-bottom:10px;
	}
	

	#attractions table tr th,
	#attractions table tr td{
		padding:0 0 5px 0;
	}
	#attractions table tr th{
			padding-right:5px;
		}

	#attractions a.buy-tickets {
		top:270px;
		
	}

#reviews {
	height:720px;
	padding-top:220px;
}

	#reviews  .quote{
		padding:20px 0;
		border-bottom:1px solid #fff;
		
	}
	#reviews  .quote{
		padding:20px 0;
		border-bottom:1px solid #fff;
		
	}


	#reviews a.buy-tickets {
		top:100px;
		
	}
	#reviews .body .left {
		width:420px;
	}
	
	#reviews .body .left p{
		margin:0;
		padding:0;
	}
	#reviews .body  h4 {
		font-weight:normal;
		font-size:1.7em;
		border-bottom:1px solid #fff;
		padding-bottom:20px;
	}
	
#directions{
	height:740px;
	padding-top:380px;
}
	#directions p.address{
		font-size:1.6em;
	}

	#directions #map-container{
		
		background: url('images/map-background.gif') no-repeat center center;
		width:450px;
		height:389px;
	}
	
	.map-larger-link {
		display:block;
		padding:3px 0 0 1px;	
	}

	#directions #map-iframe{
		margin:10px;
	}

	#directions a.buy-tickets {
		top:270px;
		
	}
	
	#directions .left strong {
		font-size:1.8em;
	}


#behind-the-scenes {
	height:660px;
	padding-top:270px;
}
	#behind-the-scenes a.buy-tickets {
		top:120px;
		
	}

	#behind-the-scenes .body strong {
		font-size:1.5em;
		line-height:1.1em;
		font-weight:normal;
		display:block;
		margin-bottom:20px;
	}


#contact-us {
	height:660px;
	padding-top:270px;
}
	#contact-us a.buy-tickets {
		top:130px;
		
	}
	#contact-us table{
		margin:10px 0;
		text-align:left;
		line-height:1.2em;
	}
	#contact-us table th{
		padding-right:10px;
	}

#contact-us .body .left {
	width:450px;
}

#buy-tickets {
	/*height:660px;*/
	height:1330px;
	padding-top:280px;
}
	.free-ticket-notice {
		visibility:visible !important;
		color:#fff;
		font-size:1.4em;
		margin-bottom:20px;
	}
	
	#buy-tickets a.buy-tickets {
		top:120px;
		
	}

	#buy-tickets h3 {
		margin:20px 0 0;
		
	}

	#buy-tickets p#copyright {
		position:absolute;
		bottom:60px;
		left:5px;
	}

table.vert-margin {
	margin:40px 0 0;
}

table.ticket-table {
	text-align:left;
	width:100%;
	vertical-align:middle;
}
	table.ticket-table caption {
		text-align:left;
		font-size:1.6em;
		color:#E28C36;
		font-weight:bold;
	}
	
	table.ticket-table strong {
		text-align:left;
		
		font-size:1.1em;
		color:#E28C36;
		
	}
	table.ticket-table strong.cirque {
		
		font-size:1.2em;
		color:#fff;
		padding-left:10px;
	}
	
	
	table.ticket-table th,
	table.ticket-table td{
		padding:10px 5px;
		vertical-align:middle;
		line-height:1.2em;
		text-align:left;
	}
	table.ticket-table th{
		font-weight:normal;
		text-align:left;
	}
	table.ticket-table th.first{
		width:260px;
		text-align:left;
	}
	table.ticket-table tr {
		border-bottom:2px solid #fff;
		
	}
	table.ticket-table tr.thin {
		border-bottom:1px solid #fff;
		
	}
	
.buy-tickets-link {
	display:block;
	line-height:20px;
	height:20px;
	padding:0 10px;
	background-color:#e0a127;
	color:#000;
	text-decoration:none;
	text-align:center;
}
.buy-tickets-link:hover {
	background-color:#f4b438;
	color:#000;
	text-decoration:none;
}

ul.ticket-group-list li {
	padding-bottom:10px;	
}

#buy-tickets-body {
	margin-left:190px;	
}

a#home-header-buy-tickets {
	display:block;
	padding-right:20px;
}

table.discount-table {
	margin:5px 0 10px;
	text-align:left;
}

table.discount-table,
table.discount-table td,
table.discount-table th{
	padding-right:5px;
	text-align:left;
}