#blogTitle h1{
    font-family:'微软雅黑';
    font-size:30px;
    color:#fff;
    font-weight: lighter;
    width:16%;
}
#home{
   background-color:none;
   width:1200px;
}
#blogTitle h1 a:hover{
  text-decoration:none;
}
#navigator{
  margin-top:30px;
  border-radius: 5px 5px 0px 0px;
}
#navList{
  height:100%;
  float:right;
}
#navList li{
  height:100%;
}
#navList li:hover{
  background-color:#4A4A4A;
}
#navList li a:hover{
  text-decoration:none;
}
#navList a{
  padding:0 28px;
}
#main{
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 5px #000;
  opacity:0.7;
}
#profile_block{
  margin-top:10px;
  line-height:1.8;
}
.blogStats{
  float:left;
  height:100%;
  line-height:60px;
  margin-left:30px;
  visibility: visible;
  margin-top:0px;
}
#mainContent{
  width:940px;
 float:right;
}
#sideBar{
  margin-left:0px;
}
#sideBarMain{
 margin-top:25px;
}
.catListLink h3,#blog-sidecolumn .catListTitle{
  border:none;
  background-color:#fff;
}
.CalTitle{
  border-bottom:none;
}
.newsItem .catListTitle{
  border:none;
  padding:0px;
  margin-bottom:0px;
  padding-left:15px;
  background-color:#fff;
}
.newsItem,
#blog-sidecolumn,
#blog-calendar{
 border-left: 1px  dashed #DA9F88;
 border-top: 1px  dashed #E8160C;
 border-right: 1px  dashed #E0DB2E;
 border-bottom: 1px  dashed #5D2EEC;
}
body {
 
  background-color: #000000;
 }
#blogTitle h2{
  margin-left:-4em;
  margin-top:4em;
}
.postBody a{
  font-size:20px;
}
.postBody a:hover{
 text-decoration:none;
}
.postBody a:link{
  text-decoration:none;
}
strong{
  font-weight: normal;
}
.name1,.name2,.hack{
    width: 100%;
    height: 38px;
    font-size: 18px;
    background-color: #F0DF8F;
    font-family: 'Times New Roman';
}
#blog-news{
   margin-left:0px;
   text-align:center;
}
a{
   text-decoration:none;
}
#leftcontentcontainer{
  margin-top:25px;
}
/********文章内部样式设置*****************/
.c_ad_block,#ad_t2{
  display:none;
}
.comment_btn{
  height:40px;
  width:98px;
  cursor:pointer;
}
#cnblogs_post_body p{
  font-size:15px;
}
/*************************************/
.scrollBtn {
    position: fixed;
    right: 15px;
    bottom: 45px;
    width: 54px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.scrollBtn li {
    float: left;
    overflow: hidden;
    height: 54px;
    margin-bottom: 5px;
}
.scrollBtn a {
    display: inline-block;
    overflow: hidden;
    width: 54px;
    height: 54px; 
   -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;  
    transition: opacity .3s ease;
    text-align: center;
    opacity: .6;
    color: white;
 
}
.sB-comment a {
    height: 17px;
    padding-top: 34px;
    padding-bottom: 3px;
    background-position: 0 -59px;
}
.sB-share a {
    background-position: 0 -118px;
}
.sB-goTop a {
    background-position: 0 -177px;
}
.sB-comment a:hover{
   opacity: 1;
}
.sB-share a:hover{
  opacity: 1;
}
.sB-goTop a:hover{
  opacity: 1;
}
.sB-home a:hover{
    opacity: 1;
}