html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 9pt;
	font-family: Verdana, Arial;
	vertical-align: baseline;
  scrollbar-face-color:#06a0e0;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-base-color: #06a0e0; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #ffffff;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body{
	background:#525252;
	font: 62.5%;  
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div.clear {
	margin: 0;
	height: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	overflow: hidden;
}



/*******************************************************************/
/**                       FRONT-END ADMIN                          */
/*******************************************************************/

ul.tabs a.active {
  color: #000;
}


a{
	color: #6D1428;
	font-weight: bold;
}

a:visited{
	color::#333;
}

p{
	font-size: 100%;
	line-height: 130%;
}

h2, h3, h3, h5, h6{
	font-size:120%;
}

img{
	border:0;
}


#top_bar{
	height:29px;	
	border-top: none;
	font-size: 75%;
	font-weight: bold;
	background: #1f1f1f;
	border: 1px solid #fff;
}

#top_bar div.width_toggle{
	float:left;
	width:254px;
}
#top_bar div.width_toggle a{
	color: #1f1f1f;
}

#primary_menu{
	background: none ;
	height: 500px;
	width: 220px;
	list-style-type: none;
	border-right: 1px solid #fff;
	position:absolute ;
	top:220px;
	left:0px ;
	color : #ffffff;
	font-size: 120%;
}


#primary_menu a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 9px 16px 6px 16px;
}

#primary_menu li a.active, #primary_menu li a:hover{
	background: #a00800 0 50%;
}



#header{
	height: 169px;
	position: relative;
	border-bottom: 1px solid #fff;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -3000px;
}

/* COMMON PRESENTATION */

/* lists */
#content{
  position: absolute ;
  top: 221px ;
  left: 221px ;
  width: 750px;
	height: 520px;
  text-align: left ;
  overflow: auto; 
  scrollbar-face-color:#06a0e0;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-base-color: #06a0e0; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #ffffff;
}

div.content ul {
	margin: 10px;
	padding-left: 4px;
	list-style-type: disc;
}
div.content ol {
	padding-left: 4px;
	list-style-type: decimal;
	margin: 10px 10px 10px 14px;
}
div.content li {
	margin: 4px 6px;
}
/* links */
div.content a {
 text-decoration: none;
}
div.content a:hover {
 text-decoration: underline;
}
/* messages */
div.messages {
	padding: 8px;
	border: 1px solid #fff;
}
div.status {
	border: 1px solid green;
}


#main {
	margin: 0;
	padding: 0;
	width: 960px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* WELCOME */

#main_content{
	height: 766px;
	width: 1025px;
	position: absolute;
	top : 0px;
	left: 50%;
	margin-left: -512px;
	background: url('homepage.jpg') no-repeat;
}
#main_content h2 {
	font-size: 120%;
	margin-bottom: 20px;
}
#main_content h4{
	margin-top: 0;
}
#main_content p{
	margin-bottom: 8px;
	line-height:1.5em;
}

#div_main_content{
  height: 766px;
	width: 1025px;
	position: absolute;
	top : 0px;
	left: 50%;
	margin-left: -512px;
	background: url('homepage1.jpg') no-repeat;
}

#home_intro_col{
	float: left;
	width: 460px;
	margin-right: 60px;
	margin-top: 30px;
	background: #E5E5E5;
}

#home_intro_col td{
	font-size: 80%;
	line-height: 130%;
	color: #666;
}

#home_intro_col h2, #home_news_col h2{
	color: #6D1428;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;	
}

#home_news_col {
  position: relative;
}

#home_news_col div.rss-feed {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../images/feed-icon-28x28.png');
  background-repeat: no-repeat;
  height: 28px;
  width: 120px;
	display: none; /*removed2.4.8*/
}

#home_news_col div.rss-feed a {
  display: block;
  margin-left: 33px;
  margin-top: 3px;
}

#home_intro_col h2.sIFR-replaced, #home_news_col h2.sIFR-replaced{
/*	font-size: 55px;	*/
}

/* Front News */

#home_news_col{
	margin: 0;
	float: left;
	width: 390px;
	margin-top: 30px;
}

#home_news_col p.news_item{
	clear: both;
}


#home_news_col div.view-content-latest-news-listing ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_news_col div.view-content-latest-news-listing ul li{
	clear: both;
	font-size: 100%;
	display: inline;
	font-weight: normal;
	list-style-type: none;
	margin: 10px 0 24px 0;
}

#home_news_col div.view-content-latest-news-listing ul li a{
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}

div.date {
	color: #28146D;
	font-size: 90%;
	font-weight: bold;
}

div.site {
	font-size: 120%;
	color:#888888;
	margin: 0 0 0 0;
}

div.title {
	font-size: 120%;
	color:#333333;
	margin: 10px 10px 10px 10px;
}


div.artist {
	font-size: 80%;
	color:#222222;
	margin: 10px 10px 10px 0;
}

/* NEWS PAGE */
div#secondary_content_col div.view-content-news-listing ul {
	margin-top: 20px;
}
div#secondary_content_col div.view-content-news-listing ul li {
	margin: 0;
	padding: 0;
	list-style-type:none;	
}
div#secondary_content_col div.view-content-news-listing div.news_title {
	color: #6D1428;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}
div#secondary_content_col div.view-content-news-listing a {
	text-decoration: none;
}
div#secondary_content_col div.view-content-news-listing a:hover {
	text-decoration: underline;
}
div#secondary_content_col div.view-content-news-listing div.news_teaser {
	font-size: 100%;
	padding: 8px 0 0 0;
	width: 860px;
}
div#secondary_content_col div.view-content-news-listing div.news_link {
	padding: 0 0 30px 0;
	clear: both;
}

/* NEWS ARTICLE */

div#secondary_content_col div.node-news {
	
}

div#secondary_content_col div.node-news div.submitted {
	font-weight: bold;
	margin: 6px 0 20px 0;
}

/* FOOTER LAYOUT */

#footer {
	height: 29px;
	width: 960px;
	position: relative;
	background: #1A1A1A;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footer ul{
	top: 7px;
	left: 16px;
	position: absolute;
	list-style-type: none;
}

#footer ul li{
	float: left;
	margin-right: 5px;
	padding: 0 10px 0 5px;
	border-right: 1px solid #909090;
}

#footer ul li.last{
	border-right: none;
}

#footer ul li a {
	color: #909090;
	font-size: 80%;
	line-height: 80%;
	font-weight: bold;
	text-decoration: none;
}

#extras_menu {
	top: 0px;
	right: 0px;
	width: 470px;
	height: 29px;
	position: absolute;
}

#footer_sponsors{
	width: 960px;
	padding: 1px 0;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footer_sponsors ul{
	margin: 0;
	height: 100px;
	position: relative;
	list-style-type: none;
	border: 1px solid #000;
	padding: 35px 0 0 20px;
}

#footer_sponsors ul li{
	float: left;
	margin-right: 20px;
}

#footer_sponsors li.expo{
	color:#444;
	font-size:0.8em;
	position:relative;
	top:7px;
	width:190px;
}

/* FAQ PAGE */
div#secondary_content_col div.view-faq-listing ul, 
div#secondary_content_col div.view-faq-listing li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#secondary_content_col div.faq_question {
	color: #6D1428;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 8px;
}
div#secondary_content_col div.faq_answer {
	color: #666;
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 24px;	
}


/**********************************************************
 EVENT PAGE LAYOUT
**********************************************************/

#event_header{
	width: 750px;
	height: 310px;
	position: absolute;
	font-weight: normal;
	top:450px;
	left: 50%;
	margin-left: -285px;
	overflow: auto; 
  scrollbar-face-color:#06a0e0;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-base-color: #06a0e0; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #ffffff;
  text-align: left;
}


#event_header div.event_title {
	margin: 0;
	left: 20px;
	color: #fff;
	bottom: 90px;
	position: absolute;
}
#event_header div.event_title h3 {
	margin: 0;
	color: #fff;
	font-size: 220%;
	line-height: 130%;
	font-weight: normal;
}
#event_header div.event_title h4 {
	margin: 0;
	color: #fff;
	font-size: 180%;
	line-height: 120%;
	font-weight: normal;
}
#event_header div.event_title h5 {
	margin: 0;
	color: #fff;
	font-size: 120%;
	line-height: 110%;
	font-weight: normal;
}

#event_header div.event_credit {
	margin: 0;
	left: 20px;
	color: #fff;
	bottom: 20px;
	font-size: 90%;
	position: absolute;
}


/* EVENT CONTENT LAYOUT */


#event_intro_col{
	float: left;
	width: 452px;
	font-size: 80%;
	margin: 40px 17px 30px 0;
}

#event_support_col{
	float: left;
	width: 465px;
	font-size: 80%;
	margin: 40px 0 30px 0;
}

#event_performance_col{
	float: left;
	width: 199px;
	margin-right: 34px;
}

#event_booking_col{
	width: 217px;
	float: left;
}

#event_intro_col h5, #event_performance_col h5, #event_booking_col h5{
	margin-top: 0;
	color: #6D1428;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 30px;
}

#event_performance_col h6, #event_booking_col h6{
	margin-bottom: 10px;
}

#event_performance_col ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#performance_dates{
	margin-left: 0;
	padding-left: 0;
	margin-top: 8px;
	list-style-type: none;
}

#performance_dates li{
	height: 40px;
	margin: 0 0 6px 0;
}

#performance_dates li div.date{
	float: left;
	width: 60%;
	color: #6D1428;
	font-size: 90%;
}
#performance_dates li div.soldout{
	color: #666;
	text-decoration: line-through;
}
#performance_dates li div.info{
	width: 40%;
	float: right;
	font-size: 90%;
	display: inline;
}
#performance_dates li p{
	float: left;
	width: 100%;
	margin: 2px 0;
	font-size: 90%;
	text-align: left;
}
#performance_dates li a{
	float: left;
	color: #fff;
	width: 83px;
	height: 17px;
	display: block;
	font-size: 100%;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	text-decoration: none;
	background: url('../images/book_button_bg.gif') 0 50% repeat-x;
}

#performance_dates li a.soldout {
	background: url('../images/sold_out_button_bg.gif') 0 50% repeat-x;
}

#performance_calendar {
	width: 215px;
	border: 1px solid #ffffff;
	background: #ffffff;
}

#performance_calendar tr{
	background: url('calendar_row_bg.gif') 0 50% repeat-x;
	font-size: 90%;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

#performance_calendar td, #performance_calendar th{
	font-weight: bold;
	text-align: center;
}

#performance_calendar tr.performance_days{
	background: #ffffff;
	color: #000000;
}

#performance_calendar tr td {
	/*padding: 6px 8px;*/
	width: 23px;
	height: 23px;
	padding: 2px 0 0 0;
	line-height: 23px;
	text-align: center;
}

#performance_calendar tr th{
	/*padding: 6px 8px;*/
	text-align: center;
	line-height: 23px;
}

#performance_calendar tr td.soldout span{
	background: #cccccc;
	border: 1px solid #ffffff;
	padding: 1px 4px;
	position: relative;
	right: 2px;
}

#performance_calendar tr td.book a {
	/*background: url('../images/book_button_bg.gif') 0 50% repeat-x; */
	border: 1px solid #6D1428;
	padding: 1px 3px;
	color: #6D1428;
	text-decoration: none;
	position: relative;
	/*right: 2px;*/
	top: -1px;
}

#performance_details {
	margin: 20px 0 0 0;
	padding: 0;
}
#performance_details li {
	margin: 0 0 0.5em 0;
	padding: 0;
	height: 30px;
	font-weight: bold;
}
#performance_details li span {
	margin: 0;
	padding: 0;
	width: 140px;
	float: right;
	font-weight: normal;
}

/* RELATED PERFORMANCES */

#related_perfomances{
	clear: both;
	padding-top: 20px;
}
#related_perfomances h5	{
	color: #6D1428;
	font-size: 140%;
	margin: 30px 0;
}

#related_perfomances h5.title{
	color: #6D1428;
	font-size: 130%;
	margin: 10px 0 0 0;	
	font-weight: normal;
}

#related_perfomances div.relatedItem{	
	float: left;
	width: 217px;
/*	height: 91px;*/
	margin-right: 10px;
	margin-bottom: 10px;
}

#related_perfomances div.relatedItem img {	
	width: 217px;
	height: 91px;
	border: 1px solid #fff;
}

#related_perfomances #relatedItem p{
	margin-top: 0;
}
/* IMAGE GALLERY */

#event_image_gallery{
	position: relative;
	margin-top: 30px;
}

#event_image_gallery ul{
	list-style-type: none;
}

#event_image_gallery li{
	display: inline;
	margin-left: 1px;
}

/* EVENT REVIEWS */
#reviews {
	margin-top: 20px;
}
#reviews div.review {
	margin-bottom: 20px;
	border-bottom: 1px solid #6C1621;
}
#reviews div.review p {
	font-size: 95%;
	line-height: 130%;
}
#reviews div.review p.author {
	font-size: 100%;
	line-height: 110%;
}

/* SPONSORS & CREDITS */

#event_intro_col div.event_sponsor {
	color: #666;
	margin: 6px 0;
}
#event_intro_col div.event_credit {
	color: #666;
	margin: 6px 0;
	font-size: 80%;
}

/*sitemap*/


/**********************************************************
 SECONDARY PAGES
**********************************************************/

#banner{
	margin:0;
	padding: 0;
	height: 200px;
	position: relative;
	border-bottom: 1px solid #fff;
}

#banner img{
	width: 960px;
	height: 200px;
}

#banner h3{
	left: 20px;
	color: #fff;
	bottom: 10px;
	font-size: 170%;
	line-height: 100%;
	font-weight: normal;
	position: absolute;
}

#main_content.secondary_content{
	padding: 41px 0 0 20px;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#secondary_left_col{
	float: left;
	width: 237px;
	background: url('../images/secondary_menu_bg.jpg') repeat-y;
	margin-right: 5px;
}

#secondary_left_col h4{
	margin: 0;
	color: #fff;
	width: 180px;
	margin-left: 8px;
	font-size: 110%;
	padding: 4px 19px;	
	font-weight: normal;
	background: url('../images/secondary_menu_header_bg.jpg') repeat-x;
}

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

#secondary_left_col ul li {
	color: #4F4F4F;
	margin: 5px 0;
	display: block;
	padding: 0 11px 0 9px;
}

#secondary_left_col ul li a {
	height: 22px;
	color: #4F4F4F;
	font-size: 0.8em;
	display: block;
	line-height: 150%;
	padding: 0 0 0 30px;
	font-weight: normal;
	text-decoration: none;
	background: url('../images/secondary_menu_arrow.gif') no-repeat 20px 50%;
}
#secondary_left_col li a.active {
	color: #fff;
	background: #000 url('../images/nav_bg.gif') 0 50%;
}

#secondary_left_col li.active a, #secondary_left_col li.active a:hover{
	color: #fff;
	background: #000 url('../images/secondary_menu_arrow_selected.gif') no-repeat 0 0;
}

#secondary_left_col li a:hover{
	color: #6C0518;
}

#secondary_left_bottom{
	height: 44px;
	width: 237px;
	background: url('../images/secondary_menu_bottom.jpg') no-repeat;
}
 
#secondary_content_col{
	width: 440px;
	float: left;
	font-size: 80%;
	position: relative;
	margin: 26px 18px 60px 0;
}

div.secondary_double #secondary_content_col{
	width: 690px;
}
div.secondary_single #secondary_content_col{
	width: 910px;
	display: inline;
	float: none;
}
div.secondary_single #secondary_content_col h3 {
	color: #6C0518;
	font-size:220%;
	line-height: 120%;
	margin: 0 0 20px 0;
	font-weight: normal;
}

#secondary_right_col{
	float: left;
	width: 217px;
	margin-top: 29px;
	margin-bottom: 10px;
}

#secondary_right_col div.secondary_right_puff{
	width: 217px;
	height: 134px;
	position: relative;
	margin-bottom: 1px;
}

#secondary_right_col div.festival_brochure{
	background: url('../images/side_panel_bg_festival.jpg') no-repeat;
}

#secondary_right_col div.mailing_list{
	background: url('../images/side_panel_bg_mailinglist.jpg') no-repeat;
}

#secondary_right_col div.secondary_right_puff h4{
	margin: 0;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 170%;
	line-height: 110%;
	position: absolute;
	font-weight: normal;
}

#secondary_right_col div.secondary_right_puff p{
	margin: 0;
	left: 10px;
	bottom: 10px;
	font-size: 85%;
	position: absolute;
}

#secondary_right_col div.secondary_right_puff p a{
	color: #fff;
	text-decoration: none;
}



