#home {
       margin: 0 auto;
       width: 92%;
       min-width: 980px;
       background-color: rgba(245, 245, 245, 0.7);
       padding: 30px;
       margin-top: 50px;
       margin-bottom: 50px;
       box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }

#blogTitle {
	height: 7em;
	clear: both;
	border:1px solid #999;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
}
#blogTitle h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 2em;
	margin-left: 1em;
	margin-top: 0.4em;
	width: 50%;
	float: left;
}

#navList a:hover {
/*	color: white;
	background-color: #F60;
	text-decoration: none;*/
	padding-left:0.8em;
	padding-right:0.8em;
}


#ad_c1,#ad_t2,#under_post_news,#ad_c2,#under_post_kb,#HistoryToday{
    display:none;
}