body {
  background-color: white;
  color: black;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  line-height: 1.5em;
  text-align: center;
}
/* hide old stuff */
.legacy {
  display: none
}

/**************************
 * layout              
 **************************/
div#site_frame {
        min-width: 780px;
        max-width: 1100px;
        margin: 0px auto;
}

table#frame  {
        width: 100%;
        border-collapse: collapse;
        background-color: #4c4c4c;
        margin: 0px;
        text-align: left;
}

table#frame td {
        vertical-align: top;
        margin: 0px;
        padding: 0px;
}


/**************************
 * body              
 **************************/
div#body {
  color: white;
  margin: 10px;
  margin-left: 20px;
  margin-top: 70px;
  margin-bottom: 20px;
}

div#body h1 { 
  color: #ffbf00;
  margin-top: 0px;
  margin-bottom: 0.5em;
  padding-bottom: 0.1em;
  line-height: 1em;
  font-size: 250%;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #bfbfbf;
}

div#body h2 { 
  color: white;
  margin-top: 0.6em;
  margin-bottom: 0.1em;
}

div#body h2 a:hover {
  color: white;
}

div#body a[href],
pre a {
  color: #ff8000;
}

div#body a[href]:hover,
pre a:hover {
  color: #ffa000;
}

div#body dl dd {
  margin-left: 1.5em;
}

div#body dl dt {
  padding-top: 1em;
  font-weight: bold;
}

div#body dl dt a {
  text-decoration: none;
}

div#body dl p {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
 
div#body pre {
  border-style: solid;
  border-color: #bfbfbf;
  border-width: 1px;  
  background-color: #606060;
  padding: 1em;
}

/**************************
 * footer
 **************************/
table#frame td#footcell {
  padding-left: 40px;
}

div#address  {
  float: left;
  padding-bottom: 20px;
}

div#address small {
  color: #b0b0b0;
}

div#address a {
  color: #b0b0b0;
  text-decoration: none;
}

/**************************
 * logo
 **************************/

div#mirrors,
div#mirrors a {
  color: #bfbfbf;
  text-decoration: none;
}

div#mirrors {
  float: left;
  margin-left: 40px;
  margin-top: 10px;
  top: 5px;
  font-size: 10px;
}

div#logo {
  float: right;
  height: 74px;
  width: 262px;
  margin-top: 10px;
  margin-right: 42px;
  background-image: url("smokeping-logo.png");
}


/**************************
 * menu              
 **************************/
table#frame td#leftcornercell,
table#frame td#menucell {
  width: 10%;
  background-color: #909090;
}

div#menu {
  font-weight: normal;
  color: black;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  width: 200px;
  line-height: 1em;
}

div#menu li {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

div#menu a {
  color: black;
  text-decoration: none;
}

div#menu ul ul a {
  color: #202020;
  text-decoration: none;
}

div#menu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

div#menu ul ul { 
  padding-left: 0px;
  font-size: 11px;
  color: #444;
}

div#menu ul a,
div#menu ul div.selected {
  padding-left: 0px;
}

div#menu ul ul ul li {
  padding-left: 1em;
}

div#menu a:hover {
  color: #ffbf00;
}

div#menu a:active {
  color: #ff8800;
}

div#menu li div.selected {
  color: white;
  font-weight: bold;
}

/* ******* statistics page ***** */

div#body table.stats {
  border-collapse: collapse;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
 
div#body table.stats tr.odd {
  background: #265968;
}

div#body table.stats tr.even {
  background: #654228;
}

div#body table.stats td
 {
  padding-left: 4px;
  padding-right: 4px;
  border-width: 1px;
  border-style: solid;
}

/* ******************************* */
