*{
	padding: 0;
	margin:0;
	list-style: none;
	text-decoration: none;
	font-size: 14px;
	color: #333;
	font-family: 'MicroSoft YaHei';
}
#home{
	
	padding-top: 81px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	
}
#right_content,#topics{
	
}
#Header1_HeaderTitle,.blogStats,#blog-calendar,#tip_comment2+p,#blog_nav_rss,#footer,#comment_nav a,#span_comment_canceledit+a,#tip_comment +p,#author_profile,.listtitle,.newsItem,#calendar,#sidebar_shortcut,#sidebar_categories,#blogStats,.header,#mystats,.postDesc,#blog_nav_sitehome,#sidebar_search,#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
	display: none !important;
}
#blog_nav_rss_image{
	opacity: 0;
}
#navigator{
	position: fixed;
	z-index: 800;
	left:0px;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-bottom:1px solid #e5e5e5;
	height: 60px;
	padding:0 15px;
	margin: 0;
}
#navList li{
	display: inline-block;
}
#navList a{
	display: inline-block;
	text-align: left;
	padding:10px;
	text-decoration: none;
	line-height: 60px;
	padding:0;
	margin: 0 50px 0 0;
	font-size: 18px;
	color: #333;
}
#mylinks a:hover{
	color: #000;
	text-decoration: none;
}
#left,#right{
	width: 100% !important;
	position: 100% !important;
}
footer{
	text-align: center;
	padding: 30px;
	border-top: 1px solid #e5e5e5;
}
footer a{
	    color: #337ab7;
}
.dayTitle{
	height: 40px;
	line-height: 40px;
	background-color: #e5e5e5;
	margin-bottom: 10px;
	position: relative;
}
.dayTitle a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-left: 10px;
}
.postTitle{
	height: 30px;
	line-height: 30px;

}
.postTitle a{
	color: #333;
	font-size: 18px;
	text-decoration: none;
	color: #337ab7;
}

.c_b_p_desc{
	padding:10px 0;
	line-height: 22px;
	color: #666;
	font-size: 12px;
}
.c_b_p_desc a{
	color: #5e429d;
	font-size: 12px;
}
.catListTitle{
	font-size: 18px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
#TopViewPostsBlock{}
#TopViewPostsBlock ul{
	padding-bottom: 20px;
	padding-top: 15px;
}
#TopViewPostsBlock ul li{
	line-height: 30px;
}
#TopViewPostsBlock ul li a{
	font-size: 16px;
	    color: #337ab7;
}
div.commentform textarea{
	    width: 100%;
    height: 100px;
}

#div_digg{
    margin: 0;
    float: none;
    font-size: 12px;
    width: 110px;
    text-align: center;
    position: fixed;
    bottom: 85px;
    right: 20px;
    border: 1px solid #e5e5e5;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.6)
}
.buryit{
	margin-left: 0;
}
.comment_btn{
	height: 40px;
    width: auto;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    border: 0;
    background: #e5e5e5;
    border-radius: 3px;
    transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
	 cursor: pointer;
}
.comment_btn:hover{
	background-color: #c8c8c8;
}
.commentbox_title{
	width: 100%;
}
#tbCommentBody{
	padding: 10px;
	border-radius: 3px;
	border:1px solid #e5e5e5;
	width: 100%;
    box-sizing: border-box;
}
#tbCommentBody:focus{
	outline: none;
}
.diggword{
	margin-top:0;
}body::-webkit-scrollbar,#menuList::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
body::-webkit-scrollbar-thumb,#menuList::-webkit-scrollbar-thumb {
    background-color:#e5e5e5;
    outline: 1px solid #333;
}