@charset "utf-8";
/* CSS Document */

/*
--------------------------模板更改的样式*/

	/*
	--------------------大框架的改变*/
	body{/*整体背景和颜色的改变*/
	color:#000;
	background-color:#fff;
	}
	.top{/*头部的图片的改变*/
		height:325px;
		background:url(images/top.jpg) no-repeat;
	}
	.main{/*中间大背景的改变*/
	background:url(images/zbj.jpg) repeat-y;
		}
	.footer{/*底部背景的改变*/
		height:110px;
			padding-top:20px;
			background:url(images/nbj.jpg) no-repeat;
	}
	
	/*--------头部样式的更改*/
	/*主页名称*/
	.page-name,.Info,.nav,.dress{
		position:absolute;
	}
	.page-name{
		width:280px;
		height:50px;
		left:360px;
		top:120px;
	}
	.page-name h3{
		display:inline;
		color:#fff;
		margin-right:5px;
		font-size:24px;
	}
	/*信息*/
	.Info{
		width:960px;
		height:30px;
		top:230px;
		left:360px;
	}
	/*--------导航框架*/
	.nav{/*导航框架*/
		width:960px;
		height:29px;
		top:253px;
		left:364px;
		text-align:left;
	}
	/*导航具体样式*/
	.nav .nou1{
	font-size:14px;
	}
	.nav .nou1 li{
	float:left;
	width:65px;
	height:32px;
	line-height:29px;
	padding-top:15px;
	text-align:center;
	}
		.nav .nou1 li.selected{
			background:url(images/selected.gif) center bottom no-repeat;
	}
	.nou1 a:hover{
	text-decoration:none;
	color:#df6095;
	}
	.unselected a{
		color:#fff;
		font-weight:bold;
	}
	.selected a{
	color:#000;
	}

	.dress{/*装扮按钮*/
		position:absolute;
		width:140px;
		height:38px;
		top:200px;
		right:130px;
		cursor:pointer;
		background:url(images/dress.gif) repeat-x;
	}
	
	/*----------------右边框的大小*/
	.r1{/*右边第一个*/
		height:auto;
	}
	.r2{/*右边第二个*/
		height:auto;
	}
	.r3{/*右边第三个*/
		height:auto;
	}
	
	/*----------------------对话框*/
	.fr-t{/*上面大框*/
	height:50px;
	position:relative;
	text-align:left;
}
.tc{/*上面大框中间*/
	height:50px;
	background:url(images/a2.gif) repeat-x;
	margin-left:38px;
	margin-right:7px;
}
.tc h2{
	font-size:14px;
	font-weight:bold;
	color:#000;
	position:absolute;
	top:28px;
}
.tm{/*上面大框中间（更多）*/
	position:absolute;
	right:10px;
	width:50px;
	top:28px;
	z-index:10;

}
.tm a{
	color:#fe90a6;
}
.tl{/*上面大框左侧*/
	position:absolute;
	top:0;
	left:0;
	width:38px;
	height:50px;
	background:url(images/a1.gif) no-repeat;
}
.tr{/*上面大框右侧*/
	position:absolute;
	top:0;
	right:0;
	width:38px;
	height:50px;
	background:url(images/a3.gif) no-repeat;
}
.fr-m{/*中间大框*/
	position:relative;
	overflow:hidden;
	height:100%;
	padding:10px 10px 0px 10px;
}
.cc{/*中间大框中间*/
	margin:0 auto;
	width:180px;
	overflow:hidden;
}
.cl{/*中间大框左边*/
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:500px;
	overflow:hidden;
	background:url(images/b1.gif) repeat-y;
}
.cr{/*中间大框右边*/
	position:absolute;
	top:0;
	right:0;
		width:20px;
	height:500px;
	overflow:hidden;
	background:url(images/b3.gif) repeat-y;
}
.fr-b{/*下边大框*/
height:0;
_height:0;
display:block;
height:7px;
position:relative;
}
.bc{/*下边大框中间*/
background:url(images/c2.gif) repeat-x;
margin-left:10px;
margin-right:10px;
}
.bl{/*下边大框左边*/
position:absolute;
top:0;
left:0;
background:url(images/c1.gif) no-repeat;
width:16px;
height:7px;
}
.br{/*下边左框右边*/
position:absolute;
top:0;
right:0;
background:url(images/c3.gif) no-repeat;
width:16px;
height:7px;
}

	/*----------个人资料共同的样式*/
	.lmg{
		border-width:1px;
		border-style:solid;
		padding:10px 10px 0px 10px;
		text-align:left;
	}
	
	/*----------------------------文字颜色的改变*/
	.assist{/*日期提醒的颜色*/
	color:#6c6c6c;
	}
	/*----链接的样式*/
	a{/*主链接的颜色*/
	color:#f983ab;
	text-decoration:none;
	}
	a.less{/*次连接的颜色*/
	color:#17b2ce;
	}
	/*----------------------边框和背景色的改变*/
	.bordercolor{/*边框的颜色*/
	border-color:#ec97ba;
	}
	.bg{/*边框下的背景*/
	background:#fddcea;
	}
	textarea{
		border:1px solid #ec97ba;
	}
	.hd-tile{/*活动标题（天天向上）*/
	text-align:left;
	font-size:14px;
	color:#000;
	margin-bottom:5px;
	}
	
/*----------------------模板要更改的样式到此结束*/

/*----------------------公共*/
	body{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	body,p,h1,h2,h3{
		margin:0;
		padding:0;
	}
	a:hover{
		text-decoration:underline;
	}
	ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	img{
		border:0;
	}
	.space{/*间距*/
		padding-left:5px;
		padding-right:5px;
	}
	textarea{
		line-height:24px;
		font-size:12px;
		overflow:hidden;
	}

/*----------------------------公共的到此结束*/


/*一级布局*/
.wrap{
	width:1024px;
	text-align:center;
	margin:0 auto;
}
/*二级布局*/
.top{/*顶部*/
		position:relative;
		text-align:left;
}

/*
--------------三级布局*/
	/*中间*/
	.content{
		width:960px;
		margin:0 auto;
		padding:10px 0px;
	}
	
/*四级布局
------------------------*/
	.left{/*左侧*/
		width:210px;
		float:left;
		margin-right:10px;
	}
	.center{/*中间*/
		width:520px;
		float:left;
		margin-right:10px;
	}
	.right{/*右侧*/
		width:210px;
		float:left;
	}
	
/*五级布局
-----------------------------------------*/
	.l1,.l2,.c1,.c2,.r1,.r2,.r3,.l1-m1,.l1-m2,.l1-m3,.l1-m4{
		margin-bottom:10px;
	}
	.l1{/*左边第一个*/
		height:auto;
	}
	.l2{/*左边第二个*/
		height:180px;
	}
	.c1{/*中间第一个*/
		height:120px;
	}
	.c2{/*中间第二个*/
	height:100%;
	}

/*
-----------------内部样式*/
	
	/*头部样式*/
	
	/*个人主页名称*/
	.page-name p {
		margin-top:10px;
	}
	.page-name p img{
		float:left;
		margin-right:5px;
	}
	span.music{
		background:url(images/music1.gif) no-repeat;
		padding-left:15px;
	}
	span.music{
		background:url(images/music1.gif) no-repeat;
		padding-left:15px;
	}
	span.temp{
		background:url(images/sy.gif) no-repeat;
		padding-left:22px;
		margin-left:10px;
	}
	/*个人主页信息*/

	.status-holder h1.user-name{
		display:inline;
		font-size:16px;
		margin-right:3px;
	}
	.status-holder span{
		font-size:14px;
		padding-left:5px;
	}

	/*个人资料*/
	.l1-m1{/*头像*/
		min-height:220px;
	}
	.l1-m2{/*访问量*/
		_height:80px;
	}
	.l1-m3{/*学校*/
		_height:53px;
		min-height:53px;
		
	}
	.l1-m4{/*圈子*/
		_height:44px;
		min-height:44px;
	}
	.lm-head{
	width:208px;
	height:208px;
	border-width:1px;
	border-style:solid;
	margin-bottom:5px;
	}
	.jf{/*加为好友样式*/
	background:url(images/jia.gif) no-repeat ;
	padding:0 20px 0px 20px;
	}
	.gg{/*送他礼物样式*/
	background:url(images/gift.gif) no-repeat;
	padding:0 5px 0 20px;
	}	
	.emend{/*修改个人资料*/
	background:url(../pr-img/emend.gif) no-repeat;
	padding:0 20px 0px 20px;
	}
	.change{/*更改模板*/
	background:url(../pr-img/change.gif) no-repeat;
	padding:0 5px 0 20px;
	}	
	.lmg p{
	margin-bottom:10px;
	}	
	
	.l1-m3 h3,.l1-m4 h3{
		font-size:12px;
		font-weight:normal;
		margin-bottom:5px;
	}
	.l1-m3 ul li,.l1-m4 ul li{
		margin-bottom:5px;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		padding-bottom:2px;
	}
	.shool,.sclass{
		margin-bottom:10px;
	}
	.l1-m3 ul li.noborder,.l1-m4 ul li.noborder{
		border:none;
	}
	/*好友列表*/
	.img-list{
		width:180px;
		
	}
	.img-list ul{
		
		float:left;
		width:58px;
		height:74px;
	}
	img.tu{
		width:48px;
		height:48px;
	}
	/*礼物*/
	.gift li{
		margin-bottom:10px;
		overflow:hidden;
	width:180px;
	}
	.gift-photo{
		float:left;
		margin-right:5px;
	}
	.gift-photo img{
		width:64px;
		height:64px;
		margin-bottom:2px;
	}
	.gift-info{
		padding-top:10px;
	}
	.gift-info p{
		margin-bottom:10px;
	}
	.gspace{
		padding-right:5px;
		padding-left:5px;
	}

/*中间*/
	/*留言板*/
	.mes-box{
	text-align:left;
	padding:10px;
	border-width:1px;
	border-style:solid;
	}
	.mb-header{
	font-size:14px;
	margin-bottom:5px;
	}
	.mb-body {
	width:494px;
	}
	.mb-body textarea{
	width:100%;
	margin-bottom:5px;
	height:50px;
	}
	.pr{
	margin-left:300px;
	}
	.mb-btn{
	background:url(images/bt-bg.jpg) repeat-x;
	border:1px solid #cacaca;
	height:24px;
	line-height:24px;
	cursor:pointer;
	width:56px;
	}
	.qqh{
	margin-right:5px;
	}
	.commentEmot {
	width:100px;
	float:left;
	}
	/*动态*/
	.ifeed{
		text-align:left;
	}
	.check-more{/*查看更多动态*/
	height:25px;
	line-height:25px;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	margin-top:10px;
	text-align:center;
	}
	.check-more:hover{
	background:#fff;
	}
/*头部编辑框样式*/
	#mysign table{
		height: 100px;
		margin-left: 10px;
	}
	#mysign table tr td .mytext{
		border: 1px solid #CCCCCC;
		height: 25px;
		
	}
