@charset "utf-8";
/* CSS Document */

#profile {
	float: left;
	height: 350px;
	width: 378px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#profile .content {
	position: absolute;
	height: 330px;
	width: 360px;
	left: 10px;
	top: 10px;
	overflow: auto;
}
#profile #profile_photo {
	border: 1px solid #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
#profile #profile_title {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	word-wrap: break-word; 
}
#profile #profile_links {
	float: left;
	width: 180px;
	font-size: 12px;
	line-height: 16px;
}
#profile #profile_links .link {
	margin-bottom: 3px;
	height: 16px;
	width: 100%;
	overflow: hidden;
}
#profile #profile_stats {
	font-size: 12px;
	margin-bottom: 15px;
}
#profile #profile_stats .title_lft{
	float: left;
	width: 45px;
	margin-right: 10px;
}
#profile #profile_stats .answrs_lft {
	float: left;
	width: 55px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
}
#profile #profile_stats .title_rt {
	width: 55px;
	margin-right: 10px;
	float: left;
}
#profile #profile_stats .answrs_rt {
	width: 130px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
#profile #profile_about {
	font-size: 14px;
	line-height: 18px;
	padding-right: 10px;
}
#all_videos {
	width: 568px;
	height: 150px;
	float: left;
	margin-bottom: 20px;
}
#all_videos .content {
	height: 130px;
	width: 550px;
}
#all_photos {
	width: 568px;
	height: 150px;
	float: left;
	margin-bottom: 20px;
}
#all_photos .content {
	height: 130px;
	width: 550px;
}
#questions {
	float: left;
	height: 345px;
	width: 378px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
#questions .content {
	position: absolute;
	height: 325px;
	width: 360px;
	left: 10px;
	top: 10px;
	overflow: auto;
}
#questions h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
#questions blockquote {
	margin: 0px 0px 15px;
	padding: 0px 5px 0px 20px;
}
#fans {
	float: left;
	height: 345px;
	width: 298px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#fans .content {
	position: absolute;
	height: 315px;
	width: 270px;
}