#cnblogs_post_body ul span{font-size:14px; color: #F0B82F;}
div.posttitle{
    font-size: 18px;
}
#cnblogs_post_body p { letter-spacing:1px }
div.post
{
    font-family: "Hiragino Sans GB W3", "Microsoft YaHei", Georgia,"Times New Roman",Times,sans-serif;
    font-size:14px;
    width:80%;
    background-color: #F8F8EE;
}
div.post h1, div.post h2, div.post h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}
div.post h1, div.post h2 {
	padding: 8px;
	color:white;
	background-color: gray;
        border：4px solid gray;
        -moz-border-radius: 4px;      /* Gecko browsers */
        -webkit-border-radius: 14px;   /* Webkit browsers */
        border-radius:4px;            /* W3C syntax */
}
div.post h2{
     font-size: 16px;
    font-weight: bold;
}
div.post pre.code {
    font-family: Consolas
    border-style: dashed;
    border-left: solid 5px #6ce26c
}
div#information
{
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #666666
}

blockquote{
   padding: 10px 13px 5px 15px;
   margin-bottom: 18px;
   font-family: "Hiragino Sans GB W3", "Microsoft YaHei", georgia,serif;
   font-style: italic;
   border: 1px solid #ccc;
   border-radius:3px
}

.postTitle {
  font-size: 20px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px #eee;
  border-radius: 5px;
  min-width:400px;
  padding: 15px;
  background-color: #fff;
}


pre, code, tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code, tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 24px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}
.cnblogs_code pre{
border: none;
}

.day h2 {
font-weight: bold;
background-color: #ccc;
line-height: 32px;
color: #362893;
padding-left: 8px;
border-radius: 2px;
}