/*
    CSS hack to show message for MSIE 6 users
*/

* html #wrapper {
	display: none;
}

* html #ie6MSG { 
	display:block; 
	border:1px solid gray;
}

/* */
html {
	background-color: #220202;
	color: #444;
	overflow: -moz-scrollbars-vertical;
}

a:link, a:visited {
	color: #e1bebe;
	outline: none;
}

a:hover, a:active {
	color: #fff;
}

a.toggler {
	display: block;
	text-decoration: none;
	color: #222;
	width: 100%;
	font-size: 10px;
	height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

a.toggler span {
  margin-left: 9px;
	line-height: 24px;
}

a.toggler:hover,
a.toggler:active {
	color: #fff !important;
}

a#t-0     { background-color: #ead7cf; }
a#t-1     { background-color: #ea9a89; }
a#t-2     { background-color: #a05e4c; }
a#t-3     { background-color: #904837; }
a#t-4     { background-color: #800009; }
a#t-5     { background-color: #970016; }
a#t-6  	  { background-color: #bc0624; }

#accmenu, #pgmenu, .navmenu {
	margin-left: 0px;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 24px;
}

#accmenu a, #pgmenu a, .navmenu a {
	font-style: normal;
	text-decoration: none;
}

#accmenu li, #pgmenu li, .navmenu li {
	list-style-type: none;
}

.social_links {
	margin-left: 18px;
}

.social_links a {
	margin-right: 3px;
}

.sep {
	display: block;
	width: 25%;
	border-top-width: 1px;
	border-top-color: #e0bdbd;
	border-top-style: dotted;
	line-height: 1px;
	margin-left: 18px;
}

#nav {
	padding-top: 20px;
}

.center {
	text-align:center;
}

.float-right, .fr {
	float: right;
	padding-left: 1em;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

.sponsor {
	text-align: center;
}

.corner_link {
	margin-right: 18px;
	margin-top: 18px;
}
		
.corner_link a {
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	background:#FFF6BF;
	border-style: solid;
	border-width: 1px;
	border-color:#FFD324;
}

.infobox {
	display: none;
	padding: 9px;
	margin: 18px;
	background:#FFF6BF;
	border-style: solid;
	border-width: 1px;
	border-color:#FFD324;
}
		
.infobox h3 {
	margin-top: 9px;
}


/* form styles */

form {
	text-align: left;
	margin-left: 18px;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	display: block;
}

form textarea {
	display: block;
}

form textarea {
	margin-top: 3px;
}


/* General */

.mailform {
	text-align:left;
	position:relative;
}


/* Elements */

.mailform  label,.mailform legend{  
	padding: 0.3em;
}

.mailform fieldset{ 
	padding: 0.7em;
	border: 1px solid #ddd;
	margin: 0px 18px 18px 0px;
}
	             
.mailform label {

}
        
.mailform fieldset input {
	width: 70%;
	line-height: 1.5em;
	padding: 0.15em;
}

.mailform input:focus, .mailform select:focus {
  outline: #841517 outset 2px;     	
}
       
.mailform .radio input,
.mailform .checkbox input {
	width: auto;
}
        
.mailform input, .mailform textarea, .mailform select {
	display: block;
	margin-right: 1em
  margin-bottom: 1em;
  padding: 0.15em;
}

.mailform .radio label, .mailform .radio input,
.mailform .checkbox label, .mailform .checkbox input {
	display: inline;
	margin: 0 1.5em 0 0
}


.mailform .radio input, .mailform .checkbox input{
	margin:0 0.3em 0 0
}

.mailform .multiple label{
	float: left;
	width: 30%;
	overflow: hidden;
	padding-left: 1px;
}
		
.mailform .multiple input {
	cursor:pointer;
}
		
.mailform .required {
	color:#ff3838;
	font-size:0.8em;
}

.mailform input.input_year {
	margin-left: 0.5em;
	width: 4em;
}

.mailform input.radio {
	border: none;
}
				

/* button styles */
button,a.button,a.button:link,a.button:visited,a.mbutton,a.mbutton:link,a.mbutton:visited {
/*  Strip down the button and link elements to a base we can work with.  */
	padding:0;
	margin:0 3px;
	border:none;
	display:block;
	float:left;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	white-space:nowrap;
	overflow:visible;
}

* html a.button, * html a.button:link, * html a.button:visited,
* html a.mbutton,* html a.mbutton:link,* html a.mbutton:visited {
/*  IE6 fix to make link fit text.  */
	width:1%;
}

button,x:-moz-any-link {
/*  FF fix to make button spacing even across browsers.  */
	margin:0;
}

:first-child+html button {
/*  Reset IE7 back to what it was for previous fix.  */
	margin:0 3px;
}

button span,
a.button  span, a.button:link span,  a.button:visited span,
a.mbutton span, a.mbutton:link span, a.mbutton:visited span {
/*  Set the span tags to display: block, as they will work our background-image magic.  */
	display:block;
}

/*---- standard button class ----*/

button,a.button,a.button:link,a.button:visited {
/* HEIGHT - Total height of button. */
	height:24px;
/* NOTE - You must define the font here otherwise your buttons and links could end up different.  */
	font-family:"Helvetica Neue", Helvetica, clean, sans-serif;
	font-size:94%;
	color:#333;
	background-color:#fff;
}

button.button_active,a.button_active
{
}

button:hover,a.button:hover
{
	color:#000;
	text-shadow:1px 1px 2px #999;
}

button span,a.button span,a.button:link span,a.button:visited span {
/* Right side padding for button (default).  */
	padding:0 14px 0 0;
/* SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).  */
	height:24px;
/* We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.  */
	background:url(../img/bg_button_right.gif) top right;
}

button span span,a.button span span,a.button:link span span,a.button:visited span span {
/* Left side padding for button (default).  */
	padding:0 0 0 13px;
/* SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).  */
	height:24px;
/* SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will center the text vertcailly.   */
	line-height:24px;
/*  We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons. */
	background:url(../img/bg_button_left.gif) top left;
}

button:active span,a:active:active span 
/* button_active is the class used by SimplyButtons.js to create the button states in IE. */
button.button_active span,a.button_active:active span {
	/* Using the 'Sliding Doors' Technique we 'slide' the new button state into view. */
	background-position:bottom right;
}

button:active span span,a:active:active span span,/*
button_active is the class used by SimplyButtons.js to create the button states in IE.
*/
button.button_active span span,a.button_active:active span span,
button[disabled="disabled"] span span, button.button_disabled span span {
/*  Using the 'Sliding Doors' Technique we 'slide' the new button state into view.  */
	background-position:bottom left;
}


/* footer styles */

#ft {
	background-color: #333;
	border-top-color: #841618;
	border-top-style: solid;
	border-top-width: 3px;
	color: #786669;
	text-align: center;
	padding: 3px;
}

#ft a:link, #ft a:visited {
	padding: 2px 0px 3px 0px;
	color: #786669;
	text-decoration: none;
}

#ft a:hover {
	background-color: #000;
	color: #917C7F;
	text-decoration: underline;
}

.season {
	text-align: center;
}

table.fancy, table.boxoffice {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	margin-left:18px;
}

table.fancy td,th {
	padding: 3px 18px 3px 18px;
	color: #fff;
}

table.boxoffice td,th {
	padding: 3px 12px 3px 12px;
	color: #fff;
}

table.boxoffice th, table.boxoffice td {
	text-align: center;
	white-space: nowrap;
}

table.boxoffice .hrow  {
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
}

table.boxoffice th {
	vertical-align: bottom;
}

table.boxoffice td {
	vertical-align: middle;
}

hr {
 	color: #CE2429;
 	background-color: #CE2429;
 	margin-bottom: 0.5em;
}

.seating { background-color: #666; }
.preview { background-color: #333; }
.note1   { background-color: #9B9679; }
.note2   { background-color: #5F768F; }
.note3   { background-color: #CE2429; }
.note4   { background-color: #62AEC9; }
.note5   { background-color: #B65B32; }
.note12  { background-color: #5F768F; }

.ticket { margin-top: 12px; }

#col_left img,
#nav img {
	margin-top: 1em;
}

#col_left h3 {
  font-weight: normal;
  color: #ffcc66;
  text-shadow: #000 2px 2px 3px;
  text-align: center;
  font-size: 115%; 
  line-height: 18px;
  margin-top: 1.5em;
}

div.accordion, div.section {
	background: #be2026 url(../img/content-bg.png) top left repeat-x;
	padding-bottom: 18px;
	padding-top: 18px;
}

div.blc {
	padding-top: 50px;
	background: #9B9679 url(../img/blc-bg.png) top left no-repeat;
}

div.blc img {
	margin-left: 40px;
}

div.blc div {
}

div.blc div p,
div.blc div h3 {
	margin: 0px 18px;
	background-color: #CE2429;
}

div.blc div p {
	padding-bottom: 9px;
}

div.blc div h3 {
  font-size: 115%;
  padding-top: 9px;
}


.vision {
	font-size: 0.846em;
	font-style: italic;
	margin-top: 2em;
}

.singer_photo {
	text-align: center;
}

.hidden {
	display: none;
}

#cboxContent table h3 {
  font-size: 115%;
  padding: 0;
  margin: 0;
}

#cboxContent table {
	margin-left: 18px;
}

#cboxContent table td {
	padding: 8px;
}

#cboxContent a:link,
#cboxContent a:visited {
	color: #841517;
}

#cboxContent a:hover,
#cboxContent a:active {
	color: #e1bebe;
}

#cs-0 { color: #ccc; background-color: rgb(40, 57, 117); }
#cs-1 { color: #ccc; background-color: rgb(73, 84, 137); }
#cs-2 { color: #ccc; background-color: rgb(93, 98, 147); }
#cs-3 { color: #ccc; background-color: rgb(109, 112, 157); }
#cs-4 { color: rgb(40, 57, 117); background-color: rgb(127, 129, 170); }
#cs-5 { color: rgb(40, 57, 117); background-color: rgb(148, 149, 183); }
#cs-6 { color: rgb(40, 57, 117); background-color: rgb(169, 170, 197); }

#contact_addy, .contact_addy {
	display: block;
	padding-left: 4em;
	margin-top: 36px;
}

#contact_response, #enews_response {
    display: none;
	margin-right: 18px;
}

#col_left {
	text-align: center;
}

.buy_online {
  text-align: center;
  margin: 18px;
  padding: 6px;
  background-color: #800009;
}

.buy_online h2 {
	padding:0;
  margin-bottom: 6px;
}

.buy_online p {
	  font-size: 115%; 
	  text-align: center;
	  margin-bottom: 0;
}

.conv {
	margin-left: 18px;
	margin-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#e404 {
	font-size: 125%;
	padding-top: 12em;
}

#e404 ol {
	font-size: 90%;
}

.canadahelps {
	background: url(../img/canada-helps.png) 0 0 no-repeat;
	display: block;
	margin: 0;
	margin-top: 5px;
	height: 92px;
	width: 184px;
}

.canadahelps:hover  {	background-position-y: -92px;}
.canadahelps:active {	background-position-y: -184px;}
.canadahelps span   {	display: none;}

#donationform img { padding-top: 2px;}


/* info box styles */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


strong {
	color: #fff;
	font-weight: bold;
}