/**
*网站隐藏的样式
*/
#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;
}
/**
*网站显现的样式
*/
ul {
	list-style: none;
}
body{
	background-color: #F0F0F0;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 15px;
	margin: 10px 0 0 0;
}
.head_circle{
    width: 100%;
    height: 800px;
    background-color: #00D7FF;
	background-image: -webkit-linear-gradient(top,#000000,#00D7FF);
	background-image: -moz-linear-gradient(top,#000000,#00D7FF);
	background-image: -ms-linear-gradient(top,#000000,#00D7FF);
	background-image: -o-linear-gradient(top,#000000,#00D7FF);
	background-image: linear-gradient(top,#000000,#00D7FF);
    -moz-border-radius: 500px / 500px;
    -webkit-border-radius: 500px / 500px;
    border-radius: 500px / 500px;
	margin: -550px 0 0 0;
	text-align: center;
}
.head_content{
	padding: 580px 0 0 0;
}
.head_title{
	color: white;
	text-shadow: 0px 0px 10px white;
}
.head_title a{
	color: white;
	text-decoration: none;
}
.head_link{
	margin: -200px 0 0 0;
}
.head_link li{
	float: left;
	line-height: 30px;
	margin: 25px;
}
.head_link a{
	color: white;
	font-size: 15px;
}
.head_link a:hover{
	color: white;
	font-size: 15px;
	text-decoration: none;
}
.bodypart{
	margin: 210px 0 0 30px;
}
.body_title{
	color: #2F68A7;
	margin: 0px 0 1% 5%;
	text-shadow: 1px 1px 1px gray;
}
.body_content{
	margin: 0px 0 0 5%;
	width: 90%;
	line-height: 20px;
	color: gray;
	text-shadow: 0.5px 0.5px 5px lightgray;
}
.part{
	padding: 30px 0 0 0;
}
.endingpart{
	width: 100%;
	height: 50px;
	background-color: #00D7FF;
	background-image: -webkit-linear-gradient(top,#00D7FF,#0096AD);
	background-image: -moz-linear-gradient(top,#000000,#00D7FF);
	background-image: -ms-linear-gradient(top,#000000,#00D7FF);
	background-image: -o-linear-gradient(top,#000000,#00D7FF);
	background-image: linear-gradient(top,#000000,#00D7FF);
	padding: 20px 0 20px 0;
	color: white;
	margin: 50px 0 0 0px;
	float: left;
}
.copyrightfont{
	text-align:center; 
	text-shadow: 1px 1px 1px black;
}
.photoframe{
	background-color: white;
	border:2px solid gray;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	padding: 7px;
	-webkit-box-shadow: 1px 1px 25px gray;
	-moz-box-shadow: 1px 1px 25px gray;
	box-shadow: 1px 1px 25px white;
}
.gallery{
	margin: 0 0 0 50px;
}