/* Top site directory Stylesheet. Copyright © 2007-2008 X. J. Scott. All rights reserved. */

  BODY {
    margin: 0;
    padding: 0;
    }

  /* Navigation Bar */
  TABLE.nav {
    border-spacing: 2px 2px;
    padding-left: 6px;
    margin: 0;
    width: 100%;
    }
  TABLE.nav TD { 
    font-family: Arial, Helvetica;
    font-weight: bold;
    }
  .small  { font-size: small }
  .xsmall { font-size: x-small }
  .middle * {
    vertical-align: middle;
    }

  #redwhite FORM.search INPUT[type="text"] {
/*   background-color: #F0F0F0; */
    color: #9C0008;
    }

  FORM.search INPUT {
    font: normal 10px Tahoma, Verdana, sans-serif;
    text-indent: 2px;  /* this makes left side of button wider */
    }
  FORM.seach { margin-top: 0; margin-bottom: 0; }

  /* pink red white */
  #redwhite .nav {
    background: #FFFFFF;
    color: #D88186;
    } 
  #redwhite .nav a:link    { color: #A4020F; } 
  #redwhite .nav a:visited { color: #A4020F; } 
  #redwhite .nav a:hover   { color: #D88186; } 
  #redwhite .nav a:active  { color: #FFFFFF; } 

  /* forum style: pale green, maroon, off-white */
  #white .nav { 
    background-color: #E8E8E8;
    color: #909582;
    } 
  #white .nav a:link    { color: #A4020F; } 
  #white .nav a:visited { color: #A4020F; } 
  #white .nav a:hover   { color: #909582; } 
  #white .nav a:active  { color: #F2E2E3; } 

  #white FORM.search INPUT[type="text"] { /* type=text doesn't affect buttons */
    background-color: #EEE;
    color: #3A400A;
    }

  #white P#copyright, #redwhite P#copyright {
    padding-top: .25em;
    font: italic 13px Times, "Times New Roman", serif;
    text-align: center;
    }
