span.blog_ingress.post-thumb {
    display: block;
    font-size: 90%;
    text-align: justify;
    margin-top: 8px;
    color: #666;
    padding: 10px;
    border: 1px solid #e8e8e8;
    background: rgb(250,250,250); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
span.blog_date.post-thumb {
    color: #AAA;
    font-size: 90%;
    padding-left: 10px;
}
h2.blog_title.post-thumb {
    font-size: 110%;
    font-weight: normal;
    padding: 6px 0 0 58px;
    margin: 0;
    display: block;
}
h2.blog_title.post-thumb a {
    text-decoration: none;
    color: #000;
}
h2.blog_title.post-thumb a:hover {
    text-decoration: underline;
}
span.blog_ingress.post-thumb {
    margin-bottom: 3px;
}
img.thumbnail.post-thumb {
    width: 48px;
    height: 48px;
    float: left !important;
    position: relative;
}
