body{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, "Microsoft YaHei";
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background-color: #fff;
}
/* ::selection {
    background: #fe917b;
    color: #fff;
} */

#header{
    background: #0593d3;
    color: #fff;
    /* border: 1px solid rgba(255,255,255,0.75); */
}
#header a{
    color: #fff;
}

div#blogTitle{
    display: inline-block; 
    padding-left: 50px;
}
#navigator{
    display: inline-block;
    background: #0593d3;
    border: none;
    height: 23px;
}

div.forFlow {
    margin-left: 200px;
    margin-right: 200px;
}

div.day{
    /*transition: width 2s, height 2s, transform 2s;*/
  transition-delay:0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in;
  transition: all 0.2s ease-in;
}
div.day:hover a.postTitle2{
    /* color: #a31515; */
    color: #0593d3;
    text-shadow: text-shadow: 3px 3px 3px #a31515;
}
/*
div.day:hover{
   background: #f7f7f7;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}*/

#blog_stats{
    display: none;
}
.title>a{
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
.postTitle>a{
    color: #0593d3;
    text-decoration: none;
}

/* Hide edit button in homepage
*/
.postDesc>a{
    display: none;
}
/*Gray the Read Full Article button*/
/*.postCon a, .postBody a, .feedbackCon */
div.c_b_p_desc{
    /*line-height: 1.625;
    font-size: 18px;*/
}
a.c_b_p_desc_readmore{
    text-decoration: underline;
    color: #bbb;
}

@media screen and (max-width: 800px) {
  #sideBar {
    display: none;
  }
  #navigator{
    padding-left: 50px;
  }
}

@media screen and (max-width: 600px) {
  #navigator{
    display: none;
  }
}

#calendar, #sidebar_search, #sidebar_shortcut, #sidebar_categories, #sidebar_topcommentedposts,#sidebar_topdiggedposts, #sidebar_recentcomments{
    display: none;
}

#blog-sidecolumn a{
    color: #666;
}

#sideBar h3{
    color: #0593d3;
}

#cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb{
    display: none;
}

/*Define style for article*/
.postBody{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

div.day {
    margin-top: 38px;
}
pre{
    display: block;
    padding: 14px;
    margin: 0 0 18px;
    line-height: 16px;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Monaco, Andale Mono, Courier New, monospace;
    background: #fff;
}
.cnblogs-markdown pre>code{
    border: none !important;
    background-color: #fff !important;
}
:not(pre)>code, :not(pre)>kbd, :not(pre)>samp {
    font-size: 12px;
    font-family: Consolas,monospace,serif;
    color: #D05;
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fafafa;
}

#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3, #cnblogs_post_body h4, #cnblogs_post_body h5, #cnblogs_post_body h6, #cnblogs_post_body th{
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #444;
    text-transform: none;
}
.postTitle>a{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #444;
    text-transform: none;
}

/*
a{
    transition: all .2s ease;
}

a:hover{
    color: #D05;
    font-size: 18px;
    text-shadow: 1px 1px 1px #D05;
}*/

#author_profile{
    display: none;
}

div.commentform textarea.comment_textarea{
    width: 100%;
}

div.blogStats {
    margin-top: 13px;
    display: none;
}
