html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #020202;
	text-align: center;
	background: #FBCA4F url('../images/common/background.gif') left top;
}

body div {
	text-align: left;
}

img {
	vertical-align: top;
	border: 0;
}

#notie, #ie {
	height: 100%;
}

td {
	vertical-align: top;
}

p {
	margin: 0 0 1em;
}

h1, h2, h3, h4 {
	margin: 0 0 .5em;
	font-weight: normal;
	font-size: inherit;
}

h1 {
	margin-bottom: .125em;
	font-family: "Helvetica Neue", Helvetica, arial, tahoma, sans-serif;
	font-size: 48px;
	color: #FBCA4F;
	font-weight: bold;
	text-transform: lowercase;
}

h2 {
	margin-bottom: 1em;
	font-family: Helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	color: #C11D35;
	font-weight: bold;
	text-transform: none;
}

h2 .uppercase {
	text-transform: uppercase;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0 0 1em 15px;
	background: url('../images/common/bullet_yellow_bigsquare.png') no-repeat;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

a { outline: none; }
area { outline: none; }
a:link { color: #AD1B30; font-weight: bold; font-style: italic; text-decoration: none; }
a:visited { color: #AD1B30; font-weight: bold; font-style: italic; text-decoration: none; }
a:active { color: #AD1B30; font-weight: bold; font-style: italic; text-decoration: none; }
a:hover { color: #AD1B30; font-weight: bold; font-style: italic; text-decoration: none; }

#outerwrapper {
	height: 100%;
	background: url('../images/common/background_outercontainer.jpg') repeat-x left top;
	/* border-bottom: 2px solid #000; */
}

#outerwrapper.template-backgroundimage {
	background: url('../images/common/background_outercontainer_topbar.jpg') repeat-x left top;
}

#outercontainer {
	min-height: 100%;
}

#maincontainer {
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 72px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 50px;
	top: 0;
}

#header #utilitynav {
	position: absolute;
	left: 375px;
	top: 17px;
}

#header #extraslink {
	position: absolute;
	left: 685px;
	top: 0;
}

#contentcontainer {
	position: absolute;
	top: 72px;
	left: 0;
}

#copyright {
	font-size: 10px;
	color: #C11D35;
}

#quote {
	width: 270px;
	position: absolute;
	top: 460px;
	left: 50px;
	color: #000;
	font-style: italic;
}

#backgroundcontainer {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -5;
	display: none;
}

.quote {
	color: #AD1B30;
	font-weight: bold;
	font-style: italic;
}

.quotecredit {
	color: #AD1B30;
	font-weight: normal;
	font-style: italic;
}

/* home styles */

#outercontainer.template-home {
	background: url('../images/backgroundphotos/home1.png') no-repeat center 72px;
}

#outercontainer.template-home #contentcontainer {
	width: 364px;
	min-height: 900px;
	left: 20px;
	background: url('../images/common/contentbackground_narrow.png') repeat-y;
}

#outercontainer.template-home #contentcontainer #content {
	padding: 20px 58px;
}

#outercontainer.template-home #contentcontainer #copyright {
	position: absolute;
	bottom: 5px;
	right: -500px;
}

#demoreel {
	margin: 0 0 15px;
}

#whatshappening {
	width: 216px;
	position: absolute;
	top: 260px;
	right: -553px;
	-webkit-box-shadow: 0 0 20px -1px #000;
	-moz-box-shadow: 0 0 20px -1px #000;
	box-shadow: 0 0 20px -1px #000;
}

#whatshappening.collapsed {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#whatshappening_activator {
	width: 216px;
	height: 48px;
	background: url('../images/common/whatshappening_over.png') no-repeat top left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#whatshappening_activator:hover {
	cursor: pointer;
	background: url('../images/common/whatshappening_over.png') no-repeat top left;
}

#whatshappening.collapsed #whatshappening_activator {
	background: url('../images/common/whatshappening.png') no-repeat top left;
	-webkit-box-shadow: 0 0 20px -1px #000;
	-moz-box-shadow: 0 0 20px -1px #000;
	box-shadow: 0 0 20px -1px #000;
}

#whatshappening_activator h2 {
	display: none;
}

#whatshappening_contentcontainer {
	min-height: 200px;
	background: #FFF;
	border-top: 2px solid black;
}

#whatshappening.collapsed #whatshappening_contentcontainer {
	visibility: hidden;
}

#whatshappening_content {
	color: #030303;
	font-weight: bold;
}

#whatshappening_content a {
	font-style: italic;
}

a:link { color: #BF1E35; text-decoration: none; }
a:visited { color: #BF1E35; text-decoration: none; }
a:active { color: #BF1E35; text-decoration: none; }
a:hover { color: #AD1B30; text-decoration: none; }

#whatshappening_content {
	padding: 12px;
}

#whatshappening ul li {
	margin: 0 0 .75em;
	padding: 0 0 0 15px;
	background: url('../images/common/bullet_yellow_star.png') no-repeat;
}

#whatshappening ul li p:last-child {
	margin: 0;
	padding: 0;
}

#whatshappening ul li #twitterfeed:hover {
	cursor: pointer;
}

#whatshappening ul li #twitterfeed ul li {
	margin: 0;
	padding: 0;
	background: none;
}

/* secondary styles */

#subheader {
	padding: 10px 0 10px;
}

#subheader h1 {
	display: none;
}

#outercontainer.section-secondary {
	background: url('../images/backgroundphotos/secondary.png') no-repeat center top;
}

#outercontainer.section-about.page-checkerhead {
	background: url('../images/backgroundphotos/about-checkerhead.png') no-repeat center top;
}

#outercontainer.section-about.page-clients {
	background: url('../images/backgroundphotos/about-clients.png') no-repeat center top;
}

#outercontainer.section-show.page-stage {
	background: url('../images/backgroundphotos/show-stage.png') no-repeat center top;
}

#outercontainer.section-show.page-festival {
	background: url('../images/backgroundphotos/show-festival.png') no-repeat center top;
}

#outercontainer.section-schedule.page-available {
	background: url('../images/backgroundphotos/schedule-available.png') no-repeat center top;
}

#outercontainer.section-schedule.page-booked {
	background: url('../images/backgroundphotos/schedule-booked.png') no-repeat center top;
}

#outercontainer.section-video.page-shows {
	background: url('../images/backgroundphotos/video-shows.png') no-repeat center top;
}

#outercontainer.section-video.page-archive {
	background: url('../images/backgroundphotos/video-archive.png') no-repeat center top;
}

#outercontainer.section-press.page-news {
	background: url('../images/backgroundphotos/press-news.png') no-repeat center top;
}

#outercontainer.section-press.page-media {
	background: url('../images/backgroundphotos/press-media.png') no-repeat center top;
}

#outercontainer.section-contact {
	background: url('../images/backgroundphotos/contact.png') no-repeat center top;
}

#outercontainer.section-extras {
	background: url('../images/backgroundphotos/extras.png') no-repeat center top;
}

#outercontainer.section-page_not_found {
	background: url('../images/backgroundphotos/pagenotfound.png') no-repeat center top;
}

#outercontainer.template-secondary #contentcontainer {
	width: 631px;
	left: auto;
	right: 20px;
	background: url('../images/common/contentbackground_wide.png') repeat-y;
}

#outercontainer.template-backgroundimage #contentcontainer {
	right: 165px;
}

#outercontainer.template-secondary #contentcontainer #content {
	height: 100%;
	padding: 0 78px;
	margin: 0 0 30px;
	background: url('../images/common/comicdaredevil.gif') no-repeat center bottom;
}

#outercontainer.template-secondary #contentcontainer #copyright {
	position: absolute;
	bottom: 5px;
	right: 85px;
}

/*  media styles  */

#outercontainer.template-secondary.section-press.page-media #contentcontainer #content {
	background: none;
}

#media {
	border-top: 1px solid #F8C858;
}

#media h3 {
	margin: 0 0 .25em;
	color: #C11D35;
	font-weight: bold;
}

#media h4 {
	margin: 0 0 .25em;
	color: #C11D35;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../images/common/divider_dotted.gif') repeat-x bottom;
}

#media h4 .textcontainer {
	padding: 0 .5em 0 0;
	background: #FFF;
}

#media_presskit {
	padding: 15px 0;
	display: inline-block;
	border-bottom: 1px solid #F8C858;
}

#media_presskit_thumb {
	float: left;
}

#media_presskit_info {
	margin: 0 0 0 10px;
	width: 335px;
	float: left;
}

#media_logos {
	padding: 15px 0;
	display: inline-block;
	border-bottom: 1px solid #F8C858;
}

#media_logos {
	border-bottom: 1px solid #F8C858;
}

#media_logos .media_logos_logo {
	margin: 15px 0;
	display: inline-block;
}

#media_logos .media_logos_logo_thumb {
	float: left;
}

#media_logos .media_logos_logo_info {
	width: 170px;
	margin: 0 0 0 15px;
	float: left;
}

#media_photos {
	padding: 15px 0;
	display: inline-block;
}

#media_photos .media_photos_photosection {
	margin: 15px 0 0;
	display: inline-block;
}

#media_photos .media_photos_photosection img {
	display: block;
	float: left;
}

/*  video lists styles  */

#videosectionlist h3 {
	display: inline;
	color: #C11D35;
	font-weight: bold;
	text-transform: uppercase;
}

#videosectionlist .videosectionitem {
	margin: 0 0 15px;
	border-bottom: 1px solid #F8C858;
}

#videosectionlist .videosectionitem:last-child {
	border-bottom: none;
}

#videolist {
	margin: 15px 0 0;
}

#videolist .videolistitem {
	margin: 0 0 15px;
	display: inline-block;
}

#videolist .videolistitem:hover {
	cursor: pointer;
}

#videolist .videolistitem_thumbnail {
	float: left;
}

#videolist .videolistitem_info {
	width: 320px;
	margin: 0 0 0 15px;
	float: left;
}

#videolist h4 {
	margin: 0 0 .25em;
	color: #C11D35;
	font-weight: bold;
}

#videolist .videolistitem_time {
	margin: 0 0 .25em;
	font-weight: bold;
}

/*  schedule styles  */

#outercontainer.section-schedule table th {
	background: #BE1D38;
	color: #FFF;
	font-weight: normal;
}

#outercontainer.section-schedule table tr td {
	background: #F9C958;
}

#outercontainer.section-schedule table tr:nth-child(odd) td {
	background: #F9C958;
}

#outercontainer.section-schedule table tr:nth-child(even) td {
	background: #FCE3AA;
}

#outercontainer.section-schedule table th,
#outercontainer.section-schedule table td {
	padding: .25em .5em;
}

/*  extras styles  */

.tradingcarditem {
	margin: 0 0 15px;
}

.tradingcarditem_thumbnail {
	width: 90px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}

.tradingcarditem_thumbnail img {
	max-width: 75px;
	max-height: 75px;
}

.tradingcarditem_info {
	float: left;
}

.tradingcarditem_year {
	color: #C11D35;
	font-weight: bold;
}

.tradingcarditem_name {
	font-weight: bold;
}

.recipeitem {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #F8C858;
}

.recipeitem h3 {
	color: #C11D34;
	font-weight: bold;
	text-transform: uppercase;
}

.recipeitem_image {
	margin: 0 0 20px 20px;
	float: right;
	-webkit-box-shadow: 5px 5px 5px 0px #666;
	-moz-box-shadow: 5px 5px 5px 0px #666;
	box-shadow: 5px 5px 5px 0px #666;
}

#recipelist ul {
	margin: -1em 0 1em;
	padding: 0;
	list-style: none;
}

#recipelist ul li {
	margin: 0;
	padding: 0 0 0 13px;
	background: url('../images/common/bullet_yellow_square.png') no-repeat left 5px;
}

.omwditem {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #F8C858;
}

.omwditem h3 {
	color: #C11D34;
	font-weight: bold;
	text-transform: uppercase;
}

.omwditem_image {
	margin: 0 0 20px 20px;
	float: right;
	-webkit-box-shadow: 5px 5px 5px 0px #666;
	-moz-box-shadow: 5px 5px 5px 0px #666;
	box-shadow: 5px 5px 5px 0px #666;
}

/*  popover styles  */

#fancybox-close {
	position: absolute;
	top: auto;
	bottom: -11px;
	right: -11px;
	width: 22px;
	height: 22px;
	background: transparent url('../images/popovers/close.png') no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-close:hover {
	background: transparent url('../images/popovers/close_over.png') no-repeat;
}

#videoplayercontainer #fancybox-close {
	bottom: -25px;
	right: -25px;
}

#fancybox-outer {
	background: #FFF;
}

.fancybox-title-inside {
	background: #FFF;
}

.popover_title {
	margin: -5px 0 0;
	display: block;
	font-weight: bold;
	text-align: center;
}

.popover_title_smallcaps {
	margin: 5px 0 0;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

/*  news sign up popover  */

#newssignuppopover {
	width: 342px;
	font-size: 12px;
}

#newssignuppopover_content {
	padding: 28px;
	background: #FFF;
}

#newssignupcontainer {
	margin: 15px 0;
}

#newssignup input {
	padding: 2px 5px;
}

#newssignup #field_submit {
	padding: 10px 0 0;
}

/*  video player popover  */

#tradingcardspopover {
	width: 510px;
}

#tradingcardspopover #tradingcardspopover_images {
	width: 510px;
	display: inline-block;
}

#tradingcardspopover .tradingcardspopover_image {
	width: 255px;
	float: left;
	text-align: center;
}

#tradingcardspopover_info {
	margin: 1em 0 0;
	font-weight: bold;
	text-align: center;
}

/*  video player popover  */

#videoplayercontainer iframe {
	margin: 0 0 -5px;
}

/* utility nav styles */

#utilitynav ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	float: left;
}

/*  extras nav styles  */

#extrasnav {
	padding: 2px 0 0;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 200;
	display: none;
}

#extrasnav ul {
	width: 160px;
}

#extrasnav ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 1px solid #000;
	border-top: none;
}

#extrasnav ul li a {
	padding: 5px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#extrasnav ul li a:link { color: #C11D35; font-style: normal; background: #FFF; text-decoration: none; }
#extrasnav ul li a:visited { color: #C11D35; font-style: normal; background: #FFF; text-decoration: none; }
#extrasnav ul li a:active { color: #C11D35; font-style: normal; background: #FFF; text-decoration: none; }
#extrasnav ul li a:hover { color: #C11D35; font-style: normal; background: #F9C958; text-decoration: none; }
#extrasnav ul li a.active { color: #C11D35; font-style: normal; background: #F9C958; text-decoration: none; }

/* mainnav styles */

#mainnav {
	width: 325px;
	height: 164px;
	margin-left: -442px;
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 1000;
}

#mainnav .navcontent {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/mainnav/background_default.png') no-repeat top center;
}

#mainnav .navmap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#mainnav ul {
	position: relative;
}

#mainnav ul li {
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

#mainnav ul li a {
	display: block;
}

#mainnav ul.level2 {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
