body {
	width: 100%;
	background: url(../images/bg.gif) repeat;
	font-size: 67%;
	font: Georgia, "Times New Roman", Times, serif;
}
.body { 
	margin: 0 auto;
	text-align: left;
	width: 960px;
	border: solid #FFF;
	border-width: 0 1px;
	background: #FFF;
	clear: both;
}
p, label {
	font-size: 1.25em;
	line-height:145%;}
p {
	margin-bottom: 16px ;
}
a { color: #990000; }
h2, h3, h4 { 
	margin-bottom: 8px;}

h2 {
	margin-top: 32px;
	font-size: 1.8em; 
	font-weight: normal; }

h3 { 
	font-size: 1.6em; 
	font-weight: normal; }
	
.right { float: right; }
.left { float: left; }

/* HTML5 tags */
#header, #section, #footer, #aside, #nav, #article, #figure {display: block;}

/* nav styles */
#banner {
	background: #EEE;
	border-top: 4px solid #000;
	height: 100px;
}
#banner ul { 
	margin-top: 84px; 
}
#banner h1 {
	background-image: url(../images/logo.png);
	height: 82px;
	width: 265px; 
	clear: none;
	margin-top: 8px;}
#banner h1 a {
	text-indent: -9999px;
	display: block;
	height: 82px;
	width: 265px; }
	
#banner img { 
	float: right;
	width: 560px;
	margin: -84px 8px 0 0;
	background:#CCC;}

#nav a { 
	font-size: 2em;
	font-style: italic;
	color: #FFF; 
	text-decoration: none;
}
#nav ul {
	list-style: none outside none;
	background:url(../images/nav_ul.gif) repeat-x;
	border: solid #DDD;
	border-width: 1px 0;
	height: 48px;}
#nav li {
	display: inline;
	float: left;
	padding: 12px 32px;
}

.content, #contact, #footer { 
	padding: 32px;
}

/* performance settings */
.performances { position: relative; }
.performances h3 {
	position: absolute;
	left: 42px;
	font-size: 2.3em;
	padding: 0;
	margin: 12px 0 0 8px;
}
.performances h4 {
	position: absolute;
	left: 42px;
	color:#666;
	font-size: 1.8em;
	padding: 0 ;
	margin: 40px 0 0 8px;
	font-weight: normal;
	clear: left;
}
.performances p {
	position: absolute;
	margin-top: 8px;
	left: 544px;
}
.performances .p1 {
	color: #999;
	font-size: .8em;
	left: 14px;
	margin-top: 12px;
	padding: 2px 6px 0 0;
	height: 50px;
	border-right: 1px solid #ddd;
}
.performances .p2 {
	color: #999;
	font-size: .8em;
	left: 410px;
	margin-top: 12px;
	padding: 2px 6px 0 0;
	height: 50px;
	border-right: 1px solid #ddd;
}
.performances .p3 {
	left: 450px;
}
.performances li {
	display: block;
	background: url(../images/event.jpg) left no-repeat;
	height: 72px;
	margin-top: 8px;
	padding: 8px 16px;
}

/* download settings */
.downloads { clear: both; }
.downloads li { margin: 16px 42px 32px 0 ; float: left; }
.downloads li, .downloads li a {
	overflow: hidden;
	height: 64px;
	width: 256px;
	text-decoration: none;
	display: block;
}
.downloads li a {
	padding-top: 24px;
	font-size: 1.4em;
	background:url(../images/audition.jpg) top no-repeat;}
.downloads li a:hover{
	background:url(../images/audition.jpg) 0 -64px no-repeat; }
.downloads li a span { 
	padding: 22px 16px 0 48px;}
	
/* staff settings */
#staff {
	display: block;
	height: 50px;
	background: #F0F0F0 url(../images/shadow.png) top repeat-x;
	clear: both;}
#staff li a { 
	text-decoration: none;
	font-size: 1.2em;
	margin: 12px 0 -12px 32px;
	height: 48px;
	display: block;
	float: left; }	
#staff li a p { 
	font-size: .8em;
	text-decoration: none;
	color: #333; }


/* content styles */
.content {
	background: #fff url(../images/shadow.png) top repeat-x;
}
.img-top-right { margin: 0 0 16px 16px; }
.img-top-left { margin: 0 16px 16px 0; }
.img-right { margin: 16px 0 16px 16px; }
.img-left { margin:16px 16px 16px 0; }

/* contact styles */
#contact {
	display: inline-block;
	background: #F0F0F0 url(../images/shadow.png) top repeat-x;
}
#contact #info { 
	width: 352px;
	float: left;
	display:inline;
}
#contact form {
	width: 528px;
	margin-left: 16px;
	display: inline;
	float: right;
}
#address, #phone, #emaillabel { margin-bottom: 8px; padding-left: 20px; }
#address { background: url(../images/address.png) no-repeat left 2px; }
#phone { background: url(../images/phone.png) no-repeat 3px 2px; }
#emaillabel { background: url(../images/email.gif) no-repeat left 5px; }

/* footer styles */
#footer {
	width: 896px;
	background: #A0A0A0 url(../images/shadow.png) top repeat-x;
	color: #fff;
	display: inline-block;
}
#footer .right { float: right; display: inline-block; }
#footer ul { float: left; margin-right: 64px; }
#footer li { margin-bottom: 8px; }
#footer a { color: #fff; text-decoration: underline; font-size: 1.2em; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

