body {
    text-align: center;
    background-color: #f0f0f0;
    font-family: Consolas, Verdana, '宋体';
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #8AB459;
}

a:hover {
    color: #00CC00;
}

ul {
    list-style: none;
}

.pagelayout {
    width: 1180px;
    position: relative;
    margin: auto;
}

#header {
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 1px #ccc;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: left;
    width: 170px;
    padding: 0 20px 10px;
}
#header a{
  color: #09a601;
}
#header span {
    color: #888;
}
#header span a{
    color: #000;
    margin-bottom: 6px;
    margin-top: 10px;
}

#header a {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    display: block;
}

#header br {
    display: none;
}

#main {
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 1px #ccc;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5px;
    margin-bottom: 5px;
    text-align: left;
    width: 730px;
    overflow: hidden;
}

#main .block {
    border-bottom: 1px dashed #888;
    padding-bottom: 0;
    margin: 0 20px;
}

#main .block_title {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
    color: #888;
}

#main .block_title img {
    display: none;
}
#main .posttitle{
    margin: 5px 0 10px 0;
}
#main .posttitle a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0;
}

#main .postcontent{
    color: #000;
    line-height: 18px;
}
#main .post .itemdesc {
    color: #888;
    font-size: 10px;
    padding-top: 3px;
}

#main .post .postcontent {
    line-height: 18px;
}

#menu {
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 1px #ccc;
    border-radius: 4px;
    position: absolute;
    left: 745px;
    top: 5px;
    text-align: left;
    width: 170px;
    padding: 0 20px 10px;
}

#menu h1, #menu .listtitle {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0 5px 0;
    border-bottom: solid 1px #ccc;
}

.catListInteraction, .mySearch, #menu h3, #menu ul {
    display: none;
}

#menu ul.list {
    list-style-type: none;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    display: block;
}

#menu ul li {
    border-bottom: 1px solid #DEE4DA;
    padding: 0;
}

#menu ul li a {
    display: block;
}

#menu ul li a:hover {
    background-color: #F3F3F3;
}

#menu ul li img {
    display: none;
}

.footer {
    display: none;
}

.moreinfo .moreinfotitle{
    display: none;
}
.comments .comment {
    background-color: #fff;
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
    position: relative;
    margin-bottom: 10px;
}

.comments .comment	.comment_title {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    line-height: 18px;
}

.comments .comment .comment_author {
    height: 18px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

#main .post .comments .itemdesc {
    height: 18px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 10px;
    color: #999;
}

.comments .comment  .comment_content {
    padding: 40px 0 0;
    line-height: 18px;
}

.commentform input {
    font-family: Consolas;
    font-size: 12px;
}

.commentform .CommentBoxNav {
    display: none;
}

.commentform input.tb_comment_name, .commentform input.commenttb, .commentform textarea.commentTextBox {
    width: 300px;
    border: outset 1px #3e3e3e;
    padding: 5px 2px;
}

.commentform textarea.commentTextBox {
    width: 500px;
}

.commentform .commentButton {
    border: outset 1px #3e3e3e;
    background: #3e3e3e;
    padding: 3px 20px;
    cursor: pointer;
    color: #fff;
}

.navigate_a {
    width: 16px;
    height: 14px;
    display: block;
    text-decoration: none;
    margin-bottom: 2px;
}

.home {
    background: url(https://www.cnblogs.com/images/cnblogs_com/fromearth/home.gif) no-repeat 1px 0;
}

.email {
    background: url(https://www.cnblogs.com/images/cnblogs_com/fromearth/email.gif) no-repeat 1px 0;

}

a:hover.home, a:hover.email {
    background-position: 1px -14px;
}

.mininav {
    position: fixed;
    width: 16px;
}

.livedemo {
    background-image: url(https://www.cnblogs.com/images/cnblogs_com/fromearth/189457/o_xhtml_valid.png);
    background-position: 2px center;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.sourcecode {
    background-image: url(https://www.cnblogs.com/images/cnblogs_com/fromearth/189457/o_compress.png);
    background-position: 2px center;
    padding-left: 20px;
    background-repeat: no-repeat;
}