

body {
  font-family: georgia, serif;
  font-size: 12pt;
  background: #fff
  color: #222;
}

fieldset {
  border: solid 1px #999;
  border-radius: 4px;
}

fieldset legend {
  margin-left: 0.5em;
  padding: 0 0.5em;
  font-weight: bold;
  color: #900;
}

h1 { font-family: Quando, serif; font-size: 16pt; font-weight: bold; margin-top: 1em; }
h2 { font-family: Quando, serif; font-size: 14pt; font-weight: bold; margin-top: 1em; }
h3 { font-family: Quando, serif; font-size: 12pt; font-weight: bold; font-style: italic; margin-top: 1em; }

ul {
  list-style-type: disc;
  margin: 1em 0 1em 2em;
}
ol {
  margin-left: 2em;
  margin: 1em 0 1em 2em;
}
li {
  line-height: 1.4;
}

p {
  margin: 1em 0;
  line-height: 1.4;
}

blockquote {
  margin-left: 2em;
  padding-left: 1em;
  border-left: solid 2pt #6f6;
}

header#page-header {
  height: 100px;
  position: relative;
  font-family: sans-serif;
}

header#page-header div.logo-container {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #010D55;
  z-index: -2;
}

header#page-header div.logo-img {
  position: absolute;
  background: url(../img/logo.png) no-repeat;
  width: 782px;
  height: 262px;
  z-index: -1;
}

header#page-header div.contact {
  width: 860px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
}
header#page-header div.contact a {
  color: #fff;
}

header#page-header nav.main-nav {
  position: absolute;
  width: 860px;
  bottom: 0;
  left: 50%;
  margin-left: -430px;
}

header#page-header nav.main-nav ul {
  float: right;
  margin: 0;
  color: #fff;
}
header#page-header nav.main-nav ul li {
  float: left;
  margin-left: 2em;
}
header#page-header nav.main-nav ul li:first-child {
  margin-left: 0;
  list-style-type: none;
}
header#page-header nav.main-nav ul li a {
  text-decoration: none;
  color: #fff;
}

header#page-header nav.userinfo {
  position: absolute;
  right: 50%;
  margin-right: -430px;
  text-align: right;
  bottom: 20px;
  color: #fff;
}

header#page-header nav.userinfo a {
  color: #99f;
}

header#page-header a.rss-btn img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 400px;
  top: 26px;
}

nav.admin {
  width: 900px;
  background: #6faed2;
  margin: 0 auto;
  border: solid 2px #365567;
  height: 24px;
  line-height: 24px;
}
nav.admin ul {
  list-style-type: none;
  margin: 0;
}
nav.admin ul li {
  float: left;
  height: 24px;
}
nav.admin a {
  color: #fff;
  font-weight: bold;
  padding: 3px 20px;
  border-right: solid 2px #365567;
}

section.content {
  padding: 0 20px;
  width: 860px;
  margin: 0 auto;
  word-wrap: break-word;
}

section.copyright {
  clear: both;
  margin: 2em 0;
  padding-bottom: 2em;
  text-align: center;
}

nav.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 20pt;
  line-height: 20pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

nav.breadcrumbs li:before {
  content: "»";
  margin-right: 4pt;
}

nav.breadcrumbs li:first-child:before {
  content: "";
  margin-right: 0;
}

nav.breadcrumbs li {
  display: inline;
  margin-left: 4pt;
}

/*
 * War Worlds-style buttons.
 */

a.button {
  display: inline-block;
  position: relative;
  background: url(/img/button.png) no-repeat top right;
  height: 20px;
  padding: 0 8px 0 0;
  color: #fff;
  text-decoration: none;
  font-family: arial;
  font-size: 14px;
  line-height: 20px;
}
a.button:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/img/button.png) no-repeat top left;
  width: 8px;
  height: 20px;
  left: -8px;
}

a.button:hover {
  background-position: center right;
}
a.button:hover:before {
  background-position: center left;
}
a.button.disabled {
  background-position: bottom right;
}
a.button.disabled:before {
  background-position: bottom left;
}

div.input-button input {
  display: block;
  position: relative;
  background: url(/img/button.png) no-repeat top right;
  height: 20px;
  color: #fff;
  font-family: arial;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  padding: 1px 16px 1px 8px;
}

div.input-button {
  display: inline-block;
  background: url(/img/button.png) no-repeat top left;
  height: 20px;
  padding-left: 8px;
  width: 20px;
}

a.button:hover {
  background-position: center right;
}
a.button:hover:before {
  background-position: center left;
}
div.input-button:hover {
  background-position: center left;
}
div.input-button:hover input {
  background-position: center right;
}

a.button.disabled {
  background-position: bottom right;
}
a.button.disabled:before {
  background-position: bottom left;
}
div.input-button.disabled {
  background-position: bottom left;
}

div.input-button.disabled input {
  background-position: bottom right;
  color: #aaa;
}

/*
 * autocomplete
 */
.acResults {
        padding: 0px;
        border: 1px solid WindowFrame;
        background-color: Window;
        overflow: hidden;
}

.acResults ul {
        margin: 0px;
        padding: 0px;
        list-style-position: outside;
        list-style: none;        
}

.acResults ul li {
        margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        font: menu;
        font-size: 12px;
        overflow: hidden;
}

.acLoading {
        background : url('/img/spinner.gif') right center no-repeat;
}

.acSelect {
        background-color: Highlight;
        color: HighlightText;
}
