body{
    background:none;
    overflow-x: hidden;
}
#header{
    background:none;
}
#blogTitle h1{
    background:none;
}
.postDesc{
    color:#615F5F;
}
.newsItem .catListTitle{
    text-indent: -80px;
}
.newsItem .catListTitle:after{
    content: '琅琊榜';
    margin-left: 42px;
}
.catListTitle{
    padding: 4px 20px;
    background-color: #9B9163;
    border: 1px solid #9B9163;  
}
#profile_block:hover{
    border: 1px solid #dedede
}
#navigator,#blogTitle,#main{
   width : 1024px;
}

#mainContent{
   width : 772px;
}
#sideBar{
    width: 242px;
}
/* header */
#blogTitle {
    background: url('https://images.cnblogs.com/cnblogs_com/lovesong/769273/o_title-yellow%20(1).png') no-repeat center -15px;
    height: 215px;
}
#blogTitle h1{
    top: 0px;
   font-weight: bolder;
}
#blogTitle h2{
    top: -18px;
    left: 100px;
    width:564px;
}
#blogTitle h1 a {
    color: rgb(132, 54, 3);
}
#blogTitle h2 {
    color: rgb(132, 54, 3);
    font-weight: bold;
}
#navigator{
    height: 35px;
    background-color: #9B9163;
    border: 1px solid #998C5F;
    margin: 0 auto;
}
#navList{
    margin: 0 auto;
    height: 35px;
}
#navList li {
    list-style-type: none;
    height: 35px;
    line-height: 35px;
}
#navList a:hover{
    color: #817052;
}
#navList a:link{
    text-shadow:none;
}
.blogStats{
    display:block;
    position: absolute;
    right: 0;
    top: 4px;
    color: white;
}
/* left */
#main{
    margin: 10px auto 0;
}
#sideBar{
    margin-left:10px;
    margin-right: 0;
}
#leftcontentcontainer {
    margin-top: -10px;
}
.sidebar-block h3{
    padding: 4px 20px;
    background-color: #9B9163;
    border: 1px solid #9B9163;
}
.sidebar-block ul li{
    padding: 2px 10px 2px 20px;
}
/* right */
#mainContent{
    //float:right;
}
.day:hover{
    border: 1px solid #9B9163;
}
.dayTitle{
    background-color: #9B9163;
}
.postDesc a{
    margin:5px;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span{
    //height: 24px !important;
    //line-height: 24px !important;
    //margin: 0!important;
    //display: inline !important;
    //padding: 2px 7px !important;
    //border: 1px solid #9ab26b;
    border-color: #9ab26b;
}