@charset "utf-8";

@import url("../css/reset.css");
@import url("../css/nav.css");

/* site styles */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
	background: #FFF url(../images/background_strip.jpg) repeat-x; 
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #600;
	padding: 14px 0 8px 0;
}
p {
	margin-bottom: 12px;
}
a {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
.error {
	color: #900;
}

/* header */
#header {
	position: relative;
	height: 113px;
	font-family: "Times New Roman", Times, serif;
}
#logo {
	position: absolute;
	top: 20px;
	left: 8px;
}
#headerContact {
	position: absolute;
	top: 18px;
	right: 11px;
}
#headerPlan {
	color: #b7b2a7;
	font-size: 18px;
	font-weight: bold;
}
#headerPhone {
	color: #fff;
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
}

/* content */
#contentWrapper {
	background-color: #fff;
	overflow: hidden;
	zoom: 1; /* IE6 */
	line-height: 14px;
}

/* headers */
#headerFaq, #headerHowShowsWork, #headerShows, #headerContactUs, #headerAboutUs, #headerCalendar {
	width: 257px;
	height: 42px;
	text-indent: -9999px;
}
#headerFaq {
	background: url(../images/headers/h_faq.jpg) no-repeat;
}
#headerHowShowsWork {
	background: url(../images/headers/h_how_shows_work.jpg) no-repeat;
}
#headerShows {
	background: url(../images/headers/h_shows.jpg) no-repeat;
}
#headerContactUs {
	background: url(../images/headers/h_contact_us.jpg) no-repeat;
}
#headerAboutUs {
	background: url(../images/headers/h_about_us.jpg) no-repeat;
}
#headerCalendar {
	background: url(../images/headers/h_calendar.jpg) no-repeat;
}

/* sidebar */
#sidebar {
	float: right;
	width: 275px;
	background: url(../images/column_bg.jpg) no-repeat;
	text-align: center;
}
#requestQuote {
	margin-top: 35px;
}
#joinList {
	margin-top: 18px;
}
#perfectFor {
	margin-top: 18px;
}

/* main content */
#mainContent {
	width: 718px;
	padding: 0 0 25px 0;
	overflow: hidden;
	line-height: 18px;
}
#mainImg {
	float: right;
	margin-top: 35px;
}
#mainCopy {
	width: 450px;
	margin: 35px 0 0 12px;
}



/* home content */
#homeContentWrapper {
	margin: 35px 0 0 12px;
}
#homeFeatured {
	float: left;
	width: 326px;
	zoom: 1;
}
#featuring {
	display: block;
}
#homeContent {
	margin-left: 360px;
}
#homeContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #791416;
	font-size: 21px;
}
#upcomingShows {
	padding-top: 17px;
}
.upcomingShowListing {
	padding-bottom: 20px;
}
.upcomingShowDate {
	padding-bottom: 4px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.upcomingShowThumb {
	float: left;
}
.upcomingShowInfo {
	color: #900;
	font-weight: bold;
	line-height: 16px;
	margin-left: 85px;
}
.upcomingShow {
	padding-bottom: 6px;
}
.upcomingShowCityState {
	font-weight: normal;
	color: #333;
}
.upcomingShowTickets {
	text-align: right;
}
#homeBottomNav {
	background-color: #ddd9d0;
	padding: 7px 12px;
	overflow: hidden;
	clear: both;
}

#viewCurrentCatalog {
	float: left;
}
#viewCompleteCalendar {
	float: left;
	padding-left: 48px;
}

/* faq */
.faqQ {
	font-weight: bold;
	color: #333;
}
.faqA {
	color: #333;
	margin: 5px 0 20px 15px;
}


/* How the Shows Work */
.howShowsWorkSubHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #600;
	padding-top: 10px;
}
.howShowsWorkSubContent {
	padding-left: 18px;
}


/* shows */
#showsContent {
	margin: 35px 0 0 10px;
}
#showBanners {
	padding-top: 10px;
}
.showBanner {
    float: left;
    height: 280px;
    padding-right: 2px;
    width: 175px;
}
.showBanner dd {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
.christmas {
	clear: left;
}


/* Contact Us */
.contactInfo {
	font-weight: bold;
	line-height: 20px;
}
.requiredAsterisk {
	color: #9f1010;
	font-weight: bold;
}
#contactFormContainer {
	font-size: 10px;
}
#contactFormComments {
	width: 235px;
}
#contactFormContainer label {
	display: block;
	font-weight: bold;
}
#contactFormContainer input, textarea {
	background-color: #f0f0f0;
	margin-bottom: 10px;
}
#contactFormContainer textarea {
	display: block;
}
#contactFormContainer input#contactType1, #contactFormContainer input#contactType2 {
	background: none;
}
#contactFormContainer label.radioLabel {
	display: inline;
}
#name, #email {
	width: 185px;
}	
#comments {
	width: 235px;
	height: 165px;
}
#commentsFormBottom {
	padding-top: 20px;
	width: 235px;
	text-align: right;
}
.requiredDescription {
	display: block;
}
#contactFormQuote {
	float: right;
	zoom: 1; /* IE6 */
	width: 205px;
	background-color: #ddd9d0;
}
#contactFormQuoteContent {
	margin: 6px 7px;
	font-size: 9px;
}
#contactFormQuoteContent p {
	line-height: 13px;
}
#contactFormQuoteContent input, textarea{
	margin-bottom: 4px;
}
#stateDropdown {
	float: right;
}
#city {
	width: 120px;
}
#venue, #date {
	width: 186px;
}
#contactFormQuoteContent label.headCount {
	display: inline;
}
#head_count {
	width: 65px;
}
#tell_us {
	width: 185px;
	height: 135px;
}
#quoteFormTop {
	background-color: #fff;
	padding-bottom: 3px;
}
#quoteFormBottom {
	background-color: #fff;
	padding-top: 3px;
}
#contactFormContainer label.error {
	color: #900;
	padding-bottom: 10px;
}



/* show detail pages */
#showDetailPoster {
	width: 326px;
}
#showDetailDescription {
	float: right;
	zoom: 1; /* IE6 */
	width: 365px;
}
#showDetailContent {
	margin: 35px 5px 0 10px;
}
#showDetailDescription h1 {
	color: #7f1517;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 10px;
}
#showMenu {
	clear: both;
	background-color: #ddd9d0;
	padding: 6px 8px;
	margin-top: 25px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
#showMenuSelect {
	display: inline;
}
#showMenuSelect select {
	background-color: #f0f0f0;
	font-size: 12px;
	padding: 2px;
}



/* about us */
#aboutUsCopy p {
	padding-left: 18px;
}



/* calendar */
.calendarListing {
	overflow: hidden;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 16px;
	color: #761617;
}
.calendarMonth {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #900;
	margin-bottom: 15px;
}
.calendarBigDate {
	width: 65px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 34px;
	color: #353535;
}
.calendarThumb {
	width: 75px;
	float: left;
}
.calendarInfo {
	margin-left: 150px;
}
.calendarTickets {
	text-align: right;
}
.calendarDate {
	padding-bottom: 4px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.calendarCityState {
	font-weight: normal;
	color: #353535;
}
.subjectToChange {
	padding: 20px 0 0 12px;
	font-size: 10px;
}



/* footer */
#footer {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 7px;
	margin-bottom: 25px;
	clear: both;	
}
#footerNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #343434;
	list-style-type: none;
	margin: 0 0 8px 12px;
}
#footerNav li {
	display: inline;
	margin-right: 7px;
}
#footerNav li a {
	color: #343434;
	text-decoration: none;
}
#copyright {
	margin-left: 12px;
}
#siteBy {
	float: right;
	margin-right: 15px;
}
#siteBy a {
	color: #67645d;
	font-weight: bold;
	text-decoration: none;
}
