@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

header {
	padding: 5px;
	background-color:#903;
	width: 100%;
	letter-spacing: 2px;
	height: 28px;
	font-size: 20px;
	color: #FFF;
}

header .placer {
	position:absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
}
header a {
	color:#F3BFB2;
	text-decoration: none;
	margin: 0 8px 0 8px;
} 

header a:hover {
	color:#FFF;
	text-decoration: underline;
}

header a:active {
	color:#F00;
}

div#container {
	position:absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
}

#container p {
	margin-bottom: 1em;
}

h1, h2 {
	margin: 20px 0px 5px 0px;
}

h3, h4, h5, h6 {
	margin: 10px 0px 2px 0px;
}

/* header styling */

body#index header a.sang,
body#auditions header a.auditions,
body#story header a.story,
body#cast header a.cast,
body#volunteer header a.volunteer,
body#tickets header a.tickets {
	color: #FFF;
}


/* index page styling */

#index img#EG {
	width: 400px;
	
}

#index #container {
	text-align: center;
}


/* characters page styling */
#characters h5 {
	font-size:16px;
}

#characters dt {
	font-style:italic;
	margin: 7px 0 0 0;
}

#characters a[name],
#characters a[name]:hover,
#characters a[name]:active {
	color: #000;
	text-decoration: none;
}


/* story page styling */

body#story ul {
}

body#story li {
	list-style:none;
}

body#story a.toc_link {
	position: relative;
	font-size: 50%;
	margin-left: 20px;
	top: -4px;

}

body#story span.actor:after {
	content:": ";
	font-weight:bold;
	margin-right: 1em;
}

body#cast div#container {
	text-align:center;
}

body#cast p {
	margin-bottom: 0;
}
