body { 
	background-color: #fff; 
	color: #000; 
	font-size: 14px; 
    font-family:"Microsoft YaHei", "微软雅黑", Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
/*title and navigator*/
#blogTitle {
	background-color: rgb(19,63,82);
	}

#Header1_HeaderTitle {
	font-size: 25px;
	font-family: "Microsoft YaHei", "微软雅黑","宋体", consolas, sans-serif;
	color: #fff
	}

#Header1_HeaderTitle:hover {
	color: rgb(255,128,64); 
	}

#navigator { 
	border-bottom: 1px solid #000;
	}
	
#navList { font-size: 16px; }

.blogStats { font-size: 12px; }

/*main = sideBar + mainContent */
#main { 
	border-bottom: 1px solid #000; 
	}

/*side bar*/
#sideBar { 
	/*width: 20%; */
    border: none;
	}
#sideBar h3 { 
	padding-left: 8px; 
	background-color: #666; 
	}
#sideBarMain { 
	padding-left: 8px; 
	}
	
#calendar {
	height: 0px;
	}
	
#mainContent {
    border-left: 1px solid ;
    }
/*colors*/
h1, h2, h3, h4, h5, h6, th, .feedbackCon, .blogStats { 
	color: #000; 
	}

.postBody h1 {
    font-size: 130%;
    border-left: 2px solid;
    padding-left: 5px;
    }
    
.postBody h2 {
    font-size: 125%;
    }
    
.postBody h3 {
    font-size: 110%;
    }
    
.day { 
	/*margin: 10px 0px; */
	/*padding-left: 40px;*/
	/*border-top: 5px solid #000*/
	}
	
.postTitle { 
	font-size: 20px;
    border-bottom: 2px dashed rgb(180,180,180); 
	border-top: 4px solid #000;
	}
.postBody, .postCon { 
	padding: 0px 20px 10px 0px; 
    font-size: 16px;
    line-height:1.5em;
	}
    
.postBody h1,h2,h3,h4,h5,h6{
    margin: 15px 0;
    }


/*段落缩进*/
#cnblogs_post_body p{
    text-indent:2em;
    }
.postDesc { 
	padding: 0px 20px 0px 0px; 
	border-bottom: 1px solid #000;
	}

/*表格样式*/
.eventable {
    table-layout: automatic;
    width: 100%;
    }
	
a:hover, a:active, a:focus { 
	color: rgb(255,128,64); 
	text-decoration: none; 
	}
	
.cnblogs_code, .cnblogs_code div { 
    color: #000; 
	font-family: consolas, monospace, sans-serif; 
	}

#ad_under_post_holder {
	visibility: hidden;
	display: none;
	height: 0px;
}

#google_ad_c1,#div-gpt-ad-1320933818841-0,#google_ad_c2,#div-gpt-ad-1320933818841-1,#ad_under_google{
	display:none;
	visibility:hidden;
}

#green_channel {
	border: none;
	}
	
/*#blog_post_info_block {
	border-top: 1px solid #000;
	display: none;
	visibility: hidden;
	}
*/
#comment_form {
	/*border-top: 2px solid #000;*/
	}
	
#comment_nav, #commentform_title, #site_nav_under {
	display:none;
	visibility:hidden;
	}
	
.feedbackItem {
	border-top: 2px solid #000;
	}

#div_digg {
    position: fixed;
    bottom: 5px;
    right: 5px;
    margin-right: 10px; 
    text-align: center;
}