body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

body
{
    background-color: #F4F4F4;
    font-family: Georgia, Garamond, serif;
    text-align: center;
}

#header, #about
{
    border: 0 solid white;
    background-color: #9c0e0e;
    background-image: url("images/gradient.png");
    color: white;
}

#header
{
    padding: 8px 20px;
    margin-bottom: 15px;
    border-bottom-width: 3px;
}

#header h1 {
    font-size: 270%;
    text-shadow: black 0 1px 3px;
}

#wrapper {
  position: relative;
  width: 53em;
  margin: 0 auto;
  text-align: left;
}

#sidebar {
    position: absolute;
    right: 0;
    width: 20%;
}

#sidebar h2 {
  font-size: 100%;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#posts
{
    width: 72%;
}

#posts h2
{
    color: #323232;
}

#posts .post, #sidebar
{
    padding: 10px 15px;
    margin: 20px 0;
}

#posts .post {
  border: 1px solid #9E9E9E;
  background-color: white;
  background-repeat: repeat-x;
  background-image: url("images/box-gradient.png");
}

#posts .post h3 { margin: 0; font-size: 110% }

#posts .post h3 a,
#posts .post .meta a {
     text-decoration: none;
}

a, #posts .post h3, #sidebar h2 { color: #861E1E }

#posts .post, #posts .post pre
{
    overflow: auto;
}

#posts .post .meta
{
    color: #3D3D3D;
    font-size: 85%;
}

#posts .post .body
{
    margin: 15px 10px;
    text-align: justify;
}

#about
{
    clear: both;
    border-top-width: 3px;
    padding: 8px 13px;
}

#about a
{
    color: white;
}

h1, h2,

/* #posts .post .body */

#posts .post .body ul { list-style: square }

#posts .post .body pre
{
    background-color: #F9F9F9;
    padding: 7px 10px;
    font-size: 90%;
    border: 1px solid #DADADA;
}

#posts .post .body blockquote
{
    background-color: #F9F9F9;
    padding: 6px 14px;
    border-left: 5px solid #DADADA;
}
