/************************************
	http://symphony-cms.com
	members.css, v1.0
	17 November 2009
	Symphony Team, team@symphony-cms.com
*************************************
	CONTENTS
		1. MEMBERS
		2. PROFILE
*************************************
		1. MEMBERS
*************************************/

.last {
	margin-right: 0;
}

.members {
	margin-top: 1em;
}

.member {
	line-height: 50px;
}

.member img {
	float: left;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	margin-right: 0.5em;
}

/*************************************
		2. PROFILE
*************************************/

.support.action:after {
	display: none;
}

.link-list {
	margin-right: 30px;
}

.link-list dl a {
	font-weight: normal;
}

.link-list dl {
	position: relative;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
}

.link-list dt {
	width: 340px;
}

.link-list dd {
	position: absolute;
	top: 1em;
	right: 0;
	margin-left: 0.5em;
	color: #aaa;
}

.link-list dd a {
	color: #aaa;
}

.link-list dd a:hover {
	color: #333;
}

.statistics li {
	list-style: none;
	margin: .25em 0;
	font-weight: bold;
}

.statistics em {
	font-style: normal;
	font-weight: normal;
}

.support.action {
	float: none;
	color: #fff !important;
	margin-bottom: 1em;
}

.support.action:hover {
	background-color: #b40b51 !important;
}
