/**** reset ****/
html {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hira";
}
body {
  margin: 0;
  font-size: 14px;
  color: #333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a{
    font-size:14px;
    color:#317a92;
    text-decoration: none;
}
/**** reset end ****/

#mylinks,#comment_nav,#blog_post_info_block,.dayTitle,.postDesc,#profile_block,#footer{
    display: none;
}
#wrap{
    padding:0 5%;
}


.footer{
    background:#e5e5e5;
}

/**** banner ****/

#banner{

}
.header{
    margin-top:20px;
}
/* header-text */
#Header1_HeaderTitle{
    font-size:20px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.blogTitle h2{
    font-weight: 400;
    font-size:13px;
    color:gray;
}
.headerDis:before{
    content: "< !-- ";
    color:#444;
}
.headerDis:after{
    content: " -- >";
    color:#444;
}
/* header-text end */

/**** banner end ****/


/**** main ****/
#main{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:100%;
    //border:1px solid #e5e5e5;
    overflow: hidden;
}

/* 左侧 */
#left{
    border-right:1px solid #e5e5e5;
    float:left;
    padding-right:5%;
    width:70%;
}
/* 右侧 */
#right{
    float:right;
    padding:15px;
    width:20%;
}
/**** main end****/


.day{
}
.postTitle{
    margin-top:25px;
    margin-bottom: 8px;
}
.postTitle a{
    font-size:15px;
}
.postCon img{
    width:100%;
}


/* 禁广告 */
#ad_t2,#ad_c1,#under_post_news,#ad_c2,#under_post_kb,.listtitle{
    display: none;
}


/* 页头 */
.top{
    width:100%;
    height:50px;
    overflow: hidden;
    border-bottom:1px solid #e5e5e5;
}
.top ul{
    margin:0;
    padding:0;
    margin-top:12px;
    float:left;
    border-bottom:1px dashed red;
}
.top ul li{
    height:30px;
    line-height: 30px;
    list-style: none;
    float:left;
}
.top ul li a{
    margin:0 5px;
    text-decoration: none;
    font-size:12px;
}


.blogStats{
    font-size: 12px;
    padding:2px 5px;
    display: inline-block;
    border:1px solid green;
}