body {
    margin: 0;
    padding: 0;
    background-color: #f5f5d5;
    font-family: Georgia,serif;
    letter-spacing: -0.01em;
    word-spacing: .2em;
    line-height: 1.8em;
    font-size: 62.5%;
    color: #111;
    width: 100%;
}
h1 {
    font-family: "Trebuchet MS",Arial,"Lucida Grande",Verdana,Lucida,Helvetica,sans-serif;
}
#home {
    width: 65%;
    min-width: 640px;
    max-width: 960px;
    margin: 0 auto;
    background-color: #f5f5d5;
    padding: 1em;
}
#header {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    margin: 1em;
    float: left;
    height: 5em;
}
#header h1 {
    float: left;
}
#header h2 {
    float: left;
    color: #999;
    font-size: 12px;
    margin-top: 16px;
    margin-left: 10px;
}
#Header1_HeaderTitle {
    text-decoration: none;
    color: #567;
}
#blogLogo {
    display: none;
}
#navigator {
    font-weight: bold;
    color: #fcb297;
    padding: .3em .5em;
    margin: 0 0 1em 0;
    border-bottom: none;
    background-color: #aad2f0;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: inset 0px 1px 0px 0px #eee;
    -webkit-box-shadow: inset 0px 1px 0px 0px #eee;
    box-shadow: inset 0px 1px 0px 0px #eee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aad2f0), color-stop(1, #8bc1ed));
    background: -moz-linear-gradient(center top, #aad2f0 5%, #8bc1ed 100%);
    background-color: #aad2f0;
    border: 1px solid #dcdcdc;
    text-shadow: 1px 1px 0px #eee;
    margin-top: 80px;
    margin-left: 10px;
    height: 78px;
}
#navList {
    list-style: none;
    float: left;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
#navList li {
    list-style: none;
    float: left;
    padding: 0;
    margin-left: 13px;
    margin-top: 16px;
}
#navList a {
    color: #111;
    text-decoration: none;
}
#blog_nav_rss_image {
    display: none;
}
.blogStats {
    float: right;
    margin-top: 40px;
    font-size: 16px;
}
#topics {
    padding-left: 10px;
}
#topics .postTitle {
    font-size: 32px;
    padding: 30px 0;
    border-bottom: 1px solid #d3d3d3;
    line-height: 1;
}
#cb_post_title_url {
    text-decoration: none;
    color: #111;
    font-weight: 500;
}
#cnblogs_post_body h2 {
    letter-spacing: -0.03em;
    border-bottom: 1px solid #d3d3d3;
    line-height: 75px;
}
#cnblogs_post_body h2 span {
    font-size: 30px!important;
    margin: .4em 0 .2em 0;
    padding: 0 0 .2em 0;
    color: #000;
    font-weight: 500;
}
#cnblogs_post_body p {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    text-decoration: none;
    border-bottom: none;
    font-weight: normal;
    font-style: normal;
    border: none;
    color: #111;

    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 180%;
}
#cnblogs_post_body p img {
    border: .3em solid #e0dfcc;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.cnblogs_code {
    background-color: #f5f2f0;
    padding: 1em;
    margin: 2em 0;
    margin-left: 10px;
    font-family: Consolas,Monaco,"Andale Mono",monospace;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-family: Consolas,Monaco,"Andale Mono",monospace;
    border-width: .3em;
    border-color: #e0dfcc;
    border-style: solid;
    text-shadow: 0 1px white;
    overflow: auto;
}
.cnblogs_code pre {
    color: black;
    text-shadow: 0 1px white;
    font-family: monospace,Consolas,Monaco,"Andale Mono";
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    font-size: 1.2em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.cnblogs_code pre span{
    font-family: Courier New !important;
    font-size: 12px !important;
}
.cnblogs_code_toolbar {
    display: none;
}
.postDesc {
    display: none;
}
#blog-comments-placeholder, #comment_form, #sideBar, #footer {
    display: block;
}
.feedback_area_title {
    font-size: 32px;
    padding: 20px 0;
}
.feedbackListSubtitle {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.feedbackListSubtitle a{
      text-decoration: none!important;
      color: #000;
}
.feedbackListSubtitle .layer {
  display: none;
}
.feedbackListSubtitle .comment_actions {
    font-size: 14px;
    font-weight: 400;
}
.comment_date {
     font-size: 14px;
     font-weight: 400;
}
.feedbackManage {
     float: right;
}
.feedbackCon {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #d3d3d3;
}
.feedbackCon a{
    color: #567;
}
.comment_vote {
    padding: 10px 0;
    font-size: 12px;
}
.comment_digg, .comment_burry {
     color: #000;
}
#divCommentShow {
     padding: 10px 0;
}
.comment_my_posted a {
     text-decoration: none!important;
     font-size: 14px;
}
.blog_comment_body blockquote {
    background: #e0dfcc;
    border-radius: 6px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 12px;
}

.under-comment-box-nav, #ad_t2, #opt_under_post, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb,#HistoryToday, #sideBar {
     display: none;
}