/* --Home Styles-- */

/* Overall Styles */
body{
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#FFFFFF;
	background-color: #0B0605;
}
.body_wrapper{
	background-color: #2A1612;
	background-image: url(/wp-content/themes/gorilla/images/home/bg.gif);
	background-repeat: repeat-x;
}

img{ }

a{ }
a:hover{ }
a:visited{ }

h1{ }
h2{ }
h3{ }
h4{ }
h5{ }

ul{ }
ul li{ }

ol{ }
ol li{ }

p{ }

/* Player */

.player_details_wrap {
width: 760px;
background: url(images/home/player_details_bg_fill.gif) repeat-y;
position:relative;

}
.player_details_area {
	width: 760px;
	height: 103px;
	position:relative;
	margin-top: -70px;
	background: url(images/home/player_details_bg.jpg) bottom center no-repeat;
}
.player_details {
	margin-right: 30px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#player_details h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	position: relative;
	z-index: 1000;
}
#player_details h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#player_details h1 a:hover {
	color:#6DC459;
	text-decoration:none;
}
#players_details_text {
	font-size: 13px;
	line-height: 14px;
	color: #FFFFFF;
	padding-bottom: 10px;
	position:relative;
	z-index: 1000;
}
#players_details_text p {
	display: inline;
}
#players_details_meta {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	position: relative;
	z-index: 1000;
}
#players_details_meta a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
#players_details_meta a:hover {
	color:#6DC459;
	text-decoration:none;
}


/* Navigation */

/* Secondary Navigation */

/* Content Area */

/* Footer */
