/**
   Twin Brothers Racing
   (c) Eric Malone
   Open Solutions
   eric@opensolutions.ws
**/


/************************************************************/
/***                  general formatting                  ***/
/************************************************************/
body {
  /*background: black url(../images/hhhhh.gif) repeat fixed 0%0%;*/
  background-image: url(../images/hhhhh.gif);
  background-attachment: fixed;
  margin: 0;
}

* {
  color: white;
}

input,textarea {
  color: black;
}
  
h1 {
  font-size: 125%;
  color: #ff8c00;
  margin-bottom: 0px;
  margin-top: 0px;
}

h2 {
  font-size: 110%;
  color: #ff8c00;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #ff8c00;
  text-decoration: underline;
}

a img {
  border: 0;
}

b {
  color: #ff8c00;
}

/************************************************************/
/***                 body wrapper                         ***/
/************************************************************/
#wrapper {
	width: 750px;
  margin: auto;
  text-align: center;
}



/************************************************************/
/***                    header                            ***/
/************************************************************/
#header {
  text-align: center;
}

#header img {
  border: 2px solid #ff8c00;
  padding: 0;
  margin: 0;
}


/************************************************************/
/***                  navigation                          ***/
/************************************************************/
#navigation {
  width: 456px;
  margin: 0 auto 2em auto;
  text-align: center;
}


#navigation ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

#navigation li {
  display: inline;
  padding: 0em .2em 0em .2em;
  font-size: small;
}

/**  current page  **/
#navigation ul li a#nav_curr {
  color: #ff8c00;
}

#navigation ul li a#nav_curr:hover {
  text-decoration: none;
}

/************************************************************/
/***                alerts and user stuff                 ***/
/************************************************************/
#user {
  width: 456px;
  font-size: small;
  text-align: right;
  margin-bottom: 1em;
}

#error {
  width: 456px;
  margin: auto;
  margin-bottom: 1em;
  border: 3px solid red;
  text-align: left;
  color: red; 
  font-size: small;
  font-weight: bold;
}

#alert {
  width: 456px;
  margin: auto;
  margin-bottom: 1em;
  border: 3px solid #ff8c00;
  text-align: center;
  color: #ff8c00; 
  font-size: small;
  font-weight: bold;
}
  
#admin_controls {
  border-color: red;
  font-size: small;
  text-align: left;
}

.debug {
  color: black;
  background-color: white;
  border: 2px dashed black;
  font-size: small;
  margin: 10px;
  padding: 10px;
}

.debug a {
  color: black;
}

/************************************************************/
/***                       title                          ***/
/************************************************************/
/* div#title {
  width: 600px;
  margin-bottom: .5em;
} */

h1.title {
  font-size: 100%; 
  color: white; 
  margin: 1em 0; 
  text-align: center;
}

/************************************************************/
/***                     main content                     ***/
/************************************************************/

/*  Now in content_sponsors.css       sponsors on the right
       and content_no_sponsors.css    no sponsors on right  
*/

/************************************************************/
/***                        footer                        ***/
/************************************************************/
#footer {
  float: right;
  margin-top: 3em;
  width: 536px;
  text-align: right;
  font-size: small;
}

span#modified {
  float: left;
}

/* General frame for any kind of content.
   Note, the #content contains the whole page
*/
.frame {
  background-color: #21153d;
  border: 3px inset #ff8c00;
  
	padding: .3em;
  margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

