/* 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: 9px;
	float: left;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

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 dotted #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;
}

/* Main Container */

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

/* Header */

.header {
	/*margin-top: 10px;*/
	width: 890px;
	height: 205px;
	background-image: url(../images/headers/header-01.jpg);
	background-repeat: no-repeat;
}

/* Main Menu */

.main-menu {
	margin: 0px 0px 10px 0px;
	width: 890px;
	height: 34px;
	background-image: url(../images/menus/main-bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #595959;
}

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

.main-menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	/*border-right: 1px solid #595959;*/
}

.main-menu ul li a {
	margin: 0px;
	padding: 10px 7px 10px 7px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.main-menu ul li a:hover {
	padding: 10px 7px 9px 7px;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menus/main-bg-roll.jpg);
	background-repeat: repeat-x;
	display: block;
}

/* Content */
/* */

.content {
	margin: 0px 10px 10px 0px;
	width: 580px;
	min-height: 520px;
	background-color: #2a2a2a;
	float: left;
}

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

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

.content-copy h3 a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	text-transform: none;
}

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

.content-copy h4 {
	margin: 0px;
	padding: 5px 0px 4px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}

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

.content-copy h4 a:hover {
	text-decoration: underline;
}

.content-copy h5 {
	margin: 0px;
	padding: 0px 0px 2px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	float: none;
}

.content-copy h6 {
	margin: 0px;
	padding: 0px 0px 4px 8px;
	font-weight: bold;
	color: #ccc;
	font-size: 10px;
	float: none;
}

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

.content-copy p a {
	color: #fff;
}

/* Latest Supersprint News */
/* */

.latest-news {
	margin: 0px 10px 10px 0px;
	width: 580px;
	background-color: #2a2a2a;
	float: left;
}

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

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

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

.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: #999;
	font-size: 10px;
	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;
}

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

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

/* Next Event */
/* */

.next-event {
	margin: 0px 10px 10px 0px;
	padding-bottom: 10px;
	width: 580px;
	background-color: #2a2a2a;
	float: left;
}

.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: 225px;
}

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

.next-event h4 {
	margin: 0px;
	padding: 2px 0px 4px 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: 8px;
}

.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;
}

.championship-title {
	width: 890px;
	height: 35px;
	background-image: url(../images/menus/championship-bg.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;
}

.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 0px 4px 2px;
	padding: 2px;
}

.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;
}

/* 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: normal;
}

.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: 890px;
	height: 50px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}

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

/* Footer */
/* */

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

.footer p {
	color: #fff;
	padding: 3px 0px 3px 0px;
}

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

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

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

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

.clear {
	clear: both;
}