#home {
    margin: 0 auto;
    width: 80%;
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.55);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background-color:rgb(151, 168, 197) !important;
    background: rgb(151, 168, 197)  url(https://images.cnblogs.com/cnblogs_com/NikkiLiu/1807420/o_200716054331IMG_2064.JPG) fixed no-repeat;   
    background-position: 50% 25%!important;
    background-size: 80%;
}
.pager{
background-color:rgba(151, 168, 197, 1) !important;
}
#Header1_HeaderTitle {
    color: rebeccapurple;
}
#blogTitle {
    height: 100px; 
    clear: both;
    background-color: rgba(130, 147, 190, 0.5);   //博客标题的背景
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 10px;
    color: #ecc173;
}
.postTitle a:hover{
   text-decoration: none;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px; 
    font-weight: bold;
    line-height: 1.8;
    color: #8293be;
    text-align: right;
    float: right; 
}
#navigator{
    background-color:rgba(130, 147, 190, 0.5);          //标题栏下的颜色
}

#navList a:link, #navList a:visited, #navList a:active{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
#navList a:hover {
    color: #8293be !important;
    background-color:#fff;
    text-decoration: none;
    text-shadow:none !important;
}
.blogStats{
    color: #eee;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

#main{
min-width: 640px;
background:#fff0;
}
#mainContent{
background:#fff0;
width:1000px;
}
.entrylist{
    background: rgba(255, 255, 255, 0.5);  
}