#blogTitle h2 {
    color: #a3b2be;
    margin-left: 1em;
    margin-top: 30px;
    width: 60%;
    float: right;
    font: 14px/1.5 tahoma,arial,sans-serif;
    font-weight: bold;
}

.postBody p {
    font-size: 130%
}

.day::after {
    content: "";
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: -14px;
    top: 15px;
}


.dayTitle {
    width: 64px;
    height: 64px;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 130%;
    clear: both;
    text-align: center;
    position: absolute;
    left: -80px;
    top: 20px;
    background: #fff;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    text-shadow: 0px 0px 2px #a7a8ad;
    text-indent: 0px;
}


@media screen and (max-width: 768px){
    #main, #mainContent{
        width: 90%;
    }
    #sideBar, body > a, #homepage_top_pager{
        display: none;
    }
    #blogTitle h2 {
        display: none;
    }
.postDesc {
display: none
}
.dayTitle{
display: none
}
.day {
    color: #666;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
    background: #fff;
    min-height: 10px;
    _height: 10px;
    margin: 0 5px 20px 10px;
    padding: 5px 5px 5px 15px;
    position: relative;
    border-radius: 7px 7px 7px 7px;
}
#blogTitle h1 {
    font-weight: bold;
    font-size: 2em;
    line-height: 2em;
    margin-top: 10px;
    margin-left: 30px;
    float: left;
}
}