/* CSS Document */

body{
	font: 78%/1.5 arial, helvetica, serif;
}

#nav{
	display:none;
	}
#menuNavigation{
	display:none;
	}
#mainContainer{
	color:#00000;
	background:#ffffff;
	width:100%;
	}
#upperBanner{
	margin:2px 2px 2px 2px;
	background:#ffffff;
	color:#000000;
	width:100%;
	}
#logoText{
	float:left;
	font-size:28px;
	font-family:"Futura Lt BT", Arial;
	font-weight:600;
	line-height:26px;
	padding-left:.25em;
	text-transform:uppercase;
	}
/*Colors text red, used for specifying special red text*/
.redLetter{
	color:#FF0000;
	}	
/*Small Capital Letters*/
.smallCaps{
font-variant:small-caps;
}

/*Capital Letters*/
.allCaps{
	text-transform:uppercase;
	}
.rightSideBanner{
	display:none;
	}
#mainBody{
	clear:both;
	width:100%;
	background-color:#ffffff;
	}
#subpageNavigation{
	float:left;
	width:210px;
	padding:5px 0px 5px 0px;
	border-right:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	}	

#subpageNavigation ul li{
	text-transform:uppercase;
	list-style:none;
	}

#subpageNavigation ul li ul li{
	text-transform:none;
	color:#000000;
	list-style-type:circle;
	list-style-image: url(../images/listimage.gif);
	}
#subpageNavigation ul li ul li:hover{
	color:#FF0000;
	list-style-image:url(../images/listimagered.gif);
	}

#subpageNavigation a {
	text-decoration:underline;
	}

#subpageNavigation a:hover{
	color:#FF0000;
	text-decoration:underline;
	}

.smallHeadingSpacing {
	margin:1px;
	}

.smallHeadingSpacing h3{
	padding:1px;
	margin:1px;
	}
.smallHeadingSpacing h4{
	padding:1px;
	margin:1px;
	font-size:14px;
	}
.smallHeadingSpacing h5{
	padding:1px;
	margin:1px;
	font-size:12px;
	}
.smallHeadingSpacing h6{
	padding:1px;
	margin:1px;
	font-size:10px;
	}

.nonActivePage{
	}

.activePage{
	color:#FF0000;
}


/*Highlights Area in Subpage Navigation*/
.grayBox{
	background:#000000;
	color:#000000;
	width:150px;
	text-align:center;
	margin: 25px 25px 25px 25px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	}
/*Content Area Non-HomePage information detail*/
#contentTextArea{
	padding:5px 5px 5px 4px;
	background-color:#ffffff;
	z-index:0;
	color: #000000;
}
/*Creates a list without markings*/
.noBullets{
	padding:0;
	margin:0;
	}
	
.noBullets li{
	list-style:none;
	padding:0;
	}

/*Creates an inline table with no markings*/
.inlineTable{
	padding:0;
	margin:0;
	}
	
.inlineTable li{
	display:inline;
	list-style:none;
	padding:0;
	width:20px;
	}

#frontPage{
background-color:#ffffff;
}
#frontPageImage{
}

#ticketsAndScripts{
display:none;
}

.splashPageNavigationText {
}

/*Stuff for Season Pages*/
/*Composer Information*/
#operaAtAGlance{
	width:275px;
	padding-top:5px;
	}

.OperaComposer{
	text-align:right;
	text-transform:uppercase;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;	
	}
.OperaName{
	padding-left:8px;
	text-align:center;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:35px;
	color:#ff0000;
	font-variant:small-caps;
	line-height:normal;
	}
.OperaTime{
	padding-left:8px;
	text-align:center;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	font-variant:small-caps;
	}
.OperaLocation{
	padding-left:8px;
	text-align:center;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	}
.OperaCast{
	padding:5px 30px 5px 30px;
	text-align:left;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	}
.OperaLibrettoInfo{
	text-align:left;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:12px;
	color:#ffffff;
	padding-left:20px;
	}
.OperaPremiereInfo{
	text-align:left;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:12px;
	color:#ffffff;
	padding-left:20px;
	}
.OperaRunningTime{
	text-align:left;
	font-family:"Palatino Linotype", "Times New Roman", Times;
	font-size:12px;
	font-style:italic;
	color:#ffffff;
	padding-left:20px;
	}
	
.underline{
	text-decoration:underline;
	}

/* For Lower Synopsis Information and Links (Season Pages)*/
#OperaInformationContainer{
width:100%;
}

#OperaInformationLinks{
	display:none;
}

#OperaSummaryText{
	text-align:justify;
	color:#000000;
	background-color:#FFFFFF;
	}
	
#OperaSummaryText p{
	padding:0;
	margin: 0;
	}
	
	/*Container for the Website footer*/	
#bottomFooter{
	border-top:#000000 1px solid;
	clear:left;
	background:#000000;
	color: #FFFFFF;
	width:100%;
	height:auto;
}
#bottomFooter a{
color:#FFFFFF;
text-decoration:none;
}

/*Container for the announcement boxes in the footer*/
#announcements{
	display: none;	}

/*Containers for designating left or right floats (Used in footer)*/
.footerLeft{
	float:left;
	}

.footerRight{
	float:right;
	}
