#cnblogs_post_body h1 {
background-color: LightGrey;
padding-left: 5px;
color: #555;
font-size: 16px;
font-weight: bold;
line-height: 1.8;
}

#cnblogs_post_body p{
/* margin: 12px auto 12px auto; */
}

#cnblogs_post_body h2{
font-weight: bolder;
font-size: 14px;
}

#sideBar {
position: absolute;
width: 300px;
border-left: 1px solid #CCC;
border-top-width: 0;
overflow: hidden;
padding: 0 8px 20px 30px;
top: 150px;
right: 0px;
}

/*===========================*/


/*************************
 * Post style
 *************************/
body, button, input, select, textarea { font: 500 14px/1.8  Georgia, Times, 'Hiragino Sans GB', \u5B8B\u4F53, serif;}
.post { /* margin: 40px 0 0px 40px; */ padding-bottom: 40px; width: auto; border-bottom: 1px dotted #d8d8d8;}
.post p, .post pre, .post ul, .post ol, .post dl, .post form, .post hr, .post table { margin-bottom: 10px; }
.post .time { margin-bottom: .5em; color: #d8d8d8; }
.post blockquote { padding: 0.5em 1em 0.4em 1em; margin-bottom: 1em;  border-left: .9em solid rgb(238, 238, 238); }
.post blockquote{
    margin-left:0;
}

.post pre {
    background: #f8f8f8; 
    border:  1px solid #d8d8d8; 
    border-radius: 10px;
    padding: 1em 0 1em 10px; 
}
.post code { 
    color: #4d4d4d;
    background: #f8f8f8; 
    padding: 0 0.2em; 
    border: 1px solid #d8d8d8; 
    border-radius: 3px 3px; 
    position: relative; 
    top: -2px; margin: 0 3px; 
    box-shadow: 1px 1px 0 #999; 
}
.post pre code { border: none; box-shadow: none; padding: 0 0; } 
.post p, .post h3, .post h4, .post blockquote, .post li { /* max-width: 580px; */ }
.post blockquote p { margin-bottom: 0; }
.post table { width: 680px; }

h1, h2, h3, h4, h5, h6{ font-weight: 500; color:#333; }
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 { margin-top: 10px; margin-bottom: 0.4em; line-height: 1.5; }
.post h1 { font-size: 1.5em; margin-bottom: 1.2em; }
.post h2 { font-size: 1.6em; margin-bottom: 1em; }
.post h3 { font-size: 1.4em; border-bottom: 1px dotted #d8d8d8; }
.post h4 { font-size: 1.2em; }
.post h5, .post h6 { font-size: 1em; }
.post ul { margin-left: 1.3em; list-style: disc; }
.post ol { list-style: decimal; margin-left: 1.9em; }
.post li ul, .post li ol { margin-top: 0; margin-bottom: 0; margin-left: 1em; }
.post li ul { list-style: circle; }
.post table th, .post table td { border: 1px solid #ddd; padding: 5px 10px; }
.post table th { background: #f8f8f8; }
.post em { font-weight: 700; }
.post .clearLeft { ; }
.post img, .post audio, .post iframe, .post audio, .post canvas, .post video { max-width: 720px; }
.post .post-title { margin-left: 0px; margin-bottom: 10px; padding: 4px 0 4px 40px; background: #f8f8f8;  border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;   }
.post .post-title a { border-bottom: none; }
.post .post-title a:hover { border-bottom: 1px dotted #343434; }
.fork-me { position: fixed; right: 0; top: 0; z-index: 999; }


/*code style*/
pre, code { font-family: "Courier New", Courier, monospace; overflow-x: auto; vertical-align: middle; }

/* highlight */


.highlight  { 
    padding: 0.2em 0.9em;
    margin-bottom: 1em;
    font: normal normal normal 115%/normal "Consolas", "Courier New", "Courier", "FreeMono", monospace !important;
    line-height: 1.1em;
    overflow: auto;
    border: 1px solid #eeeeee;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    background-color: #f8f8f8;
}


.highlight code, .highlight pre {
    font-family: "Consolas", "Courier New", "Courier", "FreeMono", monospace;
    margin: 1em 0 1.5em 0;
    border: 0 none;
    background-color:#f8f8f8;
}

.post .highlight pre{
    padding: 0;
}

.highlight span{
    font-family: "Consolas", "Courier New", "Courier", "FreeMono", monospace;
}

/*.highlight {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee; }*/

.highlight .hll {
  background-color: #ffffcc; }

.highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .k {
  color: #000000;
  font-weight: bold; }

/* Keyword */
.highlight .o {
  color: #000000;
  font-weight: bold; }

/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #999999; }

/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  color: #000000;
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  color: #000000;
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kn {
  color: #000000;
  font-weight: bold; }

/* Keyword.Namespace */
.highlight .kp {
  color: #000000;
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #000000;
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #d01040; }

/* Literal.String */
.highlight .na {
  color: teal; }

/* Name.Attribute */
.highlight .nb {
  color: #0086b3; }

/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: teal; }

/* Name.Constant */
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

/* Name.Decorator */
.highlight .ni {
  color: purple; }

/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.highlight .nl {
  color: #990000;
  font-weight: bold; }

/* Name.Label */
.highlight .nn {
  color: #555555; }

/* Name.Namespace */
.highlight .nt {
  color: navy; }

/* Name.Tag */
.highlight .nv {
  color: teal; }

/* Name.Variable */
.highlight .ow {
  color: #000000;
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #d01040; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #d01040; }

/* Literal.String.Char */
.highlight .sd {
  color: #d01040; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #d01040; }

/* Literal.String.Double */
.highlight .se {
  color: #d01040; }

/* Literal.String.Escape */
.highlight .sh {
  color: #d01040; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #d01040; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #d01040; }

/* Literal.String.Other */
.highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #d01040; }

/* Literal.String.Single */
.highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: teal; }

/* Name.Variable.Class */
.highlight .vg {
  color: teal; }

/* Name.Variable.Global */
.highlight .vi {
  color: teal; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }




  #cnblogs.postCon_body h1 {
  background-color: LightGrey;
  padding-left: 5px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  }

  #cnblogs.postCon_body p{
  /* margin: 12px auto 12px auto; */
  }

  #cnblogs.postCon_body h2{
  font-weight: bolder;
  font-size: 14px;
  }

  #sideBar {
  position: absolute;
  width: 300px;
  border-left: 1px solid #CCC;
  border-top-width: 0;
  overflow: hidden;
  padding: 0 8px 20px 30px;
  top: 150px;
  right: 0px;
  }

  /*===========================*/


  /*************************
   *.postCon style
   *************************/
  body, button, input, select, textarea { font: 500 14px/1.8  Georgia, Times, 'Hiragino Sans GB', \u5B8B\u4F53, serif;}
  .postCon { /* margin: 40px 0 0px 40px; */ padding-bottom: 40px; width: auto; border-bottom: 1px dotted #d8d8d8;}
  .postCon p, .postCon pre, .postCon ul, .postCon ol, .postCon dl, .postCon form, .postCon hr, .postCon table { margin-bottom: 10px; }
  .postCon .time { margin-bottom: .5em; color: #d8d8d8; }
  .postCon blockquote { padding: 0.5em 1em 0.4em 1em; margin-bottom: 1em;  border-left: .9em solid rgb(238, 238, 238); }
  .postCon blockquote{
      margin-left:0;
  }

  .postCon pre {
      background: #f8f8f8; 
      border:  1px solid #d8d8d8; 
      border-radius: 10px;
      padding: 1em 0 1em 10px; 
  }
  .postCon code { 
      color: #4d4d4d;
      background: #f8f8f8; 
      padding: 0 0.2em; 
      border: 1px solid #d8d8d8; 
      border-radius: 3px 3px; 
      position: relative; 
      top: -2px; margin: 0 3px; 
      box-shadow: 1px 1px 0 #999; 
  }
  .postCon pre code { border: none; box-shadow: none; padding: 0 0; } 
  .postCon p, .postCon h3, .postCon h4, .postCon blockquote, .postCon li { /* max-width: 580px; */ }
  .postCon blockquote p { margin-bottom: 0; }
  .postCon table { width: 680px; }

  h1, h2, h3, h4, h5, h6{ font-weight: 500; color:#333; }
  .postCon h1, .postCon h2, .postCon h3, .postCon h4, .postCon h5, .postCon h6 { margin-top: 10px; margin-bottom: 0.4em; line-height: 1.5; }
  .postCon h1 { font-size: 1.5em; margin-bottom: 1.2em; }
  .postCon h2 { font-size: 1.6em; margin-bottom: 1em; }
  .postCon h3 { font-size: 1.4em; border-bottom: 1px dotted #d8d8d8; }
  .postCon h4 { font-size: 1.2em; }
  .postCon h5, .postCon h6 { font-size: 1em; }
  .postCon ul { margin-left: 1.3em; list-style: disc; }
  .postCon ol { list-style: decimal; margin-left: 1.9em; }
  .postCon li ul, .postCon li ol { margin-top: 0; margin-bottom: 0; margin-left: 1em; }
  .postCon li ul { list-style: circle; }
  .postCon table th, .postCon table td { border: 1px solid #ddd; padding: 5px 10px; }
  .postCon table th { background: #f8f8f8; }
  .postCon em { font-weight: 700; }
  .postCon .clearLeft { ; }
  .postCon img, .postCon audio, .postCon iframe, .postCon audio, .postCon canvas, .postCon video { max-width: 720px; }
  .postCon .postCon-title { margin-left: 0px; margin-bottom: 10px; padding: 4px 0 4px 40px; background: #f8f8f8;  border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;   }
  .postCon .postCon-title a { border-bottom: none; }
  .postCon .postCon-title a:hover { border-bottom: 1px dotted #343434; }
  .fork-me { position: fixed; right: 0; top: 0; z-index: 999; }


.postCon .highlight  { 
  margin-left:0;
  background:none;
border:0 none;
  padding:0;
}

.postCon ul,.postCon li{
 list-style: inherit!important;
}

.post pre code{
  border:0 none!important;
}