@charset "utf-8";
/* BLOG */
.frame{
width:880px;
}
.essay{
width:700px;
overflow:hidden;
float:left;
margin:0 0 14px 0;/*Different from ie & ff,safari*/
}
.sidebar{
width:160px;
float:right;
}
.sidebar-items{
width:160px;
padding:14px 0 0 0;
background:url(images/point.gif) top repeat-x;
clear:both;
}
.title{
line-height:46px;
height:47px;
overflow:hidden;
background:url(images/point.gif) top repeat-x;
}
.blog_first_pic{
margin:0 0 16px 0;}
.tags a,
.comments a{
display:inline-block;
color:#b5a593;
height:51px;
line-height:51px;
}
.tags a:hover,
.comments a:hover{
background:url(images/4px.gif) top repeat-x;
}
.tags a:active,
.comments a:active{
color:#474039;
}
