.blog_entry_snippet {
    margin-bottom: 6px;
    width: 600px;
    height: 160px;
    padding-top: 13px;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
    background: url("../images/blog/short_bkgd_closed.png") no-repeat;
    /*background: url(http://thelowcountrylife.com/images/blog/bkgd_expanded.png) no-repeat*/
}

.blog_entry_snippet_expanded {
    background: url("../images/blog/short_bkgd_open.png") no-repeat
}

.blog_entry_snippet_title {
    width: 210px;
    height: 78px;
    padding-right: 11px;
    float: left;
}

.blog_entry_snippet_content {
    padding-left: 11px;
    float: right;
    width: 362px;
}

.blog_entry_snippet_summary {
    color: #333;
    text-decoration: none;
}

.blog_entry_snippet_summary:hover {
    text-decoration: none;
}

.blog_snippet_social_links {
    position: absolute;
    top: 134px;
    left: 9px;
    width: 220px;
    height: 24px;
}

.blog_snippet_share_container {
    position: absolute;
    top: 98px;
    width: 25px;
    height: 24px;
    background: url("../images/blog/activerain_sprite.png") -260px 0px no-repeat;
}

.blog_snippet_share_container_on {
    background: url("../images/blog/activerain_sprite.png") -234px 0px no-repeat;
}

.blog_snippet_share_text {
    position: absolute;
    top: 4px;
    left: 30px;
    color: #1E77B9;
}

.original-author {
    background: linear-gradient(to bottom, #f1f5f7 0%, #e9f0f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f5f7', endColorstr='#e9f0f3', GradientType=0);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    height: 37px;
    line-height: 37px;
    min-width: 15px;
    display: block;
    padding: 0 10px;
    margin: 10px 0;

}

.original-author a {
    text-decoration: none;
}