/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style-type:circle; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... stuff below this I added */

 /* zeroes all margins and paddings */
 *, body, table, td, p, ul, ol, li, form {
 	margin: 0;
 	padding: 0;
 }
 
 /* All purpose code */
.clearit 
{
    clear: both;
}
/* Commonly used to style page titles. */
h1 {
  background-color: #000000;
  font-size: large;
  font-weight: bold;
  line-height: 1.5em;
  color: #808080;
}
/* Commonly used to style section titles. */
h2 {
  background-color: #776d6d;
  font-weight: bold;
  line-height: 1.7em;
  color: #000000;
  font-size: medium;  
}

h3 {
  font-weight: bold;
  font-size: medium;
  color: #fe0000;  
  text-align: center;
}

h4 {
  font-weight: bold;
  font-size: 110%;
  color: #fe0000;  
  text-align: center;
}

h5 {
    margin: 10px 0 0 5px;
    }
    
/* Style for NW Web Designs include */
#NWWebDesigns 
{
    text-align: center;
    padding: 10px 0;
}

#NWWebDesigns a
{
    text-decoration: none;
}

/* NOW FOR THE GIBBONS RACING CUSTOM STYLES!!!!!!!! */
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #000000;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 760px;
}

#hdrBackground {
  background: #000000 url(images/Banner.jpg) center;
  background-repeat: no-repeat;  
  line-height: 288px;
  margin-top: 10px;
}
#barfiller {  
 line-height: 2em;
 font-size: medium;
 margin: 0 auto 0 auto;
 width: 37em;
}

#filler {  
 line-height: 2em;
 font-size: medium;
 margin: 0 auto 0 auto;
 width: 35em;
 line-height: 150px;
}

/* Left Column */
#outerWrapper #contentWrapper  {
  padding: 10px 10px 10px 0px;
}

#leftColumn1 
{
    float: left;
    font-size: 90%;
}

#leftColumn1 table 
{
    border: solid 2px #404040;
    width: 15em;
    margin: 10px; 
}
#leftColumn1 th 
{
    text-align: center;
    border: 0;
    border-bottom: solid 2px #eeeeee;
}
#leftColumn1 td 
{
    border: 0;
    padding: 3px 3px 0 5px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  float: right;
  padding: 0px 5px 10px 0px; 
}

#VU /* SLIDESHOW */ 
{
    margin-left: 15px;
    float: right;
}

#banner {
    margin-right: 10px; 
    text-align: center;
}

.paragraph 
{
    margin: 2em 5em;
}

#outerWrapper #contentWrapper  {
  margin: 0 0 0 0; 
  padding: 0px 0px 10px 0px; 
}

#footer {
  background: #000000 url(images/FootBanner.jpg) center;
  background-repeat: no-repeat;
  line-height: 200px;
  margin-top: 20px;
}
#barfiller2 {  
  margin: 0 auto 0 auto;
  width: 40em;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #5672A2;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #5672A2;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #404040;
  text-decoration: none;
}

/* Schedule Page */
#schedule 
{
  border: ridge 5px #404040;
  width: 100%;
}
#schedule th 
{
    width: 100%;
    text-align: center;
}

#schedule td 
{
    border: solid 2px #404040;
    font-size: medium;
}

#schedule .date 
{
    text-align: center;
}

#schedule .track 
{
    text-align: left;
    padding: 5px;
}
/* Sponsor Page */

#sponsorcontent
{
    text-align: left;
    padding: 10px;
    padding-right: 5px;
    margin: 2px 0;
    border: groove 6px #807a6e;
}
#sponsorList 
{
    list-style: none;
    margin: auto;   
}

.sponsorList 
{
    list-style: none;
    text-align: left;
    padding: 10px 0;
    border-color: gray;
    border-width: 1px;  
    border-bottom-style: solid; 
    border-style: solid;
}

li img
{
    margin-right: 15px;
}
    
/* Driver Page */

#contentWrapperDrivers {
  background-color: #000000;
  background-image: url(images/driversBackgroundMiddle.gif);
  background-repeat: repeat-y;
  padding-bottom : 10px;
}

.leftColumn2 {
  float: left;
  width: 240px;
  height: 100%;
  padding: 0px 7px 5px 0px; 
  margin: 20px 0;
}

.leftColumn2 img 
{
    float: left;
}

ul
{
    list-style-type: none;    
}

.driversInfo 
{
    margin: 10px 0;
}

.driversParagraph 
{
    margin: 1em 1em 1em 0;
}

.centerColumn2 {
  padding: 0px 7px 5px 7px; 
  margin: 20px 0;
  width: 240px;
  float: left;
  height: 100%;
}

.centerColumn2 img 
{
    float: left;
}
.rightColumn2 {
  float: right;
  padding: 0px 7px 5px 0px; 
  margin: 20px 0;
  width: 240px;
  height: 100%;
}

.rightColumn2 img 
{
    float: left;
}

/* Contact Us Page */

#contactUs 
{
    margin: 30px auto;
    width: 70%;
}

#contactUs td 
{
    padding-left: 5px;
}

#wizard1 {
    height: 148px;
    width:  520px; 
    color:  #ffffff; 
}

.label{
    width: 112px; 
    height: 20px;
    text-align: right;
    vertical-align: top;
}

.textBox {
    width: 360px;
} 

.validation {
    font-weight: bold;
    color: #fe0000;
}

#txtComments {
    
    }
    

.thankYou
{
    text-align: center;
    margin-top: 30px;
    font-size: 120%;
    width: 503px;
}

.sideBarStyle {
    background-color: #fe0000;
     color: #fe0000;
     width: 7px;
     font-size: 1px;
}

.centered {
    text-align: center;
}
