@media (max-width: 998px) {
	#sideBar {
		display: none;
	}
	#mainContent .forFlow {
		margin-left: 0;
	}
	#mainContent {
		-webkit-box-sizing: border-box;
	   	   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	#ad_t2,
	#under_post_news,
	#cnblogs_c2,
	#under_post_kb,
	#cnblogs_c1 {
		display: none;
	}
}
@media (max-width: 770px) {
	#tbCommentBody {
		width: 100% !important;
	}
}
@media (max-width: 470px) {
	#navigator .blogStats {
		display: none;
	}
	#topics .postDesc,
	#green_channel,
	#author_profile,
	#BlogPostCategory {
		display: none;
	}
	#div_digg {
		float: none;
		width: 100%;
	}
	#div_digg .diggit,
	#div_digg .buryit {
		float: none;
		display: inline-block;
	}

}

@media (max-width: 300px) {
	#navList {
		display: none;
	}
	#blogTitle {
		float: none;
		text-align: center;
	}
	#blogTitle h1 {
		width: 100%;
	}
	#blogTitle h2 {
		display: none;
	}
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
display: none
}
#topics .post,#sideBar {
    background-color: transparent;
}
#topics .postTitle a {
    font-size: 20px;
}