@font-face {
	font-family: 'ShockCorridor';
	src: url('../files/shockcorridor-webfont.eot');
	src: url('../files/shockcorridor-webfont.eot?iefix') format('eot'),
		url('../files/shockcorridor-webfont.woff') format('woff'),
		url('../files/shockcorridor-webfont.ttf') format('truetype'),
		url('../files/shockcorridor-webfont.svg#webfontcoVcTuty') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #660066;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

/****************** 
    GENERAL STYLES
******************/
a {
	color: #cc0033;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1 {
	color: #660066;
	font-family: ShockCorridor, Impact;
	font-size: 2em;
	margin: .5em 0;
}
* h1:first-child,
#sn-icons + h1 {
	margin: 0 0 .5em 0;
}
h2 {
	color: #000;
	font-size: 1.3em;
	margin: 0 0 .5em 0;
}
* + h1,
* + h2 {
	margin: .75em 0 .5em 0;
}
h1 + h2 {
	margin: -.5em 0 .5em 0;
}
h3 {
	font-size: 1em;
	margin: 0;
}
hr {
	border: none;
	border-top: 1px solid #FFCB04;
	margin: 1em 15%;
}
img {
	border: none;
}
input {
	height: 1.5em;
	margin: 0;
	padding: 0 .25em;
	vertical-align: middle;
}
input[type=submit],
.submit input {
	height: auto;
	padding: .15em .25em;
}
li {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.33em;
	margin: .5em 0;
}
ul {
	margin: 0;
	padding: 0;
}
.subtle {
	opacity: .5;
}
.note {
	font-size: .9em;
}
.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.clearer {
	clear: both;
}
.col-2 {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px dashed #443933;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px dashed #443933;
	column-count: 2;
	column-gap: 2em;
	column-rule: 1px dashed #443933;
}
.collapse {
	border-collapse: collapse;
}
.down {
	margin-top: 1em;
}
.down_slight {
	margin-top: .5em;
}
.error-message {
	color: red;
}
.hidden {
	display: none;
}
.shadowed {
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3); 
}
.soldout {
	color: red;
}
.stary:after,
.stary:before {
	background: url('../img/star-char.png') no-repeat;
	content: ' ';
	display: inline-block;
	height: 34px;
	width: 34px;
}
.stary:after {
	margin: 0 0 -10px 10px;
}
.stary:before {
	margin: 0 10px -10px 0;
}
div.stary,
div.stary * {
	display: inline-block;
}
.stretch {
	width: 100%;
}

/* Tables */
.collapse {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
td.question {
	padding-right: .75em;
}
fieldset table {
	width: 100%;
}
fieldset td {
	padding: 2px;
}
fieldset .question {
	width: 20%;
}
fieldset table table td {
	padding: 0;
}


/****************** 
    FORM STYLES
******************/

fieldset {
	border: 5px solid #FFCB00;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 10px;
}
fieldset.plain {
	border: 0;
}
fieldset + fieldset,
p + form,
fieldset + p {
	margin-top: 1em;
}
fieldset li:nth-child(odd),
fieldset tbody tr:nth-child(odd) {
	background: rgba(204, 204, 255, 0.25);
}
fieldset li:nth-child(even),
fieldset tbody tr:nth-child(even) {
	background: rgba(204, 204, 255, 0.5);
}
fieldset.plain li {
	background: none;
}
fieldset ul.transparent li {
	background: none;
}
fieldset legend {
	color: #660066;
	font-weight: bold;
	padding: 0 .25em;
}
fieldset legend .checkbox {
	color: #000;
	font-size: .85em;
	font-weight: normal;
	opacity: .5;
	padding: 0 .25em 0 .5em;
}
fieldset legend .checkbox input {
	margin-right: .25em;
}
fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset li {
	clear: left;
	list-style: none;
	padding: .125em .25em;
	margin: 0;
}
fieldset li li {
	padding: .125em 0;
}
fieldset li label,
fieldset li .label {
	float: left;
	width: 15%;
}
fieldset li.required label:first-child:after {
	color: red;
	content: ' *';
}
fieldset li input[type=checkbox]+label {
	float: none;
	margin-left: .5em;
	width: auto;
}
fieldset li input,
fieldset li textarea {
	width: 80%;
}
fieldset li p + input {
	margin-left: 15%;
}
fieldset li input.short,
fieldset li input.checkbox,
fieldset li input[type=checkbox],
fieldset li input[type=file],
fieldset li.submit input,
textarea.short {
	width: auto;
}
input.very-short {
	width: 75px;
}
fieldset li select option {
	max-width: 450px;
}
fieldset li.submit,
fieldset li.no-label {
	padding-left: 15%;
}
.no-label label {
	float: none;
	width: auto;
}
.submit {
	margin: 1em;
	padding-left: 15%;
}

/* Left Column */

#side-column form {
	margin: 1em 0 2em 0;
}
#side-column form li {
	list-style: none;
}
#side-column form label {
	display: block;
}
#side-column form input,
#side-column form select {
	margin-bottom: .5em;
	width: 125px;
}
#side-column form input.short {
	width: 75px;
}
#side-column form input.very-short {
	width: 50px;
}
#side-column .submit {
	display: inline-block;
	margin: 0 0 0 5px;
	padding-left: 0;
}
#side-column .submit input {
	padding: inherit;
	width: auto;
}


/****************** 
    SITE STRUCTURE
******************/

#ribbon {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
#container {
	margin: 20px auto;
	position: relative;
	text-align: left;
	width: 1000px;
}
#header {
	background: url('../img/header.png') 10px 0 no-repeat;
	height: 330px;
}

#main-menu {
	font-family: Impact;
	font-size: 25px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	font-variant: small-caps;
	top: 275px;
	left: 325px;
	white-space: nowrap;
	width: 640px;
}
#main-menu li {
	display: inline-block;
}
#main-menu li:after {
	color: #000;
	content: '|';
	font-size: 23px;
	margin: 0 5px;
}
#main-menu li:first-child {
	font-size: 30px;
}
#main-menu li:last-child:after {
	content: '';
	margin: 0;
}
#main-menu a {
	color: #660066;
}
#main-menu li:first-child a {
	color: #b4559f;
}
#main-menu a:hover,
#main-menu li:first-child a:hover {
	color: #cc0033;
}
#body {
	color: #000;
	margin: 0 35px 0 65px;
}
#body #side-column {
	color: #fff;
	float: left;
	font-size: .9em;
	margin: 0 10px;
	padding-top: 1.5em;
	width: 180px;
}
#body #side-column h1,
#body #side-column h2 {
	color: #FFCB04;
}
#body #side-column h1 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
#body #side-column h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
#body #side-column a {
	color: #cc99cc;
}
#body #side-column a:hover {
	color: #fff;
}
#body #main-column,
#body #main-column-wide {
	background: #fff;
	border-left: 200px solid #660000;
	border-right: 10px solid #660000;
	padding: 20px;
}
#main-column li,
#body #main-column-wide li {
	margin-left: 1.5em;
}
#main-column fieldset li,
#body #main-column-wide fieldset li {
	margin-left: 0;
}
#footer {
	background: url('../img/footer.png') 0 0 no-repeat;
	font-size: .85em;
	margin: 0 35px 0 65px;
	padding: 25px 10px 0 10px;
	text-align: center;
	width: 900px;
}
#footer a {
	color: #CC99CC;
}
#footer a:hover {
	color: #fff;
}

/* Home Page */

#sn-icons {
	margin-top: 20px;
}
#tour-summary {
	margin-top: 20px;
}
#tour-summary li {
	list-style: none;
	margin: 0 0 20px 0;
}
#tour-summary li p {
	margin: 0;
}

/* Tickets Widget */

#calendarImg {
	margin-left: 5px;
}
#side-column #ShowIdWrapper {
	display: inline-block;
}
