body{background-image:none; background-color:#fff;}
#blogTitle{display:none;position:absolute;left:0;top:40px;z-index:999;width:20%; max-width:300px; height:80px;background-color:#eee;padding:0 40px;box-sizing:border-box;}
#Header1_HeaderTitle{font-size:30px; color:#2175bc;}
#navigator{width:100%;padding:0 20px 0 10px;box-sizing:border-box;}
#main{margin-top:0; width:100%;background-color:#fff;}
#mainContent{float:right;width:calc(100% - 280px);box-shadow:none;;box-sizing:border-box;}
#mainContent .dayTitle{display:none;}
#sideBar{width:280px;float:left;
                background-color: #eee;padding:0;overflow:visible;}
@media only screen and (max-width: 767px){
#sideBar {
    width: 100%;
}
}

#sideBar h3.catListTitle {
                position: relative;
                height: 33px;
                line-height: 33px;
                font-size: 15px;
                padding: 0 6px 0 0;
                width: 100%;
                color: #17445f;
                background-color: #e7e6e6;
text-indent:16px;
                text-shadow: 1px 1px 0 #fff;
                box-sizing: content-box;
border:0;padding-bottom:0;
            }
#sideBar h3.catListTitle:before{
                content: '';
                position: absolute;
                bottom: -7px;
                left: -7px;
                width: 100%; 
                height:7px;
                background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /* Safari 5.1 - 6 */
                background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /* Opera 11.1 - 12*/
                background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /* Firefox 3.6 - 15*/
                background: linear-gradient(to bottom, rgba(192,192,192,1), rgba(240,240,240,1)); /* 标准的语法 */
            }
#sideBar h3.catListTitle:after{
                content: '';
                position: absolute;
                bottom: -14px;
                right: 0;
                width: 0; 
                height:7px;
                border-width:7px 7px 0 0;
                border-style:solid;
                border-color:rgba(192,192,192,1) transparent transparent transparent;
            }

#sidebar_search_box,#blog-calendar, #blogCalendar, #blog-news,#leftcontentcontainer ul{padding:0 16px;}
#blog-news img{display:block; border-radius:10px;width:176px;}
#blog-news .photo{margin:10px 26px 20px;border-radius:18px; background-color:#fff; padding:10px;}
#footer {display:none;}
a:link, a:visited {
    text-decoration: none;
    color: #2175bc;
}
.day, .post { padding: 32px 100px;}
#widget_my_google{display:none}