/*字体设置*/
#home{
font-family:"Helvetica Neue",Helvetica,Tahoma,Arial,STXihei,"Microsoft YaHei","微软雅黑",sans-serif;
}

/*博客头部设置*/
#blogTitle{
background-image:none;
height:150px;
}
#blogTitle h1{
position:relative;
top:15px;
}
#blogTitle h1 a:hover{
text-decoration:none;
}
#blogTitle h2{
top:-3px;
left:72px;
font-size:14px;
}
body{
background-size:auto 150px;
}
/*导航设置*/
#navList a:link{
    text-shadow:none;
}
#navigator{
height:45px
}
#navList li {
height:45px;
line-height:45px;
}
/*屏蔽多余组件*/
#blog-calendar table,#blog-sidecolumn,#under_post_kb,#under_post_news,#ad_t2,#ad_c1{
display:none;
}
/*评论区设置*/
div.commentform textarea{
width:700px;
height:150px;
}
div.commentform .commentbox_title_right{
position:relative;
left:241px;
}
.commentbox_title_right img{
float:left;
margin-left: 5px;
}