/* http://colorschemedesigner.com/#1o51TaaoTtgzc */

body {
  font-family: "Georgia", serif;
  background-color: #87755c;
  background-image: url('/static/images/background.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0px;
  margin: 0px;
  color: #876a32;
}

#topbar1 {
    background-color: transparent;
    height: 2ex;
    margin: 0px;
    padding: 0px;
}
#title {
    position: relative;
    background-color: #c6b187;
    color: #876a32;
    text-align: center;
    width: 890px;
    /* font-family: I want a signatury font here, maybe an image? */
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-color: #72631f;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0px;
    z-index: 2;
}
#menubar {
    position: relative;
    background-color: #72631f;
    color: #e5dfc1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: bottom;
    width: 40ex;
    z-index: 3;
}
#menubar ul {
    padding: 0px;
    margin: 0px;
}
#menubar li {
    display: inline;
    padding: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 5px;
}
#menubar li:first-child {
    border-left-width: 0px;
}
#menubar a {
    color: #e5dfc1;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
}
#menubar a:hover {
    color: #c6b187;
}
#container {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e5dfc1;
    color: #72631f;
    padding-top: 3em;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    position: relative;
    top: -3em;
    z-index: 1;
    border-color: #72631f;
    border-width: 1px;
    border-style: solid;
}
#report_typo_box {
    float: right;
    max-width: 26ex;
    text-align: right;
}
#typo_report {
    text-align: center;
    display: none;
    background-color: #c6b187;
    color: #876a32;
    border-color: #876a32;
    border-width: 1px;
    border-style: solid;
    padding: 1ex;
}
#typo_confirmed {
    display: none;
    text-align: center;
}
#typo_report textarea {
    width: 23ex;
    height: 14ex;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
}
h2 {
    font-size: large;
}
a {
    color: #878632;
}
a:visited {
    color:#876a32;
}

input[type=text], textarea {
    background-color: #c6b187;
    color: #876a32;
    border-style: inset;
    border-color: #876a32;
    border-width: thin;
}
input[type=submit] {
    background-color: #c6b187;
    color: #876a32;
    border-style: outset;
    border-color: #876a32;
    border-width: thin;
    font-weight: bold;
}

hr {
    color: #876a32;
    background-color: #876a32;
    border-style: inset;
    width: 30em;
    height: 3px;
}

#copyright {
    font-size: x-small;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 35ex;
    padding: 3px;
    color: #c6bb87;
    background-color: #876a32;
}

#chapter_discussion textarea {
    width: 30em;
    height: 10em;
}
#id_honeypot {
    display: None;
}

.comment {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #876a32;
    padding: 1ex;
}
.comment div {
    margin-left: 2em;
}

#booktable a {
    font-size: small;
}

/* SPECIFIC BOOK STYLES */
p.historybookexcerpt {margin-left:0;margin-right:0;margin-top:40.329605px;margin-bottom:0;border:none;padding:0;text-indent:38.4px;font-family:'Times New Roman',serif;font-style:italic;font-size:16.0px}

