body, p, a { /*博客整体->字体样式*/
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;   
    text-rendering: geometricPrecision;
    font-size: 16px;
    color: #3e3e3e;
}

body { /*页面背景*/
    background-color: #F4F6F8 !important;
    background: transparent; /*出去默认背景*/
}

#home {
    max-width: 1200px;
    background-color: #transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0 0 0;
    padding-left: 50px;
    padding-right: 50px;
}

/*================ header start ===============*/
#header{
    background-color: #fff !important;
    padding-bottom: 30px;
}

#blogTitle{
    background: transparent;
    height: 150px !important;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #455B71 !important;
}

#blogTitle h1 a{
    font-size: 30px !important;
}

#blogTitle h1 {
    font-size: 50px !important;
    width: 1200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    font-weight: normal;
    top: 0px;
    left: 0px;
}

#blogTitle h2 {
    width: 1200px;
    position: relative;
    height: 30px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    top: 0px;
    left: 0px;
}

#navigator {
    background-color: #transparent !important;
    background: transparent;
    border-bottom: 0;
    border-top: 0;
    font-size: 13px;
    height: 50px;
    clear: both;
    text-align: center;
}

#navList {
    min-height: 40px;
    height: 40px;
    float: none;
    border-radius: 5px;
    width: 470px;
    border: 1px dashed;
    margin: 0 auto;
}

#navList li {
    float: left;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
}

#navList a:link {
    text-shadow: 0px 0px 0px #fff !important;
}

#navList a {
    padding: 0 20px;
    font-size: 16px;
    display: block;
    color: #000 !important;
}
/*================ header end ===============*/

/*================ main content ===============*/
.entrylist h1 {
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
}

.entrylistItem {
    background: #fff;
    padding: 20px;
    border: 0px;
    margin-bottom: 1px dashed #e6e6e6 !important;
}
.entrylistItem:hover{
    border: 0px;
}

.dayTitle { /*文章标题时间 隐藏*/
    display: none;
}

.entrylistPosttitle {
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 3px solid #21759b !important;
    font-size: 20px;
    width: 100%;
}

.postTitle2{
    color: #0074a3 !important;
}

.c_b_p_desc{ /*摘要描述*/
    display: block;
}

.c_b_p_desc_readmore{ /* 阅读全文 */
    color: #0074a3 !important;
}

.postDesc a{
    font-size: 14px;
}

.day:hover{
   border: 1px solid #dedede; !important;
}
/*================ main content ===============*/

/*================ sliderBar start ===============*/
#sideBar {
    font-size: 12px;
}

/*公告*/
/*#sidebar_search, #sidebar_toptags, #sidebar_postcategory, 
#sidebar_postarchive, #sidebar_topviewedposts{
    box-shadow: 0 1px 1px #ccc;
}*/

#profile_block:hover{
	border: 1px solid #dedede;
}

.catListTag ul li:hover{
	background-color:#fff !important;
	color: #f00 !important;
	border-bottom:1px dashed #f00;
	display: block !important;
	
}

#sideBarMain h3 { /**侧边栏的标题*/
    font-size: 14px;
    padding: 2px;
    padding-left: 10px;
    height: 30px !important;
    background-color: #7f9888; /*7f9888*/
    color: #fff;
    font-weight: normal;
    border: 0px;
}

#sideBarMain li { /*侧边栏字列表的padding上下边距*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e9e9e9;
}

.sidebar-block ul li a {
    color: #777;
    text-decoration: none;
    font-size: 13px;
}

/*.catListTag ul li a:hover {
    color: #0074a3 !important;
}*/

/**日历*/
.CalTitle {
    background: #7f9888; /*6293bb*/
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #FFF;
}

.CalTitle .CalNextPrev{
    text-align: center !important;
}

#blog-calendar {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #EDEDED;
}

.CalOtherMonthDay{ /*其他月份的日期 设置灰度*/
    color: #e6e6e6 !important;
}
.CalTodayDay {
    text-align: center;
    color: rgba(0, 0, 0, 0);
    background: url(//images.cnblogs.com/cnblogs_com/flipped/789479/o_happy.png) no-repeat center center!important;
    font-weight: bold;
}

input.btn_my_zzk {
    font-size: 14px;
    height: 37px;
    width: 70px;
    background: #ededed !important; 
    text-align: center;
    line-height: 37px;
    border: none;
    color: #fff;
    font-family: "Microsoft Yahei","Simsun",Arial;
}

/*================ sliderBar end ===============*/

/*================ footer start ===============*/
.backToTop {
    border: 1px dashed;
    display: none;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 100px;
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}

#blog_music{
    position: fixed;
    right: 50px;
    top: 100px;
}
        
#music_img {
    border-radius:50%;
    width:70px;
    height:70px;
    margin:100px auto;
    display:block;
    /*border: 1px solid #666;*/
    box-shadow: #666 2px 1px;
    padding:5px;
}
/*================ footer end ===============*/