/*all*/
*
{
    font-family: "微软雅黑",Times New Roman;
}

/*博客标题*/
#blogTitle
{
    background-color: #e6c21e;
    text-align: center;
    height: 120px;
}

/*主标题格式*/
#blogTitle h1
{
    font-size: 32pt;
    font-weight: bold;
    margin-top: 10px;
}

/*超链接颜色*/
#blogTitle h1 a:hover
{
    color: #0000ff;
}

/*次标题格式*/
#blogTitle h2
{
    font-weight: bold;
    font-size: 18px;
    color: #ff6600;
}

/*导航栏*/
#navigator
{
    font-weight: bold;
    color: #0000ff;
}

/*左侧导航栏*/
#leftcontentcontainer h3
{
    background-color: #e6c21e;
    background: #e6c21e;
    border-bottom: 1px solid #e6c21e;
    text-shadow: none;
    font-weight: bold;
    color: #ff6600;
}

/*每日文章标题*/
.postTitle a:link, .postTitle a:visited, .postTitle a:active
{
    color: #ff6600;
}

/*文章内容*/
#cnblogs_post_body p
{
/*    text-indent: 2em;*/
}

/*个性签名*/
#MySignature
{
    color: blue;
    font-size: 16px;
    border-top: 1px dotted grey;
    font-family: "楷体",Times New Roman;
}

/*推荐*/
#div_digg
{
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 8px 8px 8px 10px;
    background-color: #fff;
    border: 2px solid #6FA833;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

/*隐藏部分*/
#green_channel
{
    display: none;
}
#BlogPostCategory
{
    display: none;
}
#author_profile
{
    display: none;
}
#EntryTag
{
    display: none;
}
#site_nav_under
{
    display: none;
}
#opt_under_post
{
    display: none;
}
#ad_under_post_holder
{
    display: none;
}
#under_post_news
{
    display: none;
}
#google_ad_c2 {
    display: none;
}
#under_post_kb
{
    display: none;
}
#HistoryToday
{
    display: none;
}
.blogStats
{
    display: none;
}
.dayTitle
{
    display: none;
}
.ujian-uyan
{
    display: none;
}