body {
    font-family: Helvetica, "Hiragino Sans GB", "新宋体", "Microsoft YaHei UI", SimSun, SimHei, arial, sans-serif;
    background-color: #bbb0b0;
    min-height: 101%;
}
.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 15px;
}
#home {
    width: 85%;
    min-width: 990px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 a {
    color: #64ceaa;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #21759b;
    float: left;
}
#cnblogs_post_body h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 2.5;
    /* margin: 10px 0; */
    border-left: 10px solid #64ceaa;
   /* text-shadow: 1px 1px 1px #2e6ab1;*/
    background-color: #f7f7f7;
    border-radius: 5px;
}

#topics .postTitle {
    border: 0px;
    font-size: 180%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

.postBody blockquote {
    min-height: 35px;
    line-height: 1.6em;
    color: #a8a8a8;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 14px;  
    border: none;
    border-left: 2px solid #a8a8a8;
    background-color: #f7f7f7;
     border-radius: 2px;
}

#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    /* margin: 10px 0; */
    border-left: 10px solid #64ceaa;
   /* text-shadow: 1px 1px 1px #2e6ab1;*/
    background-color: #f7f7f7;
    border-radius: 5px;
}
.cnblogs-markdown code, 
.cnblogs-post-body code {
     border: 1px solid #64ceaa!important;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 14px!important;
    line-height: 1.7!important;
    padding: 5px!important;
    border: 1px solid #64ceaa!important;
}

#navigator {
    font-size: 15px;
    border-bottom: 1px solid #64ceaa;
    border-top: 1px solid #64ceaa;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

.catListTitle{
   font-size:2.35em;
   margin-top:21px;
   margin-bottom:10.5px;
   border-left:10px solid #64ceaa;
   padding:10px 0 10px 14px;
   background-color:#f7f7f7;
}

#sideBar {
    float: left;
}

#mainContent{
   float:right
}

.blogStats {
    float: right;
    color: #757575;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
    color: #ffffff;
}


/* for code block*/
.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}