.catListTitle /*左侧栏目标题*/
{
    background-color:#00456B !important;
    border-bottom:solid 1px #00456B !important;
}

.catListPostArchive ul /*随笔档案栏高度限制*/
{
    height:480px !important;
    overflow:auto !important;
}

#navigator /*博客导航*/
{
     background-color:#00456B !important;
}

#navList a:link, #navList a:visited, #navList a:active /*博客导航*/
{
    color:#f2f2f2 !important;
}

#navList a:hover /*博客导航*/
{
    background-color:#00658B;
}

#blogTitle /*博客标题*/
{
    background-image:url(https://images2015.cnblogs.com/blog/174862/201512/174862-20151231163748307-1113391568.jpg); 
    background-repeat: no-repeat;
    background-color:#9daec2;
    background-attachment:fixed;
    background-position:top; 
}

.newsItem, .sidebar-block, .catListTag, .catListBlogRank, .mySearch, .catListView, .catListFeedback  /*左侧列表*/
{
    background-color:#FAFCF8 !important;
    -moz-border-radius: 7px 7px 7px 7px;      /* Gecko browsers */
    -webkit-border-radius: 7px 7px 7px 7px;   /* Webkit browsers */
    border-radius: 7px 7px 7px 7px;            /* W3C syntax */
}

#topics /*博客正文*/
{
    background-color:#FAFCF8 !important;
    margin-right: 1px !important;
}

.forFlow .day, .forFlow .entrylist /*博客列表*/
{
    background-color:#FAFCF8 !important;
    margin-right: 1px !important;
}

.forFlow #taglist_main, .forFlow #myposts /*博客列表*/
{
    background-color:#FAFCF8 !important;
    margin-right: 1px !important;
    padding: 10px  !important;
    -moz-border-radius: 7px 7px 7px 7px;      /* Gecko browsers */
    -webkit-border-radius: 7px 7px 7px 7px;   /* Webkit browsers */
    border-radius: 7px 7px 7px 7px;            /* W3C syntax */
}

body /*背景*/
{
    background-color:#E2E8EE !important;
}

#blog-comments-placeholder /*评论区*/
{
    background-color:#FAFCF8 !important;
    -moz-border-radius: 7px 7px 7px 7px;      /* Gecko browsers */
    -webkit-border-radius: 7px 7px 7px 7px;   /* Webkit browsers */
    border-radius: 7px 7px 7px 7px;            /* W3C syntax */
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-shadow: 1px 1px 2px #a7a8ad !important;
    margin-right: 1px !important;
}

#comment_form_container /*评论区*/
{
    background-color:#FAFCF8 !important;
    -moz-border-radius: 7px 7px 7px 7px;      /* Gecko browsers */
    -webkit-border-radius: 7px 7px 7px 7px;   /* Webkit browsers */
    border-radius: 7px 7px 7px 7px;            /* W3C syntax */
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    box-shadow: 1px 1px 2px #a7a8ad !important;
    margin-right: 1px !important;
}

#profile_block  /*公告区内容*/
{
    margin-left: 10px;
    margin-bottom: 10px !important;
}

.head_portrait img /*头像*/
{
    -moz-border-radius: 7px 7px 7px 7px;      /* Gecko browsers */
    -webkit-border-radius: 7px 7px 7px 7px;   /* Webkit browsers */
    border-radius: 7px 7px 7px 7px;            /* W3C syntax */
}

#footer /*页角*/
{
    border-top: solid 1px #A0B5DB !important;
}
