@charset "UTF-8";
/* CSS Document */


body{
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #ededed;
	background-image: url(/i/bg/main.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}


/*a {color: #b29005;}
a:hover {color: #ffcc00;}
*/
a {color: #FF3300;}
a:hover {color: #B70806;}


/* TOP */
#topbar {
	height: 77px;
	background: url(/i/bg/topbar.jpg) left top repeat-x;
	position: relative;
}
.topbar_img {
	width: 941px;
	position: relative;
	margin: 0 auto;
}
#header {
	width: 941px;
	height:273px;
	margin: 0 auto;
	text-align: left;
}
#header_racing {
	width: 941px;
	height:273px;
	margin: 0 auto;
	text-align: left;
	background-image:url(/i/top_menu/racing.jpg);
}
#header_offtrack {
	width: 941px;
	height:273px;
	margin: 0 auto;
	text-align: left;
	background-image:url(/i/top_menu/offtrack.jpg);
}
#header_personal {
	width: 941px;
	height:273px;
	margin: 0 auto;
	text-align: right;
	background-image:url(/i/top_menu/personal.jpg);
}
.top_menu_fade {
	position:relative;
	float:left;
}
.top_menu_fade div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.top_menu_fade_small {
	position:relative;
	float:right;
	top:0px;
	left:705px;
}
.top_menu_fade_small div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/* ALL CONTENT */
#content {
	width:931px;
	background-color:#000000;
	padding: 5px;
	text-align:left;
	margin: 0 auto;
	min-height:375px;
}

/* Follow BAR */
#followbar {
	width: 218px;
	height: 49px;
	background: #000;
	margin-top: 4px;
	padding: 40px 10px 8px 15px;
	font-size:12px;
	background-image:url(/i/bg/followbar.jpg);
	background-repeat:no-repeat;
	background-position:13px 1px; 
}
#followbar a{ float:left; display:block; width:46px; height:46px; background-color:#141414; margin-left:6px;background-repeat:no-repeat;background-position:top left; }
#followbar a.facebook {background-image:url(/i/follow_icons/fb.jpg);}
#followbar a.twitter {background-image:url(/i/follow_icons/tw.jpg);}
#followbar a.myspace {background-image:url(/i/follow_icons/ms.jpg);}
#followbar a.rss {background-image:url(/i/follow_icons/rs.jpg);}

#followbar a:hover {background-position:0px -46px;  }


#nextrace_bar {
	width: 218px;
	height:320px;
	background: #000;
	margin-top: 10px;
	padding: 10px 10px 8px 15px;
	padding-top: 50px;
	font-size:12px;
	background-image:url(/i/bg/next_race.jpg);
	background-repeat:no-repeat;
	background-position:13px 5px;
	text-align:center;
	}
#book_bar {
	width: 218px;
	height:320px;
	background: #000;
	margin-top: 10px;
	padding: 10px 10px 8px 15px;
	padding-top: 50px;
	font-size:12px;
	background-image:url(/i/bg/book.jpg);
	background-repeat:no-repeat;
	background-position:13px 5px;
	text-align:center;
	}
#sidebar_debug {
	float: right;
}
#personal_title { margin-left:30px; width:600px; margin-top:10px;}
/* SIDE BAR */
#sidebar {
	float: right;
	width: 218px;
	height:345px;
	background: #000;
	margin-top: 14px;
	padding: 10px 10px 8px 15px;
	padding-top: 50px;
	font-size:12px;
	background-image:url(/i/bg/next_race.jpg);
	background-repeat:no-repeat;
	background-position:13px 5px;
}
#sidebar a { padding-left:50px;}
.race_name {color: #FFFFFF;font-size: 14px;}
.book_desc { color:#fff; font-size:11px; text-align:justify !important;; padding:0 15px; }
.race_date {color: #FFFFFF;	font-size: 17px;font-weight: bold;}
.race_channel { color:#FFFFFF; }
.race_info {
	color:#444444;
	font-size:11px;
	margin-left: 8px;
}

#flashcontent { margin-left:0;}


/* MAIN CONTENT */
#mainContent { 
	margin: 7px 250px 0 0;
}
#mainContent_full { 
width: 920px;
margin: 0 auto;
margin-top:20px;
}
#mainContent_full .box {
width: 878px;
margin: 0 0 0 10px;
padding:10px;
line-height: 140%;
color: #acacac;
background-color:#141414;
border: 1px solid #222222;
border-top: 0;
font-size:12px;
}
#mainContent_full .box span{
font-weight:bold;
color:#fff;
}

/*  CHAMPIONSHIP */
#mainContent_full .box_inside {
width: 898px;
margin: 0 0 0 10px;
padding:10px 0 0 0;
line-height: 140%;
color: #acacac;
background-color:#141414;
border: 1px solid #222222;
border-top: 0;
font-size:12px;
}
#mainContent_full .box_inside p {
margin:5px;
color:#CC0000;
font-style:italic;
}


#mainContent_full .box_inside table, tr, td, th {
    border-style:solid;
    border-width:1px;
    border-color:#333;
    border-collapse:collapse;
	font-size:98%;
}
#mainContent_full .box_inside table .top {
background-color:#222;
color:#ccc; 
font-weight:bold;
}

#mainContent_full .box_inside .hcn {
background-color:#990000; }

#mainContent_full .box_inside .upcoming{
border:1px solid #141414;
color:#fff;
font-size:110%;
font-weight:bold;
text-align:center;
}

.updated{
margin:0 3px;
padding:0 5px;
color:red;
text-align:right;
font-weight:normal;
font-size:smaller;
border-bottom: 1px dotted #333;
margin-bottom:5px;
}

/* LEFT STATS  */
#mainContent_full .left_stats {
background-color:#000;
color:#555;
width:175px;
float:left;
margin-right:10px;
padding:7px;
}

#mainContent_full .left_stats ul {
background-color:#f9f9f9;
font-size: 11px;
color: #666;
margin: 0;
list-style: none;
padding-bottom:0;
padding:0;
}
#mainContent_full .left_stats ul li{
padding:1px 5px;
border-bottom: 1px dashed #ccc;
}
#mainContent_full .left_stats ul li span{
font-weight:bold;
color: #333;
}


#mainContent_full .left_stats h2 {
margin:0;
 color:#990000;
 font-size:13px;
 font-style:italic;
 margin-bottom:8px;
 }
 #mainContent_full .left_stats h3 {
 color:#990000;
 font-size:11px;
 margin:0;
 padding:0;
 }
 
/* Schedule page */
#track_info {
margin:0;
padding:10px;
padding-top:0;
 }
#track_info span.logo {
float:left;
padding-top:15px;
margin-top: -20px;
margin-right: 10px;
width:220px;
height:145px;
background-image:url(/i/bg/schedule_logo.jpg);
text-align:center;
}
#track_info span.layout {
float:right;
margin-right:5px;
width:350px;
height:200px;
text-align:center;
} 
#track_info h2{
color:#990000;
 }

#track_info .track_name{
color:#fff;
background-color:#222;
padding:5px;
font-size:16px;
padding-bottom: 20px;
 }
#track_info .track_loc{
padding:5px;
font-style:italic;
font-size:90%;
color:#666666;}

#track_info ul {
color: #999999;
margin: 0;
list-style: none;
padding-bottom:0;
padding:0;
}
#track_info ul li{
padding:1px 5px;
}
#track_info ul li span{
font-weight:bold;
color: #ccc;
padding-right:5px;
}

/* TITLE */
.title {
	width: 642px;
	height:16px;
	margin: 0 0 0 10px;
	padding:10px;
	color: #fff;
	font-size:10px;	
	background-repeat:no-repeat;
}

.title span {display:none;}

.title_entire {
	width: 900px;
	height:28px;
	margin: 10px 0 0 10px;
	padding:8px 0 0 15px;
	background-repeat:no-repeat;
	background-image:url(/i/titles/inside/full.jpg);
 color:red;
 font-size:16px;
 font-style:italic;
}
#hotnews {background-image:url(/i/titles/hot_news.jpg);}
#bio {background-image:url(/i/titles/inside/bio.jpg);}
.articles {
	background-image:url(/i/titles/articles_blog.jpg);
	padding-left: 10px;
	font-size:16px;
	padding-top:5px;
	color:#fff;
}
.articles a {
text-decoration:none
}
	
/* BOX CONTENT */
.box_content {
width: 643px;
margin: 0 0 0 10px;
line-height: 140%;
color: #acacac;
background-color:#141414;
border: 1px solid #222222;
border-top: 0;
padding:5px;
}
.box_content div { margin:10px; padding:0;}
.box_content img { margin-bottom: 20px; margin-right: 20px;}


/* NEWSTICKER */
#newsticker {
width: 653px;
margin: 0 0 0 10px;
color: #acacac;
background-color:#141414;
border: 1px solid #222222;
border-top: 0;
padding-top:2px;
}
#newsticker img { float:left; display:block; margin-left: 2px; border:1px solid #ccc;}
#newsticker .news_date { float:left; display:block;font-size:10px; color: #333; text-transform:capitalize; padding:4px 10px 0 5px; margin: 0; border:0;
background:url(/i/blog/bg_date.gif) right center no-repeat; background-color:#fff; height:23px;}
#newsticker .news_date span { font-size:14px; font-weight:bold }

#newsticker .news_title { float:left; display:block;margin-left: 5px; font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif; height:24px}
#newsticker .news_desc { display:block; margin-left:265px; width:375px; font-size:11px; color: #999;text-align:justify; height:142px;}


#newsticker .news_bottom_links { float:left; display:block;font-size:11px; padding:5px 10px 0 10px; margin: 0; border:0; height:15px; width:365px;}


#newsticker .news_bottom_links a:link, #newsticker .news_bottom_links a:visited { text-decoration:none}
#newsticker .news_bottom_links a:hover { text-decoration:underline}

/* BLOG ARTICLES - BOX_CONTENT_NEWS */
.box_content_news {
width: 653px;
margin: 0 0 0 10px;
color:#ededed;
background-color:#141414;
border: 1px solid #2c0000;
border-top: 0;
padding:0;
}
.box_content_news img { margin: 0; border:0;}
.post_links{ background-color:#0d0707; padding:2px; color: #444;padding-left:10px;}
.post_links a{ color: #990000;}
.post_links a:hover{ color: #DD0000;}
.bottom{ text-align:right:}
.box_content_news .post { min-height:180px; margin:20px; color:#999}
.box_content_news img { float:right; text-align:right; margin:5px;}

/* MODULES HOMEPAGE */
#bottomcontent {
width: 655px;
margin: 0 0 0 10px;}

.cbox { 
float: left;
width: 315px;
padding-top:35px;
background-repeat:repeat-x;
background-position:top left;
}
.cbox div{ border: 1px solid #2e2e2e; border-top:0; padding:10px; color:gray; font-size:11px;
background-color:#141414;
height:135px;}

.pointstandings { background-image:url(/i/titles/standings_10.jpg); cursor:pointer; }
.pointstandings td{ border:0;}
.pointstandings .hcn { color: #fff; font-weight:bold; background-color:#222}
.latestcomments { background-image:url(/i/titles/latest_comments.jpg); margin-left:25px; line-height:18px; }



.modules {
width: 655px;
margin: 0 0 0 10px;

}
.modules div  {
float: left;
	width: 302px;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:26px;}

.modules p {	background: #141414; border: 1px solid #222222; border-top:0; padding:10px; color:gray; font-size:11px;}

#stands { background-image:url(/i/titles/standings.jpg); margin-right:21px;}

#stands .hcn { color: #fff; font-weight:bold; background-color:#222}

#stands #thepoints {
margin-top:10px;
width:290px;
background: #141414; border: 1px solid #222222; border-top:0; color:gray; font-size:11px;
padding: 5px;
min-height:128px;
}
#stands #thepoints td{ 
   border:0;
}
.clear{
	clear:both;
	height:0px;
}


#latest_blog {background-image:url(/i/titles/latest_blog.jpg); width:330px;}
#latest_blog p {  min-height:100px; line-height:18px;}

#latest_comments {background-image:url(/i/titles/latest_comments.jpg); width:330px;}
#latest_comments #thecomments { 
margin-top:10px;
width:292px;
background: #141414; border: 1px solid #2e2e2e; border-top:0; color:gray; font-size:11px;
padding: 15px;
height:128px;
line-height:18px;
}

/* FOOTER */
#footer {
margin:0 auto;
background-image:url(/i/bg/footer_black.jpg);
background-repeat:repeat-x;
height:45px;
width:791px;
padding-top: 60px;
text-align:left;
padding-left: 150px;
font-size:11px;
 }

.num { background-color:#FF0000; padding: 2px 2px 2px 4px; margin-right:5px; font-weight:bold; line-height:20px; color:#fff}


/* WP */
#wp_sidebar {
	float: right;
	width: 218px;
	min-height:345px;
	background: #000;
	margin-top: 14px;
	padding: 10px 10px 8px 25px;
	padding-top: 10px;
	font-size:12px;
	background-image:url(/i/bg/sidebar_wp.jpg);
	background-repeat:no-repeat;
	background-position:13px 5px;
}

#wp_sidebar ul {
text-align:right;
list-style-type:none;
padding:0;
margin:10px 20px 10px 10px;
}
#wp_sidebar input {font-size:10px;} 
#wp_sidebar ul li h2 { margin:0; padding:0; margin-right:10px; font-style:italic;}
#wp_sidebar ul li ul {margin:0; padding:0 ;margin-bottom:10px; margin-right:10px}
#wp_sidebar p { margin-right:20px; font-size:90%; margin-bottom:30px; color:#666; text-align:right}

#next_prev_links div { font-style:italic; font-weight:bold }
#next_prev_links .left{
float:left;
margin-left:10px;
}
#next_prev_links .right{
float:right;
margin-right:20px;
}

h2.pagetitle {
	font-size: 1.7em;
	background-image: url(/i/titles/blog_title.jpg);
	background-repeat:no-repeat;
	margin-top:-10px;
	margin-left:5px;
	padding-top:6px;
	padding-left:60px;
	height:35px;
	color:#fff;
	margin-bottom:10px;
	}

h2.pagetitle_comments {
	font-size: 1.7em;
	padding-left:22px;
	height:32px;
	color:#fff;
	margin-bottom:0;
	width:829px;
	}
h2.left_title  { background-color:#ffcc00 }	

ol.commentlist {
	padding:0;
	margin: 0 22px;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
padding:5px;
	display:block;
	font-style:normal;
	background:url(/i/blog/comments/bg_comments_cite.jpg);
	border-top:1px solid #2c0000;
	border-bottom:1px solid #333;
	color:#ccc;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#ccc;
	}

.commentlist a:hover, .commentlist a:active {
	color:#fff;
	}

.commentlist .author {
	font: small-caps bold 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
	
.commentlist .THEauthor { background-color:#FF0000;
	background:url(/i/blog/comments/bg_comments_cite_author.jpg); }

.commentlist .time {
	padding-left:13px;
	}

.commentlinks {
display:block;
background-color: #333;
font-size:10px;
padding: 2px 10px;
text-align:center;
width:120px;
float:right;
border-left:1px dotted #000;
border-bottom:1px dotted #000;
}
.commentlinks a:link,.commentlinks a:visited { color:#666; text-decoration:none;}
.commentlinks a:hover,.commentlinks a:active { color:#fff; text-decoration:none;}
.commenttext {

	background: #4f4f4f url(/i/blog/comments/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #585858;
	padding: 0 20px 10px 20px;
	color:#c6c6c6;
	}
.commenttext_author {

	background: #3f3f3f url(/i/blog/comments/bg_comments2_text_author.jpg) repeat-x bottom;
	border:1px solid maroon;
	padding: 0 20px 10px 20px;
	color:#c6c6c6;
	}
	
	

.respond_form{
	width:845px;
	margin: 0;
	float:none;
	padding:20px;
	}
.respond_form h3{ margin:0; padding:5px; background-color:#222;font-size:2em;}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #141414;
	background-color: red;
	padding: 5px;
	opacity: 0.85;
}
#tool_cool { font-style:italic }
#tooltip h3, #tooltip div { margin: 0; }
.athl_title { background-color:#000; padding: 2px 4px 2px 4px; margin-right:5px; font-weight:bold; line-height:20px; color:#fff}
.fam_title {background-color:maroon; padding: 2px 2px 2px 2px; margin-right:5px; font-weight:bold; line-height:20px; color:#000000}