/* Default werc style - monochrome */

body {
  color: #7C5557;
  background-color: #0F0202;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "URW Palladio L", "Times New Roman", Times, serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: normal;
  font-style: italic;
  margin-top: 2rem;
}

h2 {
  font-weight: normal;
  font-style: italic;
  margin-top: 2rem;
}

h3 {
  font-weight: normal;
  font-style: italic;
  margin-top: 2rem;
}

a {
  color: #7C5557;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0F0202;
  background-color: #7C5557;
  text-decoration: underline;
}

.superHeader {
  color: #7C5557;
  background-color: #0F0202;
  height: auto;
  text-align: center;
}

.superHeader img { vertical-align: bottom; }

.superHeader a {
  color: #7C5557;
  background-color: transparent;
  font-size: 91%;
  margin: 0;
  padding: 0 0.25ex 0 0.25ex;
}

.superHeader a:hover {
  color: #0F0202;
  background-color: #7C5557;
}

.superHeader span {
  margin-right: 1.5em;
}
.superHeader span:last-child {
  margin-right: initial;
}

.superHeader div {
  padding-top: 0.30ex;
  padding-bottom: 0.30ex;
}

.superHeader .left { left: 0.4em; }
.superHeader .right { right: 0.4em; padding-bottom: 0.2em; }
.superHeader .center {
  position: initial;
  text-align: center;
}

.midHeader {
  color: #7C5557;
  background-color: #0F0202;
  border: solid 0 #7C5557;
  border-width: 2px 0;
}

.headerTitle {
  color: #7C5557;
  font-size: 233%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
  text-align: center;
}
#headerSubTitle {
  font-size: 50%;
  font-style: italic;
  margin-left: 1em;
}

.headerTitle a {
  color: #7C5557;
  background-color: transparent;
}

.headerTitle a:hover {
  color: #0F0202;
  background-color: #7C5557;
  text-decoration: none;
}

.subHeader {
  display: none;
  color: #7C5557;
  background-color: #0F0202;
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: #7C5557;
  background-color: transparent;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}

.subHeader a:hover {
  color: #0F0202;
  background-color: #7C5557;
}

.superHeader .highlight, .subHeader .highlight {
  color: #7C5557;
  background-color: transparent;
}

#side-bar {
  width: 16em;
  float: left;
  clear: left;
  border-right: 1px solid #7C5557;
}

#side-bar div {
  border-bottom: 1px solid #7C5557;
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2mm;
  padding: 1em 0 0 0;
  font-size: 120%;
  text-decoration: underline;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0.3em 0;
}

li ul {
  padding-left: 0.6em !important;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;
}

#side-bar a {
  color: #7C5557;
  background-color: transparent;
  margin: 0;
  padding: 0.25em 1ex 0.25em 2mm;
  display: block;
  font-size: 102%;
  border-left: #0F0202 solid 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#side-bar a:hover {
  color: #0F0202;
  background-color: #7C5557;
  border-left: #7C5557 solid 0.2em;
  text-decoration: none;
}

.thisPage, .thisPage a {
  color: #7C5557 !important;
  background-color: #0F0202;
  padding-left: 5mm;
}

.thisPage a:hover {
  color: #0F0202 !important;
  background-color: #7C5557 !important;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: #0F0202;
  background-color: #7C5557;
  text-decoration: underline;
}

#main-copy {
  max-width: 70em;
  color: #7C5557;
  background-color: transparent;
  text-align: justify;
  line-height: 1.5em;
  margin: 0em 0 0 16em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid #7C5557;
}

#bodyText {
  margin: 0 0 0 15.5em;
  padding: 2mm 5mm 2mm 5mm;
}

#main-copy p {
  margin: 1em 1ex 1em 1ex !important;
  padding: 0;
}

#main-copy a {
  color: #7C5557;
  background-color: transparent;
}

#main-copy a:hover {
  color: #0F0202;
  background-color: #7C5557;
}

#main-copy h1, #main-copy h2 {
  color: #7C5557;
  background-color: transparent;
  font-size: 145.5%;
  font-weight: bold;
  margin: 2em 0 0 0;
  padding: 0.5ex 0 0.5ex 0.6ex;
  border-bottom: 2px solid #7C5557;
}

#main-copy h2 {
  font-size: 115.5%;
  border-bottom: 1px solid #7C5557;
}

#main-copy img, #main-copy video {
  max-height: 50vh;
  max-width: 100%;
}

#main-copy iframe{
  width: 100%;
  height: 50vw;
}

#main-copy .topOfPage {
  color: #7C5557;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 3ex 1ex 0 0;
  padding: 0;
  float: right;
}

#main-copy .topOfPage:hover {
  color: #0F0202;
  background-color: #7C5557;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

#footer {
  color: #7C5557;
  background-color: #0F0202;
  padding: 1em !important;
  clear: both;
}

#footer .left {
  text-align: left;
  line-height: 1.55em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer .center {
  text-align: center;
}

#footer a {
  color: #7C5557;
  background-color: transparent;
}

#footer a:hover {
  color: #0F0202;
  background-color: #7C5557;
}

table {
  border: solid 1px #7C5557;
}
th {
  background-color: #0F0202;
  border: solid 1px #7C5557;
  text-align: center;
}
td {
  background-color: #0F0202;
  border: solid 1px #7C5557;
}

hr {
  border-width: 0px 0px 0.1em 0px;
  border-color: #7C5557;
}

acronym, .titleTip {
  border-bottom: 1px solid #7C5557;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

pre {
  margin-left: 2em; 
  font-size: 1.2em;
}

blockquote {
  border-left: 1px solid #7C5557;
  font-style: italic;
  margin-left: 1ex;
}

textarea {
  width: 100%;
  height: 25vh;
}

#subject {
  width: 100%;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.code {
  font-family: monospace;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.face {
  height: 1em;
  display: inline;
}

.doNotDisplay { display: none; }

.notify_errors,
.notify_notes,
.notify_success { padding: .8em; margin-bottom: 1em; border: 2px solid #7C5557; }

.notify_errors { background: #0F0202; color: #7C5557; border-color: #7C5557; }
.notify_notes { background: #0F0202; color: #7C5557; border-color: #7C5557; }
.notify_success { background: #0F0202; color: #7C5557; border-color: #7C5557; }

.notify_errors a { color: #7C5557; }
.notify_notes a { color: #7C5557; }
.notify_success a { color: #7C5557; }

.notify_errors a:hover,
.notify_notes a:hover,
.notify_success a:hover {
  color: #0F0202;
  background-color: #7C5557;
}

h1.dir-list-head, ul.dir-list {
  font-weight: bold;
}