body {
  /* Preload */
  background: black url('../img/navbutton_hover.png') no-repeat -1000px -1000px;
  color: white;
  font-family: Georgia, Times, serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

img {
  border: none;
}

a:link, a:visited {
  color: #FF730A;
  border: none;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

h1 {
  display: block;
  margin: auto;
  text-align: center;
  clear: both;
}

h2 {
  margin-bottom: 0.5em;
}

h3, h4 {
  font-weight: normal;
}

#logo {
  margin-bottom: 1em;
}

#navbar {
  float: left;
  margin: 2em;
  margin-left: 1em;
}

#navbar a.page:link, #navbar a.page:visited {
  background: url('../img/navbutton_idle.png') no-repeat center;
  color: black;
  display: block;
  text-align: center;
  width: 160px;
  height: 53px;
  text-decoration: none;
  font-weight: bold;
  font-size: 125%;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0px;
  margin-bottom: -20px;
  padding-top: 1.35em;
}

#navbar a.page:hover, #navbar a.page:focus, #navbar a.page:active {
  background: url('../img/navbutton_hover.png') no-repeat center;
}

#navbar a.active:link, #navbar a.active:visited {
  background: url('../img/navbutton_active.png') no-repeat center;
}

#moddb_link {
  margin: 40px auto;
  text-align: center;
}

#quotebox {
  background-color: #101010;
  border: medium double;
  border-color: #808080 #505050 #505050 #909090;
  width: 150px;
  text-align: center;
  font-size: small;
  letter-spacing: 0.1em;
  line-height: 120%;
  padding: 5px 5px;
  float: right;
  margin-top: 4em;
  margin-right: 1em;
  margin-left: 2em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#quotebox p:first-child {
  font-weight: bold;
}

#content {
  margin-left: 205px;
  padding-top: 2em;
}

#footer {
  text-align: center;
  color: #3300CC;
  font-variant: small-caps;
  font-family: "Century Gothic", Times, serif;
  clear: both;
  margin-top: 1em;
}

#copyright {
  text-align: center;
  display: block;
  color: #3300CC;
  font-size: small;
}

#contact_form {
  margin: auto;
  width: 700px;
}

#downloads_table th {
  height: 3em;
  padding-top: 3em;
  border-bottom: 1px white solid;
}

#downloads_table td {
  border-bottom: 1px gray solid;
}

#downloads_table td, #downloads_table tr, #downloads_table a {
  text-align: center;
  vertical-align: middle;
}

#downloads_table td:first-child {
  font-variant: small-caps;
}

#downloads_table td {
  padding: 0px 6px 0px 6px;
}

#downloads_table a {
  background: url('../img/button_hover.png') no-repeat center;
}

#downloads_table a:link, #downloads_table a:visited {
  display: inline-block;
  margin: 10px auto 10px auto;
  padding: 7px;
  background: url('../img/button.png') no-repeat center;
  font-family: Calibri, Tahoma, Verdana, sans-serif;
  text-decoration: none;
  color: white;
  width: 151px;
}

#downloads_table a:hover, #downloads_table a:focus {
  background: url('../img/button_hover.png') no-repeat center;
}

.statcounter {
  position: relative;
  top: 2px;
  left: 5px;
}

.walkthrough {
  color: black;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
}

.walkthrough:hover {
  color: white;
}

.member_active {
  color: #00CC00;
}

.walkthrough_index {
  border: 1px white solid;
  width: 70%;
}

.walkthrough_index td {
  vertical-align: top;
  width: 50%;
}
