body {
  background: #003884 url(/hgf/nightsky.jpg) repeat-x;
  margin: 0;
}

textarea {
  font-family: Consolas, monospace;
  font-size: 12px;
  line-height: 18px;
}

a img {border: none;}

h1,h2,h3,h4,h5,h6 {
  color: #fff;
}

h1,h2,h3 {
  font-family: Helvetica, Arial, serif;
}

div.box > h2:first-child,
div.box > h3:first-child,
div.box > h4:first-child {
  margin-top: 0;
}

div.box > p {
  text-align: center;
}

h4 {
  color: #544;
  background: #544;
}


.alt1, .alt2 {
  line-height: normal;
}

.forumlist .forumlist-row .forum-name a, .forumlist .forumlist-row .forum-url a {
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.topiclist a:link, .topiclist a:visited {
  text-decoration: none;
}

/* Padding changes apply to desktop only */
@media (min-width: 600px) {
.forumlist > div > * {
  padding: 5px 10px;
}

.forumlist > .forumlist-row > * {
  padding: 10px;
}

.forumlist > div > .forum-icon {
  padding-right: 3px;
  padding-left: 3px;
}

.forumlist .forumlist-row + .forumlist-row > div {
  border-top: 1px dotted #222;
}

table.thread td {
  padding: 10px 10px 10px 10px;
  line-height: 1.2em;
}

.topiclist .topiclist-row > div {
  border-top: 1px dotted #222;
  padding-left: 10px;
  padding-right: 10px;
}

.topiclist .topiclist-row .topic-icon {
  padding-right: 0;
}
}

