/*  
Theme Name: Sudden Impact Racing
Theme URI: http://www.suddenimpact.com
Description: Copyright © http://www.allmonster.com/ 2009
Version: 1.0
Author: Dustin Hart
Author URI: http://www.allmonster.com/

*/

body {
background: url(images/background.gif) #210B95 repeat-x top;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding:0;
margin:0;
}

a {color: #0033FF;}
a:visited {color:#999999;}
a:hover {color: #000;}
a:active { color:#000000;}

h1 {
font-size: 12px;
padding:5px 15px;
margin:0;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 0px;
margin:0;
}

h3 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;
}

h4 {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container {
width: 884px;
margin: 0 auto;
}
	
/* ----------header-------------- */
#header {
width: 884px;
height: 338px;
margin: 0px;
background: url(images/header.png)
}

/* ----------navbar and rollovers-------------- */
#navbar {
width: 884px;
height: 37px;
}

var {
visibility: hidden;
}

#menu a {
text-decoration: none;
display: block;
float: left;
height: 37px;
}

a.home {
width: 81px;
background: url(images/navbar.png) no-repeat 0px 0px;
}

a.schedule {
width: 115px;
background: url(images/navbar.png) no-repeat -81px 0px;
}

a.media {
width: 71px;
background: url(images/navbar.png) no-repeat -196px 0px;
}

a.teambios {
width: 112px;
background: url(images/navbar.png) no-repeat -267px 0px;
}

a.products {
width: 117px;
background: url(images/navbar.png) no-repeat -379px 0px;
}

a.store {
width: 79px;
background: url(images/navbar.png) no-repeat -496px 0px;
}

a.sponsors {
width: 118px;
background: url(images/navbar.png) no-repeat -575px 0px;
}

a.contact {
width: 105px;
background: url(images/navbar.png) no-repeat -693px 0px;
}

a.links {
width: 86px;
background: url(images/navbar.png) no-repeat -798px 0px;
}

a:hover.home {
background: url(images/navbar.png) no-repeat 0px -37px;
}

a:hover.schedule {
background: url(images/navbar.png) no-repeat -81px -37px;
}

a:hover.media {
background: url(images/navbar.png) no-repeat -196px -37px;
}

a:hover.teambios {
background: url(images/navbar.png) no-repeat -267px -37px;
}

a:hover.products {
background: url(images/navbar.png) no-repeat -379px -37px;
}

a:hover.store {
background: url(images/navbar.png) no-repeat -496px -37px;
}

a:hover.sponsors {
background: url(images/navbar.png) no-repeat -575px -37px;
}

a:hover.contact {
background: url(images/navbar.png) no-repeat -693px -37px;
}

a:hover.links {
background: url(images/navbar.png) no-repeat -798px -37px;
}
	
#content {
width: 884px;
float:left;
display: inline;
margin: 5px 0px 0px 0px;
}

#main {
	width: 884px;
}

#contenttop {
	background: url(images/contenttop.png);
	width: 884px;
	height: 10px;
}

#contentbot {
	background: url(images/contentbot.png);
	width: 884px;
	height: 10px;
}
	
#news {
	float: left;
	width: 644px;
	margin: 0px;
	padding: 0px;
	}
	
.newstop {
	background: url(images/newstop.png);
	width: 644px;
	height: 10px;
}

.newsbot {
	background: url(images/newsbot.png);
	width: 644px;
	height: 10px;
	margin-bottom: 12px;
}

.post {
	background: #FFF;
	padding: 5px;
}

#sidebar {
	float: right;
	width: 220px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	}
	
.sbtop {
	background: url(images/sbtop.png);
	width: 220px;
	height: 10px;
}

.sbbg {
	background: #FFF;
	width: 220px;
}

.sbbot {
	background: url(images/sbbot.png);
	width: 220px;
	height: 10px;
}
	
#footer {
	width: 884px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}