/*
[d] Andy Higgs Design & Simon Jobling 2009-2010
[w] http://andyhiggs.co.uk & http://simonjobling.com
[t] @aajhiggs & @si
*/
html,body {
	color: #FFFFFF;
	background: #171717 url(../images/tile-bg.png) repeat-x center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 592px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	position: relative;
}
#wrapper p {
	margin-bottom: 1em;
	line-height: 1.5;
}
#branding {
	position: absolute;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	width: 270px;
	text-transform: uppercase;
	color: #BD0007;
	text-align: center;
	top: 64px;
	overflow: hidden;
	z-index: 1;
	left: -9999px;
}
#branding a {
	color: #BD0006;
	text-decoration: none;
	font-size: 2.56em;
	line-height: 0.8;
}
#branding .season-calendar {
	font-size: 0.78em;
	display: block;
}
#branding .year {
	font-size: 3.2em;
	display: block;
	line-height: 0.6;
}
#branding .tag-line {
	color: #666666;
	font-size: 1.42em;
	margin-top: 1.1em;
}
#introduction {
	width: 232px;
	padding-left: 300px;
	padding-top: 250px;
}
#download_or_subscribe {
	background: url(../images/f1-bg.jpg) no-repeat left top;
	height: 487px;
	padding: 0 0 0 12px;
	text-align: justify;
}
#download_or_subscribe p {
	margin-right: 5px;
	margin-left: 5px;
}
#download_or_subscribe ul li {
	float: left;
	width: 249px;
	padding: 0 16px;
}
#download  a   {
	display: block;
	background: url(../images/buttons.png) no-repeat -253px 0px;
	width: 253px;
	height: 59px;
	text-indent: -9999px;
	color: #FFF;
	margin: 0 auto 1em;
	overflow:hidden;
}
#download a:hover {
	background-position: -253px -59px;
}
#subscribe a {
	display: block;
	background: url(../images/buttons.png) no-repeat 0px 0px;
	width: 253px;
	height: 59px;
	text-indent: -9999px;
	color: #FFF;
	margin: 0 auto 1em;
	overflow:hidden;
}
#subscribe a:hover {
	background-position: 0px -59px;
}
#calendar {
	background: url(../images/black-tile.png) repeat-y left top;
	overflow: hidden;
	zoom: 1;
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left:1px;
}
#calendar h2, #calendar p {
	margin-right: 32px;
	margin-left: 32px;
	margin-bottom: 1em;
}
#race_calendar {
	background: url(../images/race-calendar-title.png) no-repeat left top;
	text-indent: -9999px;
	height: 15px;
	width: 149px;
	float: left;
}
#timezones {
	background: url(../images/timezones-title.png) no-repeat left top;
	text-indent: -9999px;
	height: 15px;
	width: 93px;
}
#timezone_form {
	float: right;
	margin-right: 32px;
	padding-bottom: 25px;
}
.js #timezone_form button {display:none;}
table.race-time {
	color: #CC0000;
	width: 590px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
	-webkit-text-size-adjust: none;
}
table.race-time thead {
	line-height: 37px;
	background: url(../images/tile-table-header.png);
	height: 37px;
	color: #FFF;
	margin: 0 -30px;
	border: 1px solid #600;
}

table.race-time tbody {
	border-bottom: 1px solid #343434;
}

table.race-time tbody.next-event {
	font-weight: bold;
}

table.race-time  tbody.even td  {
	background: #1d1d1d;
}
table.race-time th {
	font-weight:bold;
}
table.race-time tr.race {
	color: #FFF;
}
table.race-time td {
	padding: 0.8em 0;
}
table.race-time th.first-column {
	padding-left: 28px;
	width: 366px;
}

table.race-time td.first-column {
	padding-left: 60px;
	width: 334px;
}

table.race-time tr.race td.first-column {
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 32px 50%;
}
table.race-time tr.race.hide td.first-column {
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: 32px 50%;
}
table .geo, table caption, table .extra, table .uid, table .organizer {
	display: none;
}
#online_calendar_note {padding: 8px 16px;}
#online_calendar_note input {width:195px;border:0;background:#333;color:#FFF;margin-top:8px;padding:4px;}
#footer {
	background: url(../images/black-bottom.png) no-repeat left top;
	padding-top: 40px;
	font-size: 0.9em;
	text-align: center;
	color: #666;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
#space {
	background: url(../images/black-top.png) no-repeat bottom center;
	padding-bottom: 2em;
	padding-top:1em;
	text-align:center;
}

#space2 {
	padding-bottom: 1em;
	padding-top:1em;
	text-align:center;
}
/* JS ONLY */
html.js tbody tr.first-practice,
html.js tbody tr.second-practice,
html.js tbody tr.third-practice,
html.js tbody tr.qualifying {display:none;}