#header {
    width: 100%;
    background: #0a846d url(//www.cnblogs.com/skins/CodingLife/images/title-yellow.png) center 20px no-repeat;
}
#navigator {
    background-color: black;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
    border: none;
}
#navList a:hover {
    color: white;
    background-color: #343434;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
}
#navList {
   margin:0;
   float:left;
   width:1100px;
}

.newsItem {
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    line-height: 1.5;
}
.newsItem .catListTitle {
    display: none;
}
#blog-news {
    margin-bottom: 0;

}
#blog-news :hover{
  border:1px solid green;
}
#blog-calendar{
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
.catListTitle {
    background: #390;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.sidebar-block h3 {
    color: #fff;
    border-color: #065445;
    background: #0a846d;
}
.mySearch{
    margin-bottom: 15px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    overflow: hidden;
    zoom: 1;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    display: inline;
    width: 80%;
    max-width:80%;
    border-radius: 7px;
    flex: 1;
}
#main {
    width: 100%;
    text-align: left;
    max-width: 100%;
    padding: 20px 0 0 0px;
    overflow: hidden;
    margin: 0;
}
#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
   margin: 0;
}

#topics {
    min-height: 200px;
    margin-bottom: 15px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
#mainContent .forFlow {
    margin-left: 20px;
    margin-right: 14px;
    float: none;
    width: auto;
}
body{
min-width: 100%;
background: #D2D8DE;
}
.day{
border-radius: 7px;
}
.day .postTitle2 {
   color: #0a846d
}
.day .postTitle {
   
    width: 85%;
}
.day:hover{
border:1px solid #0a846d
}
.day:hover .postSeparator {
    border-top: 1px dashed #0a846d;
}
.dayTitle {
    background-color: #0a846d;
    border-radius: 7px;
}
.postTitle a:hover {
    color: #0a846d;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.4s linear 0s;
}
.sidebar-block,.catListView {
    margin-bottom: 20px;
    background-color: #FAFCFD;
    border-radius: 7px;
}
.input_my_zzk {
    width: 110px;
    height: 35px;
    border: 1px solid #ddd;
    outline: none;
    line-height: 35px;
    font-size: 13px;
    padding: 0 12px;
}
input.btn_my_zzk {
    font-size: 12px;
    height: 37px;
    width: 60px;
    background: #5cb85c;
   border-radius: 7px;
}
.blogStats{
display: block;
float: right;
margin-right: 20px;
}
#sidebar_toptags li:hover{
background: #5cb85c
}
#sidebar_categories  li:hover{
background: #5cb85c
}
.topicListFooter .pager span {
     border:1px solid #ff5e52;
  color: #ff5e52;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
    background: none;
    border-radius: unset;
    box-shadow: none;
    height: 15px;
    line-height: 15px;
}
.topicListFooter{
   height: 80px;
}
.pager{
  text-align: right;
  color: #ff5e52;
}
.pager a{
  border:1px solid #ff5e52;
  color: #ff5e52;
}
#ad_t2{
  display: none;
}
#cnblogs_c1{
   display: none;
}
#blog-comments-placeholder{
  display: none;
}
#comment_form_container{
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
#under_post_news{
   width: auto;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
#cnblogs_post_body table{
    max-width: 1128px;
}
#under_post_kb{
border-radius: 7px;
box-shadow: 1px 1px 2px #A7A8AD;
}
}