.day {
    background: #fff;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    border-radius: 20px;
        box-shadow: #647780 -9px -4px 8px 4px;
}

.sidebar-block{
    border-radius: 20px;
}

#blogTitle {
    display: none;
}

#blogTitle h1 {
    font-size: 30px;
    width: 336px;
    height: 175px;
    line-height: 100px;
    text-align: center;
    position: relative;
    top: 21px;
    left: 5px;
    font-weight: normal;
     background: url(#) no-repeat center; 
}

#blogTitle {
    background: url(#) no-repeat center 21px;
    height: 314px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#topics {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 30px;
     box-shadow: #647780 -9px -4px 8px 4px;
}