/*博客Title变成适合宽度*/
#lnkBlogTitle{font-size:25px;}
/*顶头Logo置右，只显示Logo*/
#container>.minyx {visibility:visible; float:right; width:22px;}
/*边栏靠右，解决其他画面靠左的问题*/
#wrapper>#sidebar{float:right;}
/*文章靠右*/
.post{width:100%;float:right;}
.post small{width:100%;float:right;}
#about_body{height:100%;}
/*超越的部分隐藏掉*/
#content,#sidebar{overflow:hidden;}

/*region_开始*/
.region {
height:100%;
border:1px dashed #9BDF70;
background-color: #F0FBEB;}
/*region_结束*/
