html,body{
  color: #807C7C;
  font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei","Microsoft YaHei UI","Microsoft YaHei",sans-serif;
  line-height: 1.75em;
}
body{
  background-image: url('https://images.cnblogs.com/cnblogs_com/XBlack/741291/o_34.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#blogTitle h1 a, #blogTitle h2, #navList a{
  font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei","Microsoft YaHei UI","Microsoft YaHei",sans-serif;
}
#blogTitle h1 a{
  font-size:2em;
}
#main{
    background: rgba(205, 207, 227, 0.1) linear-gradient(rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 100%) repeat scroll 0% 0%;
    border-radius: 4px;
}
#navigator{
  background:none;
}
#navList{
  margin-left:0px;
}
#navigator a:hover{
  color: #000;
  background-color: #fff;
}
#navList a:link{
  text-shadow:none;
  padding:10px 15px;
  border-radius: 2px;
  border: #fff;
}
.blogStats{
  visibility:visible;
}
.postTitle{
  font-size:1.64em;
}
.postTitle a:hover{
  border: 1px solid #1FA6E6;
  background: #1FA6E6;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  border-radius:2px;
}
.c_b_p_desc_readmore:hover{
  border: 1px solid #e67e22;
  background: #e67e22;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  border-radius:2px;
}
.c_b_p_desc{
  font-size:1.2em;
}
.newsItem .catListTitle{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #e67e22;
  background:none;
}
a:link{
  color:#e67e22;
}
#blog-sidecolumn .catListTitle{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #e67e22;
  background:none;
}
a:hover, a:focus{
  border: 1px solid #e67e22;
  background: #e67e22;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  border-radius:2px;
}
#mainContent{
  border-radius:4px;
}
.postDesc a:hover{
  border: 1px solid #e67e22;
  background: #e67e22;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  border-radius:2px;
}
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(43, 102, 149);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 15px 0px !important;
    padding: 0px 0px 0px 0px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
    text-align: center;
}
#cnblogs_post_body h3 {
    background: #24967A none repeat scroll 0% 0%;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 0px 0px 0px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
    text-align: left;
}
#cnblogs_post_body h4 {
    border-left: 3px solid #65716E;
    border-bottom: 1px solid #999;
    color: #30393B;
    text-shadow: 1px 1px 1px #999;
    padding: 0px 0px 0px 20px;
    font-size: 16px;
}
.hljs-dark .hljs{
    border-radius: 4px;
}
#blog-sidecolumn .catListTitle, .newsItem .catListTitle, #profile_block, .catListTag ul li, .liScore, .liRank{
    color:#D7CEB5;
}
#sideBarMain a:hover , #site_nav_under a:hover, #commentbox_opt a:hover,.c_ad_block a:hover, #comment_nav a:hover,#post_next_prev a:hover,#EntryTag a:hover,.postBody a:hover{
    color: #FFF;
}
.Cal {
    color: #D7CEB5;
}
.Cal td,.Cal th{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #222;
}
.CalTitle {
    width: 100%;
    background:none;
    color: #FFF;
    border-bottom: 1px solid #666;
}