/*

main colors:
#008F4C;


EEFFEE

*/


*{
	font-family: Palatino,Palatino Linotype,serif;
	margin: 0;
	padding: 0;
}

img{	border: 0;	}
a:hover{	text-decoration: none;	}
a:active{outline: none;}

b, strong{	font-weight: bold;	}
body {	color: #222;	background-color: #f9f9f9;	}
p{ font-size: 13px; }
.back_link{
	color:#E5699A;
	font-size: 13px;
	font-weight: bold;
}
.read_more_link{
		color:#E5699A;
	font-size: 13px;
	font-weight: bold;
	}
	




input {
	float: left;
	width: 180px;
	margin: 2px;
	border: 1px solid #B9386C;
	}

fieldset {
	border: none;
	width: 350px;
	padding: 10px 10px 10px 0px;
	margin-bottom: 15px;
	}

textarea {
	width: 180px;
	height: 60px;
	margin: 2px;
	border: 1px solid #B9386C;
	}



/* ================== Layout	============= */


body{
	width: 100%;
	height: 100%;
	display: block;
	background-color: #220d16;
	
	
}
#wrapper{
	width: 950px;
	margin: 0px auto;
	
	background-color: #30121e;

}		
	
#spacer{
	height: 70px;
	width: 950px;
	background-color: #220d16;
	margin: 0px auto;
	
	}		
		
#header{
	display: block;
	height: 110px;
}
#header img{
	float: left;
	padding-left: 20px;
	padding-top: 20px;	
}
#header h1{
	float: left;	
	padding-top: 50px;
	padding-left: 20px;
	color: #008F4C;
	font-size: 22px;
}

#header_details {
	float: left;
	padding-right: 20px;
	padding-top: 25px;
	width: 700px;
	
	text-align: right;
	
	}
#header_details p{
	color: #E5699A;
	
	font-size: 13px;
	font-weight: 400;
	}


#langauge_selecter{
	display: block;
	float: right;
	width: auto;
	padding: 3px;
	margin: 3px;
	list-style: none;
}
#langauge_selecter li {
	float: left;
}
#langauge_selecter li a.active{
	color: #008F4C;
	font-weight: bold;
}
#langauge_selecter li a{
	font-size: 11px;
	margin-left: 12px;
	color: #666;
	font-weight: bold;
}



#search_form{
	display: block;
	float: right;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
}



/* ==================================== NAVIGATION =================================*/
#nav {
	
	float: left;
	height: 22px;
	float: right;
	display: block;
	padding-top: 18px;
	
	
	
}

#nav ul#top_nav {
	color: #fff;
	float: right;
	list-style-type: none;

	margin-right: 20px;	
}

#nav ul#top_nav li {
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	
	float: left;
	
	}
		
#nav ul#top_nav li#nav_home {
	background-image: none;
	background-repeat: no-repeat;
	
	
	float: left;
	
	}	

#nav ul#top_nav li a {
	display: block;
	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	clear: none;
	font-size: 13px;
	margin-left: 17px;
	

}

#nav ul#top_nav li a.active{
	color:  #b9386c ; 
}


#content #subnav{
	font-family: Palatino,Palatino Linotype,serif;
	float: left;
	display:none;
	
	padding-left: 15px;
	
	}

#content ul#sub_nav {
	clear: both;
	list-style-type: none;
	margin-left: 0px !important;
	
	
}

#content ul#sub_nav li {
	background-image: url(../images/list.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 15px;
	}
	
#content ul#sub_nav li#nav_predinner_music {
	background-image: none;
	background-repeat: no-repeat;
	
	padding-left: 0px;
	float: left;
	
	}
	

#content ul#sub_nav li a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	clear: none;
	font-size: 13px;
	
	
	
}

#content ul#sub_nav li a.active{
	color: #B9386C; 
}

#content ul#sub_nav li ul{
	list-style: none;
	padding-left: 20px;
	border-bottom: 1px solid #dedede;
}



/* ================================================== Breadcrumb  ==============*/
#breadcrumb {
	width: 200px;
	clear: both;
	display: block;	
	background-color: #DEDEDE;
	padding: 5px;
	font-size: 11px;
	color: #008F4C;
}

#pink_line{
	width: 200px;
	height: 3px;
	clear: both;
	display: block;	
	background-color: #b9386c;
	margin-left: 20px;
	}

/* ============= SITE MAP ====== */

#site_map{
	padding: 10px;
	margin: 10px;
}
#site_map .summary{
	font-size: inherit;
	color: #666;
}
#site_map .topnav_level{
	margin-top: 8px;
	font-size: 12px;
}
#site_map .subnav_level{
	margin-top: 6px;
	padding-left: 5px;
	font-size: 11px;
}
#site_map .subsubnav_level{
	margin-top: 4px;
	padding-left: 10px;
	font-size: 10px;
}


/* ===================================== CONTENT BLOCKS ================ */

#sidebar{
	width: 200px;
	float: left;
	clear: both;
	display: block;
	min-height: 200px;
	background-color: #FFE571;
}

#content{
	width: 0px;
	float: left;
	display: block;
	height: 412px;
 	margin-left: 20px;
	overflow: hidden;
	background-color: #3b1725;
	font-family: Arial, sans-serif;
	
	
}

#content a{
	
	color: #e5699a;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	}



#content_text {
display: block;
display: none;
height: 412px;
overflow: hidden;
padding-right:10px;
padding-left: 15px;

width:430px;
}
	

#content_text_wide {
display: block;
display: none;
height: 412px;
overflow: hidden;
padding-right:10px;
padding-left: 15px;
margin-bottom: 15px;
width:885px;
}

#content_text_short {
display: block;
display: none;
height: 393px;
overflow: hidden;
padding-right:10px;
padding-left: 15px;

width:430px;
}


#content p{
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	padding: 2px;
	
	}

#content h1{
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
	}
	
#content h2{
	font-size: 18px;
	color: #e5699a;
	font-weight: 800;
	}

#content h3{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	}

#content h4{
	font-size: 13px;
	color: #e5699a;
	font-weight: 700;
	}





/* ============================ right side bar ================== */
#rightsidebar{
	width: 20px;
	float: left;
	display: none;
	height: 412px;
	background-color: #3b1725;
	
}


#rightsidebar_content{
	width: 455px;
	float: left;
	display: none;
	height: 412px;
	
	
}

#side_patron{
	font-size: 11px;
	padding: 4px;
	border-bottom: 1px solid #dedede;
}


#side_campaign{
	font-size: 11px;
	padding: 4px;
	padding-top: 14px;
	border-bottom: 1px solid #dedede;
}


#side_newsletter{
	font-size: 11px;
	padding: 4px;
	padding-top: 14px;
}
#side_newsletter input.button{
	width: 100px;
	height: 20px;
	font-size: 11px;
}
#side_newsletter label{
	font-size: 11px;
	width: 100%;
}
	

/* ============================ News ================== */

div.headline{
	color:#E5699A;
	font-size: 13px;
	font-weight: bold;
	}

div.date_published{
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	
	}

#news_list {
	padding-bottom: 30px;
	
	}

div.news_item {
	margin: 10px 5px 10px 5px;
	border-bottom: 1px solid #E5699A;
	padding-bottom: 10px;
	clear: both;
	
	}

#news_single_view {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}

/* ============================ Foot ================== */	
#rec{
	height: 110px;
	
	clear: both;
	display: block;
	padding-left: 20px;
	font-family: Arial;
}

div.rec_holder{
	float: left;
	width: 430px;
	padding-left: 25px;
	}

div.rec_holder img{
	float: left;
	
	}

div.rec_holder p{
	float:left;
	width: 255px;
	
	padding: 40px 0px 0px 15px;
	color: #959495;
	
	}

div.rec_holder p.left{
	float:left;
	width: 255px;
	margin-top: 25px;
	padding: 15px 0px 10px 15px;
	color: #959495;
	border-right: 1px solid #3a1a26;
	}





/* ============================ FOOTER ================== */
#footer{
	font-family: Arial;
	height: 30px;
	display: block;
	clear: both;
	padding-top: 10px;
	background-color: #220D16 ;
	
}
#footer p{
	
	
	font-size: 11px;
	color: #959495;
}

#footer p.ppink{
	float:left;
	font-size: 13px;
	color: #E5699A;
	font-weight: 400;
	padding-left: 20px;
	
	
	}

#footer p.pgray{
	float: right;
	padding-right: 20px;
	font-size: 12px;
	color: #959495;
	
	}

#footer a{
	
	text-decoration: none;
	font-size: 12px;
	color: #E5699A;
	
}



/* ======================================== Screen Reader Hack ==============================*/
.hidden{	
	display: none;
	/* \*/
	display: block;
	/* */
	position: absolute;
	left: -2000px;	
	top: -2000px;	
	width: 1px;	
	height: 1px;
}


/* ======================================== form validation highlighter ==============================*/
label.js-fError {
  color:#cc0000 !important;
  font-weight:bold !important;
}
input.js-fError, textarea.js-fError {
  background-color:#fec1c1 !important;
  border:1px solid #c76060 !important;
}





/* ================ events calendar ========== */
.calendar{
	margin: 5px;
	padding: 5px;
	border: none;
	color: #666;	
}
.calendar td{
	border: 1px solid #666;
	color: #333;	
	width: 80px;
	height: 80px;
	vertical-align: top;
}
.calendar th{
	border: none;
}
caption.calendar-month{
  font-size: 18px;		
  font-weight: bold;
}

.daynumber{
	font-size: 11px;
}

.event{
	clear: both;
	float: left;
	background-color: #FDD;
	font-size: 12px;	
	width: auto;
	margin: 1px;
}
.event a{
	font_weight: bold;
}
.today{
	background-color: #DFD;
}



#content ul{
	margin-left: 30px;
}
#content li{
	font-size: 11px;
	padding-left: 4px;
	
	color: #E5699A;
}

#content li a{
	
	padding-left: 2px;
	text-decoration: underline;
	
	
}



.photoalbum_item{
	padding: 4px;
	background-color: #999; 
	float: left;
	width: 150px;
}
#photoalbum_single_view p{
	padding: 4px;
	background-color: #999; 
		
}
.photo{
	padding: 4px;
	border: 1px solid #999; 
	float: left;
	width: 150px;
}




.venue{
	padding: 4px;
	height: 185px;
	width: 120px; 
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	
}

#venue_search {
	width: 880px;
	float: left;
	margin-left: 9px;
	}

.venue_search {
	margin-right: 10px;
	
	float: left;
	display: inline;
}

.venue_search a {
	text-decoration: underline !important;
	
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	display: none;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #712442;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/slider.jpg);
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#pane{
	
	
	}

.scroll-pane {
background: none repeat scroll 0 0;
float:left;
margin-top: 15px;
overflow:auto;

}

.scroll-pane-wide {
background: none repeat scroll 0 0;
float:left;
overflow:auto;

}


element.style {
height:auto;
overflow-x:visible;
overflow-y:visible;
padding-right:5px;
position:absolute;
top:0;
width:185px;
}

form#comment label{
	float: left;
	margin: 2px;
	width: 150px;
	margin: 2px;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 12px;
}

form#comment label.error{
	float: left;
	margin: 2px;
	width: 300px;
	margin: 2px;
	color: #cc3333 !important;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}

form#comment select {
	margin: 2px;
	float: left;
	border: 1px solid #B9386C;
	}

form#comment select.date1, form#comment select.date2{
	width: 40px;
	margin: 2px;
	float: left;
	border: 1px solid #B9386C;
	}

form#comment select.date3 {
	width: 85px;
	margin: 2px;
	border: 1px solid #B9386C;
	}

input.submit_comments {
	margin-left: 156px;
	
	}
                       
#player {

	margin-left: 70px;
	margin-top: 30px;
	
	}                       
  
  
 #recaptcha_response_field{
 	float: left;
 	margin:0;
 	padding:0;
 }              


