/*博客皮肤：CodingLife */
/*sidebar搜索框去掉google搜索后没padding了，所以加一个*/
.div_my_zzk{padding-bottom:15px !important;}

/*去掉nav文字的text-shadow:*/
#navList a:link{text-shadow:none;}

/*去掉sidebar的margin-top*/
#leftcontentcontainer{margin-top:0 !important;}

/*文章评论textarea*/
#tbCommentBody{width:100%;height:130px;}

/*隐藏评论框右边的引用按钮*/
.commentbox_title_right{display:none;}

/*隐藏文章下面那几个鲜艳的像广告一样的按钮：好文要顶 关注我 收藏该文*/
#green_channel{display:none;}

/*把文章下方的作者头像往下移一点*/
#author_profile{margin-top:10px !important;}

/*文章下方的超链接分开点*/
.postDesc a{margin:0 5px;}
.postDesc {margin:10px 0 0 0 !important;}

/*隐藏博客园默认的文章下方的新闻等div*/
#site_nav_under,#under_post_news,#under_post_kb,#ad_t2,#ad_c1,#ad_c2{display:none;}