#blogTitle {
    //background: none repeat scroll 0 0 rgb(255, 255, 255);
    height: 0px;
    clear: both;
}
#blogTitle h1 {
    display:none;
    float: left;
    font-size: 150%;
    font-weight: bold;
    //line-height: 1.5;
    margin-left: 1em;
    margin-top: 5px;
    width: 50%;
}
#navigator {
    background: none repeat scroll 0 0 rgb(61, 68, 94);
    clear: both;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    width: 100%;
}

.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: none repeat scroll 0 0 rgb(250, 252, 253);
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgb(167, 168, 173);
    margin-bottom: 15px;
    overflow: hidden;
}
.catListTitle {
    background: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
    font-family: Microsoft Yahei;
}
.input_my_zzk {
    height: 20px;
    vertical-align: middle;
    width: 120px;      
    font-size: 12px;    
    line-height: 20px;
    outline: medium none;  
}
input.btn_my_zzk {
    font-size: 12px;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    width: 80px;
    color: rgb(124, 124, 124);
    background: none repeat scroll 0 0 rgb(204, 204, 204);
    border:none;
    border-radius: 2px;
}
#comment_form,#comment_form_container,#blog-comments-placeholder{
    border: none repeat scroll 0 0 rgb(204, 204, 204);
    background:#FFF;
    border-radius: 7px;
    padding:20px;
}

.commentbox_main {
    border: 1px repeat scroll 0 0 rgb(204, 204, 204);
    border-radius: 3px;
}

.commentbox_title {
    width: 80%;
    border: 1px solid rgb(237, 237, 237);
    padding 2px auto;
    margin-top:10px;
}

div.commentform textarea {
    font-size: 13px;
    height: 200px;
    width: 80%;
    border: none repeat scroll 0 0 rgb(204, 204, 204);
}
.comment_btn {
    background-color: rgb(61, 68, 94);
    height: 26px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    width: 150px;
    border:none;
    color:#FFF;
    border-radius: 3px;
}
#commentbox_opt a {
    background-color: rgb(124, 124, 124);
    height: 26px;
    line-height: 22px;
    margin: 0;
    padding: 4px 50px;
    width: 150px;
    border:none;
    color:#FFF;
    border-radius: 3px;
}
#comment_nav a {
    background-color: rgb(61, 68, 94); 
    line-height: 22px;
    margin: 3px;
    padding: 4px 30px;    
    border:none;
    color:#FFF;
    border-radius: 3px;
}
#footer {
    border-top: 1px solid rgb(255, 255, 255);
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 15px;
    padding-top: 10px;
    text-align: center;
}