html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #000;
}

/* -------------------- LAYOUT -------------------- */

#wrapper {
	margin: 0 auto;
	width: 888px;
}

#header {
	height: 155px;
	background: url(../images/bg_header.jpg) no-repeat right;
	margin: 0; 
}

.hero {
	width: 888px;
	height: 276px;
	margin: 20px 0 15px 0;
	background-color: #cabcc0;
}

.col_side {
	width: 231px;
	margin: 0 0 20px 0; 
	float: left;
	padding-bottom: 10px;
}

.col_centre {
	width: 402px;
	margin: 0 12px 0 12px;
	float: left;
	min-height: 400px;
}

.col_wide {
	width: 645px;
	padding: 5px 0 0 12px; 
	float: left;
}

.half_container {
	clear: left;	
}

.col_half {
	width: 434px;
	margin: 20px 0 0 10px; 
	float: left;
}

.left {
	margin: 20px 10px 0 0;
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
	padding: 50px 0 20px 0;
}

#footer p {
	padding-bottom: 4px;	
}

#picholder {
	float: right;
	margin-left:16px;
	margin-bottom:8px;
	
}



/* -------------------- VIDEO -------------------- */

#player1 {
	padding-top: 15px;	
}

p.more {
	float:left;
	margin-top: 25px;
}

/* -------------------- TYPOGRAPHY -------------------- */

h2 {
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 5px;
	color: #a88844;	
}

#header h2 {
	font-weight: bold;	
}

#header .logo {
	float: left;
	margin-top: 15px;
}

h3 {
	font-weight: bold;
	font-size: 1.7em;
}

h4 {
	font-weight: bold;	
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 8px 0 0 0;
	color: #3a1359;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 4px 0 0 0; 
}
 
strong {
	font-weight: bold;
	color: #3a1359;
}

blockquote {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #3a1359;
	margin: 5px 0 5px 12px;
}

ol {
	list-style-type: lower-alpha;
}

.col_wide ul {
	list-style:url(../images/bullet.gif);	
	margin-left: 15px;
}

.lightpurple {
	color:#670181;
}

/* -------------------- GENERIC LINKS -------------------- */

a {
	color: #3a1359;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

/* -------------------- NAVIGATION -------------------- */

ul.nav {
	margin: 0; 
	height: 25px;
}

ul.nav a {
	height: 25px;
	float: left;
	background: url(../images/nav_top_sprite.gif) no-repeat;
}

ul.nav li {
	display: inline;
}

ul.nav a.home {
	background-position: 0 0;
	width: 60px;}
#home ul.nav a.home {
	background-position: 0 -25px;
}

ul.nav a.whats_on {
	background-position: -60px 0;
	width: 95px;}
#whats_on ul.nav a.whats_on {
	background-position: -60px -25px;
}

ul.nav a.about_us {
	background-position: -155px 0;
	width: 88px;}
#about ul.nav a.about_us {
	background-position: -155px -25px;
}

ul.nav a.company {
	background-position: -243px 0;
	width: 120px;}
#company ul.nav a.company {
	background-position: -243px -25px;
}

ul.nav a.learning {
	background-position: -363px 0;
	width: 89px;}
#learning ul.nav a.learning {
	background-position: -363px -25px;
}

ul.nav a.masterclass {
	background-position: -452px 0;
	width: 121px;}
#masterclass ul.nav a.masterclass {
	background-position: -452px -25px;
}

ul.nav a.info {
	background-position: -573px 0;
	width: 120px;}
#info ul.nav a.info {
	background-position: -573px -25px;
}

ul.nav a.hospitality {
	background-position: -693px 0;
	width: 108px;}
#hospitality ul.nav a.hospitality {
	background-position: -693px -25px;
}

ul.nav a.contact {
	background-position: -801px 0;
	width: 87px;}
#contact ul.nav a.contact {
	background-position: -801px -25px;
}

#header h3 {
	background: none;
}

#header h1,
#header p,
ul.nav a,
#footer h2,
.slidedeck h2,
input.form_button_buy_tickets,
label.search strong,
.search-submit strong,
label.sign-up strong,
label.buy-tickets strong,
input.buy-tickets-button {
	text-indent: -9999px;
	display:block;
	font-size: 0;
	line-height: 0;
}

#header h1 {
	display: none; /* Bug with FF 3.5 and below */
}


/* -------------------- FORMS -------------------- */

label,
.mailing-list a {
	font-family:Verdana, Geneva, sans-serif;
	display: block;
	margin-left: 10px;
	font-size: 1.1em;
	color: #3a1359;
}

input#search,
input#sign-up {
	display: block;
	width: 200px;
	margin: 5px 0 10px 0;
	background: #fff;
	padding: 5px;
	height: 15px;
	border: 1px solid #93859d; 
	text-indent: 0px;
	font-size: 1em;
	line-height: 1em;
	color: #000;
}

#subscribe .col_wide h2 {
	padding-top: 40px;	
}

#msgArea {
	margin:20px 0;
	clear:both;
	font-size: 1.3em;
	font-weight: bold;
	color:#F00;
}

td {
	font-size:1.2em;
	padding-bottom: 10px;
	vertical-align:middle;
}

td p {
	font-size: 1em;	
	clear:left;
}

form input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

form input.txtField {
	background:#fbf4e5;
	color:#000;
	border:1px solid #687080;
	padding:4px 2px;
	font-size:1em;
	width:250px;
	float:left;
}

form select.txtField {
	background:#fbf4e5;
	color:#000;
	border:1px solid #687080;
	padding:4px 2px;
	margin-bottom:10px;
	font-size:1em;
	width:256px;
	float:left;
}

form input.txtField:focus, form select.txtField:focus {color:#000; }

form input.txtFieldSmall {
	background:#fbf4e5;
	color:#000;
	border:1px solid #687080;
	padding:4px 2px;
	font-size:1em;
	margin-bottom:10px;
	width:75px;
	float:left;
}
input.GoButton {
	border: none;
	background:transparent url(../images/icons/subnav.gif) right 7px no-repeat;
	background-color:#3a1359;
	margin: 15px 0;
	font-size:1.4em;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:100%;
	padding: 2px 12px 2px 2px;
}
input.GoButton:hover {
	background-color:#3a1359;
	cursor:pointer;
	color:#fff;
}

/* form errors */
form .errormessage select.txtField,
form .errormessage input.txtField,
form .errormessage input.txtFieldSmall {
	border: 2px solid red;
	color: red;
}

div.general-error {
	border:1px solid #912c1f;
	padding:7px 7px 7px 28px;
	font-size:1.25em;
	text-align:left;
	color:#000;
	background:#cabcc0 url(../images/icons/error.gif) 7px 7px no-repeat;
}

input#search-submit,
input#sign-up {
	height: 20px;
	background: #fbf4e5 url('../images/slide_text_arrow.png') no-repeat center right;
	border: none;
	text-align: left;
	padding: 0 8px 4px 0;
	margin: 0;
	font-weight: bold;
	width: auto;
	cursor: pointer;
}

input.book_online,
input.buy-tickets-button {
	background: url('../images/form_buttons_sprite.png') no-repeat 0 0;
	width: 110px;
	height: 24px;
	cursor: pointer;
	margin: 0 auto;
	border: none;
}

input.buy-tickets-button {
	background-position: 0px -24px;
	margin: 7px 0 0 0;
}

.mailing-list-box img {
	margin: 10px 0 0 40px;
}

#search .nav {
	margin-bottom: 20px;	
}

#search .col_wide {
	margin-right: 12px;	
	width: 633px;
}

/* -------------------- MAP -------------------- */

#GoogleMap {
	width: 645px;
	height: 500px;
	color:#000;
	border:1px solid #111;
}
#GoogleMap h3 {
	font-size:1.6em;
	margin-bottom:.25em;
	color:#d34c01;
}
#GoogleMap h4 {
	background:#d34c01;
	color:#fff;
	font-size:1.4em;
	white-space:nowrap;
	width:auto;
	padding:2px;
	margin:0;
}
#GoogleMap p {
	font-size:1em;
	line-height:125%;
	margin:0;
}

#GoogleMap span {
	display: none!important;
}

/* -------------------- SIDEBARS -------------------- */

.search-box,
.mailing-list-box,
.facebook,
.news_feed,
.address,
#about .col_side,
#whats_on .col_side,
#company .col_side,
#info .col_side,
#news .col_side,
#learning .col_side {
	background: #fbf4e5;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}

.col_side a {
	padding: 0 0 8px 0;	
}

ul.side_menu  {
	padding-bottom: 15px;
}

ul.side_menu li {
	padding: 10px 0 10px 15px;
	font-size: 1.4em;
	font-weight: bold;
}

ul.side_menu li.subnav {
	height: auto;
	border-bottom: 1px solid #fff;
	background: #cabcc0;
	padding-bottom: 10px;
}

ul.side_menu li.subnav li {
	font-size: 0.85em;
	padding: 5px 10px 0 0;
	height: auto;
	font-weight: normal;
	line-height: 1.4em;
}

li#history {
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

ul.side_menu #newsnav li {
	border-bottom: 1px solid #a88844;
	padding: 5px 0;
	margin-right: 10px;
}

ul.side_menu li.active {
	background: #cabcc0 url('../images/bg_side_arrow.gif') no-repeat center left;
}

ul.production {
	margin: 12px;
	line-height: 1.3em;
}

.col_side h3,
.col_centre h3,
.col_half h3 {
	height: 27px;
	background: url(../images/bg_header.gif) no-repeat top right;
	color: #fff;
	padding: 3px 0 3px 10px;
}

.col_side p,
.col_centre p,
.col_side h4,
.col_centre h4 {
	padding: 3px 0 0 10px;
}

.col_wide h2 {
	font-size: 2em;
	padding: 0 0 14px 0;
	line-height: 1em;
}

.col_wide h3 {
	font-style: italic; 
	padding: 10px 0;
	color: #a88844;	
}

.col_wide p {
	padding: 0 37px 18px 0;	
}

.col_half h4 {
	font-size: 2.1em;
	font-weight: normal;
	padding-top: 0;
	color: #a88844;	
}

.book .col_half h4 {
	padding-top: 20px;	
}

.col_half strong {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
}

.col_half p {
	padding-top: 10px;	
}

.col_half img {
	float: left;
	margin: 5px 20px 0 0;
}


.col_half h5 {
	font-size: 3.1em;
	font-weight: normal;
	padding-top: 10px;
	color: #a88844;	
}


/* -------------------- SLIDEDECK flash replacement -------------------- */
#slider {
	clear:both;
	width:888px;
	height:270px;
	margin:10px 0;
}
/* -------------------- SLIDEDECK -------------------- */

.slidedeck dd.slidedeck_sweet_charity {
	background: #fff url('../images/slide_sweet_charity.jpg') no-repeat 40px 0;	
	padding: 214px 316px 0 20px;
}

dd.slidedeck_sweet_charity_ie6 {
	background: #fff url('../images/slide_sweet_charity_ie6.jpg') no-repeat 0 0;	
	padding: 214px 0 0 60px;
	width: 806px;
	height: 275px;
	float: left;
	margin-top: 4px;
}

.slidedeck dd.slidedeck_masterclass_charity {
	background: #fff url('../images/slide_masterclass_charity.jpg') no-repeat 40px 0;	
	padding: 204px 316px 0 20px;
}

.slidedeck dd.slidedeck_masterclass {
	background: #fff url('../images/slide_masterclass.jpg') no-repeat 40px 0;	
	padding: 214px 316px 0 20px;
}

.slidedeck dd.slidedeck_tour {
	background: #fff url('../images/slide_tour.jpg') no-repeat 40px 0;	
	padding: 204px 316px 0 20px;
}

dd h3 {
	color: #fff;
}

dd p {
	float: left;
	font-size: 1.2em;
}

dd em {
	font-size: 1.2em;
}

dd a {
	color: #e5b351;	
	background: url('../images/slide_text_arrow.png') no-repeat center right;
	font-weight: bold;
	margin: 0 10px 4px 0;
	padding: 0 8px 2px 0;
}

dd.slidedeck_sweet_charity a,
dd.slidedeck_sweet_charity_ie6 a {
	color: #fff;	
}


/* -------------------- TABLES -------------------- */

table.timetable {
	margin:20px 0;
	width:600px; 
	text-align:center;
	background:#fff;
	border:0; 
	color:#462161;

}

table.timetable td {
	background:#fbf4e5;
	width:20%;
	padding:5px;
}
table.timetable td.location {
	width:40%;
}

table.timetable tr.toprow td {
	background:#462161;
	color:#fff;
	text-transform:uppercase;
}
table.timetable tr.alt td {
	background:#cabcc0;
}




/* -------------------- SLIDESHOW -------------------- */

ul.slideshow {
	list-style:none;
	width:888px;
	height:276px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:888px;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:0px 10px;		
	z-index:1000;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* -------------------- PAGE SPECIFIC -------------------- */

#quote img {
	margin-top: 60px;	
}

/* -------------------- HOME -------------------- */

#home .col_side li {
	padding-bottom: 15px;	
}

.news_feed h4 {
	font-size: 1.3em;
	padding-right: 10px;
}

.news_feed p {
	font-size: 1.1em;	
}

.facebook h4, 
.facebook p {
	padding: 0 5px;
}

/* -------------------- WHATS ON -------------------- */

#production_detail {
	font-size: 0.85em;	
}

/* -------------------- ABOUT US -------------------- */

#history_heads img {
	float: left;	
	padding: 0 20px 20px 0;
}

#famous_faces img {
	float: left;	
}

.col_wide ul {
	font-size: 1.5em;
	margin-bottom: 20px;
}

/* -------------------- TRH COMPANY -------------------- */

#prod_history.col_wide {
	padding-left: 30px;	
	width: 627px;
}

#prod_history img {
	float: left;
	padding: 0 20px 80px 0;
}

#prod_history h3 {
	font-weight: bold;
	color: #3a1359;
	padding: 0 0 5px 0;
	clear: left;
}

#prod_history dl {
	padding: 0 0 20px 280px;
	font-size: 1.1em;
}

#prod_history dt {
	font-weight: bold;
	color: #3a1359;
	font-size: 1.2em;
	padding-bottom: 3px;
}

#prod_history dl dd {
	line-height: 1.4em;
}

#prod_history dl dd.break {
	padding-bottom: 10px;
}

#prod_history dl dd.five-stars {
	background:url('../assets/images/5-stars.png') no-repeat top left;padding-top:18px;
}

#prod_history dl dd.four-stars {
	background:url('../assets/images/4-stars.png') no-repeat top left;padding-top:18px;
}

.socialnetwork {
	float:right; 
	padding-left:15px;
}

/* -------------------- THEATRE INFO -------------------- */

#info img.left {
	float: left;
	padding: 0 15px 10px 0;
	margin: 5px 0 0 0;
}

#info h4 {
	clear: left;	
}

#find-us img {
	vertical-align: middle;	
	padding: 0 10px 0 0;
}

.col_half img.icons {
	float: none;	
}

/* -------------------- NEWS -------------------- */

#news .col_wide li {
	font-size: 0.85em;
	color: #A88844; 
}

#news .col_wide li a {
	font-size: 1.5em;	
	line-height: 1.2em;
}


/* -------------------- ABOUT -------------------- */

#about .col_wide li {
	font-size: 0.85em;
	color: #A88844; 
}

#about .col_wide li a {
	font-size: 1.5em;	
	line-height: 1.2em;
}



/* -------------------- CONTACT -------------------- */

.contact_info {
	float: right;
	width: 231px;
	height: 100px;
	text-align: center;
	margin-top: 15px;
	padding: 25px 0 0 0;
}

.contact_info h2 strong {
	font-weight: normal;
	display: block;	
	font-size: 1.3em;
}

#contact .col_side {
	margin-top: 20px; 	
}

#contact .col_wide {
	padding: 20px 12px 0 0; 	
}

.address h4,
.address p {
	font-size: 1.1em;	
}

.address p {
	padding-bottom: 5px;	
}

/* -------------------- FOOTER -------------------- */


#footer li {
	display: inline;	
	border-right: solid 1px #808080;
	height: 10px;
	padding: 0 6px 0 6px;
}

#footer li.last {
	border: none;	
}

#site .col_wide ul {
	font-weight: bold;
	font-size: 1.9em;
}

.col_wide li {
	padding-bottom: 5px;
	color: #3a1359;
}

#site .col_wide ul ul {
	font-size: 0.9em;
	margin-left: 15px;
	font-weight: normal;
}

.small {
	font-size: 1.1em;	
}

#sitelinks.col_wide {
	margin-top: 40px;	
}

#site .col_wide img {
	display: block;	
	padding-bottom: 15px;
}


/* Skills learning booking form */
body#company table {width:100%;}
body#company table tr td {color:#3A1359 !important;padding:10px;font-family:Verdana, Arial, Helvetica, sans-serif;line-height:1.3em;vertical-align:top !important;}
body#company table tr td table tr td {font-size:1em;color:#3A1359;}
body#company table tr td h4 {font-size:1.2em;}
body#company table tr td table tr td.date {width:15%;}
body#company table tr td table tr td.time {width:17%;}
body#company table tr td table tr td.cost {width:20%;}

body#company .lbl-checkbox {width:90px;display:block;float:left;padding:0;margin:0;}
body#company #hear-about-us {width:300px;}
body#company input.GoButton {padding:3px 7px;text-align:center;}




/* -------------------- LEARNING -------------------- */

#learning img.left {
	margin: 0 20px 0 0;
	float: left;
}

#learning img.right {
	margin: 0 0 0 20px;
	float: right;
}

#learning .col_wide h2.learning {
/*	background:url(../images/hd-learning.gif) top left no-repeat;
	text-indent: -9999px;*/
width: 120px;
	height: 25px;
	float: left;
	}
	
#learning .col_wide h2.masterclass {
	background:url(../images/hd-masterclass.gif) top left no-repeat;
	width: 173px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	}
	
#learning .col_wide h2.haymarket {
	background:url(../images/hd-thehaymarketacademy.gif) top left no-repeat;
	width: 334px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	}
	#learning .col_wide h2.midsummer {
	background:url(../images/hd-amidsummernightsdream.gif) top left no-repeat;
	width: 334px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	}
	#learning .col_wide h2.rabbit {
	background:url(../images/hd-run_rabbit_run.gif) top left no-repeat;
	width: 200px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	}
	
#learning .col_wide h2.schools {
	background:url(../images/hd-schools.gif) top left no-repeat;
	width: 111px;
	height: 23px;
	text-indent: -9999px;
	float: left;
}

#learning .col_wide h2.teacherdevelopment {
	background:url(../images/hd-teacherdevelopment.gif) top left no-repeat;
	width: 434px;
	height: 22px;
	text-indent: -9999px;
	float: left;
}

#learning .col_wide h2.schoolsworkshops {
	background:url(../images/hd-schoolsworkshops.gif) top left no-repeat;
	width: 273px;
	height: 23px;
	text-indent: -9999px;
	float: left;
}

#learning .col_wide h2.haymarketschools {
	background:url(../images/logos/logo-haymarket_schools2.gif) top left no-repeat;
	width: 200px;
	height: 68px;
	text-indent: -9999px;
	float: left;
}
	
#learning .col_wide h2.joiningus {
	background:url(../images/hd-joiningus.gif) top left no-repeat;
	width: 147px;
	height: 23px;
	text-indent: -9999px;
	float: left;
	}

/*--------------------- Learning Form --------------- */

#learningForm {
	color:#000;
	padding: 20px;
	
}

/*--------------------- Haymarket Academy --------------- */

#academy h3 {
	font-weight: bold;
	color: #3a1359;
	padding: 5px 0 5px 0;
	clear: left;
}
#learning .col_wide h4.quote {
/*	background:url(../images/quote-thestakesarehigh.gif) top left no-repeat;
	text-indent: -9999px;
	width: 541px;
	height: 45px
*/
	margin: 10px 0;
	font-weight: bold;
	color: #670181;
	font-size: 16px;
	line-height:18px;

}
.attribute {
	color:#000;
	font-size: 11px;
	font-weight:normal;
	font-style: normal;
	padding-left: 80px;
}

.academy_production {
	font-weight: bold;
	font-size:1.4em;
}

/* -------------------- Workshops -------------------- */

#workshops.col_wide {
	padding-left: 30px;	
	width: 627px;
}

#workshops img.left {
	float: left;
	padding: 0 20px 20px 0;
}


#workshops h3 {
	font-weight: bold;
	color: #3a1359;
	padding: 0 0 5px 0;
	clear: left;
}

#workshops dl {
	padding: 0 0 20px 140px;
	font-size: 1.2em;
}
#workshops dl.left {
	padding: 0 0 20px 0;
	font-size: 1.2em;
}

#workshops dt {
	font-weight: bold;
	color: #3a1359;
	font-size: 1.4em;
	padding-bottom: 3px;
}

#workshops dl dd {
	line-height: 1.6em;
}

#workshops dl dd.break {
	padding-bottom: 10px;
}

#clearingDiv {
	clear: both;
}
