#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    /*background-color: rgba(245, 245, 245, 0.5);*/
    background-color: rgba(225, 255, 255, 0.5);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    /*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
    box-shadow: 0 2px 6px rgba(240 ,255, 255, 0.3);

    border-radius:10px;  /*IE9, Opera新版本支持*/
    -moz-border-radius:10px;  /*Firefox*/
    -webkit-border-radius:10px;  /*Chrome, Safari*/
}


#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background: #F8F8FF;
    border-radius: 6px 6px 6px 6px;

    color: #0000FF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;

}
#cnblogs_post_body h2    {
    background: #FFFFF0;
    border-radius: 6px 6px 6px 6px;

    color: #0000FF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;

}
#cnblogs_post_body h3    {
    background: #FFFFE0;
    border-radius: 6px 6px 6px 6px;

    color: #0000FF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;

}
#cnblogs_post_body h4{
    background: #F5F5DC;
    border-radius: 6px 6px 6px 6px;

    color: #0000FF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;

}

#navigator{
    /*background-color: rgba(211, 211, 211, 0.5);*/
    background-color: rgba(230,230,250, 0.5);
    border-radius:10px;  /*IE9, Opera新版本支持*/
    -moz-border-radius:10px;  /*Firefox*/
    -webkit-border-radius:10px;  /*Chrome, Safari*/
}

#navList a:link, #navList a:visited, #navList a:active{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.blogStats{
    color: #733a37;
}
.postTitle {
    border-left: 8px solid ;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.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;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.5);

    border-radius:10px;  /*IE9, Opera新版本支持*/
    -moz-border-radius:10px;  /*Firefox*/
    -webkit-border-radius:10px;  /*Chrome, Safari*/
}
/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    /*background: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(230,230,250, 0.5);
    border-radius:5px;  /*IE9, Opera新版本支持*/
    -moz-border-radius:10px;  /*Firefox*/
    -webkit-border-radius:10px;  /*Chrome, Safari*/

    margin-bottom: 35px;
    word-wrap: break-word;

}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}




.c_ad_block{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}

#back-to-top {
    background-color: #EEEED1;
    bottom: 0;
    box-shadow: 0 0 6px #EEEED1;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}

#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}
</script>