blockquote {
    font-style: normal;
    color: #222;
}

body {
    font-family: "Georgia", serif;
    text-align: center;
    background-color: black;
    font-size: 85%;
    line-height: 170%;
}

a, a:visited, a:link {
    color: black;
}

a:hover {
    text-decoration: none;
}

a[name] {
    text-decoration: none;
}

div#container {
    text-align: left;
    width: 860px;
    margin: 20px auto;
}

div#header {
  background-color: black;
}

div#header h1 a {
    display: block;
    width: 860px;
    height: 180px;
    background: black url("header.png") no-repeat left top;
    text-indent: -5000px;
}

div.image {
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    margin: 20px 0px;
}

div#middler {
    background-color: #ae0e0e;
    position: relative;
    min-height: 300px;
}

div#navigation {
    position: absolute;
    width: 200px;
}
div#navigation ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 20px;
}

div#navigation li {
    margin: 0px;
}

div#navigation ul a, div#navigation ul a:visited, div#navigation ul a:link {
    display: block;
    height: 28px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica", sans-serif;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #d0c1aa;
    letter-spacing: 4px;
    padding-top: 8px;
}

div#navigation ul a.here, div#navigation ul a:hover {
    color: black;
    background-color: #d0c1aa;
}

div#navigation ul a.here:hover {
    color: #ae0e0e;
}

div#content {
    background-color: #d0c1aa;
    margin-left: 200px;
    min-height: 300px;
    padding:20px 40px;
}

div#footer {
    text-align: center;
    padding: 20px;
    color: #ae0e0e;
}

div#footer a, div#footer a:visited, div#footer a:link {
    color: #ae0e0e;
}

h2 {
  line-height:1.4em;
}

h3 {
  margin-top: 1.6em;
}

p.journal_entry_day, p.article_description {
    font-style: italic;
    font-size: .9em;
    text-indent: 1.8em;
}

p.footnote {
    font-size: .9em;
}

p#options a, p#options a:visited, p#options a:link {
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    background-color: black;
    color: #d0c1aa;
    text-decoration: none;
    padding: 6px;
    text-transform: uppercase;
    font-size: smaller;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 4px;
}

p#options a:hover {
    background-color: #ae0e0e;
}

span.code {
    font-family: "Courier", monospace;
    font-size: .9em;
    border: 1px solid #222;
    padding: 1px 4px;
}