body{
    font: 12px/1.5 "microsoft yahei", Helvetica, sans-serif;
    background: #e7e7e7;
}
#home{
        width: 80%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 10px -2px #4E4E4E;
}
#navigator{
	margin-top: 0;
        background-color:#2175BC;
}
#homepage1_HomePageDays_DaysList_ctl01_ImageLink{display:none}
#blogTitle h1 a, #blogTitle h2 {
    color: #2175BC;
    font-family: "微软雅黑";
    text-shadow: none;
}
#navList a:link, #navList a:visited, #navList a:active{color: #fff;
    text-shadow: 3px 3px 3px #111213;}
#mainContent{
	width: 76%;
}
#blogTitle h1{
	font-size: 36px;
	margin-top: 0;	
}
#homepage1_HomePageDays_DaysList_ctl00_ImageLink{display:none}
#blogTitle h2{
	font-size: 16px;
	color: black;
    margin-bottom: .8em;
margin-top:3px;
}
#sideBar{
	padding: 16px;
	color: #2D2D2D;
        background-color: #F3F3F3;
}
#sideBarMain{
	margin-top: 20px;
}
#blog-calendar{
	padding: 10px;
        background: #fff;
   	border: 1px solid #ccc;
        border-radius: 10px;
}

.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle{
	text-align: left;
    padding: 5px 10px;
    background: #2175BC;
    border-bottom: none;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.catListTitle{
	margin-bottom: 0;
}
#sideBarMain ul{
    line-height: 1.5em;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
#sideBarMain ul>li:first-child{
	margin-top:0;
	padding-top: .5em;
}
#Header1_HeaderTitle:hover{
	text-decoration: none;
}
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    background-color: #333;
    border-radius: 0 0 8px 8px;
}
.postTitle{
	font-size: 22px;
	padding: 0 100px 6px 20px;
}
#topics .postTitle{font-size: 24px;}
.postBody{font-size: 16px}
.postBody a{color:#315FE0}
#ad_t2{
display:none;
}
.c_ad_block{display:none;}


@media only screen and (max-width: 40em){
	#home{
		width: 80%;
	}
	#blog-calendar{
		display: none;
	}
	#sideBar{
		margin-left: 0;
    	padding-bottom: 0;
	}
}