/*
 * Title     : Blue Dawn
 * Desc      : Grey/Blue color scheme
 * Author    : Steven Bergom (bergy@velocityhsi.com)
 * Copyright : 2003
 *
 * $Revision: 1.2 $
 *
 */

body {
  color: #000000;
  background: url('../images/background-blublk.png') fixed repeat-x #15191e;
}

.menu a {
  background-color: transparent;
  color: #000000;
}

.menu a:hover {
  background: url('../images/menuhover.png') repeat-x bottom #FFFFFF;
  color: #000000;
}

.menu a:active {
  background: url('../images/menuhover.png') repeat-x bottom #FFFFFF;
  color: #ff0000;
}

#content, .menu {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

#content h1 {
  background-color: #8facce;
  color: #000000;
  border-color: #000000;
}

#content h2 {
  font-weight: bold;
  background-color: #d8ed93;
  color: #657792;
  border-color: #000000;
}

#content a {
  background-color: inherit;
  color: #0000ff;
}

#content a:hover {
  background-color: inherit;
  color: #FF0000;
  text-decoration: underline;
}

#log {
  border-style: solid;
  border-color: #000000;
  background-color: #f9e49f;
  color: inherit;
}

#copyright-warning {
  border-style: solid;
  border-color: #000000;
  background-color: #e07e60;
}

span.story-new {
  background-color: inherit;
  color: #ff00ff;
}

#thanks {
  background-color: #e5ae60;
  color: #000000;
}

.letter, .example {
  background-color: #ece7d6;
}

.story #content h1.story-title,
.story #content h2.story-author {
  background-color: transparent;
  color: #000000;
}

