.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 15px;
    float: right;
    width: 100%;
    clear: both;
}

.c_b_p_desc {
    font-size: 13px;
    line-height: 1.7;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #666699;
    transition: all 0.4s linear 0s;
}


.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 16px;
    line-height: 1.5;
}