*
{
	margin: 0;
	padding: 0;
}

body
{
	font: normal 1em/1em "lucida grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0d099c;
	text-align: center;
}

#container
{
	width: 800px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border-right: white;
	border-left: white;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
}

#footer
{
	width: 780px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 10px 0px 10px;
	font-size: 0.8em;
	border-right: white;
	border-left: white;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
	height: 200px;
	background-color: #0D099C;
	background-image: url(../images/footer_image.jpg);
	background-repeat: no-repeat;
}

a:link { color: #004d99; }
a:visited { color: #617d99; }
#footer a:link,
#footer a:visited { color: #fff; }

/*** NAV **********************************************************************/
/******************************************************************************/
#nav { background-color: #FFC; }

#nav ul
{
	display: inline;
	list-style: none;
	background: #FFC;
}

#nav ul li
{
	display: inline;
	float: left;
	width: 160px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#nav ul li a
{
	display: block;
	padding: 7px 5px 20px 7px;
	margin: 0 1px 15px 0;
	color: #ab2c35;
	text-decoration: none;
	background: #f1e77d;
}

#nav ul li a:hover { background-color: #f0f1c0; }

/*** SIDEBAR ******************************************************************/
/******************************************************************************/
#sidebar
{
	float: left;
	width: 180px;
	padding: 15px;
	background: #f5f5f5;
}

#sidebar p { font-size: 0.7em; }

/*** MAIN CONTENT *************************************************************/
/******************************************************************************/
#main_content
{
	float: right;
	width: 520px;
	padding: 0 25px 25px 25px;
}

p
{
	font-size: 0.9em;
	line-height: 160%;
	margin: 0 0 1em 0;
	color: #222;
}

h1
{
	font-family: georgia, "times new roman", serif;
	font-size: 28px;
	font-weight: normal;
	margin: 25px 0 15px 0;
	color: #ab2c35;
	line-height: 120%;
}

h2
{
	font-family: georgia, "times new roman", serif;
	font-size: 1em;
	font-weight: bold;
	margin: 18px 0 3px 0;
	color: #ab2c35;
	line-height: 120%;
}

H2 .venue_name { text-transform: uppercase; }

h4
{
	font-family: georgia, "times new roman", serif;
	font-size: 1em;
	font-weight: bold;
	margin: 18px 0 3px 0;
	color: #000;
	line-height: 120%;
	width: 100%;
	height: 24px;
	display: block;
	background-color: #f2f2f2;
	padding: 10px;
	text-transform: uppercase;
}

#venues { text-transform: uppercase; }

#main_content ul
{
	list-style: none;
	font-size: 0.9em;
}

#main_content ul li
{
	margin: 12px 0px 12px 0px;
	color: #222;
	background: url(../images/bullet.gif) -5px top no-repeat;
	padding: 0 0 0 12px;
}

table.form td
{
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}

#main_content table.form td ul li
{
	padding: 0;
	background: #fff;
}

table.form td.label
{
	padding: 7px;
	width: 150px;
	text-align: right;
}

#main_content ul.schedule li
{
	padding: 0;
	font-size: 0.9em;
	line-height: 160%;
	margin: 0 0 1em 0;
	color: #222;
	background: #fff;
}

ul.schedule li span.time
{
	display: block;
	color: #ab2c35;
	font-weight: bold;
	font-size: 0.8em;
	float:right;
	text-align:left;
}

img.perf_photo
{
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #333;
}

/*** GLOBAL LAYOUT HACKS ******************************************************/
/******************************************************************************/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix
{
	display: inline-block;
	width: 100%;
}

* html .clearfix
{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

