.blog-comments ol {
    list-style: none;
    padding-left: 2em;
}

.blog-comment-header {
    border-bottom: 1px solid #c4c37b;
}

.blog-comment {
    margin-bottom: 2em;
}

.blog-post {
    margin-bottom: 2em;
    margin-right: 50pt;
}

.blog-post h3 {
   font-size: 18pt;
}

.blog-post h3 a {
   text-decoration: none;
}

.blog-linkback-form ul {
   list-style: none;
   padding-left: 2em;
}

.clear {
  clear: both;
}

#blog-post-images ul {
   list-style: none;
   display: inline;
}

#blog-post-images li {
   float: left;
   padding-right: 2em;
}

#blog-post-images img {
   width: 80px;
   padding-left: 25px;
}

#blog-content {
    position: relative;
}

#blog-navigation-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
}

#blog-entries-column {
    width: 75%;
}

#blog-navigation-resume p {
   padding-left: 2em;
}