/* general */
.personality {
	width: 80px;
	margin: 0px 5px 5px 5px;
	padding: 4px;
	float: left;
	list-style: none;
}
.entry-content .personality {
	margin: 0px 20px 20px 0px;
	padding: 0px;
	width: 170px;
	height: 200px;
}

/* admin */
.personalities-admin .personality {
	width: 80px;
	margin: 0px 5px 5px 5px;
	padding: 4px;	
	border: 1px solid #CCCCCC;
}/*

.personalities-admin .personality:hover {
	background-color: #CCCCCC;
}
*/
.sorthelper {
	background-color:#CCCCCC;
	height: 115px;
	display: block;
	float:left;
}
.personalities-admin .thumb {
	height: 130px;
	display: block;
}


/* home */
#personalities .thumb img, #featured-personalities .thumb img  {
	width: 80px;
}
#personalities .thumb h4, #featured-personalities .thumb h4 {
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
}

/* page */
#personalities .profile {
}
#personalities .profile img {
	width: 150px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#personalities .profile a {
	font-size: 11px;
	line-height: normal;
	color: #4b4b4b;
	text-decoration: none;
}
#personalities .profile .player-name {
	color: #006739;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
}
