@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	color:#FFF;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */

}

.twoColFixLtHdr h1 { font-size:20px; font-family:Arial, Helvetica, sans-serif; color:78A22F;}
.twoColFixLtHdr h2 { font-size:16px; font-family:Arial, Helvetica, sans-serif; color:78A22F; margin-bottom:0px; padding-bottom:0px;}
.twoColFixLtHdr h3 { font-size:14px; font-family:Arial, Helvetica, sans-serif; color:78A22F; margin-bottom:0px; padding-bottom:0px; line-height:16px; padding-top:10px;}
.twoColFixLtHdr h4 { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:78A22F; margin-bottom:0px; padding-bottom:0px; line-height:14px; padding-top:10px;}

/* Fonts */
.TSOgreen { color:#78A22F;}

.bold {font-weight:bold;}
.justify { text-align:justify; }


.xsmall{font-size:10px;}
.small{font-size:12px;}
.medium{font-size:14px;}
.large{font-size:16px;}
.xlarge{font-size:18px;}

/* Basic Link */
a {color:#78A22F; font-size:12px; line-height:2em; text-decoration:none;}
a:hover {color:#FFF; font-size:12px; text-decoration:underline;}

.twoColFixLtHdr #viewPort {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position: center;
	margin-top: 0px;
}

.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#nav_top {
	color: #FFF;
	background-color: #000;
	text-align: right;
	height: 30px;
	width: 980px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	margin-right:10px;
}
#nav_top a:link {color:#FFFFFF; padding:0 5px; font-size:12px; line-height:1em; text-decoration:none;}
#nav_top a:visited {color:#FFFFFF; padding:0 5px; font-size:12px; line-height:1em; text-decoration:none;}
#nav_top a:hover {color:#78A22F; padding:0 5px; font-size:12px; line-height:1em; text-decoration:none;}
#nav_top a:active {color:#FFFFFF; padding:0 5px; font-size:12px; line-height:1em; text-decoration:none;}

#header {
	background: #000000;
	height: 234px;
	background-image: url(images/header_bg.jpg);
}

.twoColFixLtHdr #navBar {
	width: 955px;
	height: 53px;
	background-color: #000;
	top: -218px;
	padding-left:0px;
	margin: 0 auto;
	text-align:center;
}

.twoColFixLtHdr .navigation {float:left; padding-left:5px; margin-top:8px; width:955px; padding-right:5px;}
.twoColFixLtHdr .navigation ul {list-style:none; list-style-type:none;}
.twoColFixLtHdr .navigation li {list-style:none; display:inline; padding-left:8px; padding-right:8px;}
.twoColFixLtHdr .navigation li a {padding: 5px 6px 5px 6px; font-size:12px; line-height:30px;}
.twoColFixLtHdr .navigation li a:link {color:#FFFFFF; text-decoration:none;}
.twoColFixLtHdr .navigation li a:visited {color:#FFFFFF; text-decoration:none;}
.twoColFixLtHdr .navigation li a:hover {color:#78A22F; text-decoration:none;}
.twoColFixLtHdr .navigation li a:active {color:#FFFFFF; text-decoration:none;}
.twoColFixLtHdr .navigation a .un {
	font-family:Arial, Helvetica, sans-serif;
	color:#78A22F;
	font-size:12px;
	text-decoration:none;
	}

.twoColFixLtHdr #mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:1.7em;
	padding-top:0px;
	padding-right: 30px;
	margin-top:3px;
	}

.twoColFixLtHdr #mainContent .staff {
	min-height:250px;
}

.twoColFixLtHdr #mainContent .staffpic {
border:1px solid #D2D2D2;
margin:2px;
margin-right: 20px;
padding:5px;	
width:150px;
float:left;
}

/* One Column */
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 408px;
	margin-left: 560px;
	min-height: 500px;
}

/* Two Column */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000;
	height: 100%;
	min-height: 600px;
	margin: 0px 9px 8px 18px;	/* border-right:thin dotted gray; */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #sidebar1 .quickLink ul { list-style:none;}
.twoColFixLtHdr #sidebar1 .quickLink li { list-style:none; font-family: Arial, Helvetica, sans-serif; margin-left:-30px;}
.twoColFixLtHdr #sidebar1 .quickLink li a {color:#78A22F; font-size:12px; line-height:2em; text-decoration:none;}
.twoColFixLtHdr #sidebar1 .quickLink li a:hover {color:#FFF; font-size:12px; text-decoration:underline; padding-left:20px;}


.twoColFixLtHdr #mainContent {
	width: 680px;
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 0px;
	float:right;
	min-height:700px;
}

.twoColFixLtHdr .divider {border-top:thin dotted gray; height: 2px; padding-bottom:10px; margin-top:5px;}
.twoColFixLtHdr .storyDivider {border-top:thin dotted gray; height: 2px; padding:10px 0 0 0; margin:0 0 0 30px;}

.twoColFixLtHdr .topLink {padding:5px 0 5px 0; margin:0 0 20px 30px; border-top:thin dotted gray; height: 2px;}
.twoColFixLtHdr .topLink a:link {color:#78A22F; font-size:12px; text-decoration:none;padding-top: 10px;}
.twoColFixLtHdr .topLink a:visited {color:#78A22F; font-size:12px; text-decoration:none;padding-top: 10px;}
.twoColFixLtHdr .topLink a:hover {color:#78A22F; font-size:12px; text-decoration:none;padding-top: 10px; font-weight:bold;}
.twoColFixLtHdr .topLink a:active {color:#78A22F; font-size:12px; text-decoration:none;padding-top: 10px;}

/* Concert Listings */

.twoColFixLtHdr #mainContent .conductor {
border:1px solid #D2D2D2;
margin: 0 0 0 30px;
padding:5px;	
width:150px;
float:left;
}

.twoColFixLtHdr #mainContent .guestmusician {
border:1px solid #D2D2D2;
margin: 10px 0 10px 30px;
padding:5px;	
width:100px;
}

.twoColFixLtHdr #mainContent .description {
border:1px solid #D2D2D2;
margin:2px;
margin-left: 10px;
margin-right: 20px;
padding:5px;	
width:450px;
float:right;
}

.twoColFixLtHdr #mainContent #pageTitle {
	width: 670px;
	height: 35px;
	padding-top: 10px;
	padding-left:18px;
	background-color:#78A22F;
	color:#000;
	margin:auto;
	text-align:left;
	font-size:22px;
	font-weight:bold;
	background-image:url(images/pgTitle_BG.png);
	background-position:right;
	background-repeat:no-repeat;
}

.twoColFixLtHdr #mainContent .concert {
	width:670px;
	height: 76px;
	margin:0px 9px 12px 0px;
	padding:0 0 0 0;
	background-color:#000;	/* background-image:url(images/concert_title_bg.jpg); 
	background-repeat:repeat-x;*/
}

.twoColFixLtHdr #mainContent #concerts h4 {
	/*width:330px;*/
	margin:0 0 0 30px;
	padding:0 0 0 0;
	text-align:left;
	color: #78a22f;
}

.twoColFixLtHdr #mainContent #concerts p {
	/*width:330px;*/
	margin-left:30px;
	text-align:justify;
}

.twoColFixLtHdr #mainContent .concertTitle {
	margin-top:-35px;
	float:right; 
	font-size:18px;
	padding-left: 0px;
}

.twoColFixLtHdr #mainContent .concertDesc {
	width:430px;
	float:right;
}
.twoColFixLtHdr #mainContent .concertOverview {
	width:680px;
	height: 225px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.twoColFixLtHdr #mainContent .concertScore {
	width:480px;
	margin: 0 0 0 200px;
	padding:0 0 0 0;
}
.twoColFixLtHdr #mainContent .concertScore p {
	text-align:left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
.twoColFixLtHdr #mainContent .ticketLink {
	width: 680px;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.twoColFixLtHdr #mainContent .ticketLink a {
	font-size:16px;
	outline: none;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

.twoColFixLtHdr #mainContent .ticketLink a:hover {
	font-size:16px;
	margin-left:30px;
	text-decoration:none;
}

/* Articles */

.twoColFixLtHdr #mainContent .article {
	width:100%;
	height: 20px;
	margin-top: 20px;
	margin-bottom:2px;
	padding:3px;
	background-color:#333;
	/* background-image:url(images/concert_title_bg.jpg); */
	background-repeat:repeat-x;
}
.twoColFixLtHdr #mainContent .indent {
	text-indent: 10px;
	padding-left:5px;
}

.twoColFixLtHdr #mainContent .articleTitle {
	float:left;
	font-size:14px;
	padding-left: 5px;
	color:#78A22F;
}

.twoColFixLtHdr #mainContent .articleToggle {
	float:right;
	font-size:12px;
	margin-top:-3px;
	padding-right:5px;
}

.twoColFixLtHdr #mainContent .storyDate {
	font-size:10px;
	color:#666666;
	padding-left:5px;
}

.twoColFixLtHdr #mainContent .storyImage {
border:1px solid #D2D2D2;
margin:2px;
margin-bottom:5px;
margin-right: 18px;
padding:5px;
float:left;
}


/* Donations */ 

.sponsor_item {
	height:25px;
	margin-bottom:15px;
	}
	
.twoColFixLtHdr #mainContent .sponsor_item ul {
	color:#FFF;
	}
	
.twoColFixLtHdr #mainContent .sponsor_item li {
	color:#FFF;
	}

/* Footer */
.twoColFixLtHdr #footer {
	padding: 0 10px 0 18px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height: 70px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#FFF;
	text-align:center;
	line-height:18px;
}
	
#social {
	width:217px;
	margin-top: -45px;
}

#footerNav {
	width:730px;
	/*float:right;*/
	margin-left: 223px;
}

#footer #footerNav a { font-size:9px; line-height:18px;}
#footer #footerNav a:link {color:#FFF;text-decoration:none;}
#footer #footerNav a:visited {color:#FFF; text-decoration:none;}
#footer #footerNav a:hover {color:#78A22F; text-decoration:underline;}
#footer #footerNav a:active {color:#FFF; text-decoration:none;}

/** FLOATS **/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}