/*
Theme Name: MoedeRacing.com
Theme URI: http://www.budzodesigns.com/
Description: Default theme for MoedeRacing.com.
Version: 1.0
Author: Chris Budzban
Author URI: http://www.budzodesigns.com/
Tags: marcus moede, racing
*/

/* CSS Document */

body {
	background: #00011a url(images/background.jpg) top center no-repeat;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #10ea75;	
}

a:hover {
	color: #fff;	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header span a {
	display: block;
	height: 315px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

/* NAVIGATION */

#navigation ul {
	height: 80px;	
}

#navigation ul li {
	float: left;	
}

#navigation ul li a {
	float: left;
	display: block;
	height: 80px;
	text-indent: -9999px;
}

#navigation ul li#nav-biography a {
	width: 230px;
	background: url(images/nav-biography.gif) top left no-repeat;
}

#navigation ul li#nav-photos a {
	width: 175px;
	background: url(images/nav-photos.gif) top left no-repeat;
}

#navigation ul li#nav-sponsors a {
	width: 231px;
	background: url(images/nav-sponsors.gif) top left no-repeat;
}

#navigation ul li#nav-results a {
	width: 187px;
	background: url(images/nav-results.gif) top left no-repeat;
}

#navigation ul li#nav-links a {
	width: 137px;
	background: url(images/nav-links.gif) top left no-repeat;
}

#navigation ul li#nav-biography a:hover, #navigation ul li#nav-photos a:hover, #navigation ul li#nav-sponsors a:hover, #navigation ul li#nav-results a:hover, #navigation ul li#nav-links a:hover {
	background-position: bottom left;
}

/* CONTENT */

#content {
	width: 535px;
	background: url(images/content-back.png);
	float: left;
	display: inline;
	margin: 15px 0;
	padding: 15px 20px;
}

#content h2, #content h3, #content h4, #content p, #content ul, #content ol, #content blockquote {
	margin: 15px 0;	
}

#content h2 {
	font-size: 2.1em;
	font-weight: normal;
	color: #10ea75;
	margin-top: 0;
}

#content h2 span {
	font-weight: bold;
	display: block;
	color: #4678ff;
	margin-bottom: 5px;
}

#content h3 {
	color: #4678ff;
	font-size: 1.6em;
}

#content p {
	font-size: 1.3em;
	line-height: 16px;
}

#content li {
	font-size: 1.4em;
	padding: 4px 0;
}

body#sponsors #content li {
	font-size: 1.6em;	
}

/* SIDEBAR */

#sidebar {
	width: 375px;
	float: left;
	display: inline;
	margin: 15px 0 15px 10px;
}

#sidebar #stats-2009 {
	height: 208px;
	background: url(images/2009-stats.png) top center no-repeat;
}

#stats-2009 ul {
	padding: 75px 0 0 75px;	
}

#stats-2009 li {
	font-size: 1.78em;
	padding: 4px 0;
}

#stats-2009 li span {
	font-weight: bold;
	color: #10ea75;
}

/* FOOTER */

#footer {
	clear: left;
	height: 80px;
}

#footer-inside {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

span#footer-links {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 1.3em;
	margin-left: 25px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

span#footer-links a {
	color: #10ea75;
	text-decoration: none;
}

span#footer-links a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-inside span#budzodesigns a {
	float: right;
	height: 80px;
	width: 320px;
	text-indent: -9999px;
	background: url(images/footer-budzodesigns.gif) no-repeat;
}