body {
	font-family: "verdana","ms song","Arial","微软雅黑","Helvetica","sans-serif","宋体";
}
/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
	margin: 0 auto;
	width:95%;
	min-width: 930px;
}
#header {
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	padding-bottom: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#blogTitle {
	height: 64px;
	clear: both;
}
#blogTitle h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 0em;
	margin-top: 0px;
	width: 100%;
	float: none;
	text-align: center;
}
#blogTitle h2 {
	margin-left: 0em;
	line-height: 1.5em;
	width: 100%;
	float: none;
	text-align: center;
}
#blogLogo {
	float: right;
	display: none;
}
#navigator {
	background-color: white;
	height: 32px;
	clear: both;
	display: table;
	margin: 0 auto;
}
#navList {
	min-height: 32px;
	float: none;
	width: auto;
}
#navList li {
	float: left;
}
#navList a {
	display: block;
	width: 6em;
	height: 31px;
	float: left;
	text-align: center;
	padding-top: 0px;
	border-right: 0px solid #ccc;
	line-height:31px;
}
#navList a:link, #navList a:visited, #navList a:active {
	color: black;
}
#navList a:hover {
	color: #F60;
	background-color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
}

.blogStats {
	float: right;
	color: #BBB;
	margin-top: 8px;
	margin-right: 0px;
	text-align: right;
	display: none;
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main{
	width: 100%;
	min-width: 640px;
	text-align: left;
}
#mainContent .forFlow{
	margin-left: 0em;
	float: none; 
	width: auto;
}

#mainContent {
	min-height: 200px;
	padding: 0px 0px 0px 0;
	*padding-top:0px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	
	float: none;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.day {
	min-height: 10px;
	_height: 10px;
	margin-bottom: 16px;
	padding-bottom: 0px;
	width: 100%;
}
.dayTitle {
	width: 100%;
	color: black;

	font-weight: bold;
	line-height: 1.5em;
	font-size: 110%;
	margin-top: 16px;
	margin-bottom: 16px;

	clear:both;
	border-bottom: 1px solid #ccc;
	text-align:center;
	display: none;
}
.postTitle {
	font-size: 2em;
	font-weight: normal;
	border-bottom: 0px solid #666;
	float: right;
	line-height: 1.5em;
	width: 100%;
	clear:both;
	
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #444;
}
.postTitle a:hover {
	color: #F60;
	text-decoration: none;
}
.postCon {
	text-align: left;
	line-height: 1.5em;
	width: 100%;
	clear:both;
	padding: 8px 0;
}
.postDesc {
	float: right;
	width: 100%;
	clear:both;
	text-align: right;
	padding-right: 0px;
	color: #666;
	margin-top: 8px;
	margin-bottom: 64px;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
	color: #666;
}
.postDesc a:hover {
	color: #F60;
	text-decoration: none;
}
.postSeparator {
	clear: both;
	height: 1px;
	border-top: 0px dotted #666;
	width: 100%;
	clear: both;
	float: right;
	margin: 0 auto 16px auto;
}
/*****主页文章列表开始**************************/

/*****侧边栏开始********************************/
#sideBar {
	width: 230px;
	min-height: 200px;
	padding: 0px 0 0px 5px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: none;
}

/** Ad **/
#ad_t2 {
	display: none;
}
#ad_c1 {
	display: none;
}
#ad_c2 {
	display: none;
}
#HistoryToday {
	display: none;
}

/** Recommend **/
#under_post_news {
	display: none;
}
#under_post_kb {
	display: none;
}