
body {
  background: #eee;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  text-shadow: 0 0 1px transparent;
  color:#505050;
}

#home{
    margin: 0 auto;
    width: 90%;
    background-color: #fff;
    padding: 20px 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 20px;
}

.blogStats {
    float: right;
    color: #757575;
    margin-top: 0;
    margin-right: 2px;
    text-align: right;
}

#blogTitle h1{padding-left:80px}

#blogTitle h2{padding-left:40px}

#cnblogs_post_body h2, .blog_comment_body h2 {
    margin: 20px 0;
    border-bottom: 2px solid gray;
    padding-bottom: 10px;
}

#cnblogs_post_body h3, .blog_comment_body h4 {
    padding-bottom: .3em;
    border-bottom: 1px solid #DDD;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #999;
    font-weight: normal;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 0; 
}

#header a:hover {
  color: #258fb8;
  text-decoration: none;
}

#header #navigator {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    clear: both;
    margin-top: 25px;
}
#header #navigator ul {
  list-style: none;
}
#header #navigator ul li {
  float: left;
  width: 10%;
  text-align: center;
  margin-right: 15px;
}
.commentbox_title {
    width: 380px;
    display: flex;
    justify-content: space-between;
}

.search, .newsItem, .catListPostCategory, .catListPostArchive, .catListTag, .catListView, .catListBlogRank , #sidebar_shortcut, #tbCommentBody{
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 0px 5px 5px #ddd;
  margin-bottom: 30px;
  word-wrap: break-word;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 20px;
}

#comment_form_container .comment_textarea:focus {
    border-color: #BDC5C9;
    transition: .2s;
}

#comment_form_container .comment_textarea:hover {
    border-color: #BDC5C9;
    transition: .2s;
}

#comment_form_container .comment_textarea {
    -webkit-border-radius: 10px;
}

#blog-calendar {
    width: 250px;
    margin: 0 auto;
}

#sideBar {
    width: 270px;
}
#sidebar_search{
  padding-left: 13px;
}

/*响应式布局*/
@media only screen and (max-width: 767px){
#navList a {
   width: 5em !important; 
}
.blogStats{
  margin-top:20px;
}
#blog-calendar, #sidebar_search{
  display:none !important;
}
}
/*去掉广告*/
.under-post-card {
    display: none !important;
}

/*markdown*/
.cnblogs-markdown code, .cnblogs-post-body code {
    background-color: #f3f4f4  !important ;
    padding: 0 2px !important;
    border: 1px solid #f3f4f4 !important;
    margin: 0 2px;
    font-size: 14px !important;
    line-height: 18px;
    margin-bottom: 3px;
}
.postBody blockquote {
    background: #eef0f4 !important ;
    min-height: inherit  !important ;
}
blockquote {
    border-left: 8px solid #dfe2e5  !important ;
    padding: 8px 15px  !important ;
    color: #777777  !important ;
    border: 0;
}

.postBody {
    color: rgb(51, 51, 51);
    line-height: 25.6px;
    font-size: 16px;
    font-family: "Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-size: 14px !important;
}