/*背景颜色*/
body {
	background-color: rgba(12,100,129,0.2);
	background-position: 50% 5%;
	background-size: cover;
    background-image: none;
}


/* 顶部导航条 */
#navigator{
    background: none;
}

#navigator a{
 color: #655E5E!important;
 font-weight: 600;
}
#navigator a:hover{
    background: none!important;
}

#navigator .blogStats{
 color: #655E5E!important;
 font-weight: 600;
}

/* 目录 */
.toc{
    font-size: 14px;
    line-height: 15px;
}
.toc ul li{
    margin-bottom: 3px;
}
.toc a{
    text-decoration: none!important;
    color: #8e8787;
}
.toc a:hover{
    color: #292525!important;
    text-decoration: #292525!important;
}

/* 博客窗体 */
.forFlow{
    border-left: 2px solid #999;
    padding-left: 30px;

}

/* 博客 */
.postBody{
    font-size: 16px;
    color: #4E4D4E!important;
}
h1,h2,h3,h4,h5,h6{
    color: #292525!important;
}
h6{
    font-size: 16px!important;
}
h5{
    font-size: 18px!important;
}
h4{
    font-size: 20px!important;
}
h3{
    font-size: 22px!important;
}
h2{
    font-size: 24px!important;
}
h1{
    font-size: 26px!important;
}
/* 代码 div */
.highlighter-hljs{
    background-color: #FAFAFA;
    font-size: 16px;
    font-weight: 555;
    border: 1px solid #999;
    border-radius: 10px;
    line-height: 20px;
}


/* 侧边栏 */
#sideBar{
 color: #4E4D4E;
}
#sideBar a{
    text-decoration: none!important;
    color: #4E4D4E;
}
#sideBar a:hover{
    text-decoration: none!important;
}

/*日历*/
#blogCalendar {
	border:1px solid rgba(121,169,232,1);
	background-color: FAFAFA;
	box-shadow: 0 2px 6px rgba(100,100,100,0.3);
    display: none;
}
/* 日历 年月日 */
#blogCalendar .CalTitle{
    background-color: #999;
}
/* 当天日期 */
#blogCalendar .CalTodayDay a{
    text-decoration: none!important;
    color: #red!important;
}

/* 隐藏谷歌搜索 */
#widget_my_google{
    display: none;
}

/* 隐藏常用链接 */
#sidebar_shortcut{
    display: none;
}

/* 我的标签 */
#sidebar_toptags{

}

/* 随笔档案 */
#sidebar_categories{
    display: none;
}
#cnblogs_ch{
    display: none;
}
#under_post_card1{
    display: none;
}
#under_post_card2{
    display: none;
}

/* sb广告 */
#cnblogs_c1{
    display: none;
}
#cnblogs_c2{
    display: none;
}