@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}

/*header*/
header {
	background: url(../_images/top_banner.jpg) no-repeat;
	height: 25px;
	padding-top: 8px;
}
header img {
	width: 88%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.section {
	background: #f5e07f url(../_images/section_bg.jpg) no-repeat;
}
.section h1 {
	background: url(../_images/logo_small.png) no-repeat;
	width: 300px;
	height: 85px;
	text-indent: -1000px;
	display: block;
	margin: 20px auto 10px;
}
.section ul {
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 23px;
	left: 25px;
}
.section li {
	float: left;
}
.section ul li a {
	display: block;
	background: rgb(136,0,0); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg1YTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NWE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(45deg,  rgba(136,0,0,1) 0%, rgba(136,0,0,1) 70%, rgba(135,155,76,1) 70%, rgba(135,155,76,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(136,0,0,1)), color-stop(70%,rgba(136,0,0,1)), color-stop(70%,rgba(135,155,76,1)), color-stop(100%,rgba(135,155,76,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#185a9b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	color: white;
	text-align: center;
	font-size: 1.4em;
	padding: 5px 25px;
	margin-right: 4px;
	border-radius: 0 0 10px 10px;
}
.section ul li a:active, .section ul li a:hover {
background: rgb(24,90,155); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTg1YTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg1YTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(45deg,  rgba(223,151,134,1) 0%, rgba(223,151,134,1) 30%, rgba(136,0,0,1) 30%, rgba(136,0,0,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(223,151,134,1)), color-stop(30%,rgba(223,151,134,1)), color-stop(30%,rgba(136,0,0,1)), color-stop(100%,rgba(136,0,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185a9b', endColorstr='#880000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.aside {
	margin: 35px auto 0 1.4%;
	float: none;
}
.aside img {width: 32%;}
.footer {
	background:#B74C3F;
	color: white;
	text-align: center;
	font-size: 1em;
	clear: both;
}
.footer a {color: inherit;}
.footer a:active, .footer a:hover {text-decoration: underline;}

/*classes*/
.address {
	border-bottom: solid 1px #C8151F;
}
.address p {
	text-align: center;
	font-size: 1.3em;
}
.address:nth-of-type(1) br {display: none;}
.address:nth-of-type(2) br {display: none;}
.article, .article2 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
	float: left;
	clear: left;
	margin: 15px 5px 0 5px;
	width: 45%;
	padding: 0 1%;
}
.article2 {clear: none;}
.article h2, .article2 h2 {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	background: #BD5447;
	margin: 0;
	padding: 3px 0 0;
	height: 22px;
	color: #F2CD5F;
	border-radius: 25px;
}
article p, .article2 p {
	font-size: 1.2em;
	line-height: 125%;
	padding: 0 2.5%;
	margin: 8px 0;
}
#total_ticket, #daily_special {
	text-align: center;
	background: #DCEDA6;
	width: 45%;
	float: left;
	border: solid 1px #2F620A;
	border-radius: 20px;
	padding: 5px 1% 10px;
	margin: 0 1.1%;
}
#daily_special {}
#total_ticket h3, #daily_special h3 {
	font-size: 2.5em;
	color: #800;
	margin: 0;
	padding: 0;
}
#total_ticket h4, #daily_special h4 {
	font-size: 1.5em;
	color: #800;
	margin: -3px 0 2px;
}
#total_ticket p, #daily_special p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.prices {
	background: #DCEDA6;
	float: left;
	text-align: center;
	border: solid 1px #2F620A;
	margin: 5px 0 5px 1%;
	width: 48%;
	padding: 5px 0;
	border-radius: 15px;
}
.prices h3 {
	font-size: 1.6em;
	color: #800;
	margin: 0;
	padding: 0;
	background: none;
}
.prices h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 150%;
	color: #532A62;
	margin: 0;
}
.prices p {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
hr.square {
	border: none;
	border-top: solid 8px #800;
	width: 8px;
	margin: 2px auto;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/*_______________________________________________________________________*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 550px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
/*header*/
header {
	background: url(../_images/top_banner.jpg) no-repeat;
	height: 35px;
	padding-top: 10px;
}
header img {
	width: 85%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.section {
	background: #f5e07f  url(../_images/section_bg.jpg) no-repeat;
	position: relative;
}
.section h1	 {
	background: url(../_images/logo_medium.png) no-repeat;
	width: 367px;
	height: 100px;
	text-indent: -1000em;
	margin: 35px 0 0 2%;
}
.section ul {
	margin: 25px 0 0 2%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -25px;
	left: 10px;
	display: block;
	background: transparent;
}
.section li {
	float: left;
}
.section ul li a {
	display: block;
	font-size: 1.4em;
	margin-right: 5px;
	padding: 5px 30px;
}
.aside {
	float: right;
	width: 25%;
	margin: 0;
}
.aside img {
	width: 100%;
}
/*article*/

.footer {
	letter-spacing: 1px;
	font-size: 1.1em;
}
footer p br {display: none;}

/*classes*/
.address {
	float: left;
	padding: 0 1%;
	border: none;
	border-right: solid 1px #666;
	margin: 12px 0 0;
	height: 42px;
}
.address p {
	font-size: 1em;
	line-height: 125%;
	margin: 0;
	text-align: left;
}
.address:nth-of-type(1) br {display: inherit;}
.address:nth-of-type(2) br {display: inherit;}
.address:nth-of-type(3) {border-right: none;}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.article, .article2 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:italic;
	float: left;
	clear: left;
	margin: 10px 5px 5px 5px;
	width: 30%;
	padding: 0 1%;
}
.article2 {clear: none;}
.article h2, .article2 h2 {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	background: #BD5447;
	margin: 0;
	padding: 3px 0 0;
	height: 22px;
	color: #F2CD5F;
	border-radius: 25px;
}
article p, .article2 p {
	font-size: 1.3em;
	line-height: 125%;
	padding: 0 2.5%;
	margin: 8px 0;
}
#total_ticket, #daily_special {
	text-align: center;
	background: #DCEDA6;
	width: 32%;
	float: left;
	border: solid 1px #2F620A;
	border-radius: 20px;
	padding: 5px 1%;
	margin: 0 1% 10px;
}
#daily_special {}
#total_ticket h3, #daily_special h3 {
	font-size: 2em;
	color: #800;
	margin: 0;
	padding: 0;
}
#total_ticket h4, #daily_special h4 {
	font-size: 1.5em;
	color: #800;
	margin: -3px 0 2px;
}
#total_ticket p, #daily_special p {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.prices {
	background: #DCEDA6;
	float: left;
	text-align: center;
	border: solid 1px #2F620A;
	margin: 0 0 8px 1%;
	width: 35%;
	padding: 5px 0;
	border-radius: 20px;
}
.prices h3 {
	font-size: 1.6em;
	color: #800;
	margin: 0;
	padding: 0;
	background: none;
}
.prices h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 150%;
	color: #532A62;
	margin: 0;
}
.prices p {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
hr.square {
	border: none;
	border-top: solid 10px #800;
	width: 10px;
	margin: 5px auto;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
/*Important! Do not delete*/
}

/*_______________________________________________________________________*/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*header*/
header {
	background: url(../_images/top_banner.jpg) no-repeat;
	height: 45px;
	padding-top: 15px;
}
header img {
	width: 81.15%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.section {
	background: #f5e07f url(../_images/section_bg.jpg) no-repeat;
}
.section h1	 {
	margin: 20px 0 0 2%;
}
.section ul {
	margin: 25px 0 0 2%;
	padding: 0;
	list-style-type: none;
	width: 25%;
	position: absolute;
	top: 0;
	left: 41%;
}
.section li {
	float: none;
}
.section ul li a {
	display: block;
	font-size: 1.4em;
	padding: 5px 0;
	margin-bottom: 2px;
	border-radius: 0;
}
.aside {}
.footer { 
	letter-spacing: 1px;
	font-size: 1.2em;
}
footer p br {display: none;}
/*classes*/
.address {
	height: 58px;
	padding: 0 2%;
}
.address p {
	font-size: 1.5em;
	line-height: 135%;
}
.article, .article2 {
	float: left;
	clear: left;
	margin: 10px 5px 5px 5px;
	width: 30%;
	padding: 0 1%;
}
.article2 {margin-top: -2px;}
.article h2, .article2 h2 {
	font-size: 1.8em;
	height: 28px;
}
article p, article2 p {
	font-size: 1.4em;
}
#total_ticket, #daily_special {
	text-align: center;
	background: #DCEDA6;
	width: 18%;
	position: absolute;
	top: 205px;
	left: 33%;
	border: solid 1px #2F620A;
	border-radius: 20px;
	padding: 5px 1% 10px;
}
#daily_special {
	width: 22%;
	left: 54.5%;
}
#total_ticket h3, #daily_special h3 {
	font-size: 3em;
	color: #800;
	margin: 0;
	padding: 0;
}
#total_ticket h4, #daily_special h4 {
	font-size: 2em;
	color: #800;
	margin: -3px 0 2px;
}
#total_ticket p, #daily_special p {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.prices {
	background: #DCEDA6;
	float: left;
	text-align: center;
	border: solid 1px #2F620A;
	margin: 10px 0 0 1%;
	border-radius: 20px;
	padding: 5px 2.5% 10px;
	width: auto;
}
.prices h3 {
	font-size: 2em;
	color: #800;
	margin: 0;
	padding: 0;
	background: none;
}
.prices h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 150%;
	color: #532A62;
	margin: 0;
}
.prices p {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}
hr.square {
	border: none;
	border-top: solid 12px #800;
	width: 12px;
	margin: 5px auto;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

/* Important. Do not delete*/
}
