		/* ----- style reset ----- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td, th, caption
{
	font-weight: normal;
	text-align: left;
}
img, fieldset
{
	border: 0;
}
ol
{
	padding-left: 1.4em;
	list-style: decimal;
}
ul
{
	padding-left: 1.4em;
	list-style: square;
}
q:before, q:after
{
	content:'';
}
		/* ----- end style reset ----- */

html
{
	background-color: #ccc;
}
body
{
/*	width: 760px;*/
/*	background-color: #fff;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
}

		/* ----- Heading sizes ----- */

h1 {font-size: 2.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1em;}
h5 {font-size: .75em;}
h6 {font-size: .5em;}

.super {vertical-align: top;}

		/* ----- end heading sizes ----- */

#smallfont {font-size:.75em;}

#wrapper
{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border:5px solid white;
}

#home #homelink, #legal #legallink, #history #historylink, #legal #contactlink, #legal #missionlink, #tickets #ticketlink, 
		#season #seasonlink
{
	background-color: black;  /* ----- navigation links identifiers ----- */
		color: white;
}

#home #homelink:hover, #legal #legallink:hover, #history #historylink:hover, #legal #contactlink:hover, #legal 	#missionlink:hover, #season #seasonlink:hover, #tickets #ticketlink:hover
{
	background-color: cornflowerblue;
	text-decoration:none;
}

.caption
{
	position: relative;
	width: 100%;
	height: 130px;
	background-image: url(../images/WebCaption.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	zoom: 1;
}
.caption p, #dir a
{
	color: #ccc;
	font-size: 1.3em;
	font-family: verdana;
	padding-top: 100px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}



#logo
{
	position:absolute;
	left:30px;
	top: 5px;
}

			/* CSS Drop Down Menu */

#menuh-container
{
	position: absolute;
/*	z-index:550;*/
	top: 5em;
	left: 12.5em;
}

* html #menuh-container  {left:10em;}	/*  IE 6 hack */

#menuh
{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
}
#menuh a
{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding:0.3em;
}
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
	color: white;
	font-weight: bold;
/*	font-size: 1.1em;*/
	background-color: blue;
	text-decoration:none;
}
#menuh a:hover	/* menu on mouse-over  */
{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
}
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:6em;*/	/* width of all menu boxes */
			/* NOTE: For adjustable menu boxes you can comment out the above width rule.
			However, you will have to add padding in the "#menh a" rule so that the menu boxes
				will have space on either side of the text -- try it */
}

* html #menuh ul  {width:5em;}
#menuh li
{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}
#menuh ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#menuh ul ul ul
{
	top:0;
	left:100%;
}
div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
}
div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul, div#menuh li li li li:hover ul
{
	display:block;
/*	z-index:550;*/
/*	zoom:1;*/
}
			/* End CSS Drop Down Menu */




			/* ----- copyright style ----- */
#copyright
{
	width:100%;
	margin:0px;
	padding:20px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
/*	border-bottom: 20px solid #ccc;*/
}
			/* ----- end copyright style ----- */

a.button		/* ----- button links style ----- */
{
	background: white;
	color: black;
	font-size: .8em;
	font-weight: bold;
	border-width: 4px;
	border-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	padding: 2px;
	text-decoration: none;
}

a.button:hover
{
	background:black;
	color: white;
}

a.button:active {color:blue;}
			/* ----- end button links style ----- */
