@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #780808;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

a {
	text-decoration: none;
	color: black;
}

h3{
	padding-bottom: 10px;
	font: small-caps;
	color: white;
	text-align: left;
}

.container{
	width: 700px;
	margin: auto;
	border: solid 3px #e4c25e;
	border-top: none;
	background-image: url(../images/snowflake_gold.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.mainNav {
	width: 700px;
	height: 30px;
	background-image: url(../images/navBarplaceholder.jpg);
	float: left;
	margin-bottom: 20px;
}

 ul.mainNav {
 	list-style: none;
	text-align: center;
	float: left;
}

ul.mainNav li {
	display: inline;
}

ul.mainNav li a {
	float: left;
	display: block;
	color: #780808;
	text-decoration: none;
	padding: .32em 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 35px;
	
}

ul#mainNav li a:hover {
	color: black;
	text-decoration: none;
}


.slideshowHome{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.slideshowHome img{
	float: left;
	border: solid white 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.slideshowHome h2{
	padding-bottom: 10px;
	font: small-caps;
	color: white;
	text-align: center;
}

.slideshowHome h3{
	padding-bottom: 10px;
	font: small-caps;
	color: white;
	text-align: center;
}

.slideshowHome p{
	text-align: justify;
}

.showtimes table{
	border: 1px solid white;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
}

.showtimes table td{
	background-image: url(../images/table_bar.gif);
	height: 20px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

.showprices table{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid white;
}

.showprices table td{
	background-image: url(../images/table_bar.gif);
	height: 20px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

.parkingInfo table{
	border: 1px solid white;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
}

.parkingInfo table td{
	background-image: url(../images/table_bar.gif);
	height: 20px;
	color: white;
	padding-left: 5px;
}

.parkingInfo a{
	color: #CC9900;
}

.parkingInfo a:hover{
	color: white;
	text-decoration: underline;
}

.seatingPriceGuide {
	width: 365px;
	background-color: #630505;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid white;
	float: left;
}

.seatingPriceGuide table td{
	
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

.seatingPriceGuide table td img{
	margin: auto;
}

.footer{
	width: 100%;
}

.whole_container{
	width: 900px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

.clear{
	clear: both;
}

.video{
	float: left;
	padding-bottom: 20px;
	
}

.video img{
	padding-top: 8px;
	border: none;
}

/* FAQ PAGE _____________________________________________________________*/

.faqSection h3{
	color: #CC9900;
}

.faqSection{
	width: 650px;
	margin: 20px;
	padding-bottom: 175px;
}

.faqSection a{
	color:#cc9900;
}

.faqSection a:hover{
	text-decoration: underline;
}

.faqSection ul{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: outside disc;
	line-height: 20px;
	margin-left: 20px;
}

.faqSection ul ul{
	margin-left: 40px;
	list-style: outside circle;
}

/* CONTACT US PAGE __________________________________________________________*/

.contactSection{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 500px;
}

.contactSection img{
	width: 400px;
	float: left;
	border: solid white 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contactSection a{
	color: #CC9900;
}

/* PURCHASE PAGE __________________________________________________________________*/

.purchaseSection h3{
	color: #CC9900;
}

.purchaseSection{
	margin: 20px;
	padding-bottom: 250px;
}

.purchaseSection a{
	color:#cc9900;
}

.purchaseSection a:hover{
	text-decoration: underline;
}

.purchaseSection ul{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: outside disc;
	line-height: 20px;
	margin-left: 20px;
}

.purchaseSection ul ul{
	margin-left: 40px;
	list-style: outside circle;
	
}

/* FLASH VIDEO PAGE __________________________________________________________________________*/

.flash_container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: solid 3px #e4c25e;
}