#ad_t2,#under_post_news,#under_post_kb,#blog-calendar,#cnblogs_c1,#cnblogs_c2,#footer{
    display:none!important;
}
#navList li:nth-child(1){
    float:right;
}
#home {
    width: 84%;
    padding: 3%;
    margin:60px  5%;
    box-shadow: 0 0 10px rgba(0, 169, 178, 0.2);
}
body {
    background-color: #dbfdff;
  background: -webkit-linear-gradient(left, #66dbdb, #61fad1); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,  #66dbdb, #61fad1); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #66dbdb, #61fad1); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right,  #66dbdb, #61fad1); /* 标准的语法 */
}
.postTitle,.entrylistPosttitle{
    border-left:none;
    margin-top: 5px;
}
.day .postTitle a,
.postTitle a:link, .postTitle a:visited, .postTitle a:active,
.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active{
    display:inline0block;
    background:#2ccad3;
    color:#fff;
    padding:7px 30px 5px 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size:18px;
}
.postTitle:before,.entrylistPosttitle:before{
  content: '●';
  background: rgba(65,218,226,0.3);
  color:#41dae0;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  padding:0 5px 1px 5px;
}
#comment_form_container .comment_textarea{
    width:97%;
}
#comment_form_container .author{
    width:91.5%;
}
#footer{
    margin-top:0;
}
#blogTitle {
    text-align: center;
}
#bottom{
    color:#000;
    font-size:0.9em;
    text-align:center;
    line-height:20px;
    margin:-20px 0 30px 0;
    opacity:0.5;
}
#bottom p:nth-child(1){
    margin-bottom:10px;
}