/* @override http://localhost:8888/css/style.css */

body {
	background: rgb(236,243,243) url(../img/bg_slice.png) repeat-x;
	padding-top: 40px;
}

#header {
	background: url(../img/globe-banner.png) no-repeat;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
	height: 160px;
	margin-bottom: 40px;
}
#header a {
	background: rgb(236,243,243) url(../img/twg-logo.png) no-repeat 0px 0;
	background: rgba(255,255,255,0.8) url(../img/twg-logo.png) no-repeat 0px 0;
	display: block;
	margin-top: 30px;
	height: 55px;
	width: 380px;
	text-indent: -9999px;
}
#header a:hover {
	background: rgb(255,255,255) url(../img/twg-logo.png) no-repeat 0px 0;
	background: rgba(255,255,255,0.9) url(../img/twg-logo.png) no-repeat 0px 0;
	-webkit-box-shadow: 0 1px 10px rgba(255,255,255,.8);
	-moz-box-shadow: 0 1px 10px rgba(255,255,255,.8);
	box-shadow: 0 1px 10px rgba(255,255,255,.8);
}
.festival_dates {
	background: transparent url(../img/trans.png);
	background: rgba(255,255,255,0.7) none;
	display: block;
	width: 220px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding: 10px 0px 10px 20px;
}

/* Navigation menu links */
#sidebar {
	height: 280px;
}
.shop #sidebar {
	height: auto;
}
#primary_links {
	list-style: none;
	text-align: left;
	padding-left: 80px;
}
#primary_links li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#primary_links a {
	display: block;
	text-decoration: none;
	color: #999999;
	-webkit-transition: all 0.5s ease-in-out;
}
#primary_links a:hover {
	color: #000;
	-webkit-transform: translateX(-47px) scale(1.45);
}

#primary_links ul {
	padding-left: 80px;
}
#primary_links li.active a {
	margin-left: -80px;
	font-size: 32px;
	color: rgb(110,58,130);
}
#primary_links li.active a:hover {
	color: #000;
	-webkit-transform: none;
}

.wglogo {
	bottom: 0px;
	position: absolute;
	margin-left: 80px;
	opacity: 0.6;
}
.wglogo:hover {
	opacity: 1;
}
.wglogo.shop {
	position: relative;
}

/* Content styles */

.block {
	margin-top: 40px;
}
blockquote {
	font: 18px Baskerville, Georgia, "Times New Roman", Times, serif;
	margin: 1em -80px 1em 80px;
	color: #727a52;
}

/* Front page specific */

#welcome {
	padding: 4px 0;
}

/* Programme specific */
.show_teaser {
	margin-left: 220px;
	clear: left;
}
h2.past_year {
	clear: left;
	border-bottom: 2px inset #afc1c1;
}
.show_teaser h3 {
	height: 1em;
}
.show_teaser img {
	float: left;
	margin-left: -220px;
	margin-bottom: 20px;
	width: 200px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.show_teaser img:hover {
	-webkit-box-shadow: 0 1px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 12px rgba(0,0,0,.5);
	box-shadow: 0 1px 12px rgba(0,0,0,.5);
}
.show_teaser .readmore {
	display: block;
	margin-top: -10px;
	text-align: right;
	font-size: 21px;
	line-height: 1;
}
.show_teaser .readmore a:hover {
	color: black;
}
.show_details {
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.show_details .dates {
/*	color: #344d88;*/
}

.small_caps {
	text-transform: lowercase;
	font-variant: small-caps;
}

table.prices th, table.dates th {
	text-align: left;
	color: #344d88;
}
table.prices td, table.dates td {
	padding-right: 1em;
}

/* Detail page specific */
#content {
	margin-bottom: 20px;
}
#content_body div {
/*	padding-top: 20px;*/
}
#content_body img {
	margin: 20px 0;
}
dl.cast_list {
	margin-left: 60px;
}
.cast_list dt {
	width: 160px;
	margin-right: 20px;
	float: left;
}
.cast_list dd {
}
#content_body img.left {
	float: left;
	margin: 0 20px 10px -80px;
}
#content_body img.right {
	float: right;
	margin: 0 -80px 10px 20px;
}

/* Box office specific */
.buy-btn a {
	display: block;
	padding: 0.3em 0;
	margin-bottom: 1em;
	background: #fefffe;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	text-decoration: none;
	border: 2px solid #f16522;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0, 0.3);
	box-shadow: 0 1px 10px rgba(0,0,0, 0.3);
}
.buy-btn a:hover {
	-webkit-box-shadow: 0 1px 10px rgba(241,101,34, 0.8);
	-moz-box-shadow: 0 1px 10px rgba(241,101,34, 0.8);
	box-shadow: 0 1px 10px rgba(241,101,34, 0.8);
}

/* Show specific */
.first {
	font-size: 16px;
	color: #344d88;
}
.dream h2 {
	display: block;
	height: 280px;
	background: url(../img/dream_banner-700.png);
	text-indent: -9999px;
}
.dream .video {
	margin: 0 -10px 0 -10px;
}
.shrew h2 {
	display: block;
	height: 280px;
	background: url(../img/shrew_banner-700.png);
	text-indent: -9999px;
}
.aesops #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/aesops_banner-700.png);
	text-indent: -9999px;
}
.aesops .left {
	margin-left: -80px;
	margin-right: -80px;
	color: rgb(34,64,153);
	font: 21px Baskerville, Georgia, "Times New Roman", Times, serif;
}
.aesops .right {
	display: block;
	margin-left: -80px;
	margin-right: -80px;
	color: rgb(34,64,153);
	font: 21px Baskerville, Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
.aesops .tag {
	margin-right: -80px;
	color: rgb(150,150,150);
	color: rgba(170,170,170,0.4);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	float: right;
}
.aesops .files {
  width: 100%;
}
.aesops .files td {
  padding: 5px 20px;
}
.files tr.odd {
  background: #dadddd;
  background: rgba(200,200,200,0.5);
}
.files tr.even {
  background: #f5f8f8;
  background: rgba(255,255,255,0.5);
}
.gala h2 {
	display: block;
	height: 280px;
	background: url(../img/gala_banner-700.png);
	text-indent: -9999px;
}
.gala #content_body img.right {
	float: right;
	margin: 0 -320px 10px 20px;
}
.gala #content_body a img {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.gala #content_body a img:hover {
	-webkit-box-shadow: 0 1px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 12px rgba(0,0,0,.5);
	box-shadow: 0 1px 12px rgba(0,0,0,.5);
}
.auditions .banner {
	display: block;
	height: 280px;
	margin-bottom: 20px;
	background: url(../img/audition_banner-700.jpg) no-repeat;
}
.auditions .filler {
	position: absolute;
	bottom: 0px;
	left: 20px;
}
.venue .banner {
	display: block;
	height: 280px;
	margin-bottom: 20px;
	background: url(../img/venue_banner-700.jpg) no-repeat;
}
.venue .banner h2 {
	margin: 5px 0 0 20px;
}
.about .first {
	margin-left: -80px;
	margin-right: -80px;
	font-size: 16px;
	color: #999;
}
.bwcb #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/bwcb_banner-700.png);
	text-indent: -9999px;
}
.bwcb .spread,
.concert11 .spread {
		margin-left: -80px;
		margin-right: -80px;
}
.bwcb .spread .left,
.concert11 .spread .left {
	float: left;
	margin-right: 20px;
}
.bwcb .spread .right,
.concert11 .spread .right {
	float: right;
}
.bwcb #content_body .spread img,
.concert11 #content_body .spread img {
	margin: 0;
}
.bwcb .caption,
.concert11 .caption {
	font-style: italic;
	color: #999;
}

/* 2011 */
.muchado #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/muchado_banner-700.png);
	text-indent: -9999px;
}
.willows #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/willows_banner-700.png);
	text-indent: -9999px;
}
.concert11 #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/concert11_banner-700.png);
	text-indent: -9999px;
}

/* 2012 */
.rnj #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/rnj_banner-700.jpg);
	text-indent: -9999px;
}
.jf #banner h2 {
	display: block;
	height: 280px;
	background: url(../img/jackfrost_banner-700.jpg);
	text-indent: -9999px;
}

/* Frontpage slider */
#main-poster {
	position: relative;
}
#slider {
	width: 700px;
	height: 280px;
	background: url(../img/loader.gif) no-repeat 50% 50%;
}
#slider img	{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
#main-poster noscript img {
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-controlNav {
	position:absolute;
	left:306px;
	bottom:-22px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

/* Signup form */
#signup {
	background: rgb(249,251,251);
	background: rgba(255,255,255,0.7);
	color: #4d4d4d;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1;
}
#signup input {
	font-size: 20px;
	height: 26px;
	width: 100%;
}
#signup input#submit {
	background: rgb(34,64,153);
	color: white;
	float: right;
	width: 88px;
	height: 32px;
	border: none;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.inner #sidebar #signup {
	margin-top: 200px;
}
.inner #signup h3 {
	font-size: 14px;
}
.inner #signup input {
	font-size: 14px;
	height: 18px;
}
.inner #signup input#submit {
	float: none;
	height: 24px;
	font-size: 12px;
}
.callout {
	display: block;
	width: 700px;
	height: 280px;
	margin-bottom: 20px;
	background: rgb(249,251,251);
	background: rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#bookings {
	padding: 50px 40px 10px 40px;
}
img.ticket {
	position: absolute;
	margin-top: -35px;
	margin-right: -20px;
	top: 0;
	right: 0;
}
#signup-success h2 {
	padding: 50px 70px 10px 70px;
	font-size: 38px;
}
#signup-success p {
	padding: 0 70px;
	font-size: 14px;
}

.social {
	display: inline;
	color: #999;
	font-size: 14px;
	margin-right: 10px;
}
.inner .social {
	display: block;
	margin-right: 0;
	font-size: 12px;
}
.social img {
/* 	float: left; */
	vertical-align: text-bottom;
}
#content_body .social img {
	margin: 0;
}

/* Footer blocks */

#auditions {
	background: rgb(249,251,251);
	background: rgba(255,255,255,0.7);
	height: 136px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid white;
}

.affiliates {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.affiliates img {
	margin: 0 10px;
	opacity: 0.6;
}
.affiliates img:hover {
	opacity: 1;
}
.affiliates p {
	opacity: 0.5;
	font-size: smaller;
}

#mapviewer {
	margin: 0 -80px 10px 20px;
	float: right;
}
