body{
    padding-top: 154px;
}

#Header1_HeaderTitle{
    color: #22e3e5;
    text-decoration: underline;
}

#header{
    text-align: center;
    margin-bottom: 26px;;
}

.post{
    margin-top: 21px;
}

.postTitle{
    margin-bottom: 14px;
}

.postTitle a{
    font-size: 44px !important;
    text-decoration: none !important;
    color: #000 !important;
    line-height: 44px;
}

.postTitle a:hover{
    color: #333;
    position: relative;
    top: 2px;
    left: 2px;
}

.postTitle a:before{
}

#rightmenu{
    margin-top: -4px;
}

#cnblogs_post_body{
    margin-top: 26px;
    font-size: 19px;
    line-height: 1.5;
}

#cb_post_title_url:after{
}

#blog-calendar{
    position: relative;
    top: -61px;
}

#my_links{
    position: relative;
    bottom: -200px;
}

/* fix for bug */
@media only screen and (max-width: 767px) {
    #my_links{
        bottom: -220px;
   }
}

#blog-calendar:before{
    content:"按地球历检索: ";
}


.ads{
    height: 108px;;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 21px 0;
    background: #445566;
}

.ads img{
    width: 750px;
    height: 108px;
}