#main{position: relative;overflow: hidden;width: 100%;}
#main #mainContent{margin: 0 0 0 280px;}
@media screen and (max-width:600px){  
#main #mainContent{margin: 0;}
body .cat{transform: scale(0.2);left: -180px;bottom: 100px;}
body #blogTitle{background:none;}
}  
#sideBar{position: absolute;margin: 0;padding-left: 10px;width: 260px;}
#mainContent .topicListFooter{margin-right: 40px;}
#mainContent{min-height:700px}

#tbCommentBody{box-shadow:0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), 0 0 40px 2px rgba(0, 0, 0, 0.25) inset}

#comment_form >div{display:none;}
#comment_form #divCommentShow,#comment_form #comment_nav,#comment_form #comment_form_container{display:block}
.postTitle a:link, .postTitle a:visited, .postTitle a:active { transition: all 0.2s linear 0.1s;text-decoration: none;}
 .postTitle a:hover{margin-left: 16px; }

#header{animation: focus 10s ease-in-out infinite;	-webkit-filter: blur(0rem);}
@keyframes focus {0% {-webkit-filter: blur(0rem);}  	30% {-webkit-filter: blur(0rem);} 	50% {-webkit-filter: blur(.125rem);}
	60% {-webkit-filter: blur(0rem);}	80% {-webkit-filter: blur(0rem);}  90% {	-webkit-filter: blur(.1875rem);}
	100% {-webkit-filter: blur(0rem);}}
 .tops {
            color: #fff;
            height: 23px;
            margin: 0 0 0 20px;
            min-height: 23px;
            overflow: hidden;
        }

        .tops a {
            float: left;
        }

        .tops li {
            height: 23px;
            padding-left: 25px;
        }

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ 
::-webkit-scrollbar 
{ 
    width: 10px; 
    height: 16px; 
    background-color: #F5F5F5; 
} 
   
/*定义滚动条轨道 内阴影+圆角*/ 
::-webkit-scrollbar-track 
{ 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px; 
    background-color: #F5F5F5; 
} 
   
/*定义滑块 内阴影+圆角*/ 
::-webkit-scrollbar-thumb 
{ 
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
    background-color: #555; 
}
//body{display:none}
::selection {
background: #430;
color: #fff;
}
::-moz-selection {
background: #430;
color: #fff;
}