#Header1_HeaderTitle{
    color:#000 ! important;
    font-size:50px;
    font-weight: 500;
    font-family:"microsoft yahei",Arial;
}
#navList>li>a{
    display: inline-block;
    color: #ccc ! important;
    width: 138px;
    height: 29px;
    font-size: 22px;
    line-height: 11.5px;
    margin-right: 45px;
    transition: background 0.5s,border-radius 0.5s,color 0.5s;
    -moz-transition: background 0.5s,border-radius 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,border-radius 0.5s,color 0.5s;
    -o-transition: background 0.5s,border-radius 0.5s,color 0.5s;
}
#navList>li>a:hover{
    background:#000;
    color:#fff ! important;
    border-radius: 28px;
}
#navigator{
    border-top:none;
    border-bottom:2px solid #4383CD;
    margin-top:50px;
    border: none;
}
#blog-calendar,#sidebar_shortcut{
    display:none ! important;
}
#blogTitle {
    height: 100px;
    clear: both;
    padding-left: 20px;
    line-height: 6px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.846153846;
    color: #000;
    margin-top: 15px;
    float: none;
}
#navList>li:nth-child(4),#navList>li:nth-child(5),#navList>li:nth-child(6){
    display:none;
}
#navList li {
    float:none;
    margin: 0 ;
}
#navList {
    min-height: 55px;
    float: none;
    margin: 0 auto;
    width: 550px;
}
.blogStats {
    float: right;
    margin-right: 3px;
}
#blogLogo {
   float: none;
}
#header {
    background: #D04528;
    height: 230px;
    width: 100%;
    position: relative;
    left: -30px;
    top: -30px;
    padding: 15px 45px 10px 15px;
    margin: 0;
}

#blog_stats{
    color: #000;
    margin-right: 10px;
    margin-top: -13px;
    font-family: "microsoft yahei",Arial;
}
#main {
    margin-top: 10px;
}
.postTitle a{
    color: #D04528 ! important;
}
.postTitle {
    border-left: 3px solid #D04528;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
#sidebar_search{
  display:none;
}