/* CAMS Supersprint Championship */
/* ----------------------------- */
/* Template: Dark v1.2		 	 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: March / April 2009 	 */
/* Revised: May 2010		 	 */
/* ----------------------------- */

/* Reset CSS Values */

body {
	padding: 0;
	margin: 0;
	font: 11px Arial, Verdana, Helvetica;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
}

table {
	font-size: inherit;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

/* Define Basic CSS Values */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body-bg.jpg);
}

h2 {
	margin: 0px;
	padding: 11px 9px;
	float: left;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "museo-slab-1", "museo-slab-2", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
}

h5 {
	margin: 0px;
	padding: 14px 12px 0px 0px;
	color: #fff;
	float: right;
	font-size: 10px;
}

h5 a {
	color: #fff;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

p a {
	color: #000;
	text-decoration: underline;
}

p a:hover {
	color: #000;
	text-decoration: none;
}

a {
	outline: none;
	position: relative;
}

a:active {
	top: 1px;
}

/* Main Container */

.container {
	margin: 0px auto;
	padding: 0px;
	width: 890px;
}

/* Header */

.header {
	/*margin-top: 10px;*/
	width: 890px;
	height: 240px;
	background: url(/includes/rotate.php) no-repeat;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.header h2 {
	margin: 0px;
	padding: 0px;
}

.header h2 a {
	margin: 0px;
	padding: 0px;
	width: 890px;
	height: 240px;
	display: block;
	text-indent: -3900%;
	outline: none;
	text-decoration: none;
	border-bottom: none;
}

/* Main Menu */

.main-menu {
	margin: 0px 0px 10px 0px;
	width: 890px;
	height: 35px;
	background: url(../images/menus/main-bg.jpg) repeat-x;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.main-menu ul {
	margin: 0px;
	padding: 0px;
}

.main-menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	font-family: "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2","Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	/*border-right: 1px solid #595959;*/
}

.main-menu ul li a {
	margin: 0px;
	padding: 8px 13px;
	color: #eee;
	text-decoration: none;
	display: block;
	position: relative;
	outline: none;
	background: url(../images/menus/main-bg.jpg) repeat-x;
}

.main-menu ul li a:hover, .main-menu ul li .active {
	color: #fff;
	display: block;
	background: #444 url(../images/menus/main-bg-roll.jpg) repeat-x;
}

.main-menu ul li a:active {
	color: #fff;
	background: #444 url(../images/menus/main-bg-active.jpg) repeat-x;
}

/* Search */
/* */

.search {
	float: right;
	position: relative;
	top: 7px;
	right: 9px;
}

.search-input {
	width: 110px;
	height: 12px;
	padding: 4px 5px;
	margin: 0px;
	font-size: 11px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #555,  #777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.search-button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: 2px 3px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.search-button:hover {
	color: #333;
	text-decoration: none;
}
.search-button:active {
	position: relative;
	top: 1px;
}

.search-button {
	color: #888;
	border: none;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.search-button:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.search-button:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}



/* Content */
/* */

.content {
	margin: 0px 10px 10px 0px;
	width: 580px;
	min-height: 520px;
	background-color: #2a2a2a;
	float: left;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.content-title {
	width: 580px;
	height: 35px;
	background-image: url(../images/menus/latest-news-bg.jpg);
	background-repeat: repeat-x;
}

.content-copy h3 {
	margin: 0px 0px 4px 0px;
	padding: 12px 0px 4px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}

.content-copy h3 a {
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	text-shadow: 1px 1px 1px #000;
}

.content-copy h3 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.content-copy h4 {
	margin: 0px;
	padding: 5px 0px 4px 8px;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}

.content-copy h4 a {
	color: #fff;
	text-decoration: none;
}

.content-copy h4 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.content-copy h5 {
	margin: 0px;
	padding: 2px 0px 4px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	float: none;
	text-shadow: 1px 1px 1px #000;
	font-family: "museo-slab-1", "museo-slab-2", "Arial Narrow", Arial, Helvetica, sans-serif;
}

.content-copy h6 {
	margin: 0px;
	padding: 0px 0px 4px 8px;
	font-weight: bold;
	color: #ccc;
	font-size: 10px;
	float: none;
	font-family: "museo-slab-1", "museo-slab-2", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
}

.content-copy p {
	margin: 0px;
	padding: 3px 8px;
	color: #fff;
	line-height: 14px;
}

.content-copy p a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #666;
}

.content-copy p a:hover {
	border-bottom: 1px dotted #eee;
}

.content-copy p span {
	font-size: 17px;
	font-weight: normal;
	position: relative;
	top: 2px;
	padding-left: 2px;
}

/* Latest Supersprint News */
/* */

.latest-news {
	margin: 0px 10px 10px 0px;
	width: 580px;
	background-color: #2a2a2a;
	float: left;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.latest-news-title {
	width: 580px;
	height: 35px;
	background-image: url(../images/menus/latest-news-bg.jpg);
	background-repeat: repeat-x;
	outline: none;
}

.latest-news-item {
	width: 570px;
	padding: 5px;
	background-color: #2e2e2e;
	border-bottom: 1px dotted #444;
	outline: none;
}

.latest-news-item:active {
	outline: none;
}

.latest-news-item-hover {
	width: 570px;
	padding: 5px;
	background-color: #393939;
	border-bottom: 1px solid #444;
}

.latest-news img {
	margin: 0px;
	padding: 0px;
	float: left;
}

.latest-news-item a img {
}

.latest-news a {
	text-decoration: none;
}

.latest-news h3 {
	margin: 0px;
	padding: 4px 0px 7px 3px;
	font-weight: bold;
	color: #fff;
}

.latest-news h3 a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: none;
}

.latest-news h3 a:hover {
	text-decoration: underline;
	/*border-bottom: 1px dotted #fff;*/
}

.latest-news h4 {
	margin: 0px;
	padding: 0px 0px 5px 3px;
	color: #ccc;
	font-size: 11px;
	font-family: "museo-slab-1", "museo-slab-2", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 600;
	float: none;
}

.latest-news p {
	margin: 0px;
	padding: 1px 0px 1px 3px;
	color: #fff;
}

.latest-news-nav {
	width: 120px;
	text-align: center;
	margin: 9px auto;
	padding: 2px;
	background-color: #393939;
	border: 1px solid #444;
}

.latest-news-nav a {
	text-decoration: none;
	border-bottom: none;
}

.latest-news-nav a:hover {
	/*border-bottom: 1px dotted #fff;*/
}

.latest-news-related {
	margin: 5px 5px 10px 10px;
	padding: 5px;
	background-color: #333;
	width: 260px;
	height: 110px;
	float: left;
}

.no-border {
	border-bottom: none;
}

/* Next Event */
/* */

.next-event {
	margin: 0px 10px 10px 0px;
	padding-bottom: 10px;
	width: 580px;
	background-color: #2a2a2a;
	float: left;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.next-event-title {
	width: 580px;
	height: 35px;
	background-image: url(../images/menus/championship-bg.jpg);
	background-repeat: repeat-x;
}

.next-event h3 {
	margin: 0px;
	padding: 8px 0px 4px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.next-event h3 a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: none;
}

.next-event h3 a:hover {
	text-decoration: underline;
	/*border-bottom: 1px dotted #fff;*/
}

.next-event p {
	margin: 0px;
	padding: 1px 8px 1px 8px;
	color: #fff;
}

.next-event p a {
	color: #fff;
}

.next-event {
	min-height: 180px;
}

.next-event h3 {
	margin: 0px;
	padding: 8px 0px 2px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.next-event h4 {
	margin: 0px;
	padding: 4px 0px 6px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

.next-event p {
	padding-top: 2px;
}

.next-event p img {
	padding-right: 2px;
}

.next-event a {
	text-decoration: none;
}

.next-event a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.next-event-track img {
	float: right;
	margin: 25px 20px 0px 0px;
}

.next-event-track img {
	border: 3px solid #666;
}

.next-event-track a:hover {
	border: 3px solid #999;
}


/* 2009 CAMS Supersprint Championship */
/* */

.championship {
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 1px 0px;
	width: 890px;
	background-color: #2a2a2a;
	clear: both;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.championship-title {
	width: 890px;
	height: 35px;
	background-image: url(../images/menus/championship-bg.jpg);
	background-repeat: repeat-x;
}

.championship-title-alt {
	width: 890px;
	height: 35px;
	background-image: url(../images/menus/championship-bg-alt.jpg);
	background-repeat: repeat-x;
}

.championship p {
	padding: 2px 0px 2px 10px;
	color: #fff;
}

table.sortable {
	border-spacing: 0;
	border-collapse: collapse;
	color: #fff;
	margin: 10px;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	width: 870px;
}

table.sortable p {
	margin: 0px;
	padding: 0px;
}

table.sortable p a {
	color: #fff;
	text-decoration: none;	
}

table.sortable p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

table.sortable a img {
	border-bottom: 0px;
}

table.sortable a:hover img {
	border-bottom: 0px;
}

table.sortable th, table.sortable td {
}

table.sortable th {
}

table.sortable td {
}

table.sortable tr.odd td {
	background-color: #3f3f3f;
}

table.sortable tr.even td {
	background-color: #4a4a4a;
}

table.sortable tr.sortbottom td {
	font-weight: bold;
}

/* Side Panels */

.side-panel {
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	width: 300px;
	background-color: #2a2a2a;
	clear: right;
	float: right;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px #222;
	-moz-box-shadow: 0px 2px 5px #222;
	box-shadow: 0px 2px 5px #222;
}

.side-panel-title {
	width: 300px;
	height: 35px;
	background-image: url(../images/menus/side-bg.jpg);
	background-repeat: repeat-x;
}

.side-panel-title img {
	float: left;
}

.side-panel-gallery {
	float: left;
	margin: 4px 3px;
	padding: 2px;
	max-width: 88px;
}

.side-panel-photo {
	float: left;
	margin: 8px;
	padding: 2px;
}

.side-panel a img {
	padding: 2px;
	background: #3a3a3a;
	border: 1px solid #181818;
}

.side-panel a:hover img {
	background: #303030;
	border: 1px solid #141414;
}

.side-panel h3 {
	padding: 0px 0px 3px 10px;
	font-size: 15px;
	color: #fff;
	clear: both;
}

.side-panel p {
	padding: 0px 0px 3px 10px;
	font-size: 11px;
	color: #fff;
}

.side-panel p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.side-panel p a:hover {
	border-bottom: 1px dotted #eee;
}

.side-panel p strong {
	font-size: 17px;
	font-weight: normal;
	position: relative;
	top: 2px;
	padding-left: 2px;
}

/* Rules and Regulations */
/* */

.rules-and-regulations {
	margin: 0px 0px 0px 10px;
	padding: 10px 3px;
	width: 270px;
	height: 65px;
	float: left;
}

.rules-and-regulations img {
	float: left;
	padding: 10px 10px 0px 0px;
}

.rules-and-regulations h3 {
	margin: 0px;
	padding: 15px 0px 4px 0px;
	color: #fff;
	font-size: 13px;
}

.rules-and-regulations h4 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #ccc;
	font-size: 11px;
}

.rules-and-regulations p {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	line-height: 13px;
}


/* Driver Profiles */
/* */

.driver-profile {
	margin: 10px;
	padding: 5px;
	background-color: #333;
}

.driver-profile-photo {
	float: right;
	margin: 8px;
	border: 3px solid #666;
}

/* Photo Gallery */
/* */

.photo-gallery {
	margin: 10px;
	padding: 5px;
	clear: both;
}

.photo-gallery h4 {
	font-size: 16px;
	float: left;
	font-weight: bold;
}

.photo-gallery h5 {
	margin: 4px;
	padding: 3px 4px;
	color: #fff;
	background: #1d1d1d;
	float: right;
	border: 1px solid #2d2d2d;
	text-transform: uppercase;
	font-size: 12px;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.photo-gallery p {
	clear: left;
}

.photo-gallery-thumbnail {
	margin: 8px;
	background: #181818;
	border: 1px solid #2a2a2a;
	float: right;
}

.photo-gallery-thumbs img {
	margin: 7px;
	padding: 2px;
}

.photo-gallery-thumbs a img {
	background: #181818;
	border: 1px solid #2a2a2a;
}

.photo-gallery-thumbs a:hover img {
	border: 1px dotted #666;
}

.photo-gallery-main {
	margin: 4px;
	border: 3px solid #666;
}

.photo-gallery a img {
	margin: 8px 5px 0px 5px;
	padding: 2px;
	background: #3a3a3a;
	border: 1px solid #181818;
}

.photo-gallery a:hover img {
	background: #303030;
	border: 1px solid #141414;
}

.photo-gallery-small {
	margin: 3px 0px 3px 8px;
	float: left;
}

/* Tracks */
/* */

.track {
	margin: 10px;
	padding: 5px;
	background-color: #333;
	clear: both;
	min-height: 120px;
}

.track-photo {
	float: right;
	margin: 8px;
}

.track a img {
	border: 3px solid #666;
}

.track a:hover img {
	border: 3px solid #999;
}

/* Sponsors */
/* */

.sponsors {
	width: auto;
	height: 105px;
	padding: 15px 40px 25px 0px;
	text-align: center;
}

.sponsors a {
	margin: 0px 20px;
}

.sponsors .sponsors-cams {
	position: relative;
	top: -30px;
}

/* Footer */
/* */

.footer {
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}

.footer p {
	color: #fff;
	padding: 3px 0px 3px 0px;
	font-family: "museo-slab-1", "museo-slab-2", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.footer p a {
	text-decoration: none;
	color: #fff;
}

.footer p a:hover {
	text-decoration: underline;
}

.footer img {
	padding-left: 2px;
	position: relative;
	top: 2px;
}

/* Misc */
/* */

.clear {
	clear: both;
}


.clear-padded {
	padding: 10px 0px;
	clear: both;
}

.email-image {
	position: relative;
	top: 4px;
	padding-right: 2px;
}
