/*
Theme Name: FlyinBrianRacin.com
Theme URI: http://www.budzodesigns.com/
Description: Default theme for FlyinBrianRacin.com.
Version: 1.0
Author: Chris Budzban
Author URI: http://www.budzodesigns.com/
Tags: flyin brian, brian bruechert
*/

/* CSS Document */

body {
	background: #000 url(images/background.jpg) no-repeat top center;	
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #fff;
}

a {
	color: #f0f;	
}

a:hover {
	color: #ff0;	
}

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

#header h1 {
	height: 300px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}

/* NAVIGATION */

#navigation {
	width: 960px;
	height: 68px;	
}

#navigation ul, #navigation li {
	float: left;
}

#navigation li a {
	display: block;
	height: 68px;
	text-indent: -9999px;
}

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

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

#navigation li#pictures a {
	background: url(images/navigation-pictures.gif) no-repeat top left;
	width: 188px;
}

#navigation li#guestbook a {
	background: url(images/navigation-guestbook.gif) no-repeat top left;
	width: 223px;
}

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

#navigation li#biography a:hover, #navigation li#results a:hover, #navigation li#pictures a:hover, #navigation li#guestbook a:hover, #navigation li#links a:hover {
	background-position: bottom left;	
}

/* CONTENT */

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

#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #ff0;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1.5em;
	margin: 20px 0;
	color: #f0f;
	text-transform: uppercase;
}

#content p {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 20px 0;
}

#content li {
	font-size: 13px;
	margin-left: 25px;
	padding: 3px 0;
	list-style: outside;
	color: #fff;
}

body#guestbook #content .entry {
	font-size: 1.3em;	
}

/* SIDEBAR */

#sidebar {
	float: left;
	display: inline;
	width: 280px;
	margin-left: 10px;
}

#sidebar h3#sponsors {
	text-indent: -9999px;
	height: 95px;
	background: url(images/sponsors.gif) no-repeat;
}

/* FOOTER */

#push {
	clear: both;
	height: 80px;	
}

#footer {
	clear: both;
	height: 80px;
	padding-top: 20px;
}

#footerinside {
	margin: 0 auto;
	height: 80px;
	width: 960px;
}

#footerinside span#footer-url a {
	float: left;
	height: 80px;
	width: 480px;
	text-indent: -9999px;
	background: url(images/footer-url.gif) no-repeat;
}

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