/*-----------------------------------------------------*/
/*sidebar widget recent post styling*/
/*-----------------------------------------------------*/
ul.recent_post_wrapper li{
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 10px;
    width:100%;
}
ul.recent_post_wrapper li:last-child{
    border:none;
}
ul.recent_post_wrapper img{
    width:95px;
    height:70px;
    display:inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}

a.recent_post_title {
    color: #333;
    word-wrap: break-word;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
}
i.recent_post_date {
    font-style: normal;
    font-size: 12px;
    color: #b0b0b0;
}
