/* MAIN SITE INFORMATION */

#siteContainer {
	width: 960px;
	margin: 0px auto;
	text-align:left;
	position:relative;
	border-right: 1px solid black;
	border-left: 1px solid black;
	overflow:hidden;
}

#siteContainer .bgimage {
	position:absolute;
	top: 145px;
	left:1px;
	z-index:-1;
}

.innertube {
	margin: 0 10px 0 10px;
}

/* HEADER INFORMATION */

#header {
	background-image:url(siteimages/siteHeader.jpg);
	background-repeat:no-repeat;
	height: 200px;
	width:auto;
	background-color:#660000;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#header .nameplate {
	width: 460px;
	float:left;
	height: auto;
}

#header .nameplate img {
	margin-left: 5px;
}

#header .userInformation {
	width: 490px;
	height: 40px;
	float: right;
}

/* IMAGE BANNER INFORMATION */

#imageBanner {
	width: auto;
	height: 160px;
	background-color:#aaaaaa;
	border-bottom: 1px solid black;
	overflow:hidden;
	clear:both;
}

/* MENU STYLESHEET INFORMATION */
#menuContainer {
	width: auto;
	height: 25px;
	margin: 7px 10px;
	overflow:hidden; /* Used to crop off any potential excess if heights are messed with */
}

#menuContainer ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
	width: auto;
	color:#880000;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 9pt;
}

#menuContainer ul li {
	height: 20px;
	width: 120px; /* match span width */
	display: inline;
	border-bottom: 4px solid #880000;
	position:relative;
	float:left;
	margin-right: 12px;
	margin-top: -4px; /* Used to tighten up the menu in coordination with the span absolute positioning */
}

#menuContainer ul li:hover {
	border-bottom: 4px solid white;
	
}

#menuContainer ul li span {
	text-transform:uppercase;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 120px; /* match ul li width */
	height: 22px; /* Used to make sure the bottom border acts as the link too */
}

#menuContainer a {
	text-decoration:none;
	color: #880000;
}

#menuContainer a:hover {
	color:white;
}

/* NEWS CONTAINER INFORMATION */

#contentContainer {
	margin: 0 10px 0 10px;
	width: 940px;
	position: relative;

}

#content {
	margin: 3px 0 0 0;
	padding: 10px 0;
	float:left;
	background-color:#aaaaaa;
	width: 938px;
	min-height: 500px;
	border: 1px solid #626262;
	position:relative;
}

.clear {
	clear:both;
	height: 1px;
	margin: -1px;
	overflow:hidden;
}

/* LATEST NEWS & STORIES INFORMATION */
#leftContent {
	width: 500px;
	float: left;
}

#latestNews {
	margin: 3px 0 0 0;
	width: 500px;
	border: 1px solid black;
	position: relative;
}

#latestNews .infoBar {
	width: 500px;
	height: 75px;
	background-image:url(siteimages/opacityBG.png);
	background-repeat:repeat;
	position: absolute;
	bottom:0;
	left:0;
}

#latestNews .infoBar H1 {
	font-size: 117%;
	line-height: 90%;
	display:block;
	color: #ffcc00;
	font-style: italic;
	font-weight: bold;
	position:absolute;
	top: 3px;
	left: 5px;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

#latestNews .infoBar H2 {
	font-size: 77%;
	font-weight: bold;
	line-height: 110%;
	color:white;
	position:absolute;
	bottom: 3px;
	left: 15px;
	margin: 0 3px 0 0;
	padding: 0;
}

#recentStories {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: auto;
	clear:both;
	margin: 0 0 0 -2px;
}

#recentStories a {
	color: #880000;
	text-decoration:none;
}

#recentStories a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#recentStories ul {
	background-color:#aaaaaa;
	margin: 0;
	padding: 0;
	list-style:none;
}

#recentStories li {
	height: 78px;
	width: 100%;
	border-bottom: 1px solid #333333;
	background-image:url(siteimages/recentStoriesBG.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	position: relative;
}

#recentStories li img.storyThumb {
	margin: 0;
	padding: 0;
	border: 1px solid black;
	position: absolute;
	top: 4px;
	left: 4px;
}

#recentStories li H2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	position: absolute;
	top: 20px;
	left: 122px;
}

#recentStories li H3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 65%;
	text-transform:uppercase;
	position:absolute;
	top: 9px;
	left: 122px;
}

#recentStories li span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 65%;
	font-weight:bold;
	color: #000000;
}

/* TEAM MEMBER INFORMATION */

#teamHeader {
	margin:0;
	padding:0;
	width: 100%;
	height: 85px;
	position: relative;
}

#teamHeader H2 {
	margin:0;
	padding:0;
	position: absolute;
	color:#660000;
	font-size: 200%;
	letter-spacing: 5px;
	left: 3px;
	top: 1px;
	display:block;
	text-transform:uppercase;
	width: 100%;
}

#teamHeader H1 {
	margin:0;
	padding:0;
	position:absolute;
	color:#660000;
	font-size: 450%;
	letter-spacing:5px;
	left: 0px;
	top: 20px;
	display:block;
	text-transform:uppercase;
	width:100%;
}

#teamInfo {
	margin: 10px 0 0 0;
	width: 690px;
	height: auto;
	float: left;
}

#teamInfo H2 {
	margin: 0;
	padding: 5px 10px;
	width:auto;
	display: block;
	color: white;
	background-color:#666666;
}

#teamInfo span {
	margin: 0 0 10px 0;
	padding: 10px;
	background-color:#999999;
	width: auto;
	display:block;
	border: 1px solid #666666;
	font-size: 95%;
}

#teamAccolades {
	margin: 10px 0 0 0;
	width: 220px;
	height: 500px;
	background-color:#880000;
	float:right;
}

#teamAccolades H2 {
	margin: 0;
	padding: 5px 10px;
	width:auto;
	display: block;
	color: white;
	background-color:#660000;
}

#teamAccolades span {
	margin: 0;
	padding: 10px;
	width: auto;
	display:block;
	font-size: 75%;
}

.memberContainer {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 292px;
	background-color:#999999;
	border: 1px solid #666666;
	float:left;
	color:#660000;
	overflow:hidden;
}

.memberContainer img {
	float:left;
	margin-right: 5px;
}

.memberContainer .firstname {
	margin: 0 0 0 1px;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}

.memberContainer .lastname {
	margin: -2px 0 0 0px;
	padding: 0;
	font-size: 175%;
	font-color: #660000;
	font-weight:bold;
	text-transform:uppercase;
	width:auto;
	display:block;
}

.memberContainer .border {
	display:block;
	background-color:#888888;
	font-size: 9px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	margin:0;
	padding: 2px;
	color:black;
}

.memberContainer .border a,a:visited {
	float:right;
	color:#ffcc00;
}

.memberContainer .border a:hover {
	color:white;
}

/* VIEW NEWS LAYOUT INFORMATION */
#newsHeader {
	width:auto;
	height:80px;
	color:black;
	position: relative;
	border-bottom: 1px solid black;
}

#newsHeader H1 {
	color: #660000;
	font-size: 235%;
	font-style:italic;
	position: absolute;
	top: -5px;
	left: 0px;
	padding:0;
	margin:0;
	display:inherit;
}

#newsHeader span {
	position:absolute;
	right: 0px;
	bottom: 3px;
	font-size:65%;
	text-transform:uppercase;
	font-weight:bold;
	display:inherit;
}

#newsBody {
	margin: 10px 0 0 0;
	padding: 0;
	width: auto;
	color:black;
	font-size: 100%;
	line-height:125%;
}

#newsBody .newsImage {
	margin: 5px 0 10px 10px;
	float:right;
	border: 1px solid black;
}

#newsFooter {
	margin: 5px 0 5px 0;
	padding: 3px;
	width: auto;
	height:inherit;
	background-color:#999999;
	border: 1px solid #666666;
}

#newsFooter .right {
	float:right;
}

#newsFooter .left {
	float:left;
}

/* SETUP GARAGE INFORMATION */

.setupContainer {
	background-color:#999999;
	border: 1px solid #666666;
	width: 600px;
	height: 40px;
	position:relative;
	overflow:hidden;
	margin: 0 0px 10px 0px;
}

.setupContainer a, a:visited {
	color:#990000;
	float:none;
}

.setupCount {
	background-color:#999999;
	border-left: 1px solid #666666;
	text-align:center;
	width: 65px;
	height: 40px;
	position:absolute;
	top:0;
	right:0;
}

.setupCount H2 {
	color:white;
	font-weight:bold;
	font-size: 150%;
	display:block;
	padding:0;
	margin:3px 0 0 0;
}

.setupCount span {
	color:white;
	font-weight:bold;
	font-color:#660000;
	font-size:80%;
	margin: -10px 0 0 0;
	padding:0;
	display:block;
}

.setupContainer H1 {
	padding:3px;
	margin: 0;
	color: #660000;
	font-size: 150%;
	display:block;
}

.setupFooter {
	padding: 2px 0 1px 15px;
	margin:0;
	background-color:#666666;
	color:black;
	text-transform:uppercase;
	font-size:70%;
	font-style:italic;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

table.setupTable {
	border: 1px solid #666666;
	font-size: 85%;
	text-align:center;
	color:black;
}

table.setupTable th{
	background-color:#660000;
	color:white;
	font-weight:bold;
	font-size: 90%;
	text-transform:uppercase;
	padding: 3px;
}

table.setupTable td {
	padding: 5px;
}

table.setupTable td.left {
	padding: 5px 5px 5px 15px;
	text-align:left;
}

table.setupTable tr:hover {
	background-color:#999999;
}

table.viewSetup {
	background-color:#999999;
	/*border: 1px solid #333333; */
	margin-bottom: 5px;
}

table.viewSetup th {
	background-color:#660000;
	color:white;
	font-size: 110%;
	padding: 5px;
	text-transform:uppercase;
}

table.viewSetup tr.graybg td {
	background-color:#666666;
	padding: 3px 3px 3px 10px;
	font-variant:small-caps;
	font-weight:bold;
	color:black;
}

table.viewSetup tr.graybg span {
	color:white;
	font-style:italic;
}

table.viewSetup tr.notes td {
	padding: 10px;
	line-height: 120%;
	font-size: 85%;
	color: black;
}

/* LATEST SETUPS & AD INFORMATION */

#rightContent {
	width: 430px;
	float: right;
	text-align:left;
}

#latestSetups {
	margin: 3px 0 0 -2px;
	width: 430px;
	color:black;
	background-color:#999999;
	border: 1px solid black;
}

table.latestSetups {
	font-size: 79%;
	font-family:Verdana;
	font-variant:small-caps;
}

table.latestSetups tr.info td {
	padding: 1px 1px 1px 5px;
	font-style:italic;
}

table.latestSetups tr.info {
	height: 20px;
}

table.latestSetups td.trackHeader {
	font-weight:bold;
	font-size: 85%;
	letter-spacing: 1px;
	height: 25px;
	font-family: Verdana;
	background-color:#666666;
	color:white;
	text-transform:uppercase;
}

table.latestSetups a {
	color:#660000;
}

table.latestSetups a:hover {
	color:white;
}

/* SITE FOOTER INFORMATION */

#siteFooter {
	margin: 10px 0 10px 0;
	padding: 10px 0px 0px 0px;
	width:auto;
	color: #666666;
	font-size: 65%;
	line-height:115%;
	border-top: 1px solid #660000;
}

#siteFooter a {
	color:#660000;
	float:none;
}

/* FORUM AD SPACE */
#joinForum {
	margin:0;
	width: 432px;
	height: 160px;
	color:black;
	background-image:url(joinForum.jpg);
	border-bottom: 1px solid black;
}