@charset "UTF-8";

/********************************************************/
/********************************************************/
/********************************************************/
/*                      MAIN BODY                       */
/********************************************************/
/********************************************************/
/********************************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #FFF url(/_images/background.jpg) no-repeat top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
/*
li {
	border-bottom: solid black 1px;      
	margin: 10px; 
	padding: 2px; 
	width: auto;
	padding-bottom: 20px;
}
*/
/*
h2 {
	color: red; 
	text-decoration: none;  
}
span.attr {
	font-weight: bolder;  
}
*/


/********************************************************/
/********************************************************/
/********************************************************/
/*                TOP LEVEL CONTAINER                   */
/********************************************************/
/********************************************************/
/********************************************************/
#container {
	margin: 0;
	padding: 0;
	width: 55em;
	display: block;
}

a:link, a:active, a:visited{
	font-size: 1em;
    color: #000;
    text-decoration: underline;
}

a:hover{
	color: #00F;
    text-decoration: underline;
}

a img {
	border: none;
}



/********************************************************/
/********************************************************/
/* HEADER                                               */
/********************************************************/
/********************************************************/




/********************************************************/
/* HEADER: MENU                                         */
/********************************************************/

#header {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	z-index:1;
	color: #FFF;
	background-color: #000;
	font-size: 1.1em;
}
#menu {
 	float: left;
	top:0;
	left: 0;
	margin: 0;
  	padding: 0;
	position: absolute;
	width: 100%;
	height: 1.5em;
	padding: 3px 0;
	background-color: #000;
}

#nav, #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}
#nav a:link, #nav a:active, #nav a:visited{
	font-size: .8em;
    display: block;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    background-color: #000;
	padding: 0 3px 0 3px;
}

#nav a:hover{
    background-color:#686868;
    color:#FFF;
}
#nav li{
    float:left;
    position:relative;
}
#nav ul {
    position:absolute;
    width:12em;
    top:1.5em;
    display:none;
}
#nav li ul a{
    width:14em;
    float:left;
}
#nav ul ul{
	top:auto;
}	

#nav li ul ul {
    left:12em;
    margin:0;
}
#nav li a:link, #nav li a:active, #nav li a:visited
{
    border-left: 2px solid #FFF;
}
#nav li li a:link, #nav li li a:active, #nav li li a:visited,
#nav li li li a:link, #nav li li li a:active, #nav li li li a:visited 
{
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 2px solid #FFF;
}

#nav #index a:link, #nav #index a:active, #nav #index a:visited
{
    border: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}
/********************************************************/
/********************************************************/
/* CONTENT                                              */
/********************************************************/
/********************************************************/
#content {
	font-size: 1.1em;
	width: 100%;
	margin: 0 0 -3.5em 0;
	padding: 1.5em 0 0 0;
	display: block;
	position: relative;
	float: left;
}
.cursive {
	font-size:4em; 
	font-family: "Voluta Script Pro", "Brush Script MT", Script;
}


/********************************************************/
/* CONTENT: LEFT (SIDEBAR)                              */
/********************************************************/

#leftcontent {
	float:left;
	display: block;
	width:28%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#sidebar_graphic {
	position: relative;
	float: left;
	z-index: -1;
	top: 1.5em;
	left: 0;
	margin: 0;
	padding: 0;
}
/********************************************************/
/* CONTENT: RIGHT (MAIN CONTENT)                        */
/********************************************************/

#rightcontent {
	width: 72%;
	float: left;
	margin: 0;
	padding: 0;
}
#topimage {
	text-align: right;
}
#topimage_blackoffset {
	/* width: 20%; */
	float: right;
	background: #000;
}

#textbar {
	float: left;
	color: #FFF;
	font-size: 1.05em;
	line-height: 2em;
	text-align: left;
	margin: -.9em 0 1.1em .15em;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}
/*
#textbar {
	float: left;
	color: #FFF;
	font-size: 1.62em;
	line-height: 1.5em;
	text-align: left;
	margin: -.9em 0 1.1em .15em;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}

*/
#textbar-left {
	float: left;
	width: 20px;
	height: 43px;
	background: transparent url(/_images/textbar-left.png) no-repeat right;
}
#textbar-right {
	float: left;
	width: 20px;
	height: 43px;
	background: url(/_images/textbar-right.png) no-repeat left;
}
#textbar-center {
	width: auto;
	height: 34px;
	float: left;
	display: block;
}
#textbar-top {
	width: 476px;
	height: 5px;
	background: url(/_images/textbar-top.png) repeat-x;
}
#textbar-middle {
	height: 33px;
	width: 476px;
	margin: 0;
	padding: 0;
	background: url(/_images/textbar-middle.png) repeat-y top right;
}
#textbar-middle p {
	margin: 0;
	padding: 0;
}
#textbar-bottom {
	width: 476px;
	height: 5px;
	background: url(/_images/textbar-bottom.png) repeat-x;
}
#textbar-two-lines {
	float: left;
	color: #FFF;
	font-size: 1.62em;
	line-height: 3em;
	text-align: left;
	margin: -.9em 0 1.1em .15em;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}
#textbar-two-lines-left {
	float: left;
	width: 20px;
	height: 76px;
	background: transparent url(/_images/textbar-left.png) no-repeat right;
}
#textbar-two-lines-right {
	float: left;
	width: 20px;
	height: 76px;
	background: url(/_images/textbar-right.png) no-repeat left;
}
#textbar-two-lines-middle {
	height: 66px;
	width: 476px;
	margin: 0;
	padding: 0;
	background: url(/_images/textbar-middle.png) repeat-y top right;
}


/* INDEX PAGE CONTENT FOR CURRENT PRODUCTION INFORMATION */
#production_text {
	display: block;
	text-align: center;
	line-height: .2em;
	position: relative;
	bottom: 2em;
}
#production_subtext {
	font-size: 1.5em;
	text-align: center;
	color: #68000D;
	position: relative;
	bottom: 2.2em;
}
#production_event_title {
	font-size: 2.5em;
	text-align: center;
	position: relative;
	display: block;
	bottom: 1em;
}
#production_event_title br {
	font-size: .5em;
}
#production_event_title a {
	font-size: .5em;
}
#production_event_title br {
	font-size: .5em;
}
#production_event_subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	position: relative;
	bottom: 2.5em;
}
#production_event_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: left;
	position: relative;
	left: 4%;
	bottom: 1em;
	text-align: justify;
	width: 95%;
}

/* ANNOUNCEMENT SECTION ON INDEX PAGE */
#announcement {
	top: 4em;
	left: 0;
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
}
#announcement_flyout {
	font-size: .95em;
	left: .7em;
	height: auto;
	float: left;
	display: block;
	position: relative;
	text-align: right;
	padding: .3em 0 0 0;
	color: #FFF;
}
#announcement_box {
	top: .3em;
	left: .6em;
	width: 70%;
	float: left;
	display: block;
	position: relative;
	text-align: left;
	padding: 1em 1em 1em 1em;
	margin: 0 1em 2em 0;
	border: 1px solid #7D6312;
}
#announcement_event {
	margin: 0 0;
	padding: 0 0;
	font-size: 2em;
}
#announcement_box div {
	font-size: .9em;
	margin: 1em 0 0 0;
}
#announcement_event_description {
	
}



/********************************************************/
/********************************************************/
/* FOOTER                                               */
/********************************************************/
/********************************************************/
#footer {
	margin: 5em 0 0 0;
	color: #FFF;
	width:100%;
	position: relative;
	display: block;
	float: left;
	background: #680000 url(/_images/gradient.jpg) repeat-y top right;
}

/********************************************************/
/* FOOTER: LEFT                                         */
/********************************************************/
#leftfooter {
	width: 40%;
	height: 5.2em;
	text-align: center;
	float: left;
	display: block;
	border-right: 2px solid #FFF;
}
.largeWhiteText {
	font-size: 1.5em;
	padding: .4em 0 0 0;
	margin: 0;
}
.smallWhiteText {
	font-size: .8em;
	padding: 0;
	margin: 0;
}

/********************************************************/
/* FOOTER: RIGHT                                        */
/********************************************************/
#rightfooter {
	height: 5em;
	display: block;
	text-align: left;
	float: left;
}
#rightfooter .whiteText {
	font-size: 1.2em;
	padding: 1em 0 1em 1em;
	margin: 0 0;
	display: block;
}
.whiteText a:link, .whiteText a:active, .whiteText a:visited{
	font-size: 1em;
    color: #FFF;
    text-decoration: underline;
}

.whiteText a:hover{
	color: #FF0;
    text-decoration: underline;
}


/********************************************************/
/********************************************************/
/* SPONSORS                                             */
/********************************************************/
/********************************************************/
#sponsors {
	top: .2em;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 5.4em;
	background-color: #FFF;
}

/********************************************************/
/* SPONSORS: Illinois Arts Council                      */
/********************************************************/
#arts_council_sponsor {
	float: left;
	width: 18%;
	border-right: 2px solid #000;
}

#arts_council_sponsor img {
	margin: 1em 1em 1em 1em;
	padding: 0;
	border-style: none;
}


/********************************************************/
/* SPONSORS: Grand Victoria Foundation                  */
/********************************************************/
#grand_victoria_sponsor {
	float: left;
	height: 100%;
	width: 17%;
	border-right: 2px solid #000;
}

#grand_victoria_sponsor img {
	margin: 2em 1em 1em 1em;
	padding: 0;
	border-style: none;
}


/********************************************************/
/* SPONSORS: E3D                                        */
/********************************************************/

#e3d_sponsor {
	float: left;
	height: 100%;
	width: 13%;
	border-right: 2px solid #000;
}
#e3d_sponsor img {
	margin: .5em 1em 1em 1.2em;
	padding: 0;
	border-style: none;
}

/********************************************************/
/* SPONSORS: Grand Victoria Foundation                  */
/********************************************************/
#various_sponsors {
	font-size: .7em;
	font-style: italic;
	float: left;
	margin: 0 3em 1em 3em;
	padding: 0;
	width: 15%;
	height: 100%;
	border-right: 2px solid #000;
}

/********************************************************/
/* SPONSORS: Elgin City                                 */
/********************************************************/

#elgin_sponsor {
	float: left;
	height: 100%;
	border-right: 2px solid #000;
}
#elgin_sponsor img {
	margin: .5em 1em 1em 0;
	padding: 0;
	border-style: none;
}


/********************************************************/
/* SPONSORS: Elgin Opera Footer Logo                    */
/********************************************************/
#footer_logo {
	float: right;
	text-align: center;
	margin: .5em 1em 0 0;
}

#footer_logo_info {
	font-size: .5em;
	margin: 0 0 0 .5em;
}

/********************************************************/
/* NOTICE: "Notice" area under the footer.              */
/********************************************************/
#notice {
	top: .5em;
	width: 100%;
	height: 5em;
	position: relative;
	display: block;
	float: left;
	text-align: left;
	margin: 1em 0 0 1em;
	font-size: .7em;
}


/********************************************************/
/* CLASS DEFINITIONS                                    */
/********************************************************/
.content_heading_wrapper {
	font-size: 1.3em;
	letter-spacing: .7em;
	display: block;
	margin: 1em 0 0 0;
	padding: 0;
	border-top: 1px solid #000;
}
.content_heading {
	margin: .2em 0 0 0;
	padding: 0;
}
.content_subheading_wrapper {
	font-size: 1em;
	display: block;
	margin: 0 0 0 .8em;
	padding: 0;
	border-bottom: 1px solid #68000D;
}
.content_subheading {
	margin: .2em 0 0 0;
	padding: 0;
}
.body_content {
	margin: .4em 0 0 1em;
	padding: 0;
}
.section {
	font-size: .8em;
	font-weight: bold;
	margin: 0 0 .2em 0;
}
.subsection {
	font-size: .8em;
	width: 100%;
	margin: 0 0 .2em 0;
}
h3 {
	font-size: .9em;
	width: 100%;
	margin: 0 0 .2em 0;
}
h4 {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: underline;
}
dl {
	position: relative;
	display: block;
	font-size: .9em;
}
#winners {
	float: left;
	position: relative;
	display: block;
}
#winners dt {
	float: left;
}
#winners dd {
	margin: 0 0 .8em 13em;
}
#split_50_50 {
	margin: .4em 0 0 1em;
}
#split_50_50 div {
	float: left;
	width: 50%;
}
#split_50_50 p {
	font-size: .8em;
	width: 100%;
}

.vspacer {
	display: block;
	width: 100%;
	margin: 2em 0;
}
.vspacer4 {
	display: block;
	width: 100%;
	margin: 4em 0;
}
.comment_box {
	font-size: .7em;
	font-style: italic;
	text-align: justify;
	float: left;
	display: block;
	margin: 2em .5em 0 1em;
	padding: .5em;
	border: 1px solid #000;
	background-color: #FDF6D8;
}
.content_titles {
	color: #68000D;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#clear {
	clear:both;
}
.red, .content_subheading {
	color: #9B000D;
}
.black {
	color: black;
}
.emphasis, .strong-emphasis {
	font-style: italic;
}
.strong, .strong-emphasis {
	font-weight: bold;
}
h5 {
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
