/* !Players Page CSS */

div#selections {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.subCol_1 {
	position: relative;
	width: 370px;
	height: auto;
	float: left;
}

div.subCol_2 {
	position: relative;
	width: 200px;
	height: auto;
	margin-left: 370px;
	padding-left: 10px;
}

/* !Various Field Formats */

h2 {
	padding-bottom: .5em;
}

h3 {
	padding: .25em 0;
}

h3#usefulLinks {
	padding: 1em 0 .5em;
}

h1#pageTitle span {
	text-transform: capitalize;
}

h2.playerName {
	font-size: 1.6em;
}

h2.playerName + h4 {
	margin-top: -.5em;
	font-style: italic;
}

span.imgCaption {
	width: 100%;
	overflow: hidden;
	font-size: .915em;
	font-style: italic;
	text-align: right;	
}

/* !Home Page */

div#content.player.home div#mainPic {
	width: 320px;
	height: 240px;
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}

div#content.player.home p {
	font-size: 1.3em;
}
