body {
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 0px;
    background-color: #D9D6CB;
}
::selection{
background-color:#A9D5F4;
color:#fff;
}

img {
    border: 0px;
}

td {
    font-size: 14px;
}

a {
    color: #1982D1;
    text-decoration: none;
}

    a:hover {
        color: orange;
        text-decoration: none;
    }

    a:link,
    a:visited,
    a:active {
        text-decoration: none;
        -webkit-transition: text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;
        -moz-transition: text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;
        -ms-transition: text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;
        -o-transition: text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;
        transition: text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;
    }

    a:hover,
    a:focus {
        color: orange;
        text-decoration: none;
        -webkit-transition: text-shadow 250ms ease-in 0ms, color 250ms ease-in 0ms;
        -moz-transition: text-shadow 250ms ease-in 0ms, color 250ms ease-in 0ms;
        -ms-transition: text-shadow 250ms ease-in 0ms, color 250ms ease-in 0ms;
        -o-transition: text-shadow 250ms ease-in 0ms, color 250ms ease-in 0ms;
        transition: text-shadow 250ms ease-in 0ms, color 250ms ease-in 0ms;
    }

h1 {
    margin: 0px;
    padding-top: 5px;
    font-size: 1.8em;
    margin-left: 5px;
}

    h1 a:visited,
    h1 a:active,
    h1 a:link,
    h1 a:hover {
        color: #FFF;
        /*margin-left : 10px;*/
        margin-top: 10px;
        text-decoration: none;
    }

h2 {
    margin-top: 10px;
    font-size: 1em;
}

h5 {
    margin: 0px;
    padding: 0px;
}

#header {
    background:url(https://images.cnblogs.com/cnblogs_com/ccto/475066/o_banner.png);
    height:150px;
}

#top {
    position: relative;
    height: 92px;
    vertical-align: middle;
    color: #CCCCCC;
    padding-left: 10px;
}

    #top td {
        color: #CCCCCC;
        width: 100%;
    }

    #top h1 {
        padding-top: 17px;
        margin-left:30px;
    }

#sub {
    text-align: right;
    color: #fff;
    font-size: 14px;
    padding: 4px;
    padding-left: 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    font-family: Michroma,'Segoe UI Light','Segoe UI','Segoe UI WP','Microsoft Jhenghei','微软雅黑','Hiragino Sans GB W3';
}

    #sub .BlogStats {
        visibility: hidden;
    }

#threeDTags {
    width: 270px;
    height: 160px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    #threeDTags a {
        position: absolute;
        top: 0px;
        left: 0px;
        font-family: Microsoft YaHei;
        color: #E65227;
        font-weight: bold;
        text-decoration: none;
        padding: 3px 6px;
    }


.headermaintitle {
    color: #666;
    text-decoration: none;
    font-family: 'Vrinda','Segoe UI','Microsoft Jhenghei','微软雅黑','Hiragino Sans GB W3';
    font-weight: normal;
    font-size: 52px;
    text-shadow: 0px 1px 3px #333;
}

#subtitle {
    color: #FFFFFF;
    font-size: 1em;
    padding: 10px 0px 10px 0px;
    margin-left: 300px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    position: absolute;
    -webkit-transform: rotate(0deg);
    font-family: Michroma,'Segoe UI Light','Segoe UI','Segoe UI WP','Microsoft Jhenghei','微软雅黑','Hiragino Sans GB W3';
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
}

    #subtitle:hover {
        -webkit-animation: xiaomo .5s ease-in;
        -moz-animation: xiaomo .5s ease-in;
        animation: xiaomo .5s ease-in;
    }


p.date img {
    vertical-align: middle;
}

p.date {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 2px 0px;
    color: #AAAAAA;
    text-align: right;
}

    p.date span {
        background-color: #FFF;
    }

    p.date a {
        color: #888888;
    }

blockquote {
    background-color: #EEEEEE;
    border: 0px;
    border-left: 18px solid #CCCCCC;
    padding: 4px;
    margin: 0px;
}

#leftmenu {
    float: left;
    left: 0px;
    width: 190px;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    overflow: hidden;
    background-color: #EEE;
}

    #leftmenu h3 {
        background: #A9D5F4;
        padding: 5px;
        color: white;
    }

    #leftmenu ul {
        list-style: none;
        margin: 5px;
        padding: 0px;
        margin-left: 8px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    #leftmenu li {
        display: block;
        margin-bottom: 2px;
    }

    #leftmenu a:active,
    #leftmenu a:visited,
    #leftmenu a:link {
    }

    #leftmenu a:hover {
    }

#main_container {
}

#main_content {
    float: left;
    margin-left: -195px;
    width: 100%;
}

#content {
    margin-left: 194px;
    padding-right: 0px;
    margin-right: 0px;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    background-color: White;
}

    #content h2 {
        font-size: 24px;
        text-decoration: none;
        padding: 0 0px 0 15px;
        height: 33px;
        line-height: 33px;
        overflow: hidden;
        font-family: Michroma,'Segoe UI Light','Segoe UI','Segoe UI WP','Microsoft Jhenghei','微软雅黑',sans-serif,Times;
    }

    #content h3 {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #content h4 {
        font-size: 14px;
        line-height: 150%;
        font-weight: normal;
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #content .post {
        font-size: 14px;
        line-height: 180%;
        padding-left: 10px;
    }

#footer {
    margin: 0px;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
}

input.text {
    width: 300px;
}

textarea {
    width: 300px;
    height: 200px;
}

#comments h4 span {
    color: #999;
}

#comments h4 {
    margin: 0px;
    font-size: 0.9em;
}

p {
    margin: 0px;
    margin-bottom: 14px;
}

h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #AAA;
}

#relatedlinks ul {
    list-style: none;
    margin-left: 10px;
    padding: 0px;
}

.post {
    border: 1px solid #CCCCCC;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 4px;
    margin-bottom: 28px;
}

.postbody h1 {
    background-color: #ccc;
    color: #fff;
    height: 33px;
    margin: 0px;
}

.post h5, .post h2 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 4px;
}


.post .postfoot {
    margin: 0px;
    margin-top: 14px;
    color: #AAAAAA;
    border-top: 1px solid #DDDDDD;
    font-size: 14px;
}

pre {
    margin: 0px;
    margin-left: 22px;
    font-size: 1.0em;
}

.Textbox, textarea {
    border: 1px solid #AAAAAA;
    width: 100%;
}

.button {
    border: 1px solid #AAAAAA;
    background-color: #CCD4E0;
}

input, textarea {
    font-family: Verdana, Geneva, Arial, Sans-Serif;
    font-size: 14px;
}

.Framework {
    border: 1px solid black;
    background-color: #EEEEEE;
    width: 100%;
}

.MainCell {
}

.LeftCell {
    width: 200px;
    vertical-align: top;
}

.FooterCell {
    vertical-align: top;
}

.commentTextBox {
    font-size: 14px;
    font-family: Arial;
}

.Cal {
    border: 1px solid #999999;
    width: 180px;
    font-family: Arial;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 180px;
    background-color: #EEEEEE;
    margin-left: 0px;
}

.CalTitle {
    background-color: #B6B6B6;
    border-color: #ADF;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    margin-left: 0px;
    padding: 0px;
    height: 100%;
    font-weight: bold;
}

.CalOtherMonthDay {
    color: #808080;
}

.CalSelector {
}

.CalNextPrev {
}

.CalDayHeader {
    background-color: #CCCCCC;
}

.CalSelectedDay {
}

.CalWeekendDay {
}

.CalTodayDay {
    /*background-color:#CCCCCC;*/
    color: Blue;
    font-weight: bolder;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

blockquote {
    width: 80%;
}

div.RecentComment {
    width: 180px;
}

#profile_block {
    margin-left: 10px;
}

.two_words {
    letter-spacing: 12px;
}

@-webkit-keyframes xiaomo {
    30% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    60% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    80% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@-moz-keyframes xiaomo {
    30% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    60% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    80% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@keyframes xiaomo {
    30% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    60% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    80% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

#blog-calendar-block {
    display: none !important;
}