body{
 font-family:微软雅黑;
 position:absolute;
 z-index:1;
 background-color:#00CCFF;
 width:100%;
 height:100%;
 left:0%;
 top:0%;
}
#navList{
 list-style-type:none; 
 padding:0px;
}
#home{
 position:absolute;
 z-index:3;
 left:0%;
 top:0%;
 width:100%;
 text-align:center;
}

#blogTitle h2{
 color:#FFFFFF;
 text-shadow: 0px 0px 18px #0ff;
}
#Header1_HeaderTitle{
    font-size:66px;
    color:aqua;
    font-family: monospace;
}

#mboot{
    left: -4px; 
    top: -4px; 
    position: absolute; 
    width: 99.3%; 
    height: 364.875px; 
    background: #000000; 
    opacity: .5;
    z-index:2;
    box-shadow:0px 0px 18px 0px;
    border-radius:18px;
}
#header{
    margin-bottom:150px;
}

#navList li{
 display:inline;
 color:#CCFF00;
}

#navList li a{
 color:#CCFF00;
}
.blogStats{
 color:#FF9900;
}
a{
 text-decoration:none;
}
ul{
 list-style-type:none;
}



#mainContent{
    width: 70%;
    padding-right: 50px;
    vertical-align:top;
    display:inline-block;
}
.dayTitle{
   display: inline-block;
}
.postTitle{
    padding: 10px;
   display: inline-block;
}
.postCon{
    text-align: start;
}
#sideBar{
    display:inline-block;
    background-color: lightseagreen;
    border-width: 8px;
    border-style: solid;
    border-color: lightseagreen;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px;
}


#post_detail{
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px grey;
    border-radius: 3px;
    /**background-image: url('https://www.cnblogs.com/images/cnblogs_com/hyj2357/1407450/o_bslap(1).jpg');
    font-family: cursive;**/
    padding: 20px;
}
#cnblogs_post_body{
    text-align:start;
}

#comment_form_container {
    /* border-style: solid; */
    /* border-width: 8px; */
    /* border-color: lightseagreen; */
    /* background-color: lightseagreen; */
    /* border-radius: 6px; */
    /* box-shadow: 0px 0px 8px 0px; */
    margin-top: 60px;
    width: 100%;
}

#commentform_title{
    background-image: none !important;
    font-family: cursive;
    font-size: 24px;
}

#comment_form_container p{
    margin-left: 10%;
    width: 100%;
    text-align: left;
}

#comment_form{
    box-shadow: 0px 0px 10px 0px;
    /* padding-top: 10px; */
    border-radius: 3px;
    display: none;
}

#ubb_quote{
    margin-left: 0px !important;
}

#tbCommentBody{
    border: none;
    border-radius: 5px;
    width: 80%;
}

.commentbox_title{
    width: 100% !important;
}

.commentbox_title_left{
    margin-left: 10%;
    margin-bottom: 1em;
}

.commentbox_title_right{
    float: left !important;
}

#btn_comment_submit{
border: none;
    background-color: whitesmoke;
    cursor: pointer;
    border-radius: 3px;
}

#sidebar_shortcut .catListLink ul{
    margin-left:-40px;
}
#sidebar_postarchive ul{
    margin-left:-40px;
}
#sidebar_postcategory ul{
    margin-left:-40px;
}
#sidebar_articlecategory ul{
    margin-left:-40px;
}


#ad_t2{
    display:none;
}
#ad_c1{
    display:none;
}
#under_post_news{
    display:none;
}
#ad_c2{
    display:none;
}
#under_post_kb{
    display:none;
}
/**
.postCon{
    padding: 15px;
}**/
.postDesc{
    padding: 15px;
}
/**
.day{
    box-shadow: 0px 0px 8px 1px;
    border-radius: 5px;
    background-color: whitesmoke;
}**/
.catListTitle{
    margin-top: 0px;
}
.mySearch{
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 0px 8px 0.5px;
    border-radius: 5px;
    margin: 20px 5px;
}
.input_my_zzk{
    border-radius: 3px;
    border: none;
    vertical-align: bottom;
}
.btn_my_zzk{
    border: none;
    vertical-align: middle;
    background-color: whitesmoke;
    cursor: pointer;
    border-radius: 3px;
}
#widget_my_google{
    display:none;
}

.entrylistPosttitle{
    margin-top: 20px;
    font-family: cursive;
    font-size: 24px;
    font-weight: bold;
}

.c_b_p_desc{
    background-image: url('https://www.cnblogs.com/images/cnblogs_com/hyj2357/1407450/o_bslap(1).jpg');
    padding: 10px;
    box-shadow: 0px 0px 10px 0px grey;
    margin: 20px;
    font-family: cursive;
}

#blog_post_info{
    display: none;
}

#cnblogs_c1{
    display: none;
}

#comment_nav{
    display:none;
}

#blogCalendar{
    box-shadow: 0px 0px 10px 0px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

#footer{
    box-shadow: 0px 0px 10px 0px grey;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 90%;
    padding: 5px;
    margin-left: 5%;
    border-radius: 5px;
    background-color: turquoise;
    color: darkslategray;
}

#tbCommentAuthor{
    background-color: white;
    width: 100px;
    background-image: none !important;
    /* padding: 0; */
    border-color: white;
}

#profile_block{
    padding-left: 10px;
}

#cnblogs_post_body img{
    max-width: 60% !important;
    box-shadow: 0px 0px 6px 0px !important;
}

a {
    color: saddlebrown;
}

a:hover {
    color: aqua;
}

#topics{
    line-height: 150%;
}

.entrylistItem{
    margin-top:50px !important;
}