@charset "utf-8";
/* CSS Document */

body {
	margin:0; 
	padding:0; 
	width:100%; 
	background:#99bbcd url(images/top_bg.jpg) top repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
}

a, a:visited, a:active, .title a, .title a:visited {
	color:#00a4e4;
	text-decoration:none;
}

a:hover, .title a:hover  {
	color:#00a4e4;
	text-decoration:underline;
}


#container {
	width:800px;
	margin:0 auto;
}

#header_logo {
	height:190px;
	width:200px;
	float:left;
}

#header_nav {
	height:190px;
	width:600px;
	float:right;
	background:#ec8710;	
}

#header_nav li {
	padding-right:29px;
	display:inline;
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#header_nav ul {
	width:600px;
	margin-top:162px;
}

#header_nav a, a:visited {
	color:#FFF;
	text-decoration:none;
}

#header_nav a:hover {
	color:#106089;
	text-decoration:none;
}

#header_nav .current {
	color:#106089;
	text-decoration:none;
}

#featured {
	width:800px;
	height:240px;
	float:left;
	background:#106089;
}

#content {
	height:100%;
	background:#3e86ab;	
	float:left;
}

#content_left {
	width:560px;
    background:#FFF;
	float:left;
	padding:20px;
}

#content_left h1 {
	font-size:28px;
	line-height:8px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#106089;
	padding-bottom:12px;
	text-transform:uppercase;
}

.venue {
	font-size:22px;
	line-height:26px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#106089;
	text-transform:uppercase;
}

.title {
	font-size:18px;
	line-height:24px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#158dbc;
}

.time {
	font-size:16px;
	line-height:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#ec8710;
}

.theater {
	font-size:18px;
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#be8400;
}

#content_left p {
	line-height:22px;
}

#content_left .notes {
	font-style:italic;
	font-weight:bold;
}

#content_left .still {
	border:6px solid #e2d9b9;
	margin:0 0 16px 16px;
}

#content_left form {
	float:right;
}

#content_left .foot {
	font-size:14px;
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#106089;
}	

#content_right {
	width:160px;
	background:#3e86ab;
	float:left;
	padding:20px;
}

#content_right h1 {
	font-family:Tahoma, Geneva, sans-serif;	
	color:#FFF;
	font-size:18px;
	line-height:6px;
	font-weight:bold;
}

#content_right p {
	color:#FFF;
	line-height:20px;
	padding-bottom:16px;
}

