body {
	color: #000;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	background-color: #666;
}


body.home #main {
	background-image:  url(../images/splash.jpg);
	width: 780px;
	margin: 0px auto;
	background-repeat: no-repeat;
}








#header {
	margin: 0;
	padding-left: 12px;
	background-color: #000;
	/*background-image: url(../images/oedipus_lg.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
}





/*#header {
	background-image:  url(../images/theater_logo_ed.gif);
	width: 100%;
	margin: 0;
	padding: 0;
	height: 78px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	
} */

/************* #mainnav styles **************/

#mainnav{
	font-size: 13px;
	padding: 0px 6px 6px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: small-caps;
	margin: 0;
	text-align: center;
}


/* #mainnav{
	font-size: 11px;
	padding: 0px 6px;
	font-style: italic;
	font-weight: bold;
	background-color: #000;
	position: static;
	margin-top: 24px;
	margin-left: 180px;
	
	'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 */

#mainnav a {
	padding: 0px 4px; 
}

#mainnav img{
	vertical-align: middle;
}







a:link  {
	color: #fff;
	text-decoration: none;
}

a:visited  {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fc0;
	text-decoration: underline;	
}

a:active {
	color: #fff;
	text-decoration: none;
	
}


#content a:link  {
	color: #006699;
	text-decoration: none;
	
}

#content a:visited  {
	color: #006699;
	text-decoration: none;
	
}

#content a:hover {
	color: #fc0;
	text-decoration: underline;
	
	
}

#content a:active {
	color: #069;
	
	
}





/* overrides decoration from previous rule for hovered links */

p, h1, h2, h3, h4, h5, h6 {
	
	margin: 0 0 .5em 0;
	padding: 0;
}



p{
	font-size: 11px;
	line-height: 1.75em;
}

h1{
	font-size: 24px;
	color: #999999;
	font-variant: small-caps;
 
}

h2{
	font-size: 15px;
	font-variant: small-caps;

}

h3{
 font-size: 13px;

}

.contact h3 {
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
	color: #0E415A;
}

h4{
	font-size: 12px;
	
}

h5{
 font-size: 10px;

}

h6{
	font-size: 9px;

}


#content ul {
	margin: 1em 0;
	padding: 0;

}

#content li {
	list-style: square;
	font-size: 11px;
	margin:  0;
	padding-left: 3px;
	line-height: 1.75em;
	list-style-position: inside;
}


#synopsis ul {
	margin: 0px 0px 3px;
	padding: 0px;
}
#synopsis li {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#gallery {
	clear: both;
}

#gallery h5 {
	margin-top: .5em;
	padding-top: 1em;
}

#gallery ul {
	margin: 0px 0px 3px;
	padding: 0px;
}
#gallery li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5.gallery {
	text-align: right;
	margin: 2em 0 2em 0;
	clear: both;
}

dl {
	color: #000;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
	margin: 0em 0em 1em 0;
	}
	
dt {
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	}
	
dd {
	margin: 0;
	text-align: left;
	
	}





table {
	font-size: 9px;
	padding: 0;

}

td {
	text-align: left;
/*	vertical-align: top;
*/	line-height: 12pt;
}

th {
	text-align: center;
	width: 36px;
	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main {
	margin: 0px auto;
	padding: 0;
	width: 780px;
	background-color: #fff;
	height: 2000px;
}


body.history #main {
	
}

body.submissions #main {
	height: 966px;
}


body.contact #main {
	height: 660px;
}

body.back #main {
	height: 19000px;
}





#mainhome {
	margin: 0px auto;
	padding: 0;
	width: 780px;
	background: #000000 url(../images/oedipus_splash.jpg) no-repeat center top;
	height: 900px;
}

#subnav{
	float: left;
	margin: 18px 0 0 0;
	padding: 0;
	width: 144px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#content{
	float:right;
	width: 552px;
	margin: 18px 36px 0px 0px;
	padding: 0px;
	background-color: #fff;
	
}

/*#subnav{
	position: relative;
	margin: 0 60px 0 0;
	padding: 6px;
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	font-variant: small-caps;
	background-color: #FF0000;
	font-weight: normal;
}
*/




/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 3px 0px 3px 9px;
	font-variant: small-caps;
	background-color: #FFCB01;
	width: auto;
	
}






/************** .feature styles ***************/

#feature{
	color: #fff;
	left: 120px;
	top: 372px;
	width: 540px;
	position: relative;
	clear: both;
	
} 

#feature p{
	font-size: 12px;
	
}

#feature h4{
	font-variant: small-caps;
	line-height: 1em;
}

#feature ul{
	list-style-type: square;
	line-height: 1.75em;
	font-size: 12px;
}







#content img{
	float: right;
	padding: 0;
	margin: 0px 9px 9px 18px;
}


#gallery img{
	float: left;
	padding: 0;
	margin: 0px 24px 9px 0px;
}

#content table img{
	float: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: auto;
}


.heading{
	background-color:#fc0;
	}
	
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 11px;
	color: #fff;
	margin-top: 1.5em;
	text-align: center;
	margin-bottom: 3em;
	font-weight: normal;
}
/* 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" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer h6{
	padding-bottom: 9px;

}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #subnav styles ***********/


#subnav li {
	padding: 0px;
	list-style-type: none;
	color: #000;
	font-size: 12px;
	text-transform: none;
	line-height: 15px;
	margin: 0 12px 0px -12px;
	font-style: italic;
	font-weight: bold;
	
}

#subnav h3{
	padding: 10px 0px 2px 6px;
}

#subnav a:link{
	color:#069;
	text-decoration: none;
}

#subnav a:visited{
	color:#069;
	text-decoration: none;
}

#subnav a:hover{
	color:#fc0;
	text-decoration: underline;
}

#subnav a:active{
	color:#069;
	text-decoration: none;
}
