/* Reset All Styles */
* {
  margin: 0;
  padding: 0;
  border:none;
}

/* Tag styles */
body
{
	background-color:#4d0300;
	font-family: 'Cabin', sans-serif;
	font-weight:400;
	color:#FFF;
}

a
{
	color:#fff;
	text-decoration:none;
	border:none;
}
label
{
	display:block;
	margin:7px 0px 1px 0px;
}

a:hover
{
	color:#fffdd3;
	text-decoration:none;
	border:none;
}

hr
{
	width:97%;
	height:1px;
	background-color: #ffc025;
	margin:8px auto 8px 1.5%;
	position:relative;
	float:left;
	clear:both;
}

/* ID Styles */
#wrapper
{
	width:800px;
	margin:0px auto 15px auto;
	background-color: #220100;
	-webkit-box-shadow:0 0 10px yellow; 
	-moz-box-shadow: 0 0 10px yellow; 
	box-shadow:0 0 10px yellow;
}

#header
{
	width:100%;
	height:156px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:400;
	position:relative;
	float:left;
}

#date_header
{
	margin:10px;
	position:relative;
	float:right;
}

#social_icons
{
	margin:0px 10px 10px 10px;
	position:relative;
	float:right;
	clear:both;
}

#social_icons img
{
	padding:3px;
}

#main
{
	width:800px;
	background: #220100; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMDEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ5MDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzAyMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #220100 0%, #490300 50%, #070201 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#220100), color-stop(50%,#490300), color-stop(100%,#070201)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #220100 0%,#490300 50%,#070201 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #220100 0%,#490300 50%,#070201 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #220100 0%,#490300 50%,#070201 100%); /* IE10+ */
	background: linear-gradient(to bottom, #220100 0%,#490300 50%,#070201 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220100', endColorstr='#070201',GradientType=0 ); /* IE6-8 */
	position:relative;
	float:left;
}

#promotions
{
	width:100%;
	height:250px;
	padding:15px 10px 15px 0px;
	position:relative;
	float:left;
}

#promotions img
{
	margin-left:10px;
	position:relative;
	float:left;
}

#sdx_promo_wrapper
{
	width:157px;
	height:120px;
	background-color:#FFF;
	color:#222;
	border:1px solid #CCC;
	margin:0px 10px 0px 18px;
	text-align:center;
	position:relative;
	float:left;
}


#sdx_promo_wrapper img
{
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 2px;
}

#sdx_promo_movie_wrapper
{
	width:154px;
	height:125px;
	margin-left:1.5px;
	font-size:10pt;
	text-transform:uppercase;
}

.sdx_movie
{
	margin-left:2px;
	color:#FFFFFF;
}

#adcube_wrapper_left
{
	width:300px;
	height:250px;
	background-color:#000;
	border:1px solid #CCC;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
}
#adcube_wrapper_left img
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#adcube_wrapper_right
{
	width:300px;
	height:250px;
	background-color:#000;
	border:1px solid #CCC;
	margin:0px 0px 0px 0px;
	position:relative;
	float:right;
}
#adcube_wrapper_right img
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#footer
{
	width:100%;
	height:42px;
	background-color:#981d20;
	position:relative;
	float:left;
}

#footer img
{
	margin:10px 10px 10px 15px;
	position:relative;
	float:left;
}

.icons {
	opacity: 0.8 ;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.icons:hover{
	opacity: 1.0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#nav_footer
{
	margin:12px 11px 15px 10px;
	font-size:10pt;
	text-transform:uppercase;
	position:relative;
	float:right;
}

#trademark
{
	margin:12px 15px 15px 125px;
	font-size:10pt;
	text-transform:uppercase;
	position:relative;
	float:left;
}

#playing_at
{
	width:80%;
	height:40px;
	margin:10px 0px 6px 10%;
	position:relative;
	float:left;
}

#playing_at_house
{
	width:120px;
	text-align:center;
	position:relative;
	float:left;
}

#movie_detail_left
{
	width:30%;
	position:relative;
	float:left;
}

#movie_detail_right
{
	width:68%;
	font-size:13pt;
	position:relative;
	float:left;
}

#movie_poster
{
	margin-left:10px;
	position:relative;
	float:left;
}

#movie_poster .poster,#movie_stills td img,#house_photo img
{
	border:2px solid #926e34;
}

#movie_poster .trailerbutton
{
	width:190px;
	color:#4d0300;
	margin-left:2px;
	font-weight:700;
	background-color:#c6ae54;
	opacity:0.8;
	text-transform:uppercase;
	padding:5px;
	top:-34px;
	text-align:center;
	position:relative;
	float:left;
}

#movie_poster .trailerbutton img
{
	width:18px;
	position:relative;
	top:3px;
}

#movie_name
{
	width:100%;
	font-size:19pt;
	font-weight:700;
	color:#fffdd3;
	position:relative;
	float:left;
}

#movie_category
{
	width:100%;
	font-size:19pt;
	font-weight:700;
	color:#fffdd3;
	border-bottom:1px solid #fffdd3;
	margin-bottom:6px;
	position:relative;
	float:left;
}


.movie_versions
{
	font-size:13pt;
	font-weight:400;
}

#movie_info,#movie_synopsis
{
	width:100%;
	margin-top:14px;
	position:relative;
	float:left;
	clear:both;
}

.info_category
{
	color:#fffdd3;
}

#movie_stills_wrapper
{
	width:98%;
	margin-top:8px;
	-webkit-mask: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) );
	overflow:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling: touch;
	position:relative;
	float:left;
	clear:both;
}

#movie_stills
{
	position:relative;
	float:left;
}

#movie_stills td
{
	padding:4px;
}

#trailer
{
	display:none;
}

.house_name_disabled
{
	color:#aaa995;
}

#house_info
{
	width:98%;
	margin:16px 0px 10px 1.5%;
	color:#f8e5e5;
	position:relative;
	float:left;
}

#house_address
{
	width:35%;
	position:relative;
	float:left;
}

#house_photo
{
	width:35%;
	position:relative;
	float:left;
}

#house_prices
{
	width:30%;
	position:relative;
	float:left;
}
.wax_prices
{
	font-size:10pt;
}


#house_photo img
{
	width:90%;
}

.house_info_name
{
	font-size:19pt;
	text-transform:uppercase;
	font-weight:700;
	color:#f9db6a;
}

.price_headline
{
	font-size:16pt;
	font-weight:700;
	color:#f9db6a;
}

.price_cat
{
	font-weight:700;
	text-decoration: underline;	
}

#movie_box_wrapper
{
	width:98%;
	margin:10px 0px 0px 1.5%;
	position:relative;
	float:left;
}
#movie_page_box
{
	width:22.5%;
	height:234px;
	padding:0px 0px 6px 0px;
	margin-bottom:14px;
	background-color:rgba(255, 255, 255, .1);;
	text-align:center;
	position:relative;
	float:left;
}

#movie_page_box_cs
{
	width:22.5%;
	height:256px;
	padding:0px 0px 6px 0px;
	margin-bottom:14px;
	background-color:rgba(255, 255, 255, .1);;
	text-align:center;
	position:relative;
	float:left;
}

#movie_page_box.mid_left, #movie_page_box_cs.mid_left
{
	margin:0px 0px 0px 3%;
}

#movie_page_box.mid_right, #movie_page_box_cs.mid_right
{
	margin:0px 3% 0px 3%;
}


#movie_page_box h2, #movie_page_box_cs h2
{
	height:28px;
	padding:5px 0px 0px 0px;
	background-color:rgba(0, 0, 0, .6);;
	font-size:13pt;
	font-weight:400;
}

#movie_page_box_cs h3
{
	height:20px;
	padding:3px 0px 0px 0px;
	margin-bottom:0px;
	font-size:12pt;
	color:#FFC;
}


#movie_page_box img, #movie_page_box_cs img
{
	padding-top:10px;
	width:125px;
}

/* Navigation */
#nav_wrapper
{
	width:100%;
	background-color:#981d20;
	position:relative;
	float:left;
	z-index:5;
}

#nav {
	color: #fff;
	margin-left:50px;
	padding:6px 0px 6px 0px;
	font-size: 13pt;
	text-transform:uppercase;
	position:relative;
	float: left;
}

#nav ul, #footerNav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	z-index: +10;
}

#nav li {
	float: left;
	margin: 5px;
}

#nav a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #fffdd3;
}

.subNavContainer {
	position: relative;
}

.subNavContainer:hover .subNav {
	visibility: visible;
}

ul.subNav {
	position: absolute;
	top: 30px;
	left: 0px;
	visibility: hidden;
	background-color: #230100;
	font-size: 10pt;
	z-index: 20;
}

.subHeader
{
	font-size:12pt;
	color:#ffc025;
	margin-top:10px;
}

.subNav li {
	width:100%;
	float: none !important;
	margin: 1px 0 !important;
	padding: 0 5px;
}

.subNav a {
	padding: 0 20px 0 0 !important;
	white-space:nowrap;
}

.subNav a:hover {
	background-image: url("../img/subNavArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

body#home a#navhome,
body#locations a#navloc,
body#movies a#navmovies,
body#gift_cards a#navgiftcards,
body#rewards a#navrewards,
body#special_events a#navevents
{
	color: #fffdd3;
	text-decoration: underline;
}

#gift_card_balance
{
	width:799px;
	padding:6px 0px 6px 0px;
	margin-left:1px;
	color:#333;
	font-size:13pt;
	font-weight:700;
	background-color:#feb006;
	text-align:center;
}
#gift_card_balance .text
{
	width:180px;
	margin:4px 0px 0px 10px;
	position:relative;
	float:left;
}
#gift_card_balance_result
{
	margin-top:3px;
	width:200px;
	position:relative;
	float:left;
}

/* classes */
.mpaa 
{
	text-decoration:underline;
}
.mpaa_hover
{
	width:300px;
	font-size:11pt;
	color:#fff;
	font-weight:400;
	padding:7px;
	position:absolute; 
	background-color:#981d20; 
	border:1px solid #FFC;
	z-index:100;
	display:none;
}
.mpaa_hover_times 
{
	width:300px;
	font-size:11pt;
	color:#fff;
	font-weight:400;
	padding:7px;
	position:absolute; 
	background-color:#981d20; 
	border:1px solid #FFC;
	z-index:100;
}
.mpaa_title
{
	font-size:12pt;
	font-weight:700;
	color:#FFC;
	text-transform:uppercase;
}
.mpaa_wrapper
{
	width:150px;
	position:relative;
	float:left;
}
.floatleft
{
	position:relative;
	float:left;
}
.floatright
{
	position:relative;
	float:right;
}
.clearfix
{
	clear:both;
}
.valid
{
	color:#060;
}
.not_valid
{
	color:#900;
}


.fxp_page{
	margin: 2px 2px 2px 2px;	
}

/*-------2cols layout left sidebar-------*/

/*left sidebar*/
.left-sidebar {
  float: left;
  width: 283px;
}
.left-image {
  margin-bottom: 25px;
  border-right: 1px solid #f0a500;
  border-bottom: 1px solid #f0a500;
}
.left-image img {
  display: block;
}
.left-sidebar-nav {
  width: 300px;
}
.arrow-bt li {
	font-size: 1em;
	margin-bottom: 20px;
	background: url(i/sidebar-nav-bg.png) no-repeat;
	list-style: none;
	text-transform: uppercase;
	line-height: 1.3em;
}
.arrow-bt li a {
  display: block;
  height: 22px;
  padding: 4px 26px 0 10px;
  background: url(i/sidebar-nav-tip.png) center right no-repeat;
  color: #430300;
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.3em;
}
.arrow-bt li a:hover, .arrow-bt li a:focus {
  color: #cb0800;
}
.arrow-bt li.current_page_item a {
  font-weight: bold;
}
#special_events #wrapper #main div .left-sidebar .left-sidebar-nav.arrow-bt .page_item {
	width: 283px;
}


/* events */
.sp-events-sidebar-nav {
  width: 300px;
}
.sp-events li {
	font-size: 1em;
	margin-bottom: 20px;
	list-style: none;
	background-image: url(../images/sp-event-nav-bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	line-height: 1em;
}
.sp-events li a {
  display: block;
  height: 22px;
  padding: 4px 26px 0 10px;
  background: url(../images/sidebar-nav-tip.png) center right no-repeat;
  color: #430300;
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1em;
}
.sp-events li a:hover, .arrow-bt li a:focus {
  color: #cb0800;
}
.sp-events li.current_page_item a {
  font-weight: bold;
}

/*right content*/
.right-content {
  float: left;
  width: 460px;
  padding: 30px 0 0;
  margin: 0 0 0 30px;
}
.right-content.orange-border {
  width: 410px;
  padding: 25px;
}

.events p {
	padding: 0 0 20px 0;
}

.left-sidebar-nav {
	width: 165px;
	font-size: 65%;	
}
.arrow-bt li {
    background: url("../images/sidebar-nav-bg.png") no-repeat scroll 0 0 transparent;
    font-size: 1em;
    list-style: none outside none;
    margin-bottom: 20px;
}
.arrow-bt li a {
    background: url("../images/sidebar-nav-tip.png") no-repeat scroll right center transparent;
    color: #430300;
    display: block;
    font-size: 1.3em;
    height: 22px;
    padding: 4px 26px 0 10px;
    text-decoration: none;
}
.arrow-bt li a:hover, .arrow-bt li a:focus {
    color: #CB0800;
}
.arrow-bt li.current_page_item a {
    font-weight: bold;
}
.text-widget {
	margin: 20px 0 20px 25px;
}
.text-widget ul li {
	text-decoration: none;
	list-style: none outside none;
}
	
.orange-title {
	color: #430300;
	height: 25px;
	padding: 7px 30px 0;
	text-transform: uppercase;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/orange-gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.thankyou {
	color: #430300;
	height: 25px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/red-gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: .75em;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}
#leadership_content{
	background-color: #222222;
	border: 2px solid #FFC025;
	color: #FFFFFF;
	/* [disabled]float: left; */
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 750px;
}
#leadership_content div p {
	line-height: 125%;
	font-size: 10pt;
}
#leadership_content img {
	padding-right: 10px;
}
#leadership_content div {
	position: relative;
	width: 750px;
}
.event-pagehead {
	font-family: cabin;
	font-size: 2em;
	text-transform: uppercase;
	color: #f3c845;	
}

#captcha {
	background-color:#FFFFCC;
}
.myBowlingButton {
	background-color:#981d1f;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #e0cf62;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:5px 31px;
	text-decoration:none;
}
.myBowlingButton:hover {
	background-color:#fac928;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #e0cf62;
	color:#4d0300;
}
.myBowlingButton:active {
	position:relative;
	top:1px;
}