/*
Stylesheet for Maiden World
Jon Simpson (http://www.jonsimpson.co.uk/)
*/

/* ----------------------------- Page Elements ----------------------------- */

html {
  background-color: #eaeaea;
  font-family: Verdana, Bitstream Vera Sans, Lucida Grande, Arial, sans-serif;
  font-size: 10px;
}

body {
  height: 100%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
}

/* ------------------------------- Structure ------------------------------- */
.container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #eaeaea;
  background-color: #333333;
}

#logo {
  max-width: 750px;
  width: 100%;
}

.container img {
  width: 75%;
}

div.content {
  padding: 8px;
  text-align: left;
}

div.relief {
  font-size: 8pt;
  color: #808080;
}

div.foot {
  clear: right;
  font-size: 8pt;
  text-align: center;
  color: #808080;
  padding: 5px;
}

#search {
  text-align: center;
}

span.navigation {
  background-color: #000000;
  border: 1px solid #ff0000;
  padding: 5px;
  margin: 5px;
  padding-bottom: 10px;
  width: 18%;
  float: right;
  vertical-align: top;
  clear: both;
}

span.item_subhead {
  color: #808080;
  font-size: 10pt;
}

span.item_body {
  font-size: 10pt;
  color: #ffffff;
}

span.item_highlight {
  color: #808080;
}

span.item_foot {
  font-size: 10pt;
  color: #808080;
}

span.nav_head {
  font-size: 12pt;
  color: #ff0000;
}

span.nav_items {
  font-size: 10pt;
}

span.foot_highlight {
  color: #ffffff;
}

span.highlight {
  color: #cccccc;
}

img.alink {
  border: 1px solid #ff0000;
}

/* --------------------------- Object formatting --------------------------- */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13pt;
  color: #cccccc;
  font-weight: normal;
}

.sitename {
  font-size: 9pt;
  color: #eaeaea;
}

h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 12pt;
  color: #ff0000;
  font-weight: normal;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10pt;
  color: #ff0000;
  font-weight: normal;
}

p {
  font-size: 10pt;
  color: #ffffff;
}

acronym {
  border-bottom: dotted 1px #808080;

  cursor: help;
}

img.albumart {
  float: right;
  margin: 10px;
  border: 1px solid #ff0000;
}

img.bootlegart {
  margin: 10px;
  border: 1px solid #808080;
}

img.bootlegart:hover {
  border: 1px solid #ff0000;
}

/* --------------------------------- Links --------------------------------- */
a {
  color: #ffffff;
}

a:hover {
  color: #ff0000;
}

a:active {
  color: #ff0000;
}

a.item {
  color: #808080;
}

a.item:hover {
  color: #ff0000;
}

.subhead {
  color: #ff0000;
}

a.subhead:hover {
  color: #ffffff;
}

a.relief {
  color: #808080;
  text-decoration: none;
}

a.relief:hover {
  color: #ff0000;
}

a.bookmark {
  color: #ff0000;
}
