/**
*网站隐藏的样式
*/
#sideBar{
	display:none;
}
#blog-comments-placeholder{
	display:none;
}
#cnblogs_post_body ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
}
#navigator{
	display:none;
}
#comments_pager_top{
	display:none;
}
.commentform{
	display:none;
}
#comment_form{
	display:none;
}
#blog_post_info_block{
	display:none;
}
#site_nav_under{
	display:none;
}
.ad_text_commentbox{
	display:none;
}
#ad_text_under_commentbox{
	display:none;
}
#ad_under_post_holder{
	display:none;
}
#HistoryToday{
	display:none;
}
.postTitle{
	display:none;
}
#header{
	display:none;
}
.day{
	display:none;
}
.topicListFooter{
	display:none;
}
.postDesc{
	display:none;
}
#footer{
	display:none;
}









/**************全局**************/
body{
	background-color: #191818;
	color: #C0C0C0;
	font:75% "Helvetica Neue",Arial,Helvetica,sans-serif;
	margin: -20px 0 0 0px;
	height: 101%;
	width: 100%;
}
ul{
	list-style: none;
}
a:link,a:visited{
	color:#7ab817;
	outline: none;
}
a:hover{
	color: #8fe704;
	outline: none;
}
.photoframe{
	border: 1px solid gray;
	background-color: dimgray;
	padding: 5px;
}
/**************头部**************/
.header{
	margin: 20px auto 0 0px;
	background: url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_bg_head.jpg) repeat-x left top;
	padding: 10px 0 0px 0;
}
.toppart{
	margin: -3px 0 0 0;
}
.headbutton_1{
	text-decoration: none; 
	padding: 0 5% 0px 0;
	margin: 0px 0 0 0;
}
.headbutton_2{
	text-decoration: none; 
	padding: 0 0 0px 5%;
	margin: 0px 0 0 0;
}
.headlink{
	margin: -15px 0 0 -30px;
	background: url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_bg_pagetitle.jpg) repeat-x left;
	border-bottom: 0px solid #303030;
	height: 49px;
	clear: both;
}
.headlink li{
	float: left;
	line-height: 30px;
	margin: 10px 0 0 25px;
	list-style:none;
}
.headlink li.thispage a{
	text-decoration: none;
	background:url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_nav-background-hover.png) top left repeat-x;
	color: white;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.headlink a{
	color: lightgray;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
}
.headlink a:hover{
	text-decoration: none;
	background:url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_nav-background-hover.png) top left repeat-x;
	color: white;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
/**************中间部分**************/
.imppart{
	margin: 0px auto;
	width: 1000px;
}
.column{
	float: left;
}
.column_child{
	padding: 10px 0px 10px 30px;
	width: 350px;
}
.column_title{
	background:url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_nav-background-hover.png) top left repeat-x;
	color: white;
	padding: 5px 0px 10px 10px;
	width: 340px;
	font-size: 18px;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.column_child_content{
	background-color: #272423;
	color: #a9a9a8;
	line-height: 1.5em;
	margin: -18px 0 0 0;
}
.column_child_item{
	margin: 0 0 0 -30px;
}
.column_child_item li{
	line-height: 1.2em;
	padding: 8px 0 10px 0px;
	background: url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_sidebar_line.png) bottom left repeat-x;
}
.column_child_item li a{
	color: #a9a9a8;
	text-decoration: none;
	text-shadow: none;
}
.column_child_item li a:hover{
	color: #8fe704;
	text-decoration: underline;
	text-shadow: none;
}
.bodypart{
	float:left;
	width: 52%;
	padding: 0 0 50px 50px;
}
.newspic{
	background: url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_bg_keyvisual.jpg) repeat-x center top;
	height: 330px;
}
.newspic img{
	margin: 10px;
}
.article{
	background-color: #272423;
	padding: 10px 20px 20px 20px;
	margin: 30px 0 0 0;
	border-radius: 15px;
}
.article_img{
	float: left;
	padding: 0 10px 0 0px;
}
.article_text{
	font-size: 15px;
}
.article_title{
	font-size: 20px;
}
.article_title a{
	color: #c0c0c0;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
}
.article_title a:hover{
	color: #ca2111;
	text-decoration: underline;
	text-shadow: 1px 1px 1px black;
}
.article_title_top{
	font-size: 18px;
}
.article_title_top a{
	color:  #ca2111;
	text-decoration:none;
	text-shadow: 1px 1px 1px black;
}
.article_title_top a:hover{
	color: #ca2111;
	text-decoration: underline;
	text-shadow: 1px 1px 1px black;
}
.startbutton{
	background-color: #505040;
	padding: 5px;
	width: 45px;
	margin: 20px 0 0 0;
	float: right;
	text-decoration: none;
}
.startbutton:hover{
	background-color: #404030;
	padding: 5px;
	width: 45px;
	margin: 20px 0 0 0;
	float: right;
	color: #fff;
	text-decoration: none;
}
.startbutton_font{
	color: #fff;
}
/**************底部**************/
.footer{
	text-align: center;
	clear: both;
	padding:0px 0 0px 0;
	height: 45px;
	background: url(https://images.cnblogs.com/cnblogs_com/yorhom/483679/o_bg_pagetitle.jpg) repeat-x left;
}


#allHead{}
#allFoot{}
#footLine{}