@charset "UTF-8";
/*begin nav style*/
.twoColFixRtHdr #nav {
width:100%;
height: 26px;
padding: 0;
margin: 0px 0px 0px 0px;
position:relative;
z-index:900;
float:none;
clear:both;
}
#menulist_root , #menulist_root ul { /* all lists */
padding:0;
margin:0 none;
margin:0px;
list-style:none;
width:100%;
}
.twoColFixRtHdr #nav ul#menulist_root a:hover {
color: #AC0405;
}
/*.twoColFixRtHdr #nav ul#menulist_root a:hover,
.twoColFixRtHdr #nav ul#menulist_root li:hover a,
.twoColFixRtHdr #nav ul#menulist_root li.iehover a {
color: #FD7801;
}*/
#menulist_root ul {
	background: none !important;
}
#menulist_root li { /* all list items */
	padding: 0;
	margin: 0;
	height: 26px;
	list-style: none;
	background-repeat: no-repeat;
/* 
	display: block;
	float: left;
	*/
}
#menulist_root li ul { /* second-level lists */
	position: absolute;
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 17em;
	height: auto;
	text-align: center;
}
#menulist_root li li {
	padding: 0;
	margin: 0;
	width: 17em;
	height: 20px;
	line-height: 20px;
	background: #C2B091;
	border-bottom: solid 2px #291D13;
	text-align: center;
}
#menulist_root ul a {
	/* width: 17em;
	w\idth: 9em;
	font-family: arial, helvetica, sans-serif;*/
	white-space: nowrap;
}
#menulist_root li:hover ul ul, #menulist_root li:hover ul ul ul,
#menulist_root li.sfhover ul ul, #menulist_root li.sfhover ul ul ul {
	left: -999em;
}
/* This "unhides" the sub-menus (left: -999em is what hides them) */
#menulist_root li:hover ul, #menulist_root li li:hover ul, #menulist_root li li li:hover ul,
#menulist_root li.sfhover ul, #menulist_root li li.sfhover ul, #menulist_root li li li.sfhover ul {
	left: auto;
	margin: 0;
}
#menulist_root li ul {
	width: 17em;
	/*border: 1px solid #363636;*/
	border: solid 2px #291D13;
	border-bottom: none;
	text-align: center;
}
/*
#menulist_root li a {
	margin: 10;
	position: relative;
	height: 46px;
	line-height: 46px;
	font-family: arial;
	font-size: 18px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #3C3C3C; 
	padding: 0 20px; 
}
.twoColFixRtHdr #nav ul#menulist_root ul li {
 float: none;  
 display: block !important;
 display: inline;  
 text-align: center;
}
#menulist_root li a.active {
	color: #EFEFEF;
}
#menulist_root li a.active:hover, #menulist_root li a.active:active {
	color: #FFFFFF;
}
*/
#menulist_root li li a {
	line-height: 20px;
	width: 100%;
	*width: 100%; /* IE */
	text-align: center;
}
html[xmlns*=""] body:last-child #menulist_root li li a { width: 100%; }
#menulist_root li li a:hover {
	background: #333333;
	line-height: 20px;
	height: 20px;
}

#menulist_root li li a.active {
	padding: 0;
	background: none;
	color: #A2CC36;
}
#menulist_root li:hover,
#menulist_root li.sfhover {
	/*background: url(img/nav-hover.png) no-repeat right #959793;*/
	/*background-color: #959793;*/
	position: static;
}
#menulist_root ul li a, #menulist_root ul ul li a {
	background: none;
	font-weight: normal;
	border-right: 0;
	padding: 0 0 0 0px;
	font-size: 11px;
}
#menulist_root li a, #menulist_root li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 26px;
	background-repeat: no-repeat;
}
#menulist_root li li a, #menulist_root li li a:visited {
	text-indent: 0px;
	text-align:left;
	padding-left:10px;
	color:#291D13;
}
.about {background-image: url(images/nav_abouta.gif); width: 98px;}
.about a {background-image: url(images/nav_about.gif);}
.events {background-image: url(images/nav_eventsa.gif); width: 175px;}
.events a {background-image: url(images/nav_events.gif);}
.membership {background-image: url(images/nav_workshopsa.gif); width: 223px;}
.membership a {background-image: url(images/nav_workshops.gif);}
.mailing {background-image: url(images/nav_membershipa.gif); width: 243px;}
.mailing a {background-image: url(images/nav_membership.gif);}
.directions {background-image: url(images/nav_directionsa.gif); width: 120px;}
.directions a {background-image: url(images/nav_directions.gif);}
.contact {background-image: url(images/nav_contacta.gif); width: 141px;}
.contact a {background-image: url(images/nav_contact.gif);}
ul#menulist_root li a:hover {background: none;}
#menulist_root li {float: left;}
#menulist_root:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*end nav style*/
body  {
	font: 12px arial;
	background: #2A1D14;
	margin: 30px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2E1A0F;
	line-height:18px;
}
form {margin: 0;padding:0;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #C4B493;
	padding: 0px 0px 0px 0px;
} 
.twoColFixRtHdr #contentbody {
	width: 955px;
	text-align: left;
	background-image: url(images/bg_fs.jpg);
	background-repeat:y;
	padding: 0px 20px 0px 25px;
} 
.twoColFixRtHdr #header {
	width: 1000px;
	height: 121px;
	text-align: left;
	background-color: #C4B493;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	color:#782E00;
} 
.twoColFixRtHdr #header a:link, .twoColFixRtHdr #header a:visited {
	color:#782D00;
	text-decoration:none;
}
.twoColFixRtHdr #header a:hover {
	color: #AC0405;
	text-decoration:none;
}
.twoColFixRtHdr #footer {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font-size:12px;
	font-family:arial;
} 
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
.twoColFixRtHdr #footer a:hover {
	color: #AC0405;
	text-decoration:none;
}
.searchfield {padding: 2px 0 0 0; margin-top:4px;font-family:arial;font-size:12px;color:#331C10;width:157px;height:20px;border: 1px solid #331C10;}
.twoColFixRtHdr #rightcolumn {
	width: 225px;
	float: left;
	text-align: left;
	background-color: #331C10;
	padding: 10px 0px 0px 14px;
	margin: 10px 0px 0px 0px;
} 
.twoColFixRtHdr #homeContent {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 709px;
	margin: 10px 0px 20px -10px;
	text-align: left;
} 
.twoColFixRtHdr #img1_bg {
	padding: 10px 0px 0px 0px;
	width: 462px;
	height:284px;
	margin: 5px 0px 0px 0px;
	background-image: url(images/home_img1_bg.gif);
} 
.twoColFixRtHdr #img2_bg {
	padding: 7px 0px 0px 0px;
	width: 218px;
	height:81px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/home_img2_bg.gif);
} 
.twoColFixRtHdr #img2_bg2 {
	padding: 7px 0px 0px 0px;
	width: 218px;
	height:81px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/home_img2_bg.gif);
} 
.twoColFixRtHdr #home_artext {
font-size:11px;
}
.twoColFixRtHdr #homeContent #homeblock, #homeblock {
	padding: 4px 9px 4px 9px;
	margin: 0px 0px 20px 0px;
	font-family:arial;
	line-height:16px;
	font-size:11px;
	color:#2E1A0F;
	width:315px;
	float:left;
	text-align:left;
	border: 3px solid #4D3522;
} 
.twoColFixRtHdr #homeContent #homeblock h3, #homeblock h3 {
	margin: 0px 0px 5px 0px;
	font-family:ClarendonBT Bold, arial;
	line-height:18px;
	font-size:15px;
	color:#2E1A0F;
	font-weight: bold;
} 
.twoColFixRtHdr #homeContent #homeblock h4, #homeblock h4 {
	margin: 0px 0px 5px 0px;
	font-family:arial;
	line-height:18px;
	font-size:15px;
	color:#782D00;
	font-weight: bold;
} 
.twoColFixRtHdr #contentbody a:link, .twoColFixRtHdr #contentbody a:visited, .twoColFixRtHdr #homeblock a:link, .twoColFixRtHdr #homeblock a:visited, .twoColFixRtHdr .homecalendar a:visited, .twoColFixRtHdr .homecalendar a:link {
	color:#782D00;
	text-decoration:none;
}
div.homecalendar div.more-link { padding-right: 10px; }
.twoColFixRtHdr #contentbody a:hover, .twoColFixRtHdr #homeblock a:hover, .twoColFixRtHdr .homecalendar a:hover {
	color: #9D1718;
	text-decoration:none;
}
.twoColFixRtHdr .homecalendar .item-list ul {padding:0 15px 0 0;}
.twoColFixRtHdr .home_artist_images {
	border: 3px solid #4D3522;
	margin: 3px 0px 0px 10px;
}
.twoColFixRtHdr #rightcolumn #rightcolitem {
	width: 212px;
	text-align: left;
	background-color: #CAB999;
	background-image: url(images/bg_home_rightcol.jpg);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
} 
.twoColFixRtHdr #homeContent #innerTitle {
	font-size:24px;
	line-height:24px;
	font-family:Times;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
} 
.twoColFixRtHdr #homeContent #innerContainer {
	width:668px;
	border: 3px solid #4D3522;
	padding: 12px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixRtHdr #rtable, .twoColFixRtHdr #rtable tbody, .twoColFixRtHdr #rtable tbody th, .twoColFixRtHdr #rtable tr, .twoColFixRtHdr #rtable td, .twoColFixRtHdr #rtable th {
	border: 0 0 0 0;
	border-top: 0px solid #ccc;
} 
a:focus {
outline: black solid 0px;
}

.Imageright {float: right; padding-left:10px;padding-bottom:10px;}
.Imageleft {float: left; padding-right:10px;padding-bottom:10px;}
.field-field-oneliner {font-style:italic;}
.event-nodeapi .dtstart{font-weight:bold;}
.event-nodeapi .music-start { display: none; }
div.block-event span.event-nodetype { display: none; }
div.block-event span.event-timeleft { text-align: left; }
.vevent .oneliner {font-size:11px; color: #444444;}
.vevent .oneliner-table {font-size:11px; color: #444444; padding-left:3px;}
.vevent .pricelink {font-style:normal;font-size:11px;color:#444444;font-weight:bold;}
div.vevent div.summary.title {font-style: normal; font-weight: bold; font-size:110%;}
.vevent .dtstart {font-style:normal;font-size:11px;color:#333333;}
.links li.event_week, .links li.event_day, .links li.event_list {display:none;}
#nextprev {float:right;width:200px;}

/* jt 2010-07-05 */

.item-list ul li {
  list-style: none;
  margin-left: 0;
}
#webform-client-form-1944 {
  background-color: transparent;
  }
#innerContainer br {
	line-height:0px;
	
}
@-moz-document url-prefix() {
.content br {
	line-height: normal !important;
	
}
}
#innerContainer p {
	margin:3px;
}

#block-block-18 p {
	margin:0px;
}
#block-block-17 {
	padding-bottom:10px;
	
}