body {
  color: #000;
  font: 13px Tahoma, Geneva, sans-serif;
  background-color: #fff;
  text-align: center;
}
#head,
#foot {
  border-top-color: #b22;
}
h1,
h2,
h3,
#foot {
  color: #b22;
}

#container {
  text-align: left;
  position: relative;
  width: 980px;
  background-color: #fff;
  margin: 0 auto;
  min-height: 500px;
}

#head {
  border-top: 6px solid #b22;
  padding: 10px 20px 5px;
}

#logobox {
  float: left;
  padding: 20px;
}

#instrumentlinks {
  display: block;
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#instrumentlinks li {
  display: inline;
}

#instrumentlinks a {
  color: inherit;
  padding: 8px;
  line-height: 3;
  text-decoration: none;
  color: #000;
  background-color: #ddd;
}

#instrumentlinks a:hover,
#instrumentlinks a.current {
  background-color: #b22;
  color: #fff;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #b22;
}

#leaderboard {
  text-align: center;
  margin: 10px auto;
}

#login {
  float: left;
  margin-left: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 12px;
}

#wanderlog {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
}

#wanderlogImage {
  height: 64px;
  padding-right: 20px;
}

#foot {
  margin: 10px;
  color: #b22;
  border-top: 4px solid #b22;
  text-align: center;
  padding: 10px 10px 30px;
  clear: both;
}

#main {
  padding: 0 10px;
}

#content {
  float: left;
  width: 760px;
  line-height: 1.7;
}

#search {
  border: 1px solid #aaa;
  background-color: #ddd;
  padding: 6px;
  text-align: center;
}

#sidebar {
  float: right;
  width: 190px;
  line-height: 1.7;
}

#navlink {
  float: right;
  margin: 5px 0;
  border-left-width: 0;
  line-height: 1.5;
}

#navlink li {
  display: block;
  list-style-type: none;
}

#navlink a {
  display: inline-block;
  padding: 5px;
  width: 173px;
  background-color: #ddd;
  border-left: 5px solid #aaa;
}

#navlink a:hover {
  text-decoration: none;
  border-left-color: #b22;
  background-color: #fff;
}

/* Generic styles */

h1,
h2,
h3 {
  color: #b22;
  padding: 10px 0;
  line-height: 1;
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}

p {
  margin-bottom: 12px;
}
#content ul,
#content ol,
#sidebar ol {
  margin-left: 20px;
  margin-bottom: 12px;
}

table {
  border: 0;
}
table.nopadding td {
  padding: 0px;
}
td,
th {
  padding: 2px 5px;
  border: 2px solid #fff;
}
th {
  text-align: center;
}
tr.a {
  background-color: #eee;
}
tr.b {
  background-color: #ddd;
}

/* Form styles */
label {
  font-weight: bold;
}
input,
select,
textarea {
  border: 1px solid #aaa;
  margin: 1px 2px;
  padding: 2px;
}

input:focus,
select:focus {
  border-color: #000;
}

textarea.focus {
  border-top: 1px solid #000000;
}
select {
  padding: 1px;
}
input.checkbox,
input.radio {
  padding: 0;
  margin: 0;
  border: 0;
}

/* Index styles */
.browsebox {
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  background-color: #eee;
}
.browsebox a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.browsebox td {
  border: 0;
}

/* Tabs pages styles */

/* Rating boxes */
div#rate {
  text-align: center;
  background-color: #ddd;
  border: 1px solid #aaa;
  padding: 5px;
  width: 400px;
  margin: 0 auto;
}

div#rate table {
  margin: 0;
}
div#rate td {
  border-color: #ddd;
  vertical-align: middle;
  padding: 0;
}

div#rate .a,
div#rate .b {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
  vertical-align: middle;
}

div#rate .a {
  background-color: #aaa;
}
div#rate .b {
  background-color: #b22;
}
div#rate p {
  margin: 0;
}

/* Comments boxes */
div#commentinput,
div.comment {
  background-color: #eee;
  width: 720px;
  padding: 10px;
  margin: 10px 0;
}

div.comment p.head {
  font: 14px "Trebuchet MS", Helvetica, Verdana, sans-serif;
  color: #900;
  padding: 0 0 5px;
}

div.comment a {
  font-weight: bold;
  color: #f60;
  border: 0;
}

div#commentinput textarea {
  width: 700px;
  height: 60px;
  border: 2px solid #ddd;
}

/* Ads */
#topads {
  width: 720px;
  margin: 10px auto 0;
}

/* Browse, search styling */
ul.searchroot,
ul#searchroot {
  list-style-image: url(../img/show.gif);
}
li.hide {
  list-style-image: url(../img/hide.gif);
}
ul.show {
  list-style-image: url(../img/show.gif);
}

.coloured {
  color: #b22;
}
/*	Multi-use styling	*/
.error,
.notice,
.red {
  margin: 3px;
  padding: 5px;
  background-color: #b22;
  color: #fff;
}
.error a,
.notice a,
.red a {
  color: #fbb;
  font-weight: bold;
}
.notice {
  background-color: #b22;
}
.notice a:hover {
  color: #fed;
  background-color: #fa5;
}
.floatleft {
  float: left;
}
.textleft {
  text-align: left;
}
.floatright {
  float: right;
}
.textright {
  text-align: right;
}
.floatcenter {
  margin-left: auto;
  margin-right: auto;
}
.textcenter {
  text-align: center;
}
.nodisplay {
  display: none;
}
.blockdisplay {
  display: block;
}
.noborder {
  border: 0;
}
.nomargin {
  margin: 0;
}
.inline {
  display: inline;
}
.vcenter {
  vertical-align: middle;
}
.vtop {
  vertical-align: top;
}
.vbottom {
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
.pointer:hover {
  cursor: pointer;
}
ul.nobullet,
li.nobullet {
  list-style-type: none;
}
span.checkboxpad {
  margin: 0 3px;
}
span.smaller {
  font-size: smaller;
}
span.larger {
  font-size: larger;
}
pre,
.monospace {
  font: 9pt "courier new", monospace;
}
.clear {
  clear: both;
}
.serif {
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
}
