/*Sakura: #FEDFE1
原标题  #F596AA #F8C3CD
*/

/*背景*/

#home {
    background-color: #FFF2F2;
}
/*body字体*/
body {
    color: #7D7876;
    background-color: #FFD5D3;
}

#main {
    color: #7D7876;
}
#cnblogs_post_body {
    color: #575452;
}

/*标题*/
#blogTitle h1 a {
    color: #F79BAB;
}
#blogTitle h1 {
    font-size: 50px;
}
#blogTitle h1 a:hover {
    color: #F8C3CD;
}

/*导航*/
#navigator {
    font-size: 18px;
    border-bottom: 1px solid #d0c0be;
    border-top: 1px solid #d0c0be;
}

#navList a {
    padding-top: 15%;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #9E7A7A;
    font-weight: bold;
}
#navList a:hover {
    color: #F79BAB;
}

/*博文目录*/
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #9E7A7A;
}
.postTitle a:hover {
    color: #F79BAB;
}
.postTitle {
    border-left: 3px solid #FFD5D3;
}
/*阅读原文*/
.postCon a:link, .postCon a:visited, .postCon a:active {
    color: #7D7876;
}
.postCon a:hover {
    color: #F8C3CD;
}
/*编辑*/
.postDesc a:hover {
    color: #F8C3CD;
}
/*侧栏*/
.catListTitle {
    font-size: 2.35em;
    color: #DB7F8E;
    margin-top: 21px;
    margin-boottom: 10.5px;
    border-left: 10px solid #FFD5D3;
    padding: 10px 0 10px 14px;
    /*background-color: #FEDFE1;*/
    background-color: #FEF5F6;
}
#sideBar a:hover {
    color: #F8C3CD;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #FFF2F2;
}
.CalTodayDay {
    background: #FFD5D3 !important;
}
.CalTitle td {
    background: #FEF5F6 !important;
}
.CalDayHeader {
    background: #FEF5F6;
}
input {
    background-color: #FEF5F6;
}
.blogStats {
    color: #7D7876;
}

/*代码框*/
.cnblogs_code, .cnblogs_code div {
    background-color: #FEF8F9;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #FEF8F9!important;
}
.cnblogs_code span, .cnblogs_code pre, .cnblogs_code, .cnblogs_code textarea {
   /* font-family: Courier New!important;*/
    font-family: Consolas !important;
    font-size: 1em!important;
    line-height: 1.5;
}

#EntryTag a, #BlogPostCategory a {
    background: #FEF8F9;
}
#EntryTag a:hover, #BlogPostCategory a:hover {
    background: #FFD5D3;
}
/*评论*/
.comment_btn:hover {
    background:  #F79BAB;
}
.comment_btn {
    background:  #FFD5D3;
}
textarea {
    background-color: #FEF8F9;
}
#commentbox_opt a, #ad_t2 a, #under_post_news a, #kb_block a, .postBody a, #comment_nav a {
    color: #7D7876;    
}
#commentbox_opt a:hover, #ad_t2 a:hover, #under_post_news a:hover, #kb_block a:hover, .postBody a:hover, #comment_nav a:hover {
    color: #F8C3CD;    
}