html{
    background: url('https://images.cnblogs.com/cnblogs_com/paulinka/1161599/o_girl.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
    height:100%;
    background-position: center  0px;
}

body{
    background:transparent;
    height:100%;
    overflow:auto;
}

 /* home */ 
#home {
    width: 970px;
    margin: 25px auto;
    font-family: Microsoft Yahei;
    background: #ffffff95;
    position: static;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

 /* header */ 
#header {
    padding: 10px;
    overflow: hidden;
    position: static;
    height: auto;
    width: auto; 
}

#blogTitle {
    margin-top: 15px;
    left: 0;
    width: 740px;
    height: auto;
    top: 0px;
    overflow: hidden;
}

#navigator {
    position: relative;
    top: 150px;
    left: 0;
    height: 40px;
    clear: both;
}

 /* main */ 
#main {
    background: #ffffff95;
    width: auto;
    box-shadow: 0 0 15px 0px #fff;
    padding: 10px;
    box-sizing: border-box;
}

#sideBar {
    width: 205px;
}
#mainContent .forFlow {
    width: 700px;
}
.day,
.topicListFooter {
    width: auto;
}

.day>div {
    width: 650px !important;
}

#navigator {
    position: static;
    top: 0;
    height: auto;
    clear: both;
    margin-top: 5px;
    overflow: hidden;
}

.blogStats {
    height:40px;
    line-height:40px;
}

#blog_stats>span{
    margin-right:5px;
}

#footer {
    padding: 10px 0 10px 0;
}

.postTitle a:hover {
    color: #a70;
    text-decoration: none;
}

.newsItem .catListTitle,
.catListTitle {
    height: auto;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    border-bottom: #bebfbf 1px solid;
}

#blog-calendar{
    padding: 10px 0;
    border-bottom: 1px dotted #bebfbf ;
    border-top: 1px dotted #bebfbf ;
}

.postCon a:hover {
    color: #ef3737;
    text-decoration: none;
}

.postCon {
    margin: 10px 0;
}

.postTitle {
    margin-top: 5px;
}

.postDesc>a{
    margin-left:10px;
}

.postDesc>a:hover{
    color: #a70;
    text-decoration: none;
}


#topics .postTitle ,
#topics .postDesc ,
#comment_form,
#comment_nav,
.postBody {
    width: 650px;
}