body{
    font-family: "等线 Light", "droid sans fallback", Helvetica;!important;
}

code{
    font-family:"Courier New","Fixedsys"
}
#blogTitle
{
    padding-left: 150px;
    background-image: url("//files.cnblogs.com/files/chihirosan/logo.gif");
    background-size: 120px,120px;
    background-position: 20px 0px;
    background-repeat: no-repeat;
    height:120px;
}


.day{
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: .5rem;
}

.card {
    /*display: block;*/
    /*margin: 1%;*/
    /*width: 98%;*/
    /*background-color:#fff*/
}

.postTitle
{
    background-color: #5d9cec;
    border: 0px;
    padding:.5rem 0;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
}
.postTitle a
{
    color: #fff !important;
}
.postTitle a:hover
{
    color: #008200 !important;
}

.postCon {
    color: #555 !important;
    margin:.3rem 1% ;
    width: 98%;
}

.postCon a
{
    color: #555 !important;
}

.postDesc
{
    float:none;
    clear: both;
    border-bottom: none !important;
}

.dayTitle{
    display: none;
}

.postSeparator
{
    background-color: #D2D8DE;
    margin-bottom: 0 !important;
    height:.5rem;
    border:none !important;
}
/*----------------------------------------------------------*/

#sideBarMain
{
    /*margin-top: 10px;*/
}
#gad
{
    margin-left:-10px;
    height:250px;
    width:230px;
    overflow:hidden !important;
}

.newsItem
{
    border-radius: 0 !important;
}

.newsItem h3
{
    background-color: #55c8b0 !important;
    text-align: center !important;
    color: #fff;
    border:0 !important;
    border-radius:0 !important;
    margin:-10px -10px 5px -10px;
}
.newsItem .catListTitle{
    display: block; !important;
}


.sidebar-block
{
    border-radius: 0 !important;
}
.sidebar-block div
{
    border-radius: 0 !important;
}

.sidebar-block h3
{
    background-color: #55c8b0 !important;
    text-align: center !important;
    color: #fff;
    border:0 !important;
    border-radius: 0 !important;
}

#sidebar_search_box
{
    padding:5px ;
}
/*----------------------------------------------------------*/
blockquote
{
    border:2px dashed #888888;
}