body{
     background: #fffeef url(https://images.cnblogs.com/cnblogs_com/tltl/1036332/o_1111111111111111111111111111111.jpg) no-repeat center -120px;
     font-family: 'Trebuchet MS', Arial, 'Lucida Grande', Verdana, Lucida, Helvetica, sans-serif;
}
#header{
  margin-top:21em;
}
#navigator{
    background-color: #94d3c2;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#blogTitle{
  position: absolute;
    right: 170px;
    top: 258px;
    z-index: 111;
}
#home {
    width: 65%;
    min-width: 640px;
    max-width: 960px;
}
#main{
  max-width:960px;
  min-width:960px;
}
#navList a{
     font-family: 'Trebuchet MS', Arial, 'Lucida Grande', Verdana, Lucida, Helvetica, sans-serif;
}

.postTitle{
  font-size:16px;
    border-left: 5px solid #94d3c2;
}

.postCon{
  font-size:15px;
  color:#666;
}
.c_b_p_desc{
  line-height: 1.5em;
  color:#666;
  text-indent:2em;
}
.newsItem .catListTitle,#blog-sidecolumn .catListTitle{
    border: 1px solid #94d3c2;
    background: #94d3c2;
    color: #fff;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active{
  color:#6fcdcd;
}

.cnblogs_code{
   background-color: #f5f5d5;
    border-radius: 5px;
}
.cnblogs_code div{
  background-color: #f5f5d5;
}

.cnblogs_code span,
.cnblogs_code pre{
 font-size:15px !important;
}

input.btn_my_zzk{
   background: #94d3c2;
    border: none;
    color: #fff;
    border-radius: 4px;
}
#cnblogs_post_body{
  font-size:14px;
}