/* profile image
*************************************************/

#profileMore h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0px 0.5em;
}

#profileMore {
	padding: 15px 20px;
}

#profileHead {
	background-color: #eee;
}

#profileImage {
	float: left;
	width: 120px;
	position: relative;
}

#profileImage img {
	vertical-align: middle;
}

#profileImage a, #profileImage a:hover {
	text-decoration: none;
}

#profileDescr {
	float: left;
	margin: 10px 0 0 20px;
	width: 390px;
}

#profileDescr h2 {
	margin: 0 0 0.5em 0;
	font-size: 180%;
}

#profileDescr h2 span {
	font-family: Arial,FreeSans,"Bitstream Vera Sans","DejaVu Sans",Helvetica,Geneva,Verdana,sans-serif;
	font-size: 55%;
	color: #777;
	margin-left: 0.5em;
	white-space: nowrap;
}

#profileMeta {
	float: right;
	margin: 10px 15px 0 0;
	width: 100px;
	text-align: center;
}

/* user avatars
*************************************************/

a.baseUserSmall {
	float: left;
	margin-right: 5px;
	display: block;
	width: 30px;
	height: 30px;
}

a.baseUserSmall img {
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
}

a.baseUserMid {
	display: block;
	width: 60px;
	height: 60px;
}

a.baseUserMid img {
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
}
