#blogTitle{
    height: 200px;    
}
#main {
    margin: auto 10%;
   padding-left: 0px;
}
#mainContent {
    margin-right: 0px;
}
#mainContent .forFlow {
    margin-left: 250px;
}
#navigator {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #308ebb;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}
#navList a:hover {
    color:#308ebb;
    background-color: #fff;
    text-shadow: none;
}
.blogStats {
    float: right;
    color: #fff;
    padding-right: 10px;
    text-align: right;
}
#sideBar .catListTitle {
    background-color: #308ebb;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}
.newsItem .catListTitle {
    display: block; 
}
.newsItem, #blog-calendar {
    padding: 0px;
}
#blog-news {
    padding: 10px;
}
.postTitle {
    background-color: #308ebb;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    box-sizing:border-box;
    padding: 5px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #fff;
}
.dayTitle{
   border-bottom: none;
}
a:hover {
    text-decoration: none;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
}

/*****评论*****/
#blog-comments-placeholder{
     border-radius: 7px;
}
 #comment_form_container {
    width: 100%;
    margin-bottom: 2rem;
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 0.6rem 0rem;
    box-sizing: border-box;
    border-radius: 7px;
}
.feedback_area_title {
    background-image: none;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: white;
    background-color: #308ebb;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
    margin: 0 0;
}
.louzhu::before {
    margin-left: 0.5rem;
}
.louzhu::before, .comment_my_posted b::before, .new-comment-title a:nth-child(2)::before {
    color: white;
    font-size: 1rem;
    content: '博主';
    display: inline-block !important;
    background-color: darkblue;
    padding: 0 0.2rem;
    border-radius: 4px;
    vertical-align: bottom;
}
.feedbackItem {
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 0.6rem 1rem;
    box-sizing: border-box;
}
#commentform_title {
    background-image: none;
    line-height: 35px;
    position: relative;
    bottom: 0.6rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: white;
    background-color: #308ebb;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
}
.commentbox_title {
    width: 450px;
}
#tbCommentBody {
    height: 10rem;
    width: 100%;
    font-size: 1rem;
    font-family: 'Monaco', '文泉驿微米黑', '微软雅黑';
    resize: none;
}
div.commentform p,.commentbox_main,commentbox_opt{
    margin-left: 15px;
    margin-right: 15px;
}
#comment_nav {
    margin: 2rem 0;
}
#commentbox_opt a{
    display:inline-block;
    vertical-align:bottom;
}
#comment_nav > a,#span_refresh_tips, #btn_comment_submit, #commentbox_opt a,.comment_vote a {
    padding: 0.6rem 0.8rem;
    background-color: #308ebb;
    color: white !important;
    margin: 0.3rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-size: 1rem;
}
#btn_comment_submit {
    border: none;
    width: unset;
    height: unset;
    font-size: 1rem;
     cursor:pointer;
    line-height:unset;
}
#span_refresh_tips {
    display: none;
}
div.commentform p {
    margin-top: 10px;
    line-height: 20px;
}
.feedbackListSubtitle {
    color: white;
    font-size: 0;
}
a[id^='a_comment_author'] {
    font-size: 1rem;
    float: left;
}
.comment_date {
    font-size: 1rem;
    position: relative;
    color: gray;
}
.blog_comment_body {
    margin: 8px;
}
.blog_comment_body {
    word-wrap: break-word;
    overflow: hidden;
    margin: 8px;
}
input{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:boder-box;
}
.feedbackCon {
    padding: 10px 1rem 10px 1rem;
}


/*****打赏插件*****/
.myRewards {
    top: 200px !important;
}