body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/sirxy/1690564/o_200406023545o_824630.jpg) fixed no-repeat;
    background-position: 50% 5%;
    background-size: cover;
    font-family: "微软雅黑","verdana","ms song","宋体","Arial","Helvetica","sans-serif";
    font-size: 13px;
    line-height: 1.5em;
    min-height: 101%;
}

#home {
    width: 100%;
    min-width: 900px;
    margin-top: 50px;
}

#header {
    width: 30%;
    min-width: 300px;
    color: #000;
   background: rgba(255,255,255,-0.1);
}

#lnkBlogLogo {
    float: right;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/sirxy/1690564/o_2004060141570067OtgVly1g7x9rp8mr7j30jg0iiq40.jpg) ;
background-size: 100px 100px;
margin-right: 30%;
}

#blogTitle h1 {
    text-align: right;
    font-size: 300%;
    line-height: 1.5em;
    width: 85%;
    max-height: 3em;
    float: right;
    overflow: hidden;
    margin-right: 30%;
}

#blogTitle h2 {
    text-align: right;
    color: #999;
    line-height: 1.5em;
    width: 85%;
    float: right;
    margin-right: 28%;
}
#navList {
    font-size: 110%;
    width: 100%;
    min-height: 30px;
    float: left;
    padding-top: 10px;
    margin-top: 10px;
    border-radius: 0 5px 0 0;
    border-top:none;
}

#navList li {
    width: 30%;
        margin-top: 5px;
}
#navList a {
    display: block;
    width: 96%;
    height: 22px;
    text-align: center;
    padding-right: 4%;
}

#sidebar_news {
    color: rgb(127, 140, 141);
background: rgba(255,255,255,-0.1);
}
#profile_block {
    line-height: 1.5;
    text-align: left;
    margin: 5px 30%;
    color: rgb(127, 140, 141);
}

.blogStats {
    color: #999;
    margin-right: 2px;
    text-align: center;
    margin-top: 106px;
    border-top:none;
    float: none;
}

#navigator {

    margin-left: 10px;
}

#mainContent .forFlow {
position: absolute;
    top: 0;
    right: 0;
    float: right;
    min-height: 100%;
    width: 62.5%;
    padding: 2.5%;
    min-width: 600px;
    background:rgba(255,255,255,-0.1);
}

#main .forFlow .day .postCon {
    float: right;
    line-height: 1.5em;
    width: 90%;
    clear: both;
    padding: 5%;
    border-radius: 10px;
    font-family: "微软雅黑","verdana","ms song","宋体","Arial","Helvetica","sans-serif";
    background: rgba(255,255,255,-0.1);
}

.c_ad_block {
    display: none !important;
}

#ad_t2{
   display: none !important;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}

.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}


.postTitle {
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.day .postTitle a {
    padding-left: 20px;
}


#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ededed;
}

#sideBar {
    font-size: 12px;
}

.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    width: 90%;
    padding: 5px 5%;
    background-color: rgba(255,255,255,-0.1);
    border-radius: 10px;
}

.entrylistDescription {
    color: #fff;
    background-color: rgba(255,255,255,-0.1);
    border-radius: 5px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
