.date {
    font-variant: small-caps;
}
.bio {
     font-size: 14px;
     margin-bottom: 8px;
}
.container {
    color: #222;
    font-family: "Times New Roman", Times, serif;
    margin: 20px auto;
    width: 950px;
}
.content li {
    margin: 8px 0;
}
.content h3 > a {
    text-decoration: none;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
}
h2, h3, h4, h5, h6 {
/*    text-transform: capitalize; */
}
a {
    color: #444;
    text-decoration: none;
    border-bottom: dotted 1px #999;
}
pre, code, tt {
   font-size: 12px;
}
pre {
    border: dashed 1px #ccc;
    padding: 9px;
}
cite {
    color: #444;
    font-style: italic;
    font-size: 12px;
}
h1 > a {
    border: none;
}
input, textarea {
    -moz-border-radius: 4px;
}
.navigation {
    height: 30px;
    margin: 8px 0;
}
.content hr {
    margin: 14px 0;
    height: 1px;
}
.content, .sidebar {
    padding: 8px 0;
}
.content {
    font-size: 15px
}
img.about {
    float: left;
    margin: 0 12px 12px 0;
}
.sidebar ul {
    clear: both;
    margin-left: 0;
}
.sidebar li {
    list-style: none;
    margin: 6px 0;
    font-size: 12px;
}
.sidebar .books {
   margin-bottom: 8px;
}
.all_posts {
   text-align: right;
   margin: 20px 0;
   clear: both;
}
/* Blueprint overrides */
div.content.colborder {
    border-right: none;
}
div.colborder {
    border-color: #ddd;
}
blockquote {
    /*font-style: normal;*/
    padding-left: 12px;
    border-left: solid 1px #ccc;
    color: #444;
}
h4 {
    margin-bottom: 12px;
}
.books {
   list-style: none;
   margin-left: 0;
}
.books li {
    display: inline;
    margin: 0 15px 15px 0;
}
.books img {
   width: 109px;
   height: 160px;
   border: none;
}
.books a {
   border: none;
}
/* del.icio.us overrides */
.sidebar .delicious-posts {
    margin-bottom: 12px;
}
