/*
html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/

#sideBar,#blog_post_info_block
 {
    width:230px;
    font-size: 70%;
   // display: none;
}
#under_post_news
 {
    display: none;
}

/*评论框大小*/
#tbCommentBody.comment_textarea{
    width:890px;
}

/*尾部间距*/
/*
#footer
 {
   text-align:center;
   border-top:2px solid green;
   margin-left:25px;
   margin-right:25px;
   padding-top:10px;
   padding-bottom:10px;
}*/

/*居中间距*/
#mainContent .forFlow {
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
    float: none;
    width: 780px;//auto;
    
}

/*评论框边框*/
#comment_form_container,#blog-comments-placeholder
{
background-color:#f5f5f5;
border-radius:6px 6px 6px 6px;
padding:20px;
}

#comment_nav,#homepage1_HomePageDays_DaysList_ctl05_ImageLink
{
 display: none;
}

.postBody {
    border-bottom: 2px solid green;
}

.day {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-bottom:5px;
}

.postSeparator {
display: none;
}

.postTitle {
    border-left: 3px solid #21759b;
    font-size: 110%px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    padding-left: 10px;
}

#cb_post_title_url.postTitle2
{
    font-size: 120%;
}

.dayTitle a:link
{
    display:none;
}

#main {
font-size:12px;
font-family:微软雅黑;
 padding-left: 0px;
 padding-right: 0px;
}

#home {
opacity: 0.95;
width:1040px;
background-color:#f5f5f5;
border-radius:6px 6px 6px 6px;
box-shadow:0 0 20px black;
}

.feedbackCon {
 background: url('https://images2015.cnblogs.com/blog/370709/201612/370709-20161230031921867-127780074.png') no-repeat 5px 0px;
}

body{ 
background-image:url("https://images.cnblogs.com/cnblogs_com/ibilllee/1101619/o_120913115Q2-3.jpg"); 
background-size: cover;
background-attachment:fixed; 
}

#site_nav_under {
    display: none;
}

.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}

#ad_under_google {
    height: 0;
    overflow: hidden;
}

#ad_under_google a {
    display: none;
}