@media all
{

html {
	background-color: #fff;
}
body {
	background-color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #545e66;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #545e66;
	line-height: 17px;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none;
}
h1 {
	margin: 0px 0px 25px 40px;
    color: #2C80A4;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bigger {
	font-size: 20px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* <container */
#container {
	margin: 0px auto;
	width: 990px;
	background-color: #FFFFFF;
}
/* container> */

/* <header */
#header {
	position: relative;
	background-image: url('images_header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
}
#logo {
	position: absolute;
	display: block;
	top: 210px;
	left: 90px;
	width: 125px;
	height: 130px;
	border-bottom: none;
	display:none;
}

#tickets-link { 
	position: absolute; 
	top: 30px;
	right: 30px;
	width: 270px;
	height: 290px;
	background-color: transparent; 
	/*border: 1px solid yellow;*/
	border: none;
	}	

#buy-tickets {
	position: absolute;
	background-image: url('images_tickets.jpg');
	background-repeat: no-repeat;
	top: 0px;
	right: 20px;
	width: 310px;
	height: 350px;
	display:none;
}
#buy-tickets a {
	position: relative;
	display: block;
	width: 310px;
	height: 350px;
	border-bottom: none;
	margin: 0px;
	display:none;
}
#buy-tickets a span {
	position: absolute;
	display: none;
	background-image: url('images_buy-tickets.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 110px;
	height: 40px;
	border-bottom: none;
	top: 230px;
	left: 70px;
	display:none;
}
#buy-tickets a:hover span {
	background-position: top;
	display:none;
}
#menu {
	position: absolute;
	top: 350px;
	left: 39px;
	height: 50px;
}
#menu ul li {
	float: left;
	display: inline;
	width: 112px;
	margin-right: 18px;
	line-height: 50px;
}
#menu ul li a span {
	display: none;
}
#menu ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	width: 112px;
	height: 41px;
	margin-top: 9px;
	border-bottom: none;
}
#menu ul li a:hover{
	background-position: 0px -41px;
}
	a#the-story {
		background-image: url('images_menu_the-story.jpg');
	}
	a#about-this-play {
		background-image: url('images_menu_about-this-play.jpg');
	}
	a#press {
		background-image: url('images_menu_press.jpg');
	}
	a#cast-and-crew {
		background-image: url('images_menu_cast-and-crew.jpg');
	}
	a#music {
		background-image: url('images_menu_music.jpg');
	}
	a#tickets {
		background-image: url('images_menu_tickets.jpg');
	}
#menu ul li a.selected{
	background-position: 0px -82px;
}
/* header> */

/* <main */
#main {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main #col-left {
	float: left;
	width: 180px;
	margin-top: 40px;
	padding-bottom: 20px;
	line-height: 19px;
	text-align: center;
}

#main #col-left a {
	text-decoration: underline;
	border-bottom: none;
}

#main #col-left a:hover {
	text-decoration: underline;
	border-bottom: none;
}


#main #col-1 {
	float: left;
	width: 400px;
	margin-top: 40px;
	padding-bottom: 20px;
	line-height: 19px;
	border-left: 1px solid #cccccc;
}

#main #col-1 p {
	margin: 5px 40px 5px 40px;
}
#main .cast p {
	float: left;
	width: 500px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	color: #01639a;
}
#main .cast span {
	float: left;
	display: block;
	width: 100px;
	color: #545e66;
}
#main .cast span.heigher {
	margin-bottom: 20px;
}
#main #col-2 {
	float: left;
	width: 390px;
	padding: 85px 0px 20px;
}

.player span {
	float: left;
	display: block;
	height: 20px;
	margin-right: 10px;
}
.player em {
	font-size: 11px;
}

.youtube-player {
	width: 390px;
	height: 235px;
	border: 0px;
}
/* main> */

/* <footer */
#footer {
	clear: left;
	overflow: hidden;
	zoom: 1;
	width: 950px;
	height: 120px;
	margin: 0px auto 10px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	font-size: 13px;
}
#footer p {
	float: left;
	display: inline;
	width: 400px;
	margin: 0px 20px 0px 20px;
}
#footer ul {
	float: right;
	display: inline;
	list-style-type: none;
	margin: 0px 15px 5px 0px;
}
#footer ul li {
	float: left;
	display: inline;
	margin: 0px 5px;
}
#footer ul li a {
	border-bottom: none;
	color: #555;
}
#footer ul li a:hover {
	color: #000;
	border-bottom: 1px dotted #666;
}
/* footer> */

/* <buy tickets page */
#buy-tickets-page {
	background-color: #fff;
	background-image: none;
	height: 560px;
	padding: 20px;
	color: #444;
}
#buy-tickets-page p {
	margin: 20px 10px;
	font-size: 16px;
}
#buy-tickets-page p span {
	font-size: 19px;
	color: #111;
}
/* buy tickets page> */


#ie6 {
	display: none;
}

}

@media print
{}

.playmenu {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #2c80a4;
	line-height: 22px;
}

#socialmedia {
	margin-top:30px;
	font-size: 10px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #2c80a4;
	line-height: 11px;
	}
#socialmedia-icons {
	margin-top:10px;
	}
/*
playback timings (ms):
  PetaboxLoader3.resolve: 118.023
  load_resource: 135.916
  CDXLines.iter: 17.255 (3)
  captures_list: 287.649
  esindex: 0.02
  exclusion.robots: 0.135
  PetaboxLoader3.datanode: 61.31 (4)
  exclusion.robots.policy: 0.125
  RedisCDXSource: 12.95
  LoadShardBlock: 254.001 (3)
*/