/*全部*/
#home {
    margin: 0 auto;
    width: 90%;
    min-width: 980px;
    background-color: rgba(245, 245, 245, 0.75);
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*主体*/
body {
    color: rgb(0, 0, 0);
    background: rgba(199, 232, 205, 0.44);
    background-size: cover;
    background-position: 50% 5%; 
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    min-height: 101%;
    padding: 10px
    width:100%;
    height:100%;
    background-size:100% 100%;
    position:absolute;
}

/*博客标题*/
#blogTitle {
    height: 60px;
    clear: both;
}

    #blogTitle h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.8em;
        margin-top: 10px;
    }

    #blogTitle h1 a {
        color: #515151;
    }

    #blogTitle h1 a:hover {
        color: #36D695;
    }

    #blogTitle h2 {
        font-weight: normal;
        font-size: 17px;      
        line-height: 1.8;
        color: #757575;
        float: left;        
    }

/*文章标题*/
.postTitle {
    border-left: 8px solid rgba(33, 117, 155, 0.68);
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #008030;
        transition: all 0.4s linear 0s;
        font-size: xx-large;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }

    .postText{
        height: 100px
    }

/*文章摘要*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px;
}

.day .postTitle a {
    padding-left: 10px;
}

/*附加信息*/
.postDesc {   
    color: blue;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 15px;
}

/*代码部分*/
.cnblogs_code{
    background-color: rgba(245, 245, 245, 0.6);
}

.cnblogs_code_toolbar{
    background-color: rgba(245, 245, 245, 0.3);
}

.cnblogs_code div{
    background-color: rgba(245, 245, 245, 0.1);
}

.cnblogs_code_copy{
    background-color: rgba(245, 245, 245, 0.1);
}

/*文章内容*/
#mainContent {
    min-height: 150px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -20em;
    width: 100%;
}

/*侧边栏*/
#sideBar {
    margin-top: -12px;
    width: 240px;
    min-height: 200px;
    padding: 0px 0 0px 0px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: auto;
    word-break: break-word;
}
    #sideBar h3 {
        font-size: 24px;
        border-left-color: rgba(0, 255, 255, 0.55);
        border-left: 10px solid rgba(54, 113, 165, 0.72);
    }

#comment_form_container .comment_textarea{
    background-color: rgba(254, 254, 254, 0.76);
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory 
{
    background: rgba(255, 255, 255, 0.29);
    margin-bottom: 35px;
    word-wrap: break-word;
}

/*黑色遮挡字幕*/
span.Black_Font {
    background: black;
    color: black
}

span.Black_Font:hover {
    background: black;
    color: white !important;
}

span.Black_Font:active {
    background: black;
    color: white !important;
}

/*页码控制按钮*/
div#nav_next_page{
    font-size: 16px;
}

.pager{
    font-size: 16px;
}

/*点赞的*/
#div_digg {
    float: leftt;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 145px;
    text-align: center;
    margin-top: 10px;
    position: fixed;
    bottom: 5px;
    right: 70px;
    /* border: 2px solid #003050; */
    padding: 10px;
    background-color: rgba(245, 245, 245, 0.51);
    border-radius: 5px 5px 5px 5px !important;
    /* box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
}