/*  
Theme Name: MVP Athletic Skills
Author: Marcus Wickes
Author URI: http://www.jungledsales.com/
*/

/*------ TAGS --------------------------*/

body {
	font: normal 14px/18px arial,sans-serif;
	margin: 0 auto;
	width: 100%;
}

img {
	border: 0;
}	

a {
	outline: none;
	overflow: hidden;
}

p {
	padding: 0;
	margin: 0;
}
	
/*------ BEGIN HEADER --------------------------*/

#headerhome {
	width: 100%;
	height: 250px;
	background: url(images/top-back.jpg) top left repeat-x;
	background-color: #31333B;	
	text-align: left;
}

#header {
	width: 100%;
	height: 180px;
	background: url(images/top-back.jpg) top left repeat-x;
	background-color: #31333B;	
	text-align: left;
}

#headercontent {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	margin: 0 0 0 15px;
	float: left;
}

#nav {
	float: right; 
	height: 38px;
	margin-top: 40px;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#nav .li {
	color: #fff;
	font: normal 20px/20px "Myriad Pro",arial,helvetica,sans-serif;
	padding: 10px 15px 10px 15px;
	background: url('images/nav-divider.jpg') 0 50% no-repeat;	
}

#nav .firstli {
	color: #fff;
	font: normal 20px/20px "Myriad Pro",arial,helvetica,sans-serif;
	padding: 10px 15px 10px 15px;
}

#nav .active {
	color: #80858B;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #80858B;
	text-decoration: none;
}

#about {
	width: 615px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0 10px 25px;
	float: left;
	text-align: left;
	background-color: #31333B;	
}

#about h1 {
	font: normal 18px/24px "Trebuchet MS",helvetica,sans-serif;
	color: #fff;
}

/*------ END HEADER --------------------------*/

/*------ BEGIN CONTENT --------------------------*/

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#content h2 {
	font: normal 26px/26px "Trebuchet MS",helvetica,sans-serif;
	color: #31333B;
	text-align: center;
	padding-top: 15px;
}

#content h2 span {
	color: #D34C16;
}

#content h1 {
	font: normal 28px/28px "Trebuchet MS",helvetica,sans-serif;
	color: #31333B;
	text-align: center;
	padding-top: 15px;
}

#sites{
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#hoopskills {
	width: 250px;
	float: left;
	text-align: left;
	padding: 10px 10px 15px 0px;
}

#touchdownskills {
	width: 250px;
	float: left;
	text-align: left;
	padding: 10px 5px 15px 5px;
}

#bigleagueskills {
	width: 250px;
	float: left;
	text-align: left;
	padding: 10px 0 15px 30px;
} 

#bottomballs {
	background: url(images/bottomballs.jpg) bottom right no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	width: 222px;
	height: 86px;
}

/*------ END CONTENT --------------------------*/

/*------ BEGIN FOOTER --------------------------*/
	   
#footer {
	width: 100%;
	padding: 0;
	clear: both;	
	background-color: #31333B;
}

#footercontent {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font: normal 12px/32px arial,sans-serif;
	padding: 25px 0 80px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font: normal 14px/18px arial,sans-serif;
	padding: 5px 10px;
}

#footer a:hover {
	text-decoration: underline;
}

/*------ END FOOTER --------------------------*/

