body {
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
  overflow-y: scroll;
}

#title-outer {
    background-color: #2F2F2E;
}

#title-inner {
    width: 40em;
    margin: 0 auto;
    padding: 0.5em;
    padding-bottom: 1em;
}

h1 {
    font-size: 1.75em;
}

h1#blog-title {
    margin: 0.1em;
}

h1#blog-title a {
    display: block;
    text-decoration: none;
    font-family: serif;
    color: #FFFFFE;
    text-shadow: 1px 1px 0 #66A;
}

#blog-description {
    color: #BDBDBC;
    text-shadow: 1px 1px 0 #444;
    font-size: 1.1em;
    margin-left: 5px;
}

#site-inner {
    width: 40em;
    margin: 2em auto 2em auto;
    text-align: justify;
}

#footer-inner {
    width: 40em;
    margin: 2em auto 2em auto;
    padding-top: 2em;
    border-top: 1px solid white;
}

body {
    font-size: 0.9em;
}

h1, h2, h3 {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 0 #99C;
}

#site-inner p {
    line-height: 1.25em;
    margin-bottom: 1.45em;
}

#site-inner li {
    margin-bottom: 1em;
}

code  {
    font-family: consolas, monospace;
}

pre {
    overflow: auto;
    margin: 2em 1em 2em 1em;
    padding: 0.5em;
    background-color: #222;
    color: white;
}

blockquote {
    margin: 2em 1em 2em 1em;
    font-size: 0.8em;
}


