/*
*	SPORTS PAGE 
*/
	
	/*	featured sports	*/
	.featuredSportRow {
		margin:20px 0;
		
	}
	.featuredSportRow .sport{
		width:220px;
		float:left;
		text-align:center;
		margin:0;
		padding:0;
		margin-right:14px;
	}	
	.featuredSportRow h5{
		text-transform:uppercase;	
		float:left;
		width:120px;
		height:50px;
		text-align:left;
		margin-top:16px;
	}
	
	img.featuredSportIcon {
		float:left;
		margin-right:6px;
		margin-left:40px;
	}
	

	/*	other sports	*/
	.otherSportRow .sport{
		width:80px;
		text-align:center;
		margin:0;
		padding:0;
		float:left;
		margin-right:4px;
	}
	.otherSportRow h5{
		font-size:11px;
		text-transform:uppercase;
		color:#565F65;
	}

 /*
 * 	Suggest a sport 
 */	
 	#suggestASportContainer {
 		margin-top:20px;
 	}
 	#suggestASportLeft {
 		text-align:right;
 	}
 	#suggestASportRight {
 		background:transparent url(../../graphics/bg-graph-paper.png) repeat top left;
 	}
	#suggestASportRight h5{
		margin-bottom: 6px;
	}
	#suggestASportRight input.button{
		margin-top:6px;
	}


/**===================================
	begin sport landing pages
=====================================*/
/*
*	Landing Page Shared Styles
*/

	#landingHeader {
		position:relative;
	}
	#landingHeader h2 {
		font-size:2.25em;
		color:#6893AB;
		line-height:1.25em;
	}
	#landingHeader a.blue.button {
			width:210px;
			height:60px;
			display:block;
			text-align:center;
	}
	span.homePrimaryCTATopLine {
			font-size:1.4em;
			display:block;
			margin-bottom:3px;
	}
	span.homePrimaryCTABottomLine {
			font-weight:normal;
	}


/*	Soccer	*/

#landingHeader {
	position:relative;
	width:900px;
	height:260px;
	background:url(../../graphics/background-soccer-cta.jpg) no-repeat top left;
	margin:10px 0;
}
#landingHeader h1 {
	margin:56px 0 12px 0;
	color:#fff;
	font-size:1.881em;
	text-shadow: 0 -1.5px 0 rgba(0, 0, 0, 0.5);
}
#soccerFeaturesGraphic {
	margin-left:40px;
}
#whatPeopleAreSaying .imageLabel{
	margin-bottom:10px;
}
.centeredContent {
	text-align:center;
}
#firstFeature {
	border-right:1px solid #D3D8DB;
}


/*	Basketball	*/

#basketball #landingHeader {
	position:relative;
	width:900px;
	height:260px;
	background:url(../../graphics/background-basketball-cta.jpg) no-repeat top left;
	margin:10px 0;
}

/*	Softball	*/

#softball #landingHeader {
	position:relative;
	width:900px;
	height:260px;
	background:url(../../graphics/background-softball-cta.jpg) no-repeat top left;
	margin:10px 0;
}

/*	Kickball	*/

#kickball #landingHeader {
	position:relative;
	width:900px;
	height:260px;
	background:url(../../graphics/background-kickball-cta.jpg) no-repeat top left;
	margin:10px 0;
}


/*	Dodgeball	*/

#dodgeball #landingHeader {
	position:relative;
	width:900px;
	height:260px;
	background:url(../../graphics/background-dodgeball-cta.jpg) no-repeat top left;
	margin:10px 0;
}

