// #fdcba3 // creme
// #009a7e // green
// #999999 // text grey
// #666666 // link grey
// #e8e8e8 // line grey

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

body {
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #009a7e;
	font: italic 20px Georgia, serif;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

h2 {
	color: #009a7e;
	font: normal 10px Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	display: inline;
	color: #009a7e;
	background-color: #e4ff00;
	font: normal 10px Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	color: #009a7e;
	font: italic 26px Georgia, serif;
	padding: 10px 0;
	margin: 0;
}

#wrapper {
	width: 1025px;
	margin: 0 auto 100px auto;
	padding: 0 25px 0 0;
	overflow: auto;
	background-color: #fff;
	background: #fff url('images/bgline.gif') repeat-y 815px 0;
}

#header {
	overflow: auto;
	margin-bottom: 100px;
	background-color: #fff;
}

#nav {
	margin: 25px 0 30px 25px;
	padding: 0;
	list-style-type: none;
	width: 1000px;
	color: #009a7e;
	font: italic 18px Georgia, serif;
	float: left;
}

#nav li {
	display: block;
	float: left;
	height: 163px;
	padding: 0;
	margin: 0;
	background: #fff url('images/nav.gif') no-repeat;
}

#nav li.schedule				{width: 130px; background-position: 0 0;}
	#nav li.schedule:hover		{width: 130px; background-position: 0 -163px;}
	#nav li.schedule-current	{width: 130px; background-position: 0 -163px;}
#nav li.about					{width: 99px; background-position: -130px 0;}
	#nav li.about:hover			{width: 99px; background-position: -130px -163px;}
	#nav li.about-current		{width: 99px; background-position: -130px -163px;}
#nav li.mission					{width: 110px; background-position: -229px 0;}
	#nav li.mission:hover		{width: 110px; background-position: -229px -163px;}
	#nav li.mission-current		{width: 110px; background-position: -229px -163px;}
#nav li.map						{width: 91px; background-position: -339px 0;}
	#nav li.map:hover			{width: 91px; background-position: -339px -163px;}
	#nav li.map-current			{width: 91px; background-position: -339px -163px;}
#nav li.lineup					{width: 109px; background-position: -430px 0;}
	#nav li.lineup:hover		{width: 109px; background-position: -430px -163px;}
	#nav li.lineup-current		{width: 109px; background-position: -430px -163px;}
#nav li.portfolio				{width: 162px; background-position: -539px 0;}
	#nav li.portfolio:hover 	{width: 162px; background-position: -539px -163px;}
	#nav li.portfolio-current 	{width: 162px; background-position: -539px -163px;}
#nav li.logo					{width: 298px; background-position: -711px 0;}
	#nav li.logo:hover			{width: 298px; background-position: -711px -163px;}
	
#sidebar {
	width: 190px;
	float: left;
	margin-left: 24px;
}

#sidebar h4 {
	color: lightgrey;
	margin-left: 40px;
	margin-top:10px;
	font:bold normal 19px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}

#sponsors {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style-type: none;
}

#sponsors li {
	display: block;
	width: 190px;
	padding: 0;
	margin: 20px 0 40px 0;
	background: #fff url('images/sponsors.gif') no-repeat;
}

#sponsors li.niche					{height: 67px; background-position: -190px 0;}
	#sponsors li.niche:hover	{height: 67px; background-position: 0 0;}
#sponsors li.mccoll					{height: 188px; background-position: -190px -67px;}
	#sponsors li.mccoll:hover	{height: 188px; background-position: 0 -67px;}
	
.cred {
	padding-left:40px;
	margin-bottom:10px;
	font:normal normal 10px Georgia, serif;
	color:#999999;
}

#content {
	width: 800px;
	float: left;
	padding: 0;
	color: #999;
	font: normal 16px Georgia, serif;
}

#content>div {
	padding-left: 25px;
	margin-bottom: 35px;
}

#twitwrapper {
	width: 100%;
	height: 93px;
	position: absolute;
	top: 210px;
}

#twitter {
	background: url('images/tweetbar.gif') no-repeat top left;
	margin: 0 auto;
	padding: 20px 0 0 46px;
	width: 1046px;
	height: 93px;
	// clear: both;
}

#twitter ul, #twitter li {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

.tweet_time {
	//display: none;
}

table {
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

td, th {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	text-align: center;
}

tr.night td {
	border-top: 1px dotted #fdcba3;
}

th {
	width: 110px;
	font: bold 10px Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 0;
}

td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td:hover {background-color: #f8f8f8;}
td:hover h3 {background-color: #f8f8f8;}

td div {
	margin: 5px 0;
}

td h2 {
	font-size: 14px;
}

td h3 {
	display: block;
	color: lightgrey;
	border-top: 1px solid #e8e8e8;
	padding-top: 2px;
	background-color: #fff;
}

td.colspan {
	background-color: #f8f8f8;
	font: bold 10px Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

td p {padding: 0; margin: 0; font: normal 10px Helvetica, sans-serif; line-height: 14px;}
td p.cat {color: #666; font-weight: bold;}
td p.title {color: #999; text-decoration: underline;}
td p.time {color: #000;}
td a {display:block;width:100%;height:100%;text-decoration:none;}

.event {
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 26px;
	position: relative;
}

.event:hover {
	background-color: #f8f8f8;
}

.event h2 {
	display: inline;
}

.event span {
	color: #666;
	font-style: italic;
}

.event ul {
	padding-left: 20px;
}

.event li {
	list-style-type: none;
	margin: 20px 0;
}

.event p {
	margin: 0;
	padding: 0;
}

.topbttn {
	position: absolute;
	left: -16px;
}

.abouttext span {
	 background-color: #efefef;
	 line-height: 50px;
}

.abouttext p {
	line-height: 35px;
}

#pressrelease {
	display: none;
}

.lineup a {
	display: block;
	font: italic 15px Georgia, serif;
	margin: 0 0 15px 25px;
}
