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

.playerImage {
	float: left;	
}

.playerImage img {
	max-height: 200px;
	max-width: 150px;
	padding: 5px;
	border: thin solid #999999;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #000066;
}

.playerProfile {
	color: #000000;
	font-size: 24px;
	font-family: "Book Antiqua";
	position: relative;
	float: right;
	width: 400px;
}
.playerProfile div {
	/*padding-bottom: 30px;*/	
	
}


.profileWrap hr {
	clear: both;
	margin-bottom: 20px;
}

.recent {
	clear: both;
	font-size: 24px;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: .5em;
	word-spacing: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.playerData {
	padding: 5px;
}

.twitterSearch {
	background-color: #e5e5e5;
}
.pictures {
	position: relative;
	clear: both;
}
.pictures div {
	
}

.playerPrivate {
	float: left;
	padding-top: 10px;
	padding-bottom: 50px;
}

.commitment {
	padding: 5px;
}

.commitment li {
	list-style-type: none;	
	}
	
.list {
	font-size: 16px;	
}

.rank {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.pro {
	clear: both;
	white-space: normal;	
	}
