@charset "utf-8";
/* CSS Document */

/***************************************************************************************************
Lovely defaults
****************************************************************************************************/
*{
	margin: 0;
	padding: 0;
	outline: none;
}

img{
	border: 0;	
}

label{
	cursor: pointer;	
}

body{
	background-color: #716B6B;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
}

/***************************************************************************************************
General Layout Stuff
****************************************************************************************************/

.content{
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#container{
	background-color: #EFEFEF;
	z-index: 1;
	position: relative;
	background-repeat: repeat-x;	
	background-position: top center;
	
}

.one-fourth{
	width: 240px;	
}

.three-fourth{
	width: 720px;	
}

ul.nav{
	list-style: none;	
	display: block;		
}

ul.nav li{ 	
	font-size: 10px;
	display: inline;
	float: left;
}

/***************************************************************************************************
Super Header
****************************************************************************************************/

#super-header{
	height: 20px;
	
	/* original background-color:#716B6B;
	border-bottom: solid 1px black; */
        background-image: url(/images/design-elements/super-header-bg.png);
	font-size: 10px;
	z-index: 2;
	position: relative;
}

#super-header li{
	padding: 0 6px;
	text-align: right;
	border-left: 1px white solid;
}

#super-header li.first{
	border-left: none;
}

#super-header ul{
	width: 900px;
	position: absolute;
	top: 3px;
	right: 5px;
}

#super-header ul.nav li{
	float: right;
}

#super-header a{
	color: white;	
	text-decoration: none;
}

#super-header a:hover,
#super-header a:active{
	text-decoration: underline;
}


/***************************************************************************************************
Header
****************************************************************************************************/

#header{
	z-index: 2;
	position: relative;	
}


#header-bg-ie-made-me-do-it{
	background-image:url(/images/design-elements/primary-bg-top.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	position: absolute;
	height: 210px;
	width: 960px;
	left: 0;
	top: -164px;
	z-index: 0;
}

#header .content{
	height: 165px;
	position: relative;	
	z-index: 1;
	background-color: transparent;
}

#header .logo{
	position: absolute;
	top: 39px;
	left: 5px;
}

#header-menu{
	height: 2px;
	position: relative;
}

#drop-nav-container{
	width: 701px;
	background-image: url(/images/design-elements/super-header-bg.png);
	position: absolute;
	top: 80px;
	left: 246px;
	padding: 0 0 0 15px;
	z-index: 15;
}



/***************************************************************************************************
Primary Content
****************************************************************************************************/

#primary{
	 position: relative;
	 z-index: 1;
}

#primary .content{
	background-image:url(/images/design-elements/primary-bg-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#primary .blurb{
	z-index: 1;
	position: relative;		
	background-color: white;
	padding: 8px 10px 11px 10px;
	margin: 12px 5px;
}

#primary h1,
#primary h2,
#primary h3{
	background-repeat: repeat;	
}

#primary h1{
	font-size: 62px;
}

#primary h2{	
	font-size: 18px;
	line-height: 28px;
}

#primary h3{	
	font-size: 16px;
	line-height: 32px;
}

/******************************************
Side Content
******************************************/

.side ul.events{
	list-style: none;	
}

.side ul.events li{
	margin: 0 0 15px 0;
}

#primary .side h2{
	background-color: #EA0607;
	background-image:url(/images/design-elements/header-bg-red.gif);
	padding: 5px 8px;
	margin: 0 0 7px 0;
	color: white;
	line-height: normal;
}

#primary .side h3{
	font-size: 14px;
	color: #000;	
}


#primary .side{
	font-size: 12px;
	color: #D10B0C;	
}

#primary .side a:link,
#primary .side a:hover,
#primary .side a:active,
#primary .side a:visited{
	text-decoration: none;
	color: #D10B0C;
}

#primary .side a:hover,
#primary .side a:active{
	color: #5F0C0D;
}

#primary .side p{
	margin: 0 0 20px 0;	
}

#primary .side a em{
	padding: 0 0 0 14px;
	background-image: url(/images/design-elements/em-bg-red.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	font-style: normal;
}

#primary .side a:hover em,
#primary .side a:active em{
	text-decoration: none;
	font-style: italic;
}

/******************************************
Main Content - All Pages
******************************************/

#primary .main{
	position: relative;
}

#primary .main p{
	font-size: 14px;
}

/******************************************
Main Content - Home
******************************************/

#primary .main .home h2{
	background-color: black;
	background-image:url(/images/design-elements/header-bg-black.gif);
	color: white;
	padding: 4px 8px;
	margin-bottom: 8px;
}

#primary .main .home a{
	text-decoration: none;
}

#primary .main .home h3{
	margin: 14px 0 0 0;
	font-size: 18px;
}

#primary .main .home h3,
#primary .main .home h3 a{
	color: black;
}

#primary .main .home p{
	margin: 0 0 14px 0;
}

#primary .main .home p,
#primary .main .home p a{
	color: #cf0b0b;
}


/******************************************
Main Content - Secondary
******************************************/

#primary .main .secondary h1{
	padding: 4px 8px;
	margin: 0 0 7px 0;
	color: white;	
	background-color: black;
	background-image:url(/images/design-elements/header-bg-black.gif);
}

#primary .main .secondary p{
	margin: 0 0 14px 0;
	color: black;
}

#primary .main .secondary .event-container{
 	position: relative;
	border-top: 1px solid #eaeaef;
	padding: 10px 0 0 0;
}

#primary .main .secondary ul{
	margin: 0 0 10px 10px;
}

#primary .main .secondary li{
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}

#primary .main .secondary .summary{
	width: 210px;	
	text-align: right;
}

#primary .main .secondary .summary ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary .main .secondary .summary li{
	margin: 0;
        padding: 2px 0 0 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#primary .main .secondary .float-left .summary{
	margin: 0 10px 10px 0;	
}

#primary .main .secondary .float-right .summary{
	margin: 0 0 10px 10px;	
}

#primary .main .secondary .description{
	width: 470px;	
}


/******************************************
Events Category Page - Order Tickets 
******************************************/

#primary .main .secondary .summary .order-form{
	margin-top: 5px;	
}

#primary .main .secondary .summary .order-form select{
	margin: 0; 
	padding: 0;
	background-color: red;
	color: white;
	border: 1px solid black;
		
}

#primary .main .secondary .summary .order-form input.submit{
	margin: 0; 
	padding: 0;
	background-color: red;
	color: white;
	border: 1px solid black;
}


/******************************************
"Learn More" Links
******************************************/

#primary a.learn-more:link,
#primary a.learn-more:hover,
#primary a.learn-more:active,
#primary a.learn-more:visited{
	width: 110px;
	padding: 3px;
	margin: 3px 0;
	display:block; 
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#primary a.learn-more em{
	font-style: normal;
	padding: 0 7px 0 15px;
	background-image: url(/images/design-elements/em-bg-white.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#primary a.learn-more:hover em,
#primary a.learn-more:active em{
	font-style: italic;
}

#primary a.red{
	background-image:url(/images/design-elements/header-bg-red.gif);
	background-repeat: repeat;
}

#primary a.grey{
	background-image:url(/images/design-elements/header-bg-grey.gif);
	background-repeat: repeat;
}

#primary .side a.learn-more{
	margin: 10px 0 0 94px;
}

#primary .main .secondary .summary a.learn-more{
	margin: 5px 0 0 0;
	width: 70px;
	text-align: left;
}

#primary p.cant-find-highlight{
	padding: 10px;
	margin: 10px;
	border: 1px solid #999999;
	background-color: #dbdbdb;
}

/**********************************************************
The Legacy Society Form Page
**********************************************************/

#formLegacy label { display: block; }
#formLegacy input[type="checkbox"] + label { display: inline; margin-left: 10px; }


/***************************************************************************************************
Order Form Pages
****************************************************************************************************/

#primary .main .secondary h2.event-category{
	/*background-image: url(/images/design-elements/header-event-title-bg.gif);*/
	background-color: #F6F6F6;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	size: 20px;
	line-height: 20px;
	height: 20px;
	padding: 6px;
}


/* List of Events for Specified Category */
#primary .main .secondary ul.order-form-attractions{
	border: 1px solid #ddddd7;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#primary .main .secondary ul.order-form-attractions table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Event */
#primary .main .secondary .order-form-attractions li{
	border-bottom: 1px solid #ddddd7;
	margin: 0;
}

#primary .main .secondary .order-form-attractions li:hover{
	background-color: #ffffdb;
}

#primary .main .secondary .order-form-attractions li.last-child{
	border-bottom: none;
}

#primary .main .secondary .order-form-attractions th{
	width: 212px;
	padding: 4px;
	text-align: left;
	font-size: 14px;
}


#primary .main .secondary ul.order-form-showtimes{
	list-style: none;
	margin: 0;	
}

#primary .main .secondary .order-form-showtimes li:hover{
	background-color: #fafabd;
}

#primary .main .secondary ul.order-form-prices{
	list-style: none;	
	width: 210px;
	text-align: right;
	margin: 0;
}

#primary .main .secondary ul.order-form-prices li{
	padding: 4px;
	position: relative;
}

table.payment-summary{
	border-collapse: collapse;
}

table.payment-summary th{
	text-align: left;
	align: left;
}

table.payment-summary td,
table.payment-summary th{
	padding: 6px;
	border: 1px solid black;	
}

form.billing-info label{
	display: block;
}

.floating-submit-button{
	background-color: red;
	color: white;
	position: absolute;
	top: 2px;
	right: -100px;
	width: 80px;
	padding: 2px;
	border: 1px solid white;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}

.floating-submit-button a{
	color: white;
	text-decoration: none;
}

.order-form-column{
	padding: 0 20px 0 0;
	width: 300px;
	
}

.order-form-column label{
	font-size: 12px;
	font-weight: bold;
}

.order-form-column .full label.checkbox{
	float: left;
	width: 265px;
	padding-bottom: 5px;
}

.order-form-column input.checkbox{
	float: left;
	margin: 2px 5px 0 0;
}

.order-form-column .full,
.order-form-column .half,
.order-form-column .quarter{
	padding-top: 5px;
	
}



.order-form-column .full{
	width: 300px;
}

.order-form-column .full input.text{
	width: 295px;
}

.order-form-column .full textarea{
	width: 295px;
	height: 50px;
}

.order-form-column .half{
	width: 150px;
	float: left;
	padding-bottom: 5px;
}

.order-form-column .half input.text{
	width: 145px;
}

.order-form-column .quarter{
	width: 75px;
	float: left;
	padding-bottom: 5px;
}

.order-form-column .quarter input.text{
	width: 70px;
}

/***************************************************************************************************
Footer
****************************************************************************************************/

#footer{
	border-top: solid 1px black;
	background-color: #716B6B;
	font-size: 12px;
	min-height: 200px;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover,
#footer a:active{
	color:#CCC;
}

#footer ul li a:hover,
#footer ul li a:active{
	font-style: italic;	
	color: white;
}

#footer .nav-col-container{
	/*background-image: url(/images/design-elements/nav-col-container-bg.png);*/
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#footer .nav-col{
	margin: 12px 5px;
}
			
#footer .nav-col h3{
	background-image: url(/images/design-elements/header-bg-black.gif);
	background-repeat:repeat;
	font-size: 14px;
	color: white;
	padding: 4px 10px;
}
			
#footer .nav-col ul{
	padding: 4px 10px;	
	list-style: none;
}

#footer .nav-col ul li{
	background-image: url(/images/design-elements/footer-li-bg.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	background-position: 0 5px;
}

#footer-footer{
	border-top: white 1px solid;	
	color: white;
	font-size: 10px;
	line-height: 14px;
	margin: 10px 0px;

}

#footer-footer a{
	color: white;
	height: 30px;
}

#footer .logo{
	color: white;
	font-size: 32px;
	margin: 5px 0 0 5px;
}

#footer .copyright{
	width: 500px;
}

#footer .design{
	width: 220px;
	text-align: right;
}

/***************************************************************************************************
Misc. IE 6 hacks and other necessary evils.  Don't touch any of this.
****************************************************************************************************/

/* Make sure floating divs within other divs are contained properly */
.clear-across,
.clear-accross {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0; 
	overflow: hidden;
	width: 0;
}

/* Purely to avoid the IE6 double left margin issue */
.float-left{
	margin: 0;
	padding: 0;	
	float: left;
	position: relative;
}

.float-right{
	margin: 0;
	padding: 0;	
	float: right;
	position: relative;
}
