/* @override 
	http://www.campforestsprings.org/test/youth_older.css
	http://www.campforestsprings.org/test/take_7_basketball.css
*/

@import "http://www.campforestsprings.org/css/base/reset.css";

/* Importing the global reset file */

@import "http://www.campforestsprings.org/css/base/text.css";

/* Importing the general text styles */

@import "http://www.campforestsprings.org/css/base/960.css";

/* Importing the grid styles */

/* The following styles are independant from the 960gs */

body {
	background: #fff url(http://www.campforestsprings.org/images/summer_youth_2009/basketball/body_sliver_top.jpg) repeat-x;
}

p.coach_details {
	font-size: 10px;
}

#jump_links {
	height: 50px;
}

#hero {
	background: url(http://www.campforestsprings.org/images/summer_youth_2009/basketball/hero_basketball.jpg) no-repeat scroll center top;
	padding-top: 525px;
}

#content {
	background: url(http://www.campforestsprings.org/images/summer_youth_2009/basketball/basketball_logo.jpg) no-repeat scroll center top;
	height: 200px;
	padding-top: 160px;
}

p.tagline {
	font-style: italic;
	font-size: 16px;
}

img#schuck, img#voltz {
	float: left;
	margin-right: 10px;
}
#coach_1, #coach_2{
}
#coach_1 h3, #coach_2 h3 {
	font-size: 14px;
	color: #573225;
	margin-bottom: 0;
}

#coach_1 p.coach_details span.coach_title, #coach_2 p.coach_details span.coach_title {
	font-size: 10px;
	font-style: italic;
}

#content h1 {
	color: #573225;
	border-bottom: 1px solid #ac9d9c;
	font-size: 20px;
}

/* @group Jump Links */

#jump_links ul {
	margin: 10px 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

#jump_links ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#jump_links ul li#home {
	
}

#jump_links ul a {
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: #857a61;
}

#jump_links ul a:hover {
	color: #fff;
}

/* @end */

/* @group Reg Links */

ul#reg_links {
	list-style: none;
	overflow: hidden;
	height: 58px;
	margin: 0 auto;
	background: transparent url(http://www.campforestsprings.org/images/summer_youth_2009/basketball/register_bg_blank.jpg) no-repeat center top;
}

ul#reg_links li {
	float: left;
	height: 82px;
	margin: 0;
	text-indent: -9999em;
}

ul#reg_links li a:link,
ul#reg_links li a:visited {
	display: block;
	height: 58px;
	background: transparent url(http://www.campforestsprings.org/images/summer_youth_2009/basketball/register_bg.jpg) no-repeat center top;
}

ul#reg_links li.facebook {
	width: 115px;
}

ul#reg_links li.facebook a {
	background-position: 0px -58px;
}

ul#reg_links li.facebook a:hover,
ul#reg_links li.facebook a:focus {
	background-position: 0px 0px;
}

ul#reg_links li.tell_a_friend {
	width: 120px;
}

ul#reg_links li.tell_a_friend a {
	background-position: -120px -58px;
}

ul#reg_links li.tell_a_friend a:hover,
ul#reg_links li.tell_a_friend a:focus {
	background-position: -120px 0px;
}

ul#reg_links li.register {
	width: 100px;
}

ul#reg_links li.register a {
	background-position: -235px -58px;
}

ul#reg_links li.register a:hover,
ul#reg_links li.register a:focus {
	background-position: -235px 0px;
}



/

* @end */