@media screen , projection { /* BASIC */ /* 
		CSS RESET by Eric A. and Kathryn S. Meyer v1.0 | 20080212 
	*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
		{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol,ul {
		list-style: none;
	}
	blockquote,q {
		quotes: none;
	}
	blockquote:before,blockquote:after,q:before,q:after {
		content: '';
		content: none;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/*
		END OF CSS RESET
	*/
	body {
		font-size: 72%;
		font-family: Arial, Verdana, sans-serif;
		color: #fff;
		background: #020302 url("../img/background.jpg") no-repeat top center;
		line-height: 1.5em;
	}
	body.home {
		background-image: url("../img/background-hp.jpg");
	}
	h2,h3,h4 {
		font-weight: normal;
	}
	h2 {
		font-size: 130%;
		color: #ed1c24;
		margin-bottom: 0.5em;
	}
	a {
		color: #ed1c24;
		text-decoration: none;
	}
	a:hover,a:focus {
		text-decoration: underline;
	}
	.none {
		display: none;
	}
	form {
		width: 306px;
	}
	.input {
		margin-bottom: 1em;
	}
	.input.text label {
		float: left;
		line-height: 25px;
		width: 95px;
		text-transform: uppercase;
	}
	.text.required label:after {
		content: '*';
	}	
	.input.checkbox label {
		width: auto;
		text-transform: none !important;
	}
	.input.text input {
		width: 200px;
		background: #CCCCCC;
		border: none;
		padding: 5px 3px;
	} 
	.input.checkbox input {
		background: transparent;
		width: auto;
		margin: 0 5px 0 0;
	}
	.error-message {
		color: #ed1c24;
		margin-left: 95px;
	}
	.checkbox .error-message {
		margin-left: 0px !important;
	}
	.submit input {
		float: right;
		background: transparent url(../img/subnavigation.png) repeat-x top;
		height: 20px;
		width: 95px;
		display: block;
		border: none;
		color: #fff;
	}
	/* END BASIC */ /* LAYOUT */
	body {
		text-align: center;
	}
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		text-align: left;
		width: 950px;
	}
	#header {
		
	}
	#content .main {
		background: #000;
		padding: 15px 20px;
	}
	#content .main p {
		margin-bottom: 1em;
	}
	#footer {
		
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	/* Hide from IE Mac \*/
	.clearfix {
		display: block;
	}
	/* End hide from IE Mac */ /* END LAYOUT */ /* DESIGN */
	#main-nav {
		float: left;
		width: 373px;
	}
	#main-nav li {
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		display: inline;
	}
	#main-nav li a {
		background: url("../img/navigation.png") repeat-x;
		color: #fff;
		display: block;
		float: left;
		width: 373px;
	}
	#main-nav li a span {
		margin: 0 20px;
	}
	#main-nav li a:hover,#main-nav li a:focus {
		color: #ed1c24;
		text-decoration: none;
	}
	#main-nav li.active a span {
		background: url("../img/arrow.png") no-repeat left;
		color: #ed1c24;
		padding-left: 10px;
	}
	#submain-nav {
		background: url("../img/subnavigation.png") repeat-x;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	#submain-nav li {
		display: inline;
	}
	#submain-nav li a {
		background: url("../img/subnav.png");
		color: #fff;
		display: block;
		float: left;
		line-height: 32px;
		width: 235px;
	}
	#submain-nav li a span {
		margin: 0 20px;
	}
	#submain-nav li a:hover,#submain-nav li a:focus {
		color: #ed1c24;
		text-decoration: none;
	}
	#submain-nav li.active a {
		background-image: url("../img/subnav-active.png");
	}
	#submain-nav li.active a span {
		background: url("../img/arrow.png") no-repeat left;
		color: #ed1c24;
		padding-left: 10px;
	}
	#twitter {
		background: url("../img/twitter.png");
		line-height: 32px;
		height: 32px;
		margin-top: 15px;
		margin-bottom: 15px;
		width: 950px;
		overflow: hidden !important;
		position: relative;
	}
	#twitter .scroll-text { 
		position: absolute;
  		white-space: nowrap;	
  		_top: 9px;
	}
	#twitter .item img {
		margin-left: 20px;
		margin-right: 10px;
	}
	#header .headline {
		margin: 10px 20px;
	}
	#content img.right, #map_canvas {
		margin-left: 10px;
	}
	#map_canvas {
		color: #000;
	}
	body.home #content .sidebar {
		width: 250px;
		text-align: center;
		font-size: 200%;
		line-height: 1.2;
		float: left;
		margin: 15px 40px;
	}
	body.home #content .main {
		float: right;
		width: 580px;
		background: none;
		padding: 0;
	}
	body.home #content .main .media-player {
		background: #000;
		padding: 15px;
	}
	body.what-is-on #content .main img {
		margin: 0 29px 29px 0;
	}
	body.what-is-on #content .main img.last-col {
		margin-right: 0;
	}
	body.what-is-on #content .main {
		padding-top: 29px;
		padding-bottom: 0px;
	}
	body.sponsors .category {
		margin-bottom: 10px;	
	}
	body.sponsors .category img {
		margin-top: 15px;
		margin-right: 27px;
	}
	body.sponsors .category img.last-col {
		margin-right: 0px;
	}
	body.white-links .main a {
		color: #fff;
		font-weight: bold;
	}
	body.white-links .main a:hover,body.white-links .main a:focus {
		color: #ed1c24;
	}
	.ui-tabs-panel {
	}
	.ui-tabs-panel dt {
		float: left;
		width: 100px;
		height: 23px;
		padding-top: 5px; 
		text-indent: 5px;
		background: url("../img/dl-item.png") repeat-x;
	}
	.ui-tabs-panel dd {
		padding-top: 5px; 
		margin-right:-20px;
		height: 23px;
		background: url("../img/dl-item.png") repeat-x;
	}
	.scroll-pane {
		width: 532px;
		height: 340px;
		overflow: auto;
	}	
	.ui-tabs .ui-tabs-hide {
		position: absolute;
		left: -10000px;
		display: block;
	}
	.ui-tabs-nav {
		width: 533px;
	}
	.ui-tabs-nav li {
		display: inline;
	}
	.ui-tabs-nav li a {
		color: #fff;
		width: 266px;
		display: block;
		float: left;	
		background: url("../img/tabs-bg.png") repeat-x;	
		line-height: 18px;
		height: 20px;
		font-size: 95%;
	}
	.ui-tabs-nav li a:hover, .ui-tabs-nav li a:focus {
		text-decoration: none;
	}
	.ui-tabs-nav li.ui-state-active a {
		background: url("../img/tabs-active-bg.png") repeat-x;
	}
	.ui-tabs-nav li a span {
		margin: 0 5px;
	}
	.sponsors-element {
		margin-top: 30px;
		border-top: 1px solid #786E73;
		padding: 30px 0 20px;
	}
	.sponsors-element a {
		margin-right: 17px;
	}
	#footer {
		border-top: 1px solid #786e73;
		line-height: 40px;
		margin-top: 15px;
		font-size: 95%;
	}
	#footer a {
		color: #fff;
	}
	#footer-nav {
		float: left;
	}
	#footer-nav li {
		display: inline;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid;
	}
	#footer-nav li.last {
		border-right: none;
	}
	#footer-nav li a.share-this {
		padding-left: 25px;
		background: url("../img/share-this.png") no-repeat left;
	}
	#footer-nav li a.facebook,
	#footer-nav li a.twitter {
		position: relative;
		top: 5px;
	}
	/* END DESIGN */
}
