code, pre, div.cnblogs_code, div.cnblogs_code pre, div.cnblogs_code pre span {
    font-family: "Lucida Console", Monaco, Menlo, Consolas, "Droid Sans Mono", "Courier New", Courier, monospace !important;
}

div.cnblogs_code pre span {
    font-size: 14px !important;
}

a {
   color: #2976C8;
    transition: all 0.2s;
}

.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
}

.postCon a, #cnblogs_post_body a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}

a:hover{
    color: #FD934D;
}

.post {
   padding-left: 0;
}

ul, ol {
    word-break: normal;
}

:not(pre) > code, code > :not(pre) {
    background-color: #F8F8F8 !important;
    font-family: "Lucida Console", Monaco, Menlo, Consolas, "Droid Sans Mono", "Courier New", Courier, monospace !important;
    padding: 2px 5px !important;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #EEE;
}

div.cnblogs_code {
    border: none !important;
    border-left: 8px solid rgb(88, 88, 88) !important;
    padding: 14px !important;
    max-width: 700px !important;
    margin-left: 16px !important;
    background-color: rgb(248, 248, 248) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15), 0px 1px 0px rgba(255, 255, 255, 0.15) inset;
}

body {
    font-size: 14px !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body div.cnblogs_code pre {
    font-size: 14px !important;
}

#cnblogs_post_body, .postCon {
    color: #404040;
    line-height: 1.6;
}

#cnblogs_post_body ul, .postCon ul {
    padding-left: 10px;
    margin: 10px;
}

#cnblogs_post_body ol, .postCon ol {
    padding-left: 10px;
    margin: 10px;
}

#cnblogs_post_body li, .postCon li {
    margin: 5px;
}

#cnblogs_post_body p, .postCon p {
    margin: 20px auto;
}

.postCon h4 {
    margin: 15px auto 2px;
}

.cnblogs_code_toolbar {
    background: none !important;
}


div#mainContent {
    float: left !important;
    width: 770px;
    margin-left: 1px;
    word-break: normal !important;
}

div#topics {
    word-break: normal !important;
}
#mainContent .forFlow {
    margin-left: 1px !important;
}

.postTitle {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
}

#cnblogs_post_body h2, .cnblogs-post-body h2 {
    font-size: 26px;
    font-weight: normal;
}

#cnblogs_post_body h3, .cnblogs-post-body h3 {
    font-size: 24px;
    font-weight: normal;
}

#cnblogs_post_body h4, .cnblogs-post-body h4 {
    font-size: 20px;
    font-weight: normal;
}

#main {
    min-width: 1090px;
    width: 1050px;
    margin: auto;
}

.post {
    background-color: #fff !important;
}
#cnblogs_post_body > p, .cnblogs_post_body > p {
    text-indent: 2em !important;
}

#header {
    background: none repeat scroll 0% 0% rgba(55, 55, 55, 0.88) !important;
    height: 45px !important;
    min-width: 1100px !important;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: rgb(234, 234, 234) !important;
}

#navList a:hover {
    background-color: rgb(253, 147, 77) !important;
}

#navList a {
    padding: 13px 10px !important;
}

#blogTitle a {
    font-size: 22px !important;
    padding: 1px !important;
}

#sideBar {
    border: medium none;
    box-shadow: none;
    float: right;
    background-color: #F8F8F8;
    padding: 15px;
}

#sideBarMain ul {
    margin: 0;
}

#sideBarMain ul li {
    margin-top: 5px;
}

input.btn_my_zzk {
    font-family: inherit;
    padding: 5px;
    height: 32px;
    color: #FFF;
    width: 80px;
    background-color: #4F4F4F;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    margin-left: 3px;
    transition: all 0.2s;
}

input.btn_my_zzk:hover {
    background-color:#629BD7;
}

input.btn_my_zzk:active {
    border: 1px inset rgb(230, 230, 230) !important;
}

.input_my_zzk {
    width: 110px;
    height: 28px;
    border: 1px solid #999;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 18px;
}

.blogStats {
    margin-top: 12px !important;
    font-size: 14px !important;
    color: #DFE2E2 !important;
}

.postCon ol li{
    list-style-type: decimal !important;
}

.postCon h2 {
    font-size: 150%;
    margin: 15px auto 2px;
    font-weight: normal
}

.postBody {
    border-bottom: none !important;
}

div.commentform input.author {
    width: 680px !important;
}

div.commentform textarea {
    height: 200px !important;
    width: 765px !important;
}
.commentbox_title {
    width: 765px !important;
}
#footer {
    border: none !important;
    padding-top: 30px !important;
}

div.commentform p {
    text-align: right;
}

.postDesc a:link, .postDesc a:visited, .postDesc a:active, .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active {
    font-weight: normal;
}