body {
  background-color: #444D61;
  color: #BC7F48;
  font-family: helvetica, arial, sans;
  font-size: .8em;
}

#sidePanel {
  width: 160px;
  float: left;
}

#contentPanel {
  margin-left: 190px;
}

.contentArea {
  background-color: #BC7F48;
  color: black;
  padding: 8px;
  width: 80%;
}

#flag {
  font-size: 2.8em;
  font-family: times, serif;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.1cm;
}

.contentArea h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: -12px;
  padding: 0;
}

.contentArea a:link {
  color: black;
  text-decoration: underline;
}

.contentArea a:visited, acronym {
  color: black;
  text-decoration: none;
  border-bottom: dotted black 1px;
}

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav a {
  color: #BC7F48;
  text-decoration: none;
  display: block;
  padding: 5px;
}

a:hover, #nav #games {
  background-color: #626071;
}

#nav li {
  border: 1px solid gray;
  margin: 3px;
  margin-bottom: 7px;
}

#colophon, #extras div {
  border: 1px solid gray;
  padding: 5px;
  margin: 30px 3px;
}

#colophon p, #extras p {
  margin-top: 0;
}

#colophon a, #extras a {
  color: #BC7F48;
}

#extras div {
 display: none;
}

#extras #gamesextras {
  display: block;
}

.gamesummary {
  width: 100%;
  margin-top: 1em;
}

.gamesummary td {
  vertical-align: text-top;
  color: black;
}

td.teaser {
  border-right: 1px solid gray;
  padding-right: 8px;
  width: 60%;
}

table.gameSearch {
  border: 1px solid gray;
  padding: 0;
}

table.gameSearch th {
  background-color: gray;
  text-align: left;
}

table.gameSearch td {
  /* padding: 3px; */
}

/* Tables within game rules have borders */
.gameContent td, .gameContent th {
   border: 1px solid gray;
}

/* But the comment form at the bottom of game rules should not have a border */
.gameContent form td, .gameContent form th {
   border: 0px;
}

.gamearchivelist p {
  display: inline;
}

.gamearchivelist td {
  border: 0px;
  vertical-align: top;
}

.gamearchivelist img {
  margin-right: 1em;
}

table.gamearchivelist {
  border: 0px;
}

/* Spells within SpellCycles fit up next to the spell write-ups */
#spells table {
   margin-top: -1em;
}

#footerSiteIdentity {
   display: none;
}