/* Motor Racing Australia 		 */
/* ----------------------------- */
/* Template: Standard v1.0		 */
/* Author: I Am Tyce 			 */
/* URL: http://www.iamtyce.com	 */
/* Created: June 2009		 	 */
/* ----------------------------- */

@import url("prettyPhoto.css");

/* 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-color: #313131;
}

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 {
	padding: 4px 6px;
	color: #fff;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: none;
	background-color: #a5976b;
	-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;

}

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: 900px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
}

/* Header */

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

/* Main Menu */

.main-menu {
	width: 800px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/menus/main-bg.jpg);
	background-repeat: repeat-x;
}


#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	float: left;
}

#menu a {
	display: block;
	text-indent: -3900%;
	float: left;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span {
	display: block;
}

#menu li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#menu .home {
	padding: 0px;
	margin: 0px;
	width: 49px;
	height: 40px;
	background: url(../images/menus/home.jpg) no-repeat;
}

#menu .events {
	width: 63px;
	height: 40px;
	background: url(../images/menus/events.jpg) no-repeat;
	left: 49px;
}

#menu .news {
	width: 50px;
	height: 40px;
	background: url(../images/menus/news.jpg) no-repeat;
	left: 112px;
}

#menu .drivers {
	width: 67px;
	height: 40px;
	background: url(../images/menus/drivers.jpg) no-repeat;
	left: 162px;
}

#menu .rules-and-regulations {
  width: 99px;
  height: 40px;
  background: url(../images/menus/rules-and-regulations.jpg) no-repeat;
  left: 229px;
}

#menu .photo-gallery {
  width: 111px;
  height: 40px;
  background: url(../images/menus/photo-gallery.jpg) no-repeat;
  left: 328px;
}

#menu .points {
  width: 58px;
  height: 40px;
  background: url(../images/menus/points.jpg) no-repeat;
  left: 439px;
}

#menu .contact {
  width: 71px;
  height: 40px;
  background: url(../images/menus/contact.jpg) no-repeat;
  left: 497px;
}

/* Search */
/* */

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

.search-input {
	width: 134px;
	height: 15px;
	padding: 3px;
	margin: 0px;
	background-color: #fff;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;	
	border: 2px solid #fff;
}

.search-button {
	padding: 2px 4px;
	position: relative;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;	
	/*height: 22px;
	border: 2px solid #fff;
	background-color: #dfc8a7;
	text-transform: uppercase;
	font-weight: bold;*/
}


/* Content */
/* */


.content {
	margin: 10px;
	width: 460px;
	position: relative;
	left: 55px;
	float: left;
}

.content-title {
	width: 460px;
	height: 35px;
	background-color: #b8ab82;
}

.content h2 {
	width: 300px;
	display: block;
	text-indent: -900%;
	position: absolute;
	float: left;
	outline: none;
	background-repeat: no-repeat;
}

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

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

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

.content p {
	margin: 0px;
	padding: 1px 0px 1px 4px;
}

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

.content-copy h3 a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	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: #000;
	font-size: 15px;
}

.content-copy h4 a {
	color: #000;
	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: #000;
	font-size: 11px;
	float: none;
}

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

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

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

h2.news {
	background-image: url(../images/titles/latest-news.jpg);
}

h2.drivers {
	background-image: url(../images/titles/drivers.jpg);
}

h2.rules-and-regulations {
	background-image: url(../images/titles/rules-and-regulations.jpg);
}

h2.photo-gallery {
	background-image: url(../images/titles/photo-gallery.jpg);
}

h2.points {
	background-image: url(../images/titles/points.jpg);
}

h2.contact {
	background-image: url(../images/titles/contact.jpg);
}

/* Latest MRA News */
/* */

.latest-news {
	padding: 0px;
	margin: 10px;
	width: 460px;
	position: relative;
	left: 55px;
	float: left;
}

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

.latest-news h3 a {
	margin: 0px;
	padding: 0px;
	color: #000;
	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: #333;
	font-size: 10px;
	float: none;
}

h5.read-more a {
	padding: 4px 6px 2px 6px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 7px;
	left: -3px;
	clear: both;
}

h5.read-more a:hover {
	color: #fff;
	background-color: #870000;
	-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;
}

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

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

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

.latest-news-item a img {
}

.latest-news-title {
	padding: 0px;
	margin: 0px;
	width: 460px;
	height: 35px;
	background-color: #b8ab82;
}

.latest-news-title img {
	float: left;
}

.latest-news-item {
	margin: 0px;
	padding: 0px;
	width: 450px;
}

.latest-news-item li {
	width: 450px;
	padding: 5px;
	background-color: #ddd3b2;
	border-bottom: 1px dotted #666;	
	cursor: pointer;
}

.latest-news-item li:hover {
	width: 450px;
	padding: 5px;
	background-color: #d4c8a2;
	border-bottom: 1px dotted #999;
	cursor: pointer;
}

.latest-news-nav {
	width: 140px;
	text-align: center;
	margin: 9px auto;
	padding: 2px;
	color: #eee;
	background-color: #C6BA94;
	-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;
}

.latest-news-nav p {
	color: #fff;
}

.latest-news-nav p a {
	color: #f9f9f9;
	text-decoration: none;
}

.latest-news-nav p a:hover {
	color: #fff;
	text-decoration: none;
}


/* Driver Profiles */
/* */

.driver-profile {
	margin: 10px;
	padding: 5px;
	min-height: 200px;
	background-color: #e0d7b8;
	border: 1px solid #b8ab82;
}

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


/* Next Event */
/* */

.next-event {
	margin: 10px;
	width: 460px;
	position: relative;
	left: 55px;
	float: left;
}

.next-event-title img {
	float: left;
}

.next-event-title {
	width: 460px;
	height: 35px;
	background-color: #b8ab82;
}

.next-event-content {
	padding: 0px 4px;
}

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

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

.next-event h4 {
	margin: 0px;
	padding: 4px 0px 6px 4px;
	font-weight: bold;
	color: #2d2d2d;
	font-size: 14px;
}

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

.next-event p {
	padding: 1px 4px;
}

.next-event p img {
	padding-right: 3px;
	position: relative;
	top: 1px;
}

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

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

.next-event-map {
	
}

.next-event-map img {
	margin: 10px;
}

.next-event-map a img {
	padding: 3px;
	background-color: #d6caa8;
}

.next-event-map a:hover img {
	padding: 2px;
	border: 1px solid #a5976b;
	background-color: #cbbc8e;
}


/* Championship */
/* */

.championship {
	margin: 10px;
	width: 770px;	
	position: relative;
	left: 55px;
	clear: both;
}

.championship-title {
	width: 770px;
	height: 35px;
	background-color: #b8ab82;
}

.championship-title img {
	float: left;
}

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

.championship h3 {
	padding: 12px 0px 0px 8px;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

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

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

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

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

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: #e0d7b8;
}

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

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

/* Points */
/* */

.points-title {
	margin-bottom: 10px;
	width: 770px;
	height: 35px;
	background-color: #b8ab82;
}


/* Photo Gallery */
/* */

.photo-gallery-home {
	min-height: 115px;
	margin: 8px;
	padding: 3px;
	background-color: #e0d7b8;
}

.photo-gallery-home h4 {
	margin: 0px;
	padding: 5px 0px 4px 8px;
	font-weight: bold;
	color: #000;
	font-size: 15px;
}

.photo-gallery-home h4 a {
	color: #000;
	text-decoration: none;
}

.photo-gallery-home h4 a:hover {
	text-decoration: underline;
}

.photo-gallery-home h5 {
	margin: 0px;
	padding: 0px 0px 4px 8px;
	font-weight: bold;
	color: #444;
	font-size: 11px;
	float: none;
}

.photo-gallery-home p {
	clear: left;
	padding: 0px 0px 4px 8px;
}

.photo-gallery-thumbnail {
	margin: 8px;
	border: 3px solid #b8ab82;
	float: right;
}

.photo-gallery-thumbs img {
	margin: 5px 0px 5px 5px;
}

.photo-gallery-thumbs a img {
	border: 2px solid #b8ab82;
}

.photo-gallery-thumbs a:hover img {
	border: 2px solid #b8ab82;
}

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

.photo-gallery-home a img {
	border: 1px solid #b8ab82;
	background-color: #f2eddc;
	padding: 2px;
	margin: 3px 0px 3px 6px;
}

.photo-gallery-home a:hover img {
	border: 1px solid #a3956a;
	background-color: #e8e1cb;
}

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

/* Side Panels */

.side-panel {
	margin: 10px 10px 0px 10px;
	width: 300px;
	padding-bottom: 10px;
	background-color: #ebe2c5;
	clear: right;
	float: right;
	position: relative;
	right: 55px;
}

.side-panel-title {
	width: 300px;
	height: 35px;
	background-color: #b8ab82;
}

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

.side-panel-gallery {
	float: left;
	margin: 8px 0px 6px 8px;
	padding: 2px;
}

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

.side-panel a img {
	border: 1px solid #b8ab82;
	background-color: #f2eddc;
}

.side-panel a:hover img {
	border: 1px solid #a3956a;
	background-color: #e8e1cb;
}

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

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

.side-panel p a {
	padding: 5px 7px 3px 7px;
	color: #fff;
	font-weight: bold;
	background: #c6ba94;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	top: 5px;
	-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;
}

.side-panel p a:hover {
	background-color: #870000;
	-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;
}

.side-panel-video {
	margin: 15px;
	padding: 5px;
	background-color: #373737;
}

/* Bottom Footer */
/* */

.bottom {
	width: 900px;
	height: 165px;
	background-color: #313131;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
}

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

.bottom p a {
	padding: 3px 4px 1px 4px;
	color: #fff;
	text-decoration: none;
	position: relative;
	left: -3px;
}

.bottom p a:hover {
	color: #670001;
	text-decoration: none;
	background: #fff;
	-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;
}

.bottom p em {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.bottom h3 {
	padding: 5px 0px 3px 0px;
	font-size: 15px;
	color: #fff;
}

.bottom h4 {
	padding-bottom: 5px;
	font-size: 10px;
	color: #fff;
	font-size: 11px;
}

.bottom h4 a {
	color: #ddd;
	text-decoration: none;
}

.bottom h4 a:hover {
	color: #ddd;
	text-decoration: underline;
}

.bottom-leaderboard {
	width: 290px;
	height: 55px;
	position: relative;
	left: 70px;
	top: 65px;
	float: left;
	padding-top: 4px;
}

.bottom-leaderboard p {
	padding: 4px 0px 0px 0px;
}

.bottom-leaderboard h5 {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: none;
	font-size: 11px;
	font-weight: normal;
}

.bottom-our-drivers {
	width: 190px;
	height: 55px;
	position: relative;
	left: 115px;
	top: 65px;
	float: left;
}

.bottom-our-drivers img {
	float: right;
	position: relative;
	right: 4px;
	border: 2px solid #450101;
}

.bottom-our-drivers a img {
	border: 2px solid #450101;
}

.bottom-our-drivers a:hover img{
	border: 2px solid #fff;
}

.bottom-next-event {
	width: 190px;
	height: 55px;
	position: relative;
	left: 165px;
	top: 70px;
	float: left;
}

.bottom-next-event img {
	float: right;
	position: relative;
	right: 4px;
	top: 3px;
	border: 2px solid #450101;
}

.bottom-next-event a img {
	border: 2px solid #450101;
}

.bottom-next-event a:hover img{
	border: 2px solid #fff;
}

/* Sponsors */
/* */

.sponsors {
	width: 900px;
	height: 70px;
	background-color: #313131;
	padding-bottom: 20px;
	text-align: center;
}

.sponsors img {
	padding: 0px 3px;
}

/* Buttons */
/* */

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../images/buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.brown { background: #c6ba94; }
.btn:hover { background-color: #820000; color: #fff; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../images/buttons/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.brown { border-color: #820000; }

/* Footer */
/* */

.footer {
	background-image: none;
	background-color: #313131;
	height: 80px;
	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;
	color: #fff;
}

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

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