body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

#main h1{
    background: #ededed;
    border-right: 15px solid #188e0a;
    border-left: 15px solid #188e0a;
    padding: 5px;
    margin: 10px 0px;
    border-radius: 180px;
    text-align: center;
}

#navigator{
    font-size: 16px;
    border-top: 5px solid #FF8500;
    height: 50px;
    clear: both;
    margin-top: 25px;
    background: white;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
}

.blogStats {
    float: right;
    color: #a75c0a;
    margin-top: 19px;
    margin-right: 11px;
    font-weight: bold;
    text-align: right;
}

#footer {
    color: #3E7724;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin:0px;
    border-top:0px;
}

#home {
    margin: 10px auto;
    opacity: 0.95;
    overflow: auto;
    width: 1200px;
}

body {
     background:url("https://images.cnblogs.com/cnblogs_com/libaoheng/335902/o_bg.png") repeat scroll 0 0 #ECECEC;
     border-bottom: 4px solid #57AD69;
     font-family:  Helvetica, sans-serif;
     font-size: 15px;
     margin: 0;
     min-width: 1200px;
     padding: 0;
}

div#end_of_html{
    text-align: center;
    color: #C7C7C7;
    font-size: large;
}

.postTitle {
    color: #FFFFFF;
    background: #eee;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top:10px;
 /* Gecko browsers */
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
 
/* Webkit browsers */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
 
/* W3C syntax */
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius:  20px;
}


#mainContent {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    border-top: 5px solid #229215;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
    margin-top: 0;
    margin-left:0;
    padding: 25px 15px;
    width: 920px;
    
}

#mainContent .forFlow{
    margin-left:0;
}


#sideBar {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    border-top: 5px solid #009AD9;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
    padding: 25px 15px;
    width: 205px;
    margin-top:0px;
    float:right;
}

.head {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 60px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    line-height: 60px;
    padding-left: 200px;
}

div#ad_under_post_holder
{
display:none;
}


#prettyrgbSignature
{ 
border-top: #e0e0e0 1px dashed;
border-right: #e0e0e0 1px dashed;
border-bottom: #e0e0e0 1px dashed;
border-left: #e0e0e0 1px dashed;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 60px;
font-family: 微软雅黑;
font-size:11px;
background: url(https://images.cnblogs.com/cnblogs_com/allanbolt/226222/o_users_two_warning_48.png) #e5f1f4 no-repeat 1% 50%;

}
#prettyrgbSignature div
{
line-height: 25px;
}