/* CSS Document */

html {
	margin: 10px 0 0 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
	background: url("../images/bkgd4.gif") repeat;
	text-align: center;
}

p, h1, h2, h3, h4, a {
	margin-top: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.inline {
	display: inline;
}

dl {
	margin-top: 0;
}

dd {
	margin: 0 0 1em;
}

.bold {
	font-weight: bold;
}


/* ----- Page layout elements ----- */

#container {
	background: #FFF;
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}

#background {
	background: url("../images/pgcontent_bg.gif") repeat-y;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666;
}

/* ----- Header elements ----- */

#header {
	background: #FBF6C1 url("../images/titlebanner.gif") right;
	background-repeat: no-repeat;
	float: left;
	width: 650px;
	height: 85px;
	padding: 0; 
	border-bottom: 1px solid #666;
}

.home #header {
	background: #FBF6C1 url("../images/homebanner.gif") right;
	background-repeat: no-repeat;
	height: 150px;
}

#logo {
	margin: 12px 0 11px 20px;
	padding: 0;
	float: left;
	width: 235px;
	height: 60px;
}

.home #logo {
	margin: 26px 0 26px 32px;
}

/* ----- Navigation bar ----- */
/* Nav bar modeled after primary navigation on www.zeldman.com */

#navbar {
	background: #fff;
	float: left;
	margin: 0;
	padding: 0;
	width: 650px;
	height: 30px;
	border-bottom: 1px solid #666;
}

#navbar ul {
	position: relative;
	background: transparent url("../images/nav_links.gif") no-repeat;
	width: 650px;
	height: 30px;
	margin: 0;
	padding: 0;
}
  
#navbar li {
	position: absolute;
	top: 0;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
  
#navbar a {
	display: block;
	height: 30px;
}

#navbar li a {
	text-indent: -9999px;
}

#nav_1 { left: 0; width: 87px; }
#nav_2 { left: 88px; width: 101px; }
#nav_3 { left: 190px; width: 121px; }
#nav_4 { left: 312px; width: 77px; }
#nav_5 { left: 390px; width: 72px; }
#nav_6 { left: 463px; width: 91px; }
#nav_7 { left: 555px; width: 95px; }


/* ----- Page content ----- */

#content {
	background: /*#F3FAE7*/#E4F4CC;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 499px;
}

/* min-height fix from Mezzoblue.com
http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/ */

/* Mozilla/Safari/Opera */
*>#content {
	padding-top: 400px;
	min-height: 1px;
}

*>#content .adjust {
	margin-top: -400px;
}

/* IE Win with IE5Mac filter \*/
* html #content {
	height: 400px;
}
/* end filter */

/*\*//*/
#content {
	width: 497px;
}
/* */

#content a  {
	color: #1F7E9A;
}

#content a:visited a:active {
	color: #1F7E9A;
}

#content a:hover {
	border-bottom: 1px dotted #1F7E9A;
}

#content a:hover.nostyle {
	border-bottom: 0;
}

#content h2 {
	color: #333;
	margin-top: 0;
}

#content span.body_img img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

#content span.concertimg img {
	float: left;
	margin-right: 10px;
}

#content .address {
	line-height: 1.2em;
}

#content .heading {
	color: #900;
}

#content .bline {
	width: 100%;
	border-bottom: 1px solid #CB801B;
	color: #CB801B;
	letter-spacing: 1px;
}

/*
.line {
	width: 100%;
	color: #CB801B;
	border-top: 1px solid #CB801B;
	border-bottom: 1px solid #CB801B;
}
*/
/*(.pgtitle {
	width: 100%;
	border: 1px solid #E28938;
	margin-top: 0;
	padding-left: 5px;
	background-color: #EEBA8A;
	color: #9C5616;
	letter-spacing: 1px;
}*/

#titlebar {
	float: left;
	margin: 0;
	padding:0;
	width: 499px;
	height: 26px;
}

#titlebar p {
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 30px;
	margin-top: 5px;
}

#bodytext {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	line-height: 1.5em;
}

*>#bodytext {
	width: 438px;
}

/* ----- Content: Season ----- */

.season #titlebar {
	background-color: #EDC243;
}

/* ----- Content: Musicians  ----- */

.musicians #titlebar {
	background-color: #e68a4d;		
}

/* ----- Content: Conductors ----- */

.conductors #titlebar {
	background-color: #A6C8C2;		
}

/* ----- Content: About ------*/

.about #titlebar {
	background-color: #FB9539;		
}

/* ----- Content: Media -----*/

.media #titlebar {
	background-color: #82A5C8;		
}

/* ----- Content: Audition ----- */

.audition #titlebar {
	background-color: #DF9448;		
}

/* ----- Content: Contact ----- */

.contact #titlebar {
	background-color: #97B0B0;		
}

/* ----- Content: Current ----- */

.current #titlebar {
	background-color: #82A5C8;		
}


/* ----- Right navigation bar ----- */

#rightnav {
	background-color: #CFECA4;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	width: 150px;
}

/* IE5Mac Filter \*/
* html #rightnav {
	margin-right: -2px;
}
/* end filter */

#rightnav ul {
	list-style-image: url("../images/bullet1.gif");
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

#rightnav p {
	margin: 0;
}

#rightnav a {
	color: #660;
	text-decoration: none;
}

#rightnav .addlink {
	color: #666;
	margin-left: 25px;
	width: 100%;
	padding: 0;
	display: inline;
}

#navpicture {
	width: 150px;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
}

/* ----- Footer ----- */

#footer {
	background-color: #900;
	font-size: 10px;
	color: #fff;
	clear: both;
	margin: 0;
	padding: 5px 30px 5px 30px;
	border-top: 1px solid #666;
	width: 650px;
	overflow: hidden;
	position: relative;
}

html>body #footer {
	width: 590px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px dotted #fff;
}

#footer li {
	list-style: none;
	text-indent: 0;
	margin: 0;
}

#dept-info {
	float: left;
	text-align: left;
}

#validation {
	position: absolute;
	top: 5px;
	right: 30px;
	text-align: right;
}

/* ----- Home Properties ----- */

/* Mozilla/Safari */
*>.home #content {
	padding-top: 275px;
}

*>.home #content .adjust {
	margin-top: -275px;
}

/* IE Win with IE5Mac filter \*/
* html .home #content {
	height: 275px;
}
/* end filter */

.home #rightnav {
	padding-top: 10px;
}

.eventLeft
{
    clear: both;
    float: left;
    width: 200px;
}
.eventRight
{
    float: right;
    border-left: 1px solid #cbc8b7;
    width: 200px;
}

.eventPerformers h4
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.eventProgram h4
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.eventPerformers
{
    margin: 10px 0 10px 8px;
}
.eventPerformers p
{
    color: #333333;
    font-family: Arial;
    font-size: 11px;
    line-height: 1em;
}
#content .eventPerformers p {
     font-size: 11px;
     line-height: normal;
}
.eventPerformers h4
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.eventProgram
{
    margin: 10px 0 10px 8px;
}
.eventProgram h4
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.eventProgram ul a:link, .eventProgram ul a:visited, .eventProgram div a:link, .eventProgram div a:visited
{
    color: #ff6600;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
}
.eventPerformance
{
    clear: both;
    border-top: 1px solid #cbc8b7; 
    padding: 8px 0 13px 0;
    margin: 0;
}
.eventPerformance h3
{
    font-size: 16px;
    line-height: 15px;
    color: #333333;
    margin: 0 0 22px 0;
    padding: 0;
}

.eventSmallHeading
{
    color: #333333;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.eventSeparator
{
    clear: both;
    border-bottom: 1px solid #cbc8b7;
}
