html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, font, ins, kbd, q, s, samp, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img { border: 0; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
table, caption, tbody, tfoot, thead, tr, th, td  { border: 0; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* style begin */

body {
background: #090d14 url(../image/background.jpg) no-repeat top center;
font: normal 12px Arial, Helvetica, sans-serif;
}

a {
color: #121212;
text-decoration: underline;
}

a:hover {
color: #9e1616;
}

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

#header {
background: #333 url(../image/header.jpg) no-repeat;
clear: both;
float: left;
height: 137px;
margin-top: 36px;
width: 960px;
}

	#header h1 {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 12px;
	}
	
	#header h1 a {
	display: block;
	float: left;
	height: 80px;
	width: 170px;
	}
	
		#header h1 a span {
		display: none;
		}
	
	#header #ad_468x60 {
	display: inline;
	float: right;
	height: 60px;
	margin-top: 20px;
	margin-right: 20px;
	width: 468px;
	}
	
	#header ul.nav {
	clear: both;
	float: left;
	margin-top: 12px;
	width: 960px;
	}
	
		#header ul.nav li {
		display: inline;
		float: left;
		font: bold 14px Arial, Helvetica, sans-serif;
		padding: 9px 14px 6px 14px;
		position: relative;
		text-transform: uppercase;
		}
		
		ul.nav li a {
      cursor: pointer;
      display: block;
      float: left;
      height: 18px;
      text-decoration: none;
      }
		
      /* begin steves css nav */
	
		ul.nav li ul {
			display: none;
		}
		
			ul.nav li:hover ul { /* Level 2 Inactive (default) */
			background: #eee;
			display: block;
			left: 0;
			height: auto;
			margin: 0;
			padding: 0;
			top: 33px;
			position: absolute;
			left: 10px;
			z-index: 10000;
			}
			
			#header ul.nav li ul li {
			background: none;
			border-right: 0;
			border-bottom: 1px solid #ccc;
			clear: both;
			display: block;
			float: left;
			height: auto;
			margin: 0;
			padding: 0;
			position: relative;
			width: 170px;
			}
			
			ul.nav li ul li a {
			clear: both;
			display: block;
			float: left;
			font: bold 11px Arial, Helvetica, sans-serif;
			height: auto;
			margin: 0;
			overflow: hidden;
			padding: 5px 5px;
			width: 160px;
			}
			
				ul.nav li ul li a:hover, ul.nav li:hover ul li:hover {
				color: #66D2B4;
				}
	
	

      /* end steves css nav */

		
		#header a {
		color: #010101;
		text-decoration: none;
		}
		
			#header a:hover {
			color: #9e1616;
			}
	
	#main {
	background: #fff;
	clear: both;
	float: left;
	line-height: 1.4em;
	padding: 20px;
	width: 920px;
	}
	
		#content {
		float: left;
		position: relative;
		width: 646px;
		z-index: 100;
		}
		
		.content {
		float: left;
		width: 646px;
		}
		
      .forum_container #content {
      position: static;
      width: 920px;
      }
		
			#content p, .vb_content ul {
			margin-bottom: 20px;
			}
			
			#content h2 {
			clear: both;
			color: #363636;
      font: bold 24px Arial, Helvetica, sans-serif;
      letter-spacing: -0.02em;
      margin: 0;
      margin-bottom: 20px;
      padding: 0;
			}
			
        #content h2.alt {
        margin-bottom: 0;
        }
			
        #content h2 a {
        color: #000;
        text-decoration: none;
        }
        
          #content h2 a:hover {
          text-decoration: underline;
          }
     
     
      #content h3 {
      color: #626262;
      font: bold 13px Arial, Helvetica, sans-serif;
      }
      
        #content h3 a {
        color: #626262;
        text-decoration: none;
        }
        
          #content h3 a:hover {
          color: #9e1616;
          text-decoration: none; 
          }
      
      #content .news_main {
      float: left;
      margin-bottom: 20px;
      width: 646px;
      }
      
        #content .news_main p {
        margin: 0;
        padding: 0;
        }
      
        #content .news_main p.article_image {
        clear: both;
        float: left;
        margin: 0;
        width: 646px;
        }
        
        #content .news_main p.article_image img {
        margin: 0;
        }
        
        #content .news_main .article_desc {
        background: #000;
        clear: both;
        float: left;
        color: #aaa;
        margin: 0;
        padding: 8px;
        width: 630px;
        }
        
          #content .news_main h3 a {
          color: #eee;
          display: block;
          font: bold 20px Arial, Helvetica, sans-serif;
          letter-spacing: -0.025em;
          text-transform: uppercase;
          }
          
            #content .news_main h3 a:hover {
            color: #9e1616;
            text-decoration: none; 
            }
      
      #content .news_article {
      clear: both;
      float: left;
      margin-top: 12px;
      padding: 0;
      width: 346px;
      }
      
        #content .news_article.news_page {
        clear: none;
        display: inline;
        height: 226px;
        margin-right: 20px;
        overflow: hidden;
        width: 303px;
        }
        
          #content .news_article.team_news_page {
          width: 646px;
          }
        
          #content .news_page p.article_image img {
          float: left;
          margin: -80px -175px;
          overflow: hidden;
          padding: 0;
          }
          
          #content .news_page h3 {
          clear: both;
          float: left;
          height: 44px;
          }
          
          #content .news_page h3 a {
          font: bold 16px Arial, Helvetica, sans-serif;
          }
          
          #content .news_page .article_desc {
          font-size: 11px;
          line-height: 1.3em;
          }
          
          #content .post_info {
          clear: both;
          color: #9e1616;
          font-size: 10px;
          margin-top: 6px;
          }
          
            #content .date {
            color: #9e1616;
            font-size: 10px;
            }

      #content .article_desc {
      float: left;
      font-size: 11px;
      margin: 0;
      }
      
        #content .news_article .article_desc {
        width: 216px;
        }
        
        #content .news_article.news_page .article_desc, #content .news_article.team_news_page .article_desc {
        width: auto;
        }
        
        #content .team_news_page p {
        margin: 0;
        }
        
        #content p.archive_link {
        clear: both;
        padding-top: 20px;
        }
      
      #content .news_list {
      clear: both;
      float: left;
      width: 646px;
      }
      
      #content p.article_image {
      float: left;
      margin: 0 10px 0 0;
      overflow: hidden;
      padding: 0;
      }
      
          #content p.article_image img {
          margin: -90px -313px -90px -233px;
          /* height width height width */
          }
      			
			#content .post .post_info {
			color: #111;
			font-size: 11px;
			margin-top: 0;
			}
			
			#content .news_list h3 {
			font: bold 12px Arial, Helvetica, sans-serif;
			}
			
			#content #news_clips {
			float: left;
			padding-right: 20px;
			width: 326px;
			}
			
        #content h2.news_more {
        font: bold 20px Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        }
			
			#content #team_news { 
			float: left;
			width: 300px;
			}
			
        #content #team_news ul {
        margin-bottom: 19px;
        }
        
          #content #team_news ul li {
          color: #626262;
          padding-top: 6px;
          padding-bottom: 8px;
          /*padding-left: 12px;*/
          }
          
          #content #team_news ul li a {
          color: #626262;
          }
          
      #content #team_news a {
      text-decoration: none;
      }
      
        #content #team_news a:hover, #content #team_news p a {
        text-decoration: underline;
        }
     
     
     #content .series_stats {
     clear: both;
     float: left;
     margin-top: 20px;
     width: 646px;
     }
     
      .series_stats #stats1 {
      display: inline;
      float: left;
      margin-right: 20px;
      padding-left: 10px;
      width: 192px;
      }
      
      .series_stats #stats2 {
      display: inline;
      float: left;
      margin-right: 20px;
      width: 202px;
      }

      .series_stats #stats3 {
      float: left;
      font-size: 11px;
      width: 202px;
      }
      
      .series_stats ul {
      clear: both;
      float: left;
      margin: 0;
      padding: 2px 0 12px 0;
      width: 634px;
      }
      
        .series_stats ul li {
        background: none;
        border-left: 1px solid #eee;
        display: inline;
        float: left;
        padding: 0 10px;
        }
        
          .series_stats ul li:first-child {
          border-left: none;
          }
        
        .series_stats a {
        color: #9e1616;
        font-size: 11px;
        text-decoration: none;
        }
      
      .series_stats table {
      border-collapse: collapse;
      font-size: 11px;
      width: 192px;
      }
      
        .series_stats table td {
        border: 1px solid #e7e7e7;
        padding: 1px;
        }
        
        .series_stats table tr.odd td {
        background: #ededed;
        }
        
        .series_stats table tr.even td {
        background: #f9f9f9;
        }
        
        .series_stats table td.table_head {
        border: none;
        padding-bottom: 4px;
        }
        
          .series_stats table td.table_head strong {
          font-size: 16px;
          text-transform: uppercase;
          }
          
          .series_stats #stats3 a {
          color: #9e1616;
          text-decoration: none;
          }
          
          .series_stats #stats3 img {
          vertical-align: middle;
          }
          
          .series_stats #stats3 p {
          margin-bottom: 4px;
          }
          
          .series_stats h4 {
          font: bold 16px Arial, Helvetica, sans-serif;
          margin: 0;
          padding: 0;
          text-transform: uppercase;
          }
          
            #content .series_stats p.event {
            color: #000;
            font-size: 11px;            
            margin: 0;
            padding: 0;
            }
		
		#sidebar {
		display: inline;
		float: left;
		margin-left: 20px;
		width: 254px;
		}
		
      #sidebar ul.latest_medias {
      width: 254px;
      }
      
      #sidebar ul.latest_medias li {
      background: none;
      font-size: 12px;
      padding: 0;
      }
		
			#sidebar div {
			margin-bottom: 20px;
			}
			
			#sidebar #latest_posts {
			
			}
			
        #sidebar ul {
        }
        
          #sidebar ul li, .vb_content ul li {
          background: url(../image/black_dot.gif) no-repeat 10px 13px;
          padding: 8px 0 0 24px;
          }
          
        
        #sidebar a {
        text-decoration: none;
        }
        
          #sidebar a:hover {
          text-decoration: underline;
          }
			
			#sidebar #fan_poll {
			background: #191919;
			clear: both;
			float: left;
			}
			
			#sidebar #fan_poll h2 {
			color: #eee;
			font: bold 20px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			padding: 8px;
			}
			
			#sidebar h3 {
			color: #1f2635;
			font: bold 20px Arial, Helvetica, sans-serif;
			letter-spacing: -0.05em;
			margin-bottom: 4px;
			text-align: left;
			text-transform: uppercase;
			}
			
			#rpm_next {
			clear: both;
			float: left;
			text-align: center;
			width: 254px;
			}
	
	#footer {
	background: #fff;
	clear: both;
	float: left;
	margin-right: -3px;
	padding: 20px 0;
	text-align: center;
	width: 960px;
	}

/* RPM stuff */

    .series table {
    font: normal 11px Arial, Helvetica, sans-serif;
    width: 100%;
    }

    .series table td {
    padding: 2px;
    }
    
      .series table td.table_head {
      font-size: 10px;
      text-align: center;
      }
      
      .series table td.table_head strong {
      font-size: 11px;
      }
    
    .series table tr.odd {
    background: #fff;
    }
    
    .series table tr.even {
    background: #ccc;
    }
    
    .series table td {
    /*border-bottom: 1px solid #ddd;*/
    }
    
/* STANDINGS PAGE */

table.standings, table.result, table.schedule, table.drivers, table.tracks {
/*border: 1px solid #e7e7e7;*/
border-bottom: 1px dotted #c7c7c7;
border-collapse: collapse;
clear: both;
float: left;
font-size: 11px;
width: 100%;
}

  table.standings a, table.result a, table.schedule a, table.drivers a, table.tracks a {
  color: #333;
  }

  table.standings tr, table.result tr, table.schedule tr, table.drivers tr, table.tracks tr {
  }
  
    table.standings tr.odd, table.result tr.odd, table.schedule tr.odd, table.drivers tr.odd, table.tracks tr.odd {
    background: #ededed;
    }
    
    table.standings tr.even, table.result tr.even, table.schedule tr.even, table.drivers tr.even, table.tracks tr.even {
    background: #f9f9f9;
    }
    
    table.standings tr.table_head, table.result tr.table_head, table.schedule tr.table_head, table.drivers tr.table_head, table.tracks tr.table_head {
    background: #393939 url(../image/tablehead.png) repeat-x;
      color: #fff;
      font: bold 12px Arial, Helvetica, sans-serif;
      text-shadow: #333 2px 2px 2px;
      text-transform: uppercase;
    }
    
    table.standings td, table.result td, table.schedule td, table.drivers td, table.tracks td {
    border: 1px dotted #c7c7c7;
    border-top: none; border-bottom: none;
    padding: 3px;
    }
    
      table.standings td.standings_pos {
      width: 4%;
      }
      
      table.standings td.standings_lastweek {
      text-align: center;
      width: 5%;
      }
      
      table.standings td.standings_driver {
      width: 35%;
      }
      
      table.standings td.standings_points {
      width: 8%;
      }
      
      table.standings td.standings_starts {
      width: 8%;
      }
      
      table.standings td.standings_poles {
      width: 8%;
      }
      
      table.standings td.standings_wins {
      width: 8%;
      }
      
      table.standings td.standings_top5s {
      width: 8%;
      }
      
      table.standings td.standings_top10s {
      width: 8%;
      }
      
      table.standings td.standings_incidents {
      width: 8%;
      }
      
      td.result_make {
      text-align: center;
      }
      
      table.tracks td.tracks_image {
      width: 82px;
      }
      
      table.tracks td.tracks_type {
      text-align: center;
      width: 66px;
      }
      
      table.driverspage td.drivers_car {
      width: 10%;
      }
      
      table.driverspage td.drivers_driver {
      width: 80%;
      }
      
      table.driverspage td.drivers_make {
      text-align: center;
      width: 10%;
      }
      
      table.statspage td.stats_pos {
      width: 10%;
      }
      
      table.statspage td.stats_driver {
      width: 80%;
      }
      
      table.statspage td.stats_stat {
      width: 10%;
      }

/* driver bio */

#driver_bio {
background: url(../image/bio_back.png) repeat-x;
clear: both;
float: left;
width: 100%;
}

  #driver_bio #bio_head {
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding: 12px;
  }
  
    #bio_head #driver_number {
    background: url(../image/bubble_gray.png) no-repeat;
    display: inline;
    float: left;
    height: 63px;
    margin-right: 9px;
    width: 93px;
    }
    
    #bio_head #driver_name {
    float: left;
    width: 400px;
    }
    
      #bio_head h2 {
      color: #363636;
      font: bold 32px Arial, Helvetica, sans-serif;
      letter-spacing: -0.065em;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      }
    
    #bio_head #driver_make {
    float: left;
    padding-top: 10px;
    width: 120px;
    }
    
    #content #bio_head p {
    margin: 0;
    padding: 0;
    }
    
    #driver_bio table {
    clear: both;
    float: left;
    width: 100%;
    }
    
      #driver_bio table tr.table_head {
      background: #393939 url(../image/tablehead.png) repeat-x;
      color: #fff;
      font: bold 12px Arial, Helvetica, sans-serif;
      text-shadow: #333 2px 2px 2px;
      text-transform: uppercase;
      }
      
        #driver_bio table tr.table_head td {
        padding: 4px;
        }
      
      #driver_bio table tr.table_subhead {
      background: #b4b4b4;
      color: #373737;
      font: bold 11px Arial, Helvetica, sans-serif;
      }
      
        #driver_bio table tr.table_subhead td {
        padding: 0;
        }
      
      #driver_bio table td {
      padding: 2px;
      }
      
      #driver_bio table.totals {
      float: left;
      margin-bottom: 2px;
      }
      
      #driver_bio table.totals td {
      font-size: 11px;
      padding: 6px;
      text-align: center;
      }
      
        #driver_bio table.totals tr.stats td {
        background: #ebebeb;
        }
      
        #driver_bio table.driver_season_results tr.table_head td, #driver_bio table.totals tr.table_head td {
        font: bold 12px Arial, Helvetica, sans-serif;
        text-align: left;
        }
      
      #driver_bio .season_select, .season_select {
      display: inline;
      float: right;
      font-size: 10px;
      font-weight: bold;
      margin: 4px 4px -20px 0;
      }
      
        #driver_bio .season_select a, .season_select a {
        background: #fff url(../image/select_back.png) no-repeat right top;
        height: 12px;
        padding: 0px 20px 4px 10px;
        }
      
      #driver_bio table.driver_season_results td {
      font-size: 11px;
      }
      
        #driver_bio table.driver_season_results tr.even td {
        background: #eee;
        }
      
      ul.series_tabs {
      clear: both;
      float: left;
      margin-left: 1px;
      width: 646px;
      }
      
      #driver_bio ul.series_tabs {
      margin: 0;
      padding: 0;
      }
      
        ul.series_tabs li {
        display: inline;
        float: left;
        height: 41px;
        margin-left: 7px;
        width: 156px;
        }
        
          ul.series_tabs li:first-child {
          margin-left: 0;
          }
        
        ul.series_tabs li a {
        background: url(../image/tab_series.png) no-repeat;
        display: block;
        height: 41px;
        width: 156px;
        }
          
          ul.series_tabs li a:hover {
          background-position: 0 -41px;
          }
        
        ul.series_tabs li span {
        display: none;
        }

/* flyout menus for driver bio season select */
#driver_bio .season_select ul.select, .season_select ul.select { float: right; position: relative; }

#driver_bio .season_select ul.select li ul, .season_select ul.select li ul {
			display: none;
		}
		
			#driver_bio .season_select ul.select li:hover ul, .season_select ul.select li:hover ul { /* Level 2 Inactive (default) */
			background: #eee;
			display: block;
			left: 0;
			height: auto;
			margin: 0;
			padding: 0;
			top: 16px;
			position: absolute;
			left: 0;
			}
			
			#driver_bio .season_select ul.select li ul li, .season_select ul.select li ul li {
			background: none;
			border-right: 0;
			clear: both;
			display: block;
			float: left;
			height: auto;
			margin: 0;
			padding: 0;
			position: relative;
			text-transform: capitalize;
			width: 131px;
			}
			
			#driver_bio .season_select ul.select li ul li a, .season_select ul.select li ul li a {
			background: none;
			clear: both;
			display: block;
			float: left;
			font: bold 11px Arial, Helvetica, sans-serif;
			height: auto;
			margin: 0;
			overflow: hidden;
			padding: 5px 10px;
			width: 111px;
			}
			
				#driver_bio .season_select ul.select li ul li a:hover, #driver_bio .season_select ul.select li:hover ul li:hover, .season_select ul.select li ul li a:hover, .season_select ul.select li:hover ul li:hover {
				background: #393939;
				color: #eee;
				}
				
	
	#driver_bio .season_select ul.select li a, .season_select ul.select li a {
	cursor: pointer;
	display: block;
	float: left;
	text-decoration: none;
	}

/* */

.latest_medias_box {
background: url(../image/latest_medias_back.png) no-repeat;
clear: both;
float: left;
margin-top: 20px;
padding: 10px;
width: 626px;
}

  .latest_medias_box h2 {
  float: left;
  width: 300px;
  }
  
  .latest_medias_box .archive_link {
  clear: none;
  float: right;
  padding-top: 10px;
  text-align: right;
  width: 200px;
  }
  
    .archive_link a {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    }

ul.latest_medias {
clear: both;
float: left;
width: 646px;
}

ul.latest_medias li {
display: inline;
float: left;
font-size: 11px;
margin-left: 20px;
width: 109px;
}

  ul.latest_medias li:first-child {
  margin-left: 0;
  }

  ul.latest_medias li img {
  height: 66px;
  width: 109px;
  }
  
  ul.latest_medias li a {
  text-decoration: none;
  }

/* series list page */

.series_entry {
clear: both;
float: left;
margin-bottom: 20px;
width: 646px;
}

.series_logo {
display: inline;
float: left;
margin-right: 20px;
width: 150px;
}

.series_details {
float: left;
width: 476px;
}

  #content .series_details h3 {
  color: #333;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  }
  
  #content .series_details p {
  margin-bottom: 0;
  }
  
  .series_details dl.race_time {
  float: left;
  font-size: 11px;
  padding-top: 6px;
  width: 200px;
  }
  
    dl.race_time dt {
    clear: left;
    float: left;
    width: 60px;
    }
    
    dl.race_time dd {
    float: left;
    width: 140px;
    }
  
  .series_details dl.race_settings {
  float: left;
  font-size: 11px;
  margin-top: -10px;
  width: 200px;
  }
  
    dl.race_settings dt {
    clear: left;
    float: left;
    width: 60px;
    }
    
    dl.race_settings dd {
    float: left;
    width: 140px;
    }
  
  #content .series_details ul {
  clear: both;
  float: left;
  font-size: 11px;
  margin-top: 6px;
  width: 476px;
  }
  
    #content .series_details ul li {
    background: none;
    border-left: 1px solid #333;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 8px;
   }
   
    #content .series_details ul li:first-child {
    border-left: none;
    padding-left: 0;
    }