body{
font-family:Microsoft YaHei,arial;
}
#cnblogs_post_body h1{
font-size: 28px;
font-weight: bold;
border-bottom:1px solid #999;
}
/*hide pace circle progress icon*/
.pace-activity{
	display: none!important;
}

#main {
	padding-top:10px;
}
#sideBar,.post{
border:none;
border-radius:0;
box-shadow:none;
}

.cnblogs_code{
background-color: #CEE0E3;
border:none;
border-left: 5px solid #8BB4BC;
}

.cnblogs_code_toolbar,.cnblogs_code_toolbar a:link img{
background-color: #CEE0E3!important;
}
.postTitle{
margin:20px 0;
}
#cb_post_title_url{
font-size:2em;
}

#tbCommentBody{
border-color:#ddd;
height:150px;
}
#green_channel{
width: auto;
}
#green_channel a{
background-image:none;
border-radius:0;
}
/*blog list*/
.day .postTitle2{
color:#3E73A0!important;
}
.day .postTitle2:hover{
text-decoration:underline;
}

#MySignature{
border-left: 5px solid #F0DE9B;
color:#666;
background-color: rgba(255,251,198,.5);
margin: 15px 0 10px 0;
padding:3px 0;
}

.emphasis_block{
padding:5px 5px 5px 15px;
border-left:5px solid #ddd;
background-color:#eee;
}
#cnblogs_post_body h1,#cnblogs_post_body  h2,#cnblogs_post_body h3{
margin:20px;
}

.postBody{color:black;}


#cnblogs_post_body p{
font-size:16px;
text-indent:0;
}

#cnblogs_post_body div.highlight{
color:#fff;
padding: 15px 20px;
margin: 15px 0;
border-left: 5px solid #aaa;
}


#cnblogs_post_body ol,#cnblogs_post_body ul{
margin-left:30px;
}
::selection {
	background:#cc0000;
	color:#fff;
}

#myposts .PostList{
border-bottom:none;
}

.diggit{
position:fixed;
right:0;
bottom:50px;
}
#digg_tips,.buryit{display:none;}

.feedbackCon{
background-image:url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker_close.png');
background-size:30px 30px;
background-position:0 10px;
}
.feedbackCon:hover{
background-image:url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker.png');
background-size:30px 30px;
background-position: 0 10px;
}
.fastCom{
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
background-size: 45px 45px;
opacity:.5;
position:fixed;
right:0;
bottom:105px;
width:45px;
height:45px;
background-image:url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker_close.png');
}
.fastCom:hover{ 
opacity:1;
background-image:url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker.png');
}
/*diggit shine style*/
.diggit:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 0, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.diggit:hover:after {
    width: 120%;
    background-color: rgba(255, 0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*wanker*/
.wanker {
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #000;
  color: #FFF;
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2014;
}

.wanker-content {
  position: relative;
  margin: 3em auto 0;
  width: 80%;
}

.wanker-content h1 {
  font-size: 4em;
  line-height: .9em;
  margin-bottom: 2em;
}

.wanker-content a {
  color: #e9522f;
}

#myposts .PostList{
margin:2px;
padding:0;
}
#myposts .PostList a:hover{
text-decoration:underline;
}

#navigator {
    position: relative;
    text-align: right;
    margin: 8px auto;
}
#navList {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 180px;
	float:right;
}
#navList li {
    float:left;
    margin-right:10px;
}
#navList li a {
    display:block;
    _display:inline;
    _zoom:1;
    height:30px;
    line-height:30px;
    padding:0 16px;
    white-space:nowrap;
    _border:1px solid #eee;
    text-decoration:none;
    color:#444;
    font-size:18px;
    color: #aaa;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#navList li a:hover {
    color:#eee;
    -webkit-transform: scale(1.2) translate(10px,0);
    -moz-transform: scale(1.2) translate(10px,0);
    transform: scale(1.2) translate(10px,0);
}
#navigator .blogStats {
    position: absolute;
    right: 0;
    top: 20px;
    overflow:hidden;
    color:#61AE95;
}
html>body #header {
    width:100%;
    height:56px;
    border-width: 5px 0 0;
    border-style: solid;
    border-color: #323A41;
    background: #404040;
}
#profile_block {
    background: #da532c;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #61AE95;
    box-shadow: 1px 2px 3px rgba(50, 135, 202, 0.8);
    background: #eee;
    background: rgba(177, 167, 170, 0.5);
    -webkit-transform: rotate(-10deg) translateZ(0);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#blogTitle, #navigator {
width: 100%;
}
#blogTitle {
position: relative;
margin: 0 auto;
float:right;
}
#blogTitle h2 {
    font-size: 16px;
    display: none;
}
#blogTitle h1 {
    position: absolute;
	padding: 8px 12px 8px 68px;
    left: 0;
    z-index: 2;
    font-size: 35px;
}
#blogTitle h1 a {
    display: block;
    font-family: 'Courgette', cursive;
    color: #61AE95;
}
#blogTitle h1 a:hover {
    text-decoration: none;
}