body{margin:0;}

#main{margin-right:230px;}
.navbar{margin: 0;}
#top{text-align:center;}
#Header1_HeaderTitle{font-size:40px !important;}
#tagline{margin:20px;font-size:20px;color:#666;}
#cb_post_title_url{color:white;font-size:20px;}
#cnblogs_post_body h2 {font-size: 21px;}
.post h2 a{color:white !important;font-size:18px !important;}
#footer{display:none;}
#main .date{font-size:16px;text-align:right;}
#homepage1_HomePageDays_DaysList_ctl00_ImageLink{display:none !important;}
/* 删除皮肤自带的标题大写 */
.postTitle2 span {text-transform: none;}
#cnblogs_post_body h2 {text-transform: none;}

.headerContainer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
/* 代码片段默认色 */
.hljs {
    color: black;
}

@media screen and (max-width: 750px) {
    #main { margin-right: 0; }
    #rightmenu {
        display: none;
        overflow-y: scroll;
        width: 100%;
        position: static;
        height: 110px;
    }
    /*#rightmenu:hover {
        height: auto;
    }*/
}
