@charset "utf-8";
/* CSS Document */
html,body{height:100%;}
body {
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei, verdana, arial, helvetica, sans-serif;
	font-size:0.8em;
	color: #000;
	background: #21170e url(../image/bg1.jpg) no-repeat top center;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
}
#container {
	margin:30px auto;
	padding:0;
	width:980px;
}
.width100per {
	width:100%;
}
/*页面顶部*/
#top {
	margin: 0;
	width:100%;
	height:50px;
	background: transparent url(../image/topback.png) repeat fixed top center;
}
#top a span {
	padding:2px;
	font-size:0.6em;
	color:#333;
}
#top a span:hover {
	padding:2px;
	font-size:0.6em;
	color:#FFF;
}
/*页面中部-上*/
#topleft {
	float:left;
	width:33%;
}
#topmiddle {
	float:left;
	width:34%;
}
#topright {
	float:left;
	width:33%;
}
#man {
	width: 100%;
	min-height:200px;
}
.selfinfo {
	padding:55px 0 5px 17px;
	width:90%;
	color:#999;
	font-size:1.2em;
}
.selfinfo p {
	margin:0;
}
.selfpic {
	float:left;
	margin:0 5px 0 0;
	width:80px;
	height:100px;
	background-color:#000;
}
.selfpic p {
	font-size:2em;
}
#middle {
	width:100%;
	min-height:200px;
	background: transparent url(../image/logo.png) no-repeat scroll top center;
}
.middletitle {
	padding:2px 5px;
	background-color:#666;
	color:#FFF;
	font-size:1.2em;
}
#woman {
	width: 100%;
	min-height:200px;
}
.womantitle {
	padding:2px 5px;
	background-color:#F36;
	color:#FFF;
	font-size:1.2em;
}
/*Blog*/
#Blog-Top {
	width:100%;
	height:60px;
	background: transparent url(../image/BlogbgTop.png) no-repeat scroll top center;
}
#Blog-Middle {
	color:#FFF;
	background: transparent url(../image/BlogbgContent.png) repeat-y scroll top center;
}
#Blog-Content-Left {
	float:left;
	width:36%;
	margin:0 0 50px 30px;
}
#Blog-Content-Middle {
	float:left;
	width:18%;
	min-height:2000px;
	margin:0 10px 0 30px;
	background: transparent url(../image/love.png) repeat-y scroll top left;
}
/* 中间的栏目 */
#Blog-Content-Middle .column {
	width:165px;
	margin-top:10px;
	padding-top:20px;
	color:#FFF;
}
#Blog-Content-Middle .column input {
	padding:5px 2px;
	display:inline;
	color:#FFF;
	border:none;
	background: transparent url(../image/topback.png) repeat fixed top center;
}
#Blog-Content-Middle #btnPost {
	background:transparent url(../image/Search.png) no-repeat left bottom;
	vertical-align:bottom;
	width:24px;
	height:24px;
}
#Blog-Content-Middle .column img {
	float:right;
	margin-top:-5px;
}
#Blog-Content-Middle .column .columntitle {
	padding:5px 25px;
	background: transparent url(../image/columntop.png) no-repeat scroll top left;
}
#Blog-Content-Middle .column .columncontent {
	padding:5px 0px 10px 10px;
	text-align:left;
	background: transparent url(../image/column.png) repeat-y scroll top left;
}
#Blog-Content-Middle .column .columncontent img {
	clear:both;
	float:none;
	margin-right:5px;
	margin-top:1px;
	vertical-align:top;
	border:none;
}
#Blog-Content-Middle .column .columncontent ul {
	margin:0;
	padding:0;
	color:#FFF;
	list-style-type:none;
}
#Blog-Content-Middle .column .columncontent ul li {
	margin:5px 0;
}
#Blog-Content-Middle .column .columncontent ul li.info {
	font-size:0.9em;
	white-space:normal;
	word-break:break-all;
}
#Blog-Content-Middle .column .columncontent ul a {
	color:#FFF;
}
#Blog-Content-Middle .column .columncontent ul a.title {
	display:inline-block;
	width:80px;
}
#Blog-Content-Middle .column .columnbottom {
	height:19px;
	background: transparent url(../image/columnbottom.png) repeat-y scroll top left;
}
#Blog-Content-Right {
	float:left;
	width:36%;
}
#Blog-Bottom {
	width:100%;
	height:60px;
	background: transparent url(../image/BlogbgBottom.png) no-repeat scroll top center;
}
/* Guestbook */
#Guestbook {
	display:none;
}
#Guestbook-Top {
	height:60px;
	background: transparent url(../image/GuestbookbgTop.png) no-repeat scroll top center;
}
#Guestbook-Middle {
	float:left;
	width:100%;
	background: transparent url(../image/GuestbookbgContent.png) repeat-y scroll top center;
}
#Guestbook-Content {
	color:#FFF;
	margin:0 50px;
	min-height:200px;
}
#Guestbook-Bottom {
	height:60px;
	background: transparent url(../image/GuestbookbgBottom.png) no-repeat scroll top center;
}
/* 为LWM记载页面动态信息 */
#PageInfo {
	display:none;
}