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

body {
	background: url(images/body_bg.jpg);
	background-color: #701712;
    font-family: helvetica, arial, sans-serif;
}
a   {color:#FFE03E; text-decoration:none; font-size: 12px;}
a:hover {text-decoration:underline}

a:focus, a:hover, a:active { outline:none }  

img{ border:none;}	

* {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 .5em 0;
	font-weight: normal;
	color: #FFF;
	font-variant: normal;
}

h3 {
	font-size:16px;
	font-weight: bold;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.5em;
	color: #FFF;
	margin: 0 0 1em 0;
}

.floatLeft {float:left}
.floatRight {float:right}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}

#container {
    width: 800px;
    margin: 0 30px;
    padding: 0;
    border: 0px solid #ccc;
}

#branding {
	width: 800px;
	height: 146px;
	background:url(images/toplogo.png) no-repeat;
	padding-bottom: 25px;
}

#branding h1 {
	text-indent: -9999px;
}

#sidebar {
	float:left;
	width: 200px;
}

.mainNav li {
	display: block;
	float: left;
}

.mainNav li a {
display: inline;
float: left;
width: 200px;
text-indent: -9999px;
}

li.home a {
	height: 35px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left top;
}

li.about a {
	height: 31px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left -35px;
}

li.creative a {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left -64px;
}

li.press a {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left -96px;
}

li.media a {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left -128px;
}

li.contact a {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left -156px;
}

li.tickets a {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left -188px;
}

li.lastage a {
	height: 80px;
	background-image: url(images/lastage.png);
	background-repeat: no-repeat;
}

li.facebook a {
	height: 75px;
	background-image: url(images/facebook-button.png);
	background-repeat: no-repeat;
}

li.home a:hover {
	height: 35px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right top;
}

li.about a:hover {
	height: 31px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right -35px;
}

li.creative a:hover {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right -64px;
}

li.press a:hover {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right -96px;
}

li.media a:hover {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right -128px;
}

li.contact a:hover {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right -156px;
}

li.tickets a:hover {
	height: 32px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	background-position: right -188px;
}

#mainContent {
	float: left;
	width: 530px;
	padding: 20px;
	background: url(images/contentbg.png);
	margin-left: 30px;
}

#featuredContent {
	float: left;
	width: 530px;
	height: 492px;
	padding: 20px 20px 0 20px;
	background: url(images/featuredbg.jpg) no-repeat;
	margin-left: 30px;
}

#featuredContent p {
	text-indent: -9999px;
}

#mainTickets {
	float: left;
	width: 800px;
	height: 60px;
}

#mainTickets a {
	display: block;
	width: 291px;
	height: 60px;
	text-indent: -9999px;
	margin-left: 345px;
}

a.ticket { background: url(images/tixmain.png) no-repeat; }

#footer {
	width: 800px;
	margin-top: 20px;
}
	
#aboutHeading { height: 35px; }
#aboutHeading h2 { background: url(images/abouttop.png) no-repeat; text-indent: -9999px; line-height: 35px; }

#creativeHeading { height: 35px; }
#creativeHeading h2 { background: url(images/casttop.png) no-repeat; text-indent: -9999px; line-height: 35px; }

#mediaHeading { height: 35px; }
#mediaHeading h2 { background: url(images/mediatop.png) no-repeat; text-indent: -9999px; line-height: 35px; }

#pressHeading { height: 35px; }
#pressHeading h2 { background: url(images/presstop.png) no-repeat; text-indent: -9999px; line-height: 35px; }

#supportHeading { height: 35px; }
#supportHeading h2 { background: url(images/supporttop.png) no-repeat; text-indent: -9999px; line-height: 35px; }

#ticketsHeading { height: 35px; }
#ticketsHeading h2 { background: url(images/ticketstop.png) no-repeat; text-indent: -9999px; line-height: 35px; }


.bio {
	width: 530px;
	margin-bottom: 30px;
}

.bio img {
	float: left;
	margin: 0 20px 10px 0;
}

#footer p {font-size: 11px;}


/* ===== miscellaneous styles ===== */

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}	

.highlight {
	color: #FFE03E;
}

.quote {
	font-style:italic;	
}

.endorse {
	font-style:italic;
	margin-top: 20px;
}

	


