/* ###### Body Text ###### */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 94%;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: arial, verdana, tahoma, sans-serif;
}

h1, h2 {
  font-size: 164%;
}
h1, h2, h3, h4 {
  font-weight: bold;
  font-style: italic;
  padding-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
}

p {
  padding-bottom: 1ex;
}

img {
  border: none;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 95%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin-left: 12em;
  padding: 0.5ex 14em 1em 1em;
  border-left-style: solid;
  border-left-width: 1px;
}

#bodyText a {
  /* See color-scheme.css */
}

#bodyText a:hover {
  text-decoration: none;
}

.smallCaps {
  font-variant: small-caps;
}

/* ###### Header ###### */

#header {
  height: 4em;
  padding: 0.25em 2.5mm 0 4mm;
}

.headerTitle {
  font-size: 252%;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
}

.headerTitle span {
  font-weight: normal;
}

.headerLinks {
  font-size: 87%;
  padding: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
}

.headerLinks * {
  text-decoration: none;
  padding: 0 2ex 0 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}

.menuBar {
  text-align: center;
  padding: 0.5ex 0;
}

.menuBar * {
  text-decoration: none;
  font-weight: bold;
  padding: 0ex 2ex;
}

.login * {
  text-decoration: none;
  font-weight: bold;
  text-align:right;
}

.menuBar a:hover, .login a:hover {
  /* See color-scheme.css */
}


/* ###### Sidebar ###### */

.sideBarTitle {
  font-weight: bold;
  font-size: 95%;
  padding: 0.75ex 1ex;
}

.sideBarText {
  font-size: 95%;
  padding: 1ex 0.75ex 1ex 1ex;
}

a.sideBarText {
  text-decoration: none;
  line-height: 2em;
  font-weight: bold;
  padding: 0.75ex 1ex;
}

a.sideBarTitle {
  font-size: 95%;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75ex 1ex;
}

/* ###### Plaintext ##### */

.PlainText {
  font-size: 95%;
  text-align: justify;
  float: left;
  clear: left;
}

.PlainText a {
  /* See color-scheme.css */
}

.PlainText a:hover {
  text-decoration: none;
}


/* ###### Footer ###### */

#footer {
  font-size: 85%;
  text-align: center;
  line-height: 1.25em;
  clear: left;
}

#footer div {
  padding-bottom: 1ex;
}

#footer a {
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

/* ###### Text Colors ###### */

h1, h2, h3, h4, #bodyText a, .sideBarText a, .sideBarText span,
.sideBarTitle a
 { color: #a68c53; }

.headerTitle, .headerLinks *, .login a:hover, .sideBarTitle,
.sideBarText a:hover, .sideBarTitle a:hover, #footer a
 { color: black; }

.menuBar a:hover
 { color: #b82619; }

a.sideBarText
 { color: #a68c53; }

a.sideBarText:hover
 { color: black; }

a.sideBarTitle
 { color: #a68c53; }

a.sideBarTitle:hover
 { color: black; }

.headerTitle span, .menuBar, .menuBar *, .login, .login *
 { color: white; }

.headerLinks
 { color: #b82619; }

.wikiadmin, .wikiadmin a:visited
 { color: red; }

.wikimod, .wikimod a:visited
 { color: green; }

.wikiuser, .wikiuser a:visited
 { color: blue; }

.wikigast, .wikigast a:visited
 { color: grey; }

/* ###### Background Colors ###### */

body
 { background-color: white; }

#bodyText, .PlainText, .headerLinks, .menuBar a:hover,
 { background-color: white; }

#header
 { background-color: #b82619; }

table.header
 { background-color: #b82619; }

.menuBar
 { background-color: black; }

.sideBar
 { background-color: #f3f2eb; }

.sideBarTitle, #footer
 { background-color: #e6dfcf; }

/* ###### Border Colors ###### */

h2, h3, h4, #bodyText {
 border-color: #e6dfcf;
}

acronym
 { border-color: #a68c53; }

h2.page.title {
  border: none;
  padding-top: 0px;
}

/* ##### Wiki ##### */

.wiki hr {
  color: #eeddcc;
}

input, textarea, select {
  border: 1px solid #aa8855;
  background: #eeddcc;
}
textarea {
  border-width: 2px;
}

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

.wiki .page-toc {
}