﻿/***
 * GENERIC HTML ELEMENTS
 * Rewrites of standard HTML elements
 * ------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 62.5%;
	color: #707070;
	line-height: 1.6em;
	position:relative;
}

/*
 * Header margins:
 * TOP: line-height/size
 * BOTTOM: TOP/2
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	line-height: 1em;
}
	h1 {
		font-size: 2.6em;
		font-weight:bold;
		margin: 0 0 0.5em;
		color: #fff;
	}
	h2 {
		font-size: 1.5em;
		font-weight:bold;
		color: #9e172e;
		margin: 0 0 1em 0;
	}
	h3 {
		font-size: 1.2em;
		line-height:1.3em;
		font-weight: bold;
		text-transform: none;
		color: #707070;
		margin: .9em 0 0.5em;
	}    
	h4 {
		font-size: 1.3em;
		text-transform: uppercase;
		margin: .9em 0 0.57em;
	}    
	h5 {
		font-size: 1.2em;
		margin: .em 0 0.67em;
	}    
	h6 {
		font-size: .9em;
		margin: 1.6em 0 0.8em;
	}

p {
	margin:.5em 0 1.4em 0;
	font-size: 1.2em;
	line-height:1.5em;
}

a {
	text-decoration: underline;
	outline:none;
	color: #872b12;
	font-weight: normal;
}
	a:hover {
		text-decoration: underline;
		color:#680012;
	}
	a img {
		border: none;
	}

	ul, ol, dl {
		margin: 1em 0;
		padding: 0;
		font-size: 1.2em;
	}
		ul li,
		ol li {
			margin: 0 0 0.5em 2em;
			padding: 0;
		}
			ul li ul {
				margin-top: 0.5em;
				margin-bottom: 0;
			}
		dl dt {
			font-weight: bold;
		}
		dl dd {
			padding: 0 0 0 1.2em;
		}

	ul.plain {
		list-style-type:none;
		list-style-position:outside;
		}
		ul.plain li {
			margin-left:0;
			}

	code {
		font-size: 1.1em;
		font-family: Courier New, Sans-Serif;
	}

	abbr, acronym {
		border-bottom: 1px dotted;
		cursor: help;
	}
	
	address {
		font-size:1.2em;
		font-style:normal;
	}
	
	blockquote {
		font-size:1.4em;
		font-style:normal;
		padding:1em 0;
		margin:2em 0;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
		blockquote span {
			display:block;
			font-style:italic;		
			}
	
	div.secondary-col blockquote {
		font-size:1.2em;
		font-style:normal;
		padding:2em 0;
		margin:2em;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
		div.secondary-col blockquote span {
			display:block;
			font-style:italic;		
			}
			
	
/*** 
 * DISABLE
 * Disable styling on certain elements... Can be useful for CMS driven sites.  
 */

font,
basefont {
	color: inherit;
	font: inherit;
	font-size: 100%;
}

/*** END DISABLE ***/

/**
* Utility elements
*/
div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0pt;
	visibility: hidden;
}

.offscreen-positioned {
	left: -999999em;
	position: absolute;
	margin: 0;
	padding: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

div.nowrap {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline; /* IE gets all fussy otherwise */
}

.nobg {
	background: none !important;
}

div.hr {
	border-top:1px solid #d2d2d2;
	margin:2em 0;
}

/* end utility elements */




/***
 * TEMPLATE STRUCTURAL ELEMENTS AND ITEMS
 * Elements which define the overall layout of the site.
 * ------------------------------------------------------------------------- */

div#wrapper {    
	position:relative;
	width:1000px;
	margin:0 auto;
}


/***
 * HEADER
 * ------------------------------------------------------------------------- */

	div#wrapper div#header {
		background-color:#000;
		width:930px;
		float:none;
		margin:0 auto;
		padding:20px 0;
		}
		div#wrapper div#header a#logo {
			float:left;
			display:block;
			}
			
		div#wrapper div#header div#utility-navigation ul {
			float:right;
			}
			div#wrapper div#header div#utility-navigation ul li {
				float:left;
				display:block;
				margin:0;
				padding:0 10px 0 0;
				height:21px;
				}
				div#wrapper div#header div#utility-navigation ul li a {
					color:#fff;
					padding:0 15px 0 5px;
					border-right:1px solid #fff;
					text-decoration:none;
					}
				div#wrapper div#header div#utility-navigation ul li.last {
					padding-right:0px;
					}
				div#wrapper div#header div#utility-navigation ul li.last a {
					border-right:none;
					padding-right:0px;
					}
					
				div#wrapper div#header div#utility-navigation ul li.login-state {
					background-color:#181818;
					margin:0 20px 0 0;
					padding:0;
					line-height:1.8em;
					float:left;
					display:block;
					}
				div#wrapper div#header div#utility-navigation ul li.login-state span.inner-login {
					background:url(../../_images/common/greycorner-l.gif) no-repeat top left;
					display:block;
					float:left;
					margin:0;
					padding:0 0 0px 20px;										
					}
					div#wrapper div#header div#utility-navigation ul li.login-state span.inner-login span {
						margin-right:20px;
						float:left;
						color:#959595;							
						}
					div#wrapper div#header div#utility-navigation ul li.login-state span.inner-login a {
						background:url(../../_images/common/greycorner-r.gif) no-repeat top right;
						display:block;
						float:left;	
						zoom:1;										
						padding:0 20px 0px 0;		
						border-right:0px;	
						color:#959595;		
						}
						

/***
 * MAIN NAVIGATION
 * ------------------------------------------------------------------------- */
	
	div#wrapper div#primary-navigation {
		}
		div#wrapper div#primary-navigation ul {
			float:left;
			list-style-type:none;
			margin:35px 0 25px 0;
			height:34px;
			}
			div#wrapper div#primary-navigation ul li {
				float:left;
				display:block;
				margin:0 63px 0 0;
				padding:0;
				}	
				div#wrapper div#primary-navigation ul li a {
					float:left;
					display:block;
					margin-top:10px;
					padding-bottom:9px;
					}
					div#wrapper div#primary-navigation ul li a:hover, div#wrapper div#primary-navigation ul li a.on {
						border-bottom:3px solid #fec521;
						}
					
				div#wrapper div#primary-navigation ul li.tickets {
					margin-right:65px;
					}
					
				div#wrapper div#primary-navigation ul li.tickets a {
				    background: url(../../_images/nav/nav-tickets-2.gif) no-repeat top left;
				    width:105px;
				    height:11px;
				    }
									
				div#wrapper div#primary-navigation ul li.royal-theatre a {
					background: url(../../_images/nav/nav-royaltheatre.gif) no-repeat top left;
					width:90px;
					height:11px;
					}
					
				div#wrapper div#primary-navigation ul li.mcpherson a {
					background: url(../../_images/nav/nav-mcpherson.gif) no-repeat top left;
					width:140px;
					height:11px;
					}
				div#wrapper div#primary-navigation ul li.plan a {
					background: url(../../_images/nav/nav-planvisit.gif) no-repeat top left;
					width:94px;
					height:11px;
					}
				div#wrapper div#primary-navigation ul li.rental a {
					background: url(../../_images/nav/nav-rental.gif) no-repeat top left;
					width:122px;
					height:11px;
					}
				div#wrapper div#primary-navigation ul li.about {
					margin-right:0px;
					}
					div#wrapper div#primary-navigation ul li.about a {
						background: url(../../_images/nav/nav-about.gif) no-repeat top left;
						width:57px;
						height:11px;
						}
		
						div#wrapper div#primary-navigation ul li a span {
						position:absolute;
						left:-5555px;
						}
						
/*** Plan Page ***/
ul.star-list
{
	list-style:none;
	}

ul.star-list li
	{
	 background: url(../../_images/common/stars_sprite.jpg) no-repeat top left;
	 padding-left:25px;
	 margin-left:1em;
	}
	
	ul.star-list li.star_red{
		background-position:0px -40px;
		}

	ul.star-list li.star_blue{
		background-position:0px 1px;
		}


/*** End of Plan Page ***/


/***
 * MAIN BODY
 * ------------------------------------------------------------------------- */

	
	/* h1 and secondary navigation area */
						
	div#wrapper div#header-info {
		padding:0 25px 0 34px;
		background: #252525 url(../../_images/common/header-border.gif) no-repeat top center;	
		}
		div#wrapper div#header-info h1 {
			padding-top:45px;
			text-transform:uppercase;
			margin-bottom:0;
			padding-bottom:32px;
			}	
			
		div#wrapper div#header-info h2 {
			color:#c1b728;
			font-size:1.8em;
			text-transform:capitalize;
			margin:-20px 0 0 0;
			padding:0 0 20px 0;
			} 
		
		/* h1 and secondary nav area, two col */
		
		div#wrapper div#header-info.two-col {
		}
			div#wrapper div#header-info.two-col h1 {
				margin-left:410px;
				}
			div#wrapper div#header-info.two-col h2 {
				margin-left:410px;
				padding-bottom:44px;
				}
		
		
	div#wrapper div#main-content.home {
		/* this background for home is before main-content declaration because ie6 needs chained selector first in css */
		padding:0;
		margin-bottom:0;
		background:#1a1a1a url(../../_images/common/homepage_bg.jpg) no-repeat top left;
		width:1000px;
		}
	
	
	div#wrapper div#main-content.gallery {
		background-image:none;
		}
		
	/* default two col layout background image*/
	div#wrapper div#main-content.two-col {
		/* this background for two col is before main-content declaration because ie6 needs chained selector first in css */
		background:url(../../_images/common/twocol-bg.gif) repeat-y top left;
		}
		div#wrapper div#main-content.two-col div.primary-col {
			padding-right:20px;
			}


	/* default main content div */
	div#wrapper div#main-content {
		padding:20px 25px 20px 34px;
		margin-bottom:10px;
		background-color:#fff;
		float:left;
		width:940px;
		min-height:400px;
		}
		/* alternate background color */
		div#wrapper div#main-content.alt-bg {
		    padding-right:25px;
			background-color:#fafafa;
			}
		/* inner wrapper used for one column layouts */
		div#wrapper div#main-content div#inner-wrapper {
			width:725px;
			}
		
		
		/* account page two col layout */
		div#main-content.login div.primary-col {
			width:400px;
			margin-right:34px;
			float:left;
			}
		
		div#main-content.login div.secondary-col {
			width:400px;
			padding-left:34px;
			border-left:1px solid #ccc;
			float:right;
			background-color:#fff;
			}
		
		/* default two col layout */
					
		div#main-content div.primary-col {
			width:510px;
			padding-right:34px;			
			float:right;
			}
			
		div#main-content div.primary-col-left {
			width:570px;
			padding-right:34px;			
			float:left;
			}
		
		div#main-content div.primary-col h2.about {
			text-transform: uppercase;
		}
		
		div#main-content div.secondary-col {
			width:350px;			
			float:left;
			background-color:#f5f5f5;
			position:relative;
			left:-30px;
			top:-15px;
			padding:10px 0px 10px 30px;
			}
				div#main-content div.secondary-col img.prod-detail-img {
					margin-top:-112px;
					z-index:1;
					position:relative;
					}
				div#main-content div.secondary-col div.secondary-image img {
					margin-top:-70px;
					z-index:1;
					position:relative;
					}
				div#main-content div.secondary-col fieldset#form_promocode {
					margin-bottom:3em;
					padding-top:10px;
					padding-bottom:5px;
					width:350px;
					display:block;
					}
					
				div#main-content div.secondary-col h3 {
					text-transform:uppercase;
					font-size:1.2em;
					font-weight:bold;
					}
				div#main-content div.secondary-col h3.inline {
					display:inline;
					}
				div#main-content div.secondary-col a.performancelisting_back {
					float:right;
					font-size:1.2em;
					}
				
				div#main-content div.secondary-col ul.performancelisting {
					list-style-type:none;
					float:left;
					width:350px;
					}
					div#main-content div.secondary-col ul.performancelisting li {
						float:left;
						border-bottom:1px solid #ccc;
						padding:8px 0;
						margin:0;
						width:350px;
					}
					div#main-content div.secondary-col ul.performancelisting li span.copy-col {
						float:left;
						width:230px;
						}
					div#main-content div.secondary-col ul.performancelisting li span.buy-col {
						float:right;						
						}
		
		/* three col layout - used on rentals */
		
		div#three-column {
			float:left;
			width:940px;
		}
		
		div.three-column {
			float:left;
			width:940px;
		}
		
		div#three-column h2 {
			margin-bottom:1.5em;
			}
		div#three-column h3 {
			font-size:1.2em;
			color:#000;
			font-weight:bold;
			text-transform:uppercase;
			padding-bottom:10px;
			margin-bottom:1.5em;
			border-bottom:1px solid #ccc;
			}
		div#three-column h4 {
			margin-bottom:1em;
			}
		div#three-column h5 {
			font-weight:bold;
			}
			div#three-column div.first-col {
				width:280px;
				float:left;
				margin-right:47px;
				}
			div#three-column div.second-col {
				width:280px;
				float:left;
				margin-right:47px;
				}
			div#three-column div.third-col {
				width:280px;
				float:left;
				margin-right:0px;
				}
			div.three-column div.first-col {
				width:280px;
				float:left;
				margin-right:47px;
				}
			div.three-column div.second-col {
				width:280px;
				float:left;
				margin-right:47px;
				}
			div.three-column div.third-col {
				width:280px;
				float:left;
				margin-right:0px;
				}
		
		
		/* downloads - used on rentals */
		
		div.downloads-left {
			width:250px;
			float:left;
			}
		div.downloads-right {
			width:250px;
			float:left;
			}
			
			div.downloads-left ul, div.downloads-right ul {
				margin:.5em 0 1.5em 0;
				}
			div.downloads-left ul li, div.downloads-right ul li {
				list-style-type:none;
				padding-left:0;
				margin-left:0;
				}
			div.downloads-left ul li a, div.downloads-right ul li a {
				padding-left:10px;
				background:url(../../_images/common/download-arrow.gif) no-repeat center left;
				}
			em.last_updated_technical_spec
				{
				margin-top:-8px;
				display:block;
				font-size:1em;
				}		
		
		/* gallery layout */
		
		/* account page two col layout */
		div#main-content.gallery div.primary-col {
			width:630px;
			}
		
		div#main-content.gallery div.secondary-col {
			width:240px;
			background-color:#fff;
			}
		
		
			
	
	/***
	 * SECONDARY NAVIGATION
	 * ------------------------------------------------------------------------- */
	 
	 div#secondary-navigation {
		float:left;
		padding-top:20px;
		height:60px;
		}
		div#secondary-navigation ul {
			list-style-type:none;
			float:left;
			margin-bottom:0px;
			position:relative;
			}
			div#secondary-navigation ul li {
				float:left;
				display:block;
				margin:0 40px 0 0;
				padding:0;
				font-size:1.1em;
				line-height:2em;
				text-transform:uppercase;
				font-weight:bold;
				}
			div#secondary-navigation ul li ul {
				position:absolute;
				top:15px;
				left:0;
				font-size:1em;
				width:920px;
				margin-top:15px;
				border-top:solid 1px #4e4e4e;
				display:none;
				}
			div#secondary-navigation ul li.on ul {
				display:block;
				}
			div#secondary-navigation ul li ul li {
				line-height:2em;
				font-size:1em;
				text-transform:none;
				margin-top:3px;
				}
			div#secondary-navigation ul li ul li a{
				font-weight:normal;
				}
			div#secondary-navigation ul li.on ul li a{
				color:#ffffff;
				}
			div#secondary-navigation ul li.on ul li a:hover{
				color:#C1B728;
				}
			div#secondary-navigation ul li.on ul li.on a{
				color:#C1B728;
				}
				div#secondary-navigation ul li.last, div#secondary-navigation ul li:last-child {
					margin-right:0px;
					}
					
				div#secondary-navigation ul li a {
					color:#fff;
					font-weight:bold;
					text-decoration:none;
					}
					div#secondary-navigation ul li.on a, div#secondary-navigation ul li a:hover {
						color:#c1b728;
						}
					div#secondary-navigation ul li.on
					{
						padding-left:13px;
						background:url(../../_images/common/tertiary_nav_arrow.gif) no-repeat left 7px;
						}
					div#secondary-navigation ul li ul li.on
					{
						padding-left:0;
						background:none;
						}


/***
* SPECIFIC PAGES
* Stylesheets for specific pages and layouts
* ------------------------------------------------------------------------- */


/*** HOME PAGE ***/

	/*Promo expando*/
	div#promoexpando{
		position: relative;
		left:34px;
	}
	
	/*start nojs adjustments*/
	div#promoexpando.nojs {
	}
	
	div#promoexpando.nojs div#pe_frame {overflow-x: auto;}
	
	
	div#promoexpando.nojs div#pe_frame ul.pe_pageset {/*width:2000px;*/}
	div#promoexpando.nojs div#pe_frame ul.pe_pageset li {width:370px;}
	
	div#promoexpando.nojs ul.pe_pageset li div.pe_bg_expanded {width: 370px;}
	div#promoexpando.nojs div.pe_bg_contracted{display:none;}
	div#promoexpando.nojs div#pe_pagination{display:none;}
	
	/*end nojs adjustments*/
	div#pe_frame{
		width: 935px;
		overflow: hidden;
		/* height: 369px; */
		padding-bottom:41px;
		margin:28px 0 0px 0;
	}		

	div#pe_frame ul.pe_pageset{
		list-style:none; 
		float:left;
		/*width: 2000px;width: 1100px; extra padded width*/
		width:2000px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
		div#pe_frame ul.pe_pageset li {
			margin: 0;
			padding: 0;
			overflow: hidden;
			float: left;
			position: relative;
			color:#555;
		}
			div#pe_frame ul.pe_pageset li a {
				cursor:pointer;
				}
			div#pe_frame ul.pe_pageset li h3 {
				margin:0 0 .2em 0;
				font-size:1.4em;
				color:#555;
				font-weight:normal;
				}
				div#pe_frame ul.pe_pageset li h3 a {
					color:#555;
					text-decoration:none;
				}
				
			div#pe_frame ul.pe_pageset li h4 {
				margin:0 0 .2em 0;
				text-transform:capitalize;
				font-size:1em;
				color:#555;
				}
			div#pe_frame ul.pe_pageset li p.venue {
				font-size:.9em;
				margin:0 0 1em 0;
				}

				div#pe_frame ul.pe_pageset li.selected h3 {
					color:#c1b728;
					font-size:1.7em;
					}
					div#pe_frame ul.pe_pageset li.selected h3 a {
						color:#c1b728;
						}
					
				div#pe_frame ul.pe_pageset li.selected h4 {
					color:#898989;
					}
				div#pe_frame ul.pe_pageset li.selected p.venue {
					color:#898989;
					}
				div#pe_frame ul.pe_pageset li.selected a.buytix-home img {
				top:-29px;
				}

			
			div#pe_frame ul.pe_pageset li.slot1 {
				width: 234px;
				/*margin-left: -1px;*/
				border-left: none;
			}
			
			div#pe_frame ul.pe_pageset li.slot2 {
				width: 234px;
			}
			div#pe_frame ul.pe_pageset li.slot3 {
				width: 234px;
			}
			div#pe_frame ul.pe_pageset li.slot4 {
				width: 234px;
			}


		ul.pe_pageset li div.pe_bg_expanded, 
		ul.pe_pageset li div.pe_bg_contracted {
			width: 100%;
			height: 269px;			
			border-left: 1px solid #1a1a1a;
		}

		ul.pe_pageset li div.pe_bg_expanded{
			
		}
			ul.pe_pageset li div.pe_bg_expanded div.pe_info{
				position: absolute;
				left: -999999px;			
			}
		
		ul.pe_pageset li div.pe_bg_contracted
		{
			display:block;
			position:absolute;
			top:0;
		}
			ul.pe_pageset li div.pe_bg_expanded{
				opacity:.2;
				filter: alpha(opacity = 20);
			}
			ul.pe_pageset li div.pe_bg_contracted {
				background-color:#555;
				opacity:1;
				filter: alpha(opacity = 100);
				}
			
		
			ul.pe_pageset li div.strip {
				width: 100%;
				padding-top: 5px;
				/* background-color:#1a1a1a; */
			}
				ul.pe_pageset li div.strip div.inner-info {
					/* fixed height so potential variable height on mouseover does not occour (based on header wrapping) */
					height:60px;
					}
					
				ul.pe_pageset li a.learn-more {
					position:relative;
					top:8px;
					}
		/* /end promo expando */
		
		/* upcoming info styles */
		div#wrapper div#home-upcoming {
			padding:20px 25px 20px 34px;
			background-color:#fff;
			float:left;
			width:940px;
		}
			div#wrapper div#home-upcoming div.upcoming-info {
				float:left;
				width:274px;
				margin-left:58px;
				}
			div#wrapper div#home-upcoming div.upcoming-info.first {
				margin-left:0px;
				}
			div#wrapper div#home-upcoming div.upcoming-info h3 {
				font-size: 1.4em;
				line-height:1.3em;
				text-transform: none;
				color: #872b12;
				margin:0 0 0.5em;
				}
			div#wrapper div#home-upcoming div.upcoming-info h3 a {
				width:254px;
				display:inline;
				font-weight:bold;
				padding-right:15px;
				text-decoration:none;
				}
				div#wrapper div#home-upcoming div.upcoming-info h3 a img {
					padding-left:5px;
					}
				
			/* below is the original h3 a background, moved this into inline image as client needed to support
			   multiline wrapping in CMS and in the ie's multiline inline background images do not work - BF */
			/*
			div#wrapper div#home-upcoming div.upcoming-info h3 a {
				width:254px;
				zoom:1;
				display:inline;
				font-weight:bold;
				padding-right:15px;
				background:url(../../_images/common/header-arrow.gif) no-repeat center right;
				text-decoration:none;
				}
			*/
		
		
		/* social media */
		
		div#social-media {
			padding:20px 25px 20px 34px;
			margin-bottom:10px;
			background-color:#fff;
			float:left;
			width:940px;
			background:#f5f5f5 url(../../_images/common/home-social-bg.gif) no-repeat top right;
		}

		
			div#social-media div.media-col {
				float:left;
				width:175px;
				}
				div#social-media div.media-col div.icon-col {
					float:left;
					width:25px;
					margin-right:10px;
					}
				div#social-media div.media-col div.copy-col {
					float:left;
					width:140px;
					}
					div#social-media div.media-col div.copy-col p {
						margin:0;
						}
			
						div#social-media div#facebook {
							padding-left:260px;
							margin-right:50px;
							}
						div#social-media div#twitter {
							margin-right:0px;
							}
					
				

/*** /HOME PAGE***/



/*** EVENT CALENDAR ***/

	div#wrapper div#header-info div.cal-header {
		width:400px;
		float:left;
		}
	div#wrapper div#header-info div.helpbox {
		float:right;
		padding-top:25px;
		}
		div#wrapper div#header-info div.helpbox p {
			color:#fff;
			}
	
	div.calendar_controls_left {
		float:left;
		width:500px;
		padding-bottom:25px;
		}	
		div.calendar_controls_left label {
			color:#fff;
			width:auto;
			padding-right:6px;
			}
			
	div.calendar_controls_right {
		float:right;
		width:220px;
		padding-bottom:25px;
		}
	
	
	table#calendar {
		width:930px;
		position:relative;
		top:-46px;
		border-bottom:1px solid #e7e7e7;	
		background-color:#fff;
		}
		table#calendar tr th {
			background-color:#363636;
			color:#fff;
			text-transform:uppercase;
			padding:5px 0;
			font-size:1.2em;
			}
		table#calendar tr td {
			width:132px;
			padding:10px 5px;
			border-top:1px solid #e7e7e7;
			border-right:1px solid #e7e7e7;
			vertical-align:top;
			}
			table#calendar tr td.first {
				border-left:1px solid #e7e7e7;
				}
			table#calendar tr td span.date {
				font-size:1.6em;
				font-weight:bold;
				color:#898989;
				}
			table#calendar tr td a {
				font-weight:bold;
				}
			table#calendar tr td p {
				font-weight:bold;
				}
	

/*** /EVENT CALENDAR ***/


/*** EVENT DETAIL PAGE ***/

	div.perf-info {
		background-color:#f5f5f5;
		padding:12px;
		margin-bottom:15px;
		}
		div.perf-info h3 {
			color:#252525;
			font-size:1.6em;
			font-weight:bold;
			margin:0;
			padding:0;
			}
		div.perf-info p {
			margin-bottom:0px;
			font-weight:bold;
			}
		div.perf-info div.perf-main {
			width:300px;
			float:left;
			}
			div.perf-info div.perf-main span.venue {
				font-size:1.2em;
				font-style:italic;
				text-transform:capitalize;
				}
		div.perf-info div.perf-aside {
			width:300px;
			float:right;
			text-align:right;
			}
		div#select_seating {
		    width:725px;
		}


/*** /EVENT DETAIL PAGE ***/


/*** RESERVE PAGE ***/    

table.selectseating { /* reserve.aspx */
	margin:0 0 10px 0;
	border-bottom:1px solid #d8dadb;
	width: 100%;
	padding:0;
}
	table.selectseating th {
		padding:8px 5px;
		border-bottom:1px solid #9d172e;
		text-align:left;
		vertical-align:bottom;
		color:#252525;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:bold;
		text-align:left;
		background-color:#fff;
	}
	table.selectseating td {
		padding:5px 5px;
		vertical-align:top;
		background-color:#fafafa;
		font-size:1.2em;
		color:#252525;
		}

	table.selectseating tr.spacer-table td {
		background-color:#fff;
		}
	table.selectseating th.radiocol {
		padding-left:30px;
	}
	table.selectseating td.radiocol 
	{
		width:15px;
		position:relative;
	}
		table.selectseating td.radiocol input {
			width:15px;
			height:15px;
			position:absolute;
		}
		table.selectseating td.radiocol label {
			display:block;
			padding:0 0 0 25px;
		}
	table.selectseating th.sectioncol {
		padding-left:30px;
	}
	table.selectseating td.sectioncol 
	{
		width:15px;
		position:relative;
	}
	table.selectseating td.pricetype, table.selectseating th.pricetype {
		width:100px;
		text-align:right;
	}

	table.selectseating td select {
		width:40px;	
	}
table.selectseating td.section_unavail {
	color:#999;
	text-align:center;
}

div.section_unavail 
{
	color:#999;
	margin:5px 0 0px 10px;
}

table.selectquantity { /* reserve.aspx */
	margin:0 0 25px 0;
}
	table.selectquantity td {
		padding:5px 20px 5px 5px;
	}
	table.selectquantity td select {
		margin:0 0 0 5px;
	}
/*** /RESERVE PAGE ***/


/*** CART PAGE ***/
table.shoppingcart {
	width:723px;
	margin:0;
	font-size:1.2em;
}
	table.shoppingcart th {
		padding:8px 5px;
		border-bottom:1px solid #9d172e;
		text-align:left;
		vertical-align:bottom;
		color:#252525;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:bold;
		text-align:left;
		background-color:#fff;
	}
	table.shoppingcart td {
		padding:10px 5px;
		vertical-align:top;
		background-color:#fafafa;
		color:#252525;
	}
			table.shoppingcart td h4 {
			color:#252525;
			font-weight:bold;
			font-size:1.2em;
			margin:0;
			padding:2px 0;
			}

	table.shoppingcart table.shoppingcart_inner {
		margin:0 0 0.8em 0;
	}
		table.shoppingcart table.shoppingcart_inner th {
			padding:2px 5px;
			border:0px none;
			color:#000000;
			text-transform:none;
			font-weight:bold;
			background-color:#fafafa;
			font-size:1.2em;
		}
		table.shoppingcart table.shoppingcart_inner td {
			padding:2px 5px;
		}

	/* all col widths + padding MUST add up to shoppingcart total width */
	table.shoppingcart td.colA, table.shoppingcart th.colA {
		width:220px;
	}
	table.shoppingcart td.colB, table.shoppingcart th.colB {
		width:130px;
	}
	table.shoppingcart td.colC, table.shoppingcart th.colC {
		width:90px;
		text-align:right;
	}
	table.shoppingcart td.colD, table.shoppingcart th.colD {
		width:90px;
		text-align:right;
	}
	table.shoppingcart td.colE, table.shoppingcart th.colE { /* right side spacer */
		width:60px;
	}


	/* table.shoppingcart_inner */
	table.shoppingcart td.colBCD, table.shoppingcart th.colBCD {
		width:330px;
	}
	
		table.shoppingcart td.colBCDE, table.shoppingcart th.colBCDE {
		width:400px;
	}
	table.shoppingcart td.colBCD_nopadding {
		width:390px;
	
	}

	/* cart totals left side spacer */
	table.shoppingcart td.colAB { /* colspan = all */
		width:360px;
	}
	
	/* cart totals left side spacer */
	table.shoppingcart td.colABC { /* colspan = all */
		width:465px;
		text-align:right;
	}

	table.shoppingcart td.colABCDE { /* colspan = all */
		width:630px;
	}
	
	div#pop_cart_pnl_footer table.shoppingcart td { /* clears spaces between handling fees in cart, payment, and conf. pages */
		padding:0 5px 0 5px;
		margin:0;
	}
	
	table.shoppingcart div.total {
		margin:0.8em 0;
		font-weight:bold;
		color:#990000;
		text-transform:uppercase;
	}

table.shoppingcarttotals {
	width:640px;
	margin:0;
}
	table.shoppingcarttotals td {
		padding:2px 5px;
		vertical-align:top;
		line-height:1.3em;
	}
	table.shoppingcarttotals td.label {
		width:560px;
		text-align:right;
	}
	table.shoppingcarttotals td.amount {
		padding-right:10px;
		width:60px;
		text-align:right;
	}
	
	table#footer {
		width:723px;
		margin:0;
		font-size:1.2em;
		border-top:1px solid #dfdfdf;
		padding-top:5px;
		}
	table#footer td {
		background-color:#fff;
		padding-top:3px;
		padding-bottom:4px;
		}
		table#footer tr.footer-total td {
			border-top:1px solid #dfdfdf;
			}


div.cartbuttons_top {
	clear:both;
	width:723px;
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #dfdfdf;
}

div.cartbuttons_bottom {
	clear:both;
	width:723px;
	margin:0;
	padding:5px 0;
}

div.emptycart {
	width:100%;
	margin:0 0 2em 0;
}

	/* cart tooltip */
	
	/* Detail tip classes */ 

	a.trigger{
		cursor:pointer;
		zoom:1; /*force hasLayout on trigger for ie, otherwise ie misreports trigOffset.top*/
	}
	a.trigger img {margin:0; padding:0;}

	#detailtip{
		width: 300px; 
		position:absolute; 
		left:-10000px;
		z-index:100; 
		margin:0;
		padding:15px; /* enough padding for arrow*/
	}
	#detailtip div.dt_arrow{
		width:15px; 
		height:15px; 
		position:absolute;
		top:0; 
		left:0;
	}
		/* if arrow image */
		#detailtip.north div.dt_arrow{background: transparent url("../img/arrow_north.png") no-repeat center center; }
		#detailtip.south div.dt_arrow{background: transparent url("../img/arrow_south.png") no-repeat center center; }
		#detailtip.east div.dt_arrow{background: transparent url("../img/arrow_east.png") no-repeat center center; }
		#detailtip.west div.dt_arrow{background: transparent url("../img/arrow_west.png") no-repeat center center; }

	#detailtip div.dt_head{
	}

	#detailtip div.dt_close{
		text-align:right;
	}

	#detailtip div.dt_foot{
	}
	#detailtip div.detailtip_content{
		background-color:#fff;
		color:#000;
		padding: 1px 20px 1px 20px;	
		border:1px solid #ccc;
	}

/*** /CART PAGE ***/

/*** CHECKOUT PATH ***/
ul#checkoutsteps {
	display:block;
	width:722px;
	height:21px !important;
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
	}
	/* checkout step bg image reiterated due to ie6 not inherting chained selectors properly */
	ul.billing-in {
		background:url(../../_images/common/checkout-progress-indicator.gif) no-repeat;
		background-position:0 -87px;
		}
	ul.delivery-in {
		background:url(../../_images/common/checkout-progress-indicator.gif) no-repeat;
		background-position:0 -66px;
		}
	ul.shipping-in {
		background:url(../../_images/common/checkout-progress-indicator.gif) no-repeat;
		background-position:0 -43px;
		}
	ul.payment-in {
		background:url(../../_images/common/checkout-progress-indicator.gif) no-repeat;
		background-position:0 -21px;
		}
	ul.receipt-in {
		background:url(../../_images/common/checkout-progress-indicator.gif) no-repeat;
		background-position:0 0;
		}
		
		ul#checkoutsteps li , ul#checkoutsteps li span {
			position:absolute;
			left:-5555px;
			}
		
	a.pahDetails {
		display:block;
		clear:both;
		}
	
	div.addresses {
	float:left;
	display:inline;
	width:200px;
	margin:15px 15px 0 0;
	}

/*** /CHECKOUT PATH ***/


/***
 * FOOTER
 * ------------------------------------------------------------------------- */

	
	div#wrapper div#footer {
		padding:0 25px 0 34px;
		}
		div#wrapper div#footer ul {
			margin:0;
			padding:0;
			}
		div#wrapper div#footer ul li {
			margin:0;
			padding:0;
			}
		div#wrapper div#footer ul li a {
			color:#fff;
			padding:0 15px 0 15px;
			border-left:1px solid #fff;
			}
			div#wrapper div#footer ul li.first a {
				padding-left:0px;
				border-left:none;
				}
			
		div#wrapper div#footer ul#primary-footer-nav {
			float:left;
			list-style-type:none;
			}
			div#wrapper div#footer ul#primary-footer-nav li {
				float:left;
				}
				
		div#wrapper div#footer ul#secondary-footer-nav {
			float:right;
			list-style-type:none;
			}
			div#wrapper div#footer ul#secondary-footer-nav li {
				float:left;
				}
				div#wrapper div#footer ul#secondary-footer-nav li.first a {
					padding-left:25px;
					}
				div#wrapper div#footer ul#secondary-footer-nav li.last a {
					padding-right:0px;
					}
					
	
		
		

/***
 * SHARED CONTENT ELEMENTS
 * ------------------------------------------------------------------------- */
 
	
	p.intro {
		font-size:1.5em;
		color:#111;
		line-height:1.4em;
		font-weight:normal;
		}
	
	div.helpbox {
		}
		div.helpbox p {
			font-size:1.3em;
			color:#898989;
			font-weight:bold;
			line-height:1.8em;
			}
			
	div.secondary-col div.helpbox {
		margin-top:20px;
		}
	div.secondary-col div.helpbox p {
		text-align:right;
		}
	
	
	span.requiredField {
		display:block;
		padding:1px 10px;
		background-color:#9d172e;
		width:600px;
		margin-bottom:20px;
		}
		span.requiredField p {
			padding:5px 0 0 0;
			color:#fff;
			}
		span.requiredField a, span.requiredField a:hover {
			color:#fff;
			}
		span.requiredField ul {
			color:#fff;
			}
	div.primary-col span.requiredField {
		width: 500px;
		padding:10px;
		color:#fff;
		font-size:1.2em;
		}
		
	p.requiredField {
		display:block;
		padding:10px;
		background-color:#9d172e;
		color:#fff;
		width:600px;
		}
		p.requiredField a, p.requiredField a:hover {
			color:#fff;
			}
	
	div.secondary-col span.requiredField, div.secondary-col p.requiredField {
		width:325px;
		}	
	
	
	div.carttimer {
		display:block;
		padding:10px 10px 1px 10px;
		margin:0 0 20px 0;
		background-color:#9d172e;
		width:520px;
		color:#fff;
		clear:both;
		}
		div.carttimer p {
			color:#fff;
			}
		div.carttimer ul {
			color:#fff;
			}
			div#header-info div.carttimer {
				width:920px;
				}


	/* gallery pages */

	div.gallery-wrapper {
		float:left;
		display:inline;
		position:relative;
		margin-top:-340px;
		}
		div.gallery-wrapper span.gallery-inner {
			display:block;
			width:540px;
			height:400px;
			}
		div.gallery-wrapper p {
			font-size:1.1em;
			}
		div.gallery-wrapper div.gallery-controls {
			
		}
			div.gallery-wrapper div.gallery-controls input.next-image {
				position:absolute;
				float:left;
				top:380px;
				right:-2px;
				}
			div.gallery-wrapper div.gallery-controls input.prev-image {
				float:right;
				position:absolute;
				top:380px;
				left:-2px;
				}
			div.gallery-wrapper div.gallery-controls input.disabled {
				display:none;
				}

		
	
	div#header-info.gallery {
		height:440px;
		}
	
	div.gallery-nav div#secondary-navigation {
		float:none;
		}
		div.gallery-nav div#secondary-navigation {
			padding-top:0px;
			padding-bottom:20px;
			width:255px; 
		}
			div.gallery-nav div#secondary-navigation ul {
				width:255px;
				float:none;
				}
				div.gallery-nav div#secondary-navigation ul li {
					float:none;
					width:255px;					
					border-bottom:1px solid #454545;
					}				
					
				div.gallery-nav div#secondary-navigation ul li a {
					display:block;
					width:255px;
					color:#c1b728;
					padding:.5em 0 .5em .5em;
					}
					div.gallery-nav div#secondary-navigation ul li a:hover {
						background-color:#363636;
						}
	
.gallery_item { 
	 border-bottom:1px solid #ccc; 
	 float:left;
	 margin-bottom:20px; 
	 padding-bottom:20px; 
	 width:100%;
	}
	
.no-bottom-border  {
	 border-bottom:0; 
}

    .gallery_pic  {
        float:left;
        width:225px;
        }
    	
    .gallery_text {
        float:left;
        width:345px;
    }

	
	/* image columns - board of directors and presenting organizations */
	
	div.image-cols {
		float:left;
		}
		div.image-cols div.image-info {
			float:left;
			width:240px;
			margin-right:15px;
			margin-bottom:20px;
			}
				div.image-cols div.image-info img {
					float:left;
					padding-right:20px;
					width:126px;
					}
				div.image-cols div.image-info p {
					float:right;
					width:150px;
					font-size:1.5em;
					color: #9e172e;
					font-weight:bold;
					}
				div.image-cols div.image-info.vertical-layout p {
					float:right;
					}
				div.image-cols div.image-info.vertical-layout img {
					width:280px;
					display:inline;
					}
	
	div#organizations.image-cols div.image-info {
		width:300px;
		}
		
	
	div#board.image-cols div.image-info {
	}
		div#board.image-cols div.image-info img {
			width:auto;
			padding-right:10px;
			}
			div#board.image-cols div.image-info p {
				float:left;
				width:100px;
				}
	
	/* technical download pages */
	
	div.popup-list {
		margin:20px 0;
		float:left;
		}
		div.popup-list div.popup-item {
			float:left;
			width:110px;
			margin-right:10px;
			}
		div.popup-list div.popup-item.last {
			margin-right:0px;
			}


/***
 * BUTTONS WITH HOVER STATES
 * ------------------------------------------------------------------------- */
 a.btn {
	display:block;
	overflow:hidden;
	position:relative;
	}
	a.btn img {
		position:absolute;
		left:0;
		top:0;
		}
 
 a.btn-register {
	width:76px;
	height:21px;
	float:right;
	}
 a.btn-register:hover img {
	top:-21px;
	}
 
 a.btn-continue {
	width:79px;
	height:21px;
	}
	a.btn-continue:hover img {
		top:-21px;
		}

 a.btn-nextmonth {
	width:91px;
	height:21px;
	float:right;
	}
	a.btn-nextmonth:hover img {
		top:-21px;
		}
 
 a.btn-previousmonth {
	width:116px;
	height:21px;
	float:left;
	}
	a.btn-previousmonth:hover img {
		top:-21px;
		}

a.btn_findtix {
	width:96px;
	height:22px;
	}
	a.btn_findtix:hover img {
		top:-22px;
		}

a.btn_continueshopping {
	width:135px;
	height:21px;
	float:left;
	}
	a.btn_continueshopping:hover img {
		top:-21px;
		}

a.btn_checkout {
	width:80px;
	height:21px;
	float:right;
	}
	a.btn_checkout:hover img {
		top:-21px;
		}
a.btn_remove {
	margin-top:5px;
	width:62px;
	height:21px;
	}
	a.btn_remove:hover img {
		top:-21px;
		}


a.buytix-home {
	float:left;
	padding-right:20px;
	width:95px;
	height:29px;
	}
	a.buytix-home:hover img {
		top:-29px;
		}


input.btn-register {
	background:transparent url(../../_images/_btn/btn_register.gif) no-repeat scroll left top;
	height:21px;
	width:76px;
	}
	input.btn-register:hover {
		background-position:0 -21px
	}

input.btn-login {
	background:transparent url(../../_images/_btn/btn_login.gif) no-repeat scroll left top;
	float:right;
	height:21px;
	width:54px;
	}
 input.btn-login:hover {
	background-position:0 -21px;
	}
	
input.btn-send {
	background:transparent url(../../_images/_btn/btn_send.gif) no-repeat scroll left top;
	height:21px;
	width:54px;
	}
 input.btn-send:hover {
	background-position:0 -21px;
	}
	

input.btn-updateaccount {
	background:transparent url(../../_images/_btn/btn_updateaccount.gif) no-repeat scroll left top;
	height:21px;
	width:119px;
	}
 input.btn-updateaccount:hover {
	background-position:0 -21px;
	}

input.btn-addcart {
	background:transparent url(../../_images/_btn/btn_addtocart.gif) no-repeat scroll left top;
	height:21px;
	width:97px;
	}
	input.btn-addcart:hover {
		background-position:0 -21px;
		}

input.btn-go {
	background:transparent url(../../_images/_btn/btn_go.gif) no-repeat scroll left top;
	height:21px;
	width:40px;
	margin-left:10px;
	outline:none;
	}
	input.btn-go:hover {
		background-position:0 -21px;
		}

input.btn-continue {
	background:transparent url(../../_images/_btn/btn_continue.gif) no-repeat scroll left top;
	width:79px;
	height:21px;
	}
	input.btn-continue:hover {
		background-position:0 -21px;
		}
		
input.btn-completepurchase {
	background:transparent url(../../_images/_btn/btn_completepurchase.gif) no-repeat scroll left top;
	width:169px;
	height:34px;
	}
	input.btn-completepurchase:hover {
		background-position:0 -34px;
		}

input.btn-redeem {
	background:transparent url(../../_images/_btn/btn_redeem.gif) no-repeat scroll left top;
	width:66px;
	height:21px;
	margin-left:10px;
	}
	input.btn-redeem:hover {
		background-position:0 -21px;
		}


input.btn-submit {
	background:transparent url(../../_images/_btn/btn_submit.gif) no-repeat scroll left top;
	width:66px;
	height:21px;
	}
	input.btn-submit:hover {
		background-position:0 -21px;
		}
/***
* WIDGETS AND PARTS
* Little fancy things that are used in many places and individual, reusable widgets.
* ----------------------------------------------------------------------------------- */


/*** END WIDGETS AND PARTS ***/

#royal_theatre_column h3, #mcpherson_column h3, #labour_rates_column h3, #royal_services_column h3, #mcpherson_services_column h3
{
	color:#000000;
	font-weight:bold;
	font-size:1.3em;
	text-transform:uppercase;
	}
	
#royal_theatre_column h2, #mcpherson_column h2, #labour_rates_column h2, #royal_services_column h2, #mcpherson_services_column h2
{
	margin-bottom:0;
	}
	
#royal_theatre_column h4, #mcpherson_column h4, #labour_rates_column h4, #royal_services_column h4, #mcpherson_services_column h4
{
	color:#000000;
	font-weight:bold;
	font-size:1.3em;
	text-transform:none;
}
/** MAC GALLERY **/

div.mac_gallery img
{
	margin-right:15px;
	display:inline;
}

div.mac_gallery h3
{
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
	margin:0;
	padding:0;
}

div.mac_gallery p
{
	margin-top:0;
	color:#252525;
}


/** END OF MAC GALLERY **/

/** MISC **/

div.seatmapzone {
	float:right;
	font-size:0.9em;
}
