body {
  font-family: 'Crimson Text', serif;
  color: #111;
  background-color: #ddd; /* #cab29e */ 
  padding: 0 2em 0 1em;
}

#banner, #menu, #content, #contentinfo, #footer { 
  margin: auto;
  max-width: 60em;
}

#banner {
  position: relative;
  padding: 0 1em;
}

#logo {
  position: absolute;
  right: -.5em;
  bottom: -4em;
  width: 60px;
  height: 75px;
  background: url(../images/crow_top.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#content {
  min-height: 30em;
  border: thin solid grey;
  padding: 1em 1em 4em 1em;
  border-radius: 5px;
  background: url(../images/raven_bottom.png);
  background-position: bottom 2px  left 2px;
  background-repeat: no-repeat;
  background-color: #efefef;
}

#contentinfo {
  text-align: right;
  padding: 1em;
}

a:link    { color: #184f8a; text-decoration: none;      }
a:hover   { color: #184f8a; text-decoration: underline; }
a:visited { color: #184f8a;                             }

h1,h2,h3,h4,h5,h6 { font-family: 'IM Fell English SC', serif; font-weight: 400;}

h1 a { color: #7b161a !important }
h2 a { color: #7b161a !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }

#menu li {
    display: inline;
    margin-right: 1em;
}

#post-list {
    margin-bottom: 1em;
    margin-top: 1em;
}

pre {
    margin: 2em 1em 2em 4em;
}

