#content .user {
	padding: 22px 10px 0 25px;
	border-bottom: 0 !important;
	padding-bottom: 10px;
}

.user .header {
	position: relative;
	padding-bottom: 20px;
}

.user .header img {
	width: 50px;
	height: 50px;
}

.user .header h1 {
	font-size: 18px;
	color: #464646;
	position: absolute;
	left: 120px;
	top: 0;
}

.user .header .links {
	position: absolute;
	top: 35px;
	left: 120px;
}

.user .header .links a {
	color: #464646;
	font-size: 12px;
	background-image: url('../img/user_icons.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-right: 15px;
	background-position: left 2px;
}

.user .header .links a.follow {
	background-position: left -17px;
}

.user .info_panel {
	overflow: hidden;
	font-size: 12px;
	color: #464646;
}

.user .info_panel div {
	border-top: 1px solid #e1e1e1;
	height: 30px;
	line-height: 30px;
	width: 375px;
	float: left;
}

.user .info_panel .right {
	width: 335px;
	float: right;
}

.user .info_panel div {
	position: relative;
}

.user .info_panel div strong {
	position: absolute;
	left: 145px;
	color: #dd4b4b;
}


#content section.user_info {
	background: #0d0d0d;
	color: #fff;
	font-size: 12px;
	border: 0;
	position: relative;
	top: -5px;
	margin-bottom: 20px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px 25px 25px;
}

#content section.user_info h1 {
	color: #fff;
	font-size: 18px;
}