/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	background-color: #EECC00;
	width: 756px;
	border-right: 1px solid #CCB000;
}

a:link, a:visited, a:hover {
	color: #336666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1{
	font-size: 200%;
	border-bottom: none;
}

h2{
	font-size: 140%;
}

h3{
 font-size: 110%;
}

h4{
 font-size: 100%;
}

h5{
 font-size: 100%;
}

p {margin-right: 10px;
}

ul{
	list-style-type: square;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 0;
}

ul ul{
 list-style-type: disc;
}

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

blockquote{
margin-top: 0px;
 margin-bottom: 10px; 
 /* These screw up IE
 margin-left: 15px;
 margin-right: 25px;
 text-align:justify;
*/
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 15px;
}

/************** Schedule styles **************/

.schedule {
//	font: Arial, Helvetica, Sans Serif;
}

.concertinfo {
	padding: 2px, 2px, 2px, 2px;
	margin: 2px, 2px, 2px, 2px;
	border: thick solid Black;
	background: Aqua;
}

.composers {
	font: bold;
	vertical-align: top;
}

.compositions {
	vertical-align: top;
}

.quotes {
	border-top-color: #66CDAA;
	border-top-style: solid;
	border-top-width: medium;
}		

.navText{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 110%;}
		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 5px 0px;
	line-height: 100%;
	width: 100%;
}

#mastleft{
	float: left;
	padding-bottom: 5px;
}

#mastright{
padding-top: 5px;
padding-right: 5px; 
	float: right;
	text-align: right;
}

#navBar{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
	bottom: 0;
}

#navBar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 4px;
	margin-bottom: 1px;
}

#navBar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 4px;
	margin-bottom: 1px;
	margin-left: 15px
}
#content{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	//border-left: 1px solid #c0c0c0;
	width: 574px;
	background-color: #FFEE99;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many 
	to fit in one line this will force a horizontal scrollbar if there isn't 
	enough room for all links remove rule or change value to 'normal' if you 
	want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 5px;
	font-size: 90%;
}

.feature h3{
	text-align: Left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	font-size: 120%;
}

.feature ul { 	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.feature li { 
	list-style-position:outside;
}

.feature p{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 5px 0;
}
/* adjust margins to change separation between the feature image and 
	text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 5px;
	font-size: 90%;
}

.story h3{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: auto;
}

.story p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #707070;
	padding: 5px 10px 10px 10px;
	margin-top: -1px;
   border-top: 1px solid #CCB000;
	}
	/* 
	negative top margin pulls siteinfo up so its top border overlaps 
	(and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	background-color: #FFEE99;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 10px;
}

/************** #advert styles **************/

#advert{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
//	border-top: 2px solid #EEC800;
	bottom: 0;
}

#advert img{
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}