.code
{
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    padding: 5px;
    margin: 0 40px 0 20px;
    font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;
}

div.post div.entry
{
    font-family: Georgia,"Times New Roman",Times,sans-serif
}
div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}
div.post div.entry h1 {
	padding: 5px;
	color:white;
	background-color: gray;
}
div.post h2 {
	font-size: 25px;
	line-height: 100%;
}

div.post div.entry pre.code {
    font-family: Consolas
    border-style: dashed;
    border-left: solid 5px #6ce26c
}
div#information
{
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #666666
}


/*新闻标题*/
h2 a:link, h2 a:visited, h2 a:active,
#news_title a:link,#news_title:visited,#news_title a:active
{font-size:25px !important; font-weight:bold !important;}
/* 内容标题 */
div.post div.entry h3{
 font-weight:600
}
#header {height:75px}

/*隐藏首页顶部，尾部，左侧类别菜单*/
#footer_bottom,.minyx,#cate_title_block{display:none;}
/*首页左右侧顶部位置*/
#side_right{top:76px;}
#side_nav{display:none;}
.diggnum{line-height:32px !important;}

/*首页博客标题*/
#post_list h3 a:link,#post_list h3 a:visited,#post_list h3 a:active,#post_list h3 a:hover{
     font-size:14px !important; font-weight:bold !important; 
}