/*
* 自定义的className 统一加 yy-前缀
*/

/*顶部标题栏*/
#blogTitle{
    position: absolute;
    background: none;
    height: auto;
padding-left:1em;
}
#blogTitle >h1,#blogTitle >h2{
display:inline-block;
width:auto;
float:none;
margin-left:0;
}
#blogTitle >*:empty{
display:none;
}

#blogTitle h1 a{
color:#fff;
    font-size: 26px;
}
#blogTitle h2.yy-h2{
font-style: italic;
    font-size: 12px;
    font-family: 'microsoft yahei';
    color: rgba(255, 255, 255, 0.6);
    margin: 0px 0 0 0px;
}

/*顶部导航栏*/
#navigator .blogStats{
display:none;
}
#navList{float:right}
/*侧边栏*/
#leftcontentcontainer *{
border-radius:unset;
}
#leftcontentcontainer .catListEssay{
border-radius:unset;
}
/*body-main区域*/
#main{
    padding: 10px 0 0 10px;
}
/*文章item*/
.day{
border-radius:unset;
margin:0;
box-shadow: none;
font-size: 14px;
padding: 0px 20px 2px;
}
.dayTitle{
float: right;
    width: auto;
    top: 25px;
    position: relative;
    font-size: 12px;
    line-height: 1;
    border: none;
}
.dayTitle a{
color:#666;
}
.postTitle{
font-size:16px;
line-height: 20px;
    padding: 6px 0;
border-bottom: 1px solid #eee;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        transition: none;
    }
    .postTitle a:hover {
        margin-left: 0px;
    }
.c_b_p_desc{
line-height: 1.4;
}
.postDesc {
    line-height: 1;
}
/**
**小屏适配
**/
@media only screen and (max-width: 767px) {
/*标题栏*/
#blogTitle h1 {
    margin-top: 2px;
}
#blogTitle h2.yy-h2{
display:block;
}
/*导航栏*/
    a#blog_nav_admin {
        display:none;
    }
/*文章item*/
.day{
    padding: 0 10px 8px;
}
.dayTitle{
float: left;
    top: 6px;
}
}