#blogTitle {
    height: 43px;
    background: #7185de;
    clear: both;
}

.newsItem, #blog-calendar {
    margin-bottom: 19px;
    text-indent: 0;
    padding: 10px;
    background: #FAFCF7;
    border-radius: 25px;
    box-shadow: 5px 5px 5px #b7de8f;
    line-height: 2;
}

#sideBar {
    width: 250px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.dayTitle {
    width: 16%;
    color: #2d3cc3;
    line-height: 1em;
    font-size: 19px;
    clear: both;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.postTitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    float: right;
    line-height: 2em;
    font-size: 18px;
    width: 100%;
    clear: both;
}