/* CSS Document */

#profiles {
	min-height: 1px;
	position: relative;
	padding: 0;
	margin: 0 -5px;
	}
	
* html #profiles {
	height: 1px;
	}
	
#profiles:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

.profile {
	font-size: .75em;
	width: 170px;
	height: 85px;
	float: left;
	margin: 4px;
	padding: 0;
	position: relative;
	
	}
	
.profile img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 50px;
	height: 75px;
	}
	
.profile a,
.profile .a {
	color: #333;
	text-decoration: none;
	display: block;
	height: 75px;
	padding: 5px 5px 5px 65px;
	
	background: #eee;
	-moz-border-radius: 3px;
	border-bottom: 1px solid #ccc;
	}
	
.profile a:hover {
	background: #ccc;
	text-decoration: none;
	}
	
.profile strong {
	color: #777;
	display: block;
	font-size: .75em;
	line-height: 1em;
	font-weight: normal;
	}
	
.profile .crusader_number {
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #ccc;
}

.profile a:hover .crusader_number {
  color: #999;
}

.profile .a .staff_profile_position{
	color: #777;
	display: block;
	font-size: .75em;
	line-height: 1em;
	font-weight: normal;
}
