/*文字模糊/
*{ 
    color: transparent;
    text-shadow: #111 0 0 5px;
}
*/

/*去所有下划线*/
	
*
{
	text-decoration:none
}
/*h3去下边框*/
	
* h3
{
	border-bottom:0px;
}
/*禁止复制禁止内容被选中/
	
*
{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}*/

/*背景颜色*/
	html
{
	background-color: #dee;
}
/*左菜单*/
	/*调整大小边框 并 绝对定位，固定div*/
	#leftmenu
{
	height:calc(100% - 44px);
	width: 100px;
	margin:0top: 39px;
	bottom: 0px;
	padding-bottom: 0px;
	background-color:#dee;
	/*position:fixed;*/
	margin-bottom: 0px;
}
#main
{
	margin-left: 110px;
	margin-right: 110px;
	padding-top: 35px;
}
/*绝对定位，固定div*/
	#top
{
	position:fixed;
	width:100%;
	z-index: 2;
}
#tagline
{
	display: none;
}
#footer
{
	display: none;
}
#comment_form_container
{
	display: none;
}
#comment_nav
{
	display: none;
}
#comment_form
{
	display: none;
}
#blog_post_info_block
{
	display: none;
}
#ad_t2
{
	display: none;
}
.c_ad_block
{
	display: none;
}
p.postfoot
{
	display: none;
}
p.date
{
	display: none;
}
div.c_b_p_desc
{
	display: none;
}
div.post
{
	padding-bottom: 5px;
	padding-top: 5px;
	height: 20px;
}