/*屏蔽内容*/
@media all{
 #under_post_news,
 #kb_block,
 #site_nav_under,
 #ad_under_post_holder,
 #under_post_kb,
 #google_ad_c1,
 #google_ad_c2,
 #google_ad_c3,
 #footer,
 .c_ad_block,
 .ad_text_commentbox,
 #ad_t2
 {display: none;}
}
/*BlackLowKey主题整体样式*/
#mainContent{
    width: 78%;
}
#sideBar{
    width: 20%;
    float: right;
    margin: auto;
    border:1px #676767 dashed;
    background-color: #e6e6e6;
}
#home{width: 80%;}
#main{width: 100%;min-width:100%;}
.postSeparator{margin-bottom: 10px;}
.day{margin-top: 0px;margin-bottom: 0px;}
/*下一页*/
#nav_next_page a {font-size: 24px;border:1px solid #9aafe5;padding: 3px;}
.pager {font-size: 24px;}

/*正文全局设置*/
@media all and (max-width: 1365px){
    body{background-image: url();}
    #home{width: 100%;}
    #navigator{width: 100%;}
    #ribbons,#divT{display: none;}
}
@media all and (min-width: 1366px){
    body{background-image: url(https://7xiohk.com1.z0.glb.clouddn.com/img/river.min.jpg);}
}
body{
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "WenQuanYi Micro Hei", Arial, sans-serif;
    color: black;
    background-color:#2D2D2D;
    background-size:100%;
    background-repeat: repeat;
    background-attachment: fixed;
    width: 100%;
    margin:0 auto;
}
a:link {color: #1A0DAB; }
a:visited {color: #660099;}
a:hover {color: #EA4335;}
a{text-decoration: none;}
p{color: black;}
#post_detail img{ box-shadow: 3px 2px 50px 3px #666;border-radius:3px;}
/*markdown样式*/
.cnblogs-markdown p {
    font-size: 15px;
}
.cnblogs-markdown h1 {
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10.8px;
}
.cnblogs-markdown h2 {
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    margin-top: 28px;
    padding-bottom: 8.4px;
}
.cnblogs-markdown h3 {
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: rgb(51,51,51);
    margin-bottom: 16px;
    margin-top: 24px;
}
.cnblogs-markdown h4 {
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: rgb(51,51,51);
    margin-bottom: 16px;
    margin-top: 20px;
}
.cnblogs-markdown h5 {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: rgb(51,51,51);
    margin-bottom: 16px;
    margin-top: 16px;
}
.cnblogs-markdown img {max-width: 100% !important;}
#cnblogs_post_body code{font-family: "Consolas","Source Code Pro","Monaco",sans-serif!important;}
#cnblogs_post_body pre code{font-size:18px !important;font-family: "Consolas","Source Code Pro","Monaco",sans-serif!important;}
blockquote{
    border: 0px !important;
    border-left-color: rgb(221, 221, 221) !important;
    border-left-style: solid !important;
    border-left-width: 4px !important;
    box-sizing: border-box;
    color: rgb(119, 119, 119) !important;
    display: block;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 16px;
    padding: 0px 15px !important;
    }
.cnblogs-markdown p {
    margin-bottom: 0px;
}
/*-------------------以上自定义内容-----------------------------*/
/*标题栏*/
#header{}
/*博客标题*/
#Header1_HeaderTitle{
    font-size: 30px;
    color: #EA4335 !important;
    text-decoration: none;
}
/*头像logo*/
#blog-news img{
    margin:auto;
}
/*正文*/
#cnblogs_post_body{
    border:1px #676767 dashed;
    padding: 10px;
}
.listitem{
    color: black;
}
/*正文日期分类*/
.block_title{
    font-size: 14px;
    color:#EA4335;
}
/*文章标题*/
.posttitle{
    font-size: 28px;
    margin: 10px auto;
}
/*文章摘要*/
.c_b_p_desc{
    color: #111;
}
.c_b_p_desc a{
    display: none;
    color: #111;
}
/*日历切换按钮*/
.CalNextPrev a {text-decoration: none;}
/*全文显示的文章标题*/
#cb_post_title_url{
    font-size: 20px;
}
/*评论框*/
#tbCommentBody{
    height: 100px;
}
/*列表显示的文章正文*/
.postcontent{
}
/*随笔档案*/
.entrylistitem{
    margin:20px auto;
}
/*文章发布描述*/
.itemdesc{
    color: #111;
}
.itemdesc a {
    color: #111;
}
/*评价*/
#blog_post_info #div_digg {
position: fixed;
right: 0px;
bottom: 0px;
margin: 10px;
margin-bottom: 17px;
padding: 12px;
border-radius: 8px;
background-color: #fff;
border: 1px black solid;
}
/*页脚*/
.footer{display: none;}