
.widget_posts_box {
    border: 1px solid #CDCDCD;
    border-top: none;
}

.widget_posts_heading {
    border: 1px solid #333;
    border-radius: 3px 3px 0 0;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
    padding: 8px;

}

.widget_posts_text {
    float: left;
    width: 80%;
}

.widget_posts_heading img {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 5px;

}

.widget_posts_wrapper {
    margin-top: 25px;
    width: 100%;

}

.widget_posts_item {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    color: #666666;
    margin-bottom: 3px;
}


.widget_posts_item img{
    float: left;
    width: 24px;;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
}

.widget_posts_title{
    font-weight: bold;
    color: #000000;
    font-size: 10pt;
}

.widget_posts_date{
    font-size: 9pt;
}

.widget_posts_item a {
    color: #000000;
    text-decoration: none;
}

.widget_posts_item a:hover {
    color: #000000;
    text-decoration: underline;
}
.widget_posts_author{
    clear: left;
}