

@charset "UTF-8";
/* 
Title:  Fastbreak/Uptown Stylesheet
Author:  Corey Orama
E-Mail:  mail@coreyorama.com
Website: www.coreyorama.com
 */



* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	background: #00417B url(images/diagonal_lines.jpg) repeat-x top left;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	_font-size: medium; /* _ target IE 6 */
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
}

body.e3 {
	background: #1B1B1B url(images/wrapper_bg_e3.jpg) repeat top left;
	color: #CCCCCC;
}


.e3 h1, .e3 h2, .e3 h3, .e3 h4, .e3 h5, e3 h6 { 
	color: #C20312;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}

.e3 strong { color: #FFFFFF; }

h1 {
	margin: 18px 0px 7px 0px;
	text-align: center;
	font-size: 200%;
	color: #FF9900;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;

}



#text_container h2 {
	text-align: center;
	font-size: 140%;
	margin: 20px 0 5px 0;

	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: normal;

	margin-top: 5px;
	font-size: 125%;
	color: #FF9900;
}

.after_school h3 { margin-top: 25px; font-size: 150%; }

h4 {
	font-weight: normal;

	margin-top: 10px;
	font-size: 115%;
	color: #FF9900;
	font-style: italic;
}

h5 {
	margin: 10px 0px 2px 10px;
	color: #FF9900;
	font-size: 95%;
	text-align: left;
		font-weight: normal;

}

h6 {
	font-weight: normal;

	text-align: center;
	font-size: 100%;
}

.e3 h2, .e3 h3, .e3 h4, .e3 h5, .e3 h6 { text-align: left; font-size: 20px;}
.e3 #text_container h1 {padding-top: 40px; } 
.e3 h3 { margin: 15px 0 5px 0; font-variant: small-caps; text-decoration: underline; font-size: 20px; color: #FFF; }

strong {
	color: #FF9900;
	font-weight: bold;
}

p {
	margin-bottom: 6px;
	font-weight: normal;
}


a, #footer a {
	color: #F8CC22;
}

a:visited {
	color: #CC6600;
}


a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #C26100;
	text-decoration: none;
}


.e3 #text_container a, .e3 #footer a { color: #C20312; font-size: 16px; }
.e3 a, .e3 #footer a:visited { color: #C20312; }
.e3 a:hover, .e3 #footer a:hover { color: #FF1B07; text-decoration: none; }




/* Drop Shadow Around the Page */
#shadow_wrapper {
	background: url(images/shadow_top_left.png) no-repeat top left;	
	width: 965px;
	padding-top: 10px;
	margin: 0px auto;
	behavior: url(iepngfix.htc); 
}

/* 
	BACKGROUND:  Display a variety of sport player silhouettes 
*/

/* home */
.home #main_content {
	background: url(images/main_content_bg_home_circle.jpg) no-repeat top left;
}

.home #main_content {
	background: url(images/main_content_bg_home_IMG.jpg) no-repeat top left;
}

/* baseball bg */
.travel_baseball #main_content,
.baseball_registration #main_content,
.lil_sluggers #main_content, .baseball_5_7 #main_content {
	background: url(images/main_content_bg_baseball.jpg) no-repeat top left;
}

/* basketball bg */
.shop #main_content,
.basketball_registration #main_content,
.basketball_schedule #main_content,
.basketball_standings #main_content,
.open_basketball #main_content,
.training #main_content,
.aau_travel_team #main_content,
.summer #main_content,
.blue-streak #main_content,
.girls_basketball #main_content,
.pgc #main_content,
.developmental_league #main_content {
	background: url(images/main_content_bg_basketball.jpg) no-repeat top left;
}

/* football bg */
.flag_football_registration #main_content,
.flag_football_schedule #main_content,
.flag_football_standings #main_content,
.flag_football_tournament #main_content {
	background: url(images/main_content_bg_football.jpg) no-repeat top left;
}

/* dodgeball bg */
.dodgeball_registration #main_content {
	background: url(images/main_content_bg_dodgeball.jpg) no-repeat top left;
}
/* soccer bg */
.indoor_soccer_registration #main_content {
	background: url(images/main_content_bg_soccer.jpg) no-repeat top left;
}

.programs #main_content {
	background: url(images/main_content_bg_baseball_sluggers_home.jpg) no-repeat top left;
	height: 650px;

}

/* E3 */
.e3 #main_content { background: url(images/main_content_bg_e3_soccer.jpg) no-repeat top left; }

.e3_home #main_content {
	background: url(images/main_content_bg_e3_soccer_home.jpg) no-repeat top left;
}







/* White border around page and diagonal bg */
#wrapper {
	position: relative; /* !!! Take out if not needed */
	width: 920px;
	height: auto;
	margin: 12px auto 0px auto;
	border: 3px solid white;
	background: url(images/wrapper_bg.jpg) repeat top left;
	text-align: left;
}

.e3 #wrapper { background: #1B1B1B url(images/wrapper_bg_e3.jpg) repeat top left;}

/*
	HEADER 
*/

#header {
	width: 920px;
	height: 116px;
	background: #003C68 url(images/header_city_bg_new.png) repeat-x top right;
}

#logo {
	float: left;
	width: 485px;
	height: 85px;
	margin-top: 1px;
	margin-left: 3px;
}

#logo img {
	width: 485px;
	height: 120px;
}

#logo a:hover img {
	border: 1px solid #FFFFFF;
behavior: url(iepngfix.htc); 

}

.e3 #logo {
display: block;
padding: 0; margin: 0;
background: url(images/E3_Fastbreak_Logo_11.png) no-repeat top left;
width: 600px; height: 150px;
position: absolute;
top: -5px; left: 150px; z-index: 3;
}


.lil_sluggers #header, .e3 #header {
background: url(images/header_city_bg_new_sluggers.png);
height: 175px;
}

.e3 #header { background: url(images/header_city_bg_e3.png);}
.lil_sluggers #logo {
display: block;
width: 480px; height: 250px;
behavior: url(iepngfix.htc); 
background: url(images/Lil_Slug_Header_Baseballs.png) top left no-repeat;
position: absolute;
top: -1px;
left: 310px;
z-index: 3;

}


.lil_sluggers a#logo:hover {
display: block; 
background: url(images/Lil_Slug_Header_Baseballs_Hover.png) top left no-repeat;
border: none; 
}


#presented {
width: 450px;
height: 50px;
float: left;
margin-top: 2px;
margin-left: 3px }



#logo a:active img {
	behavior: url(iepngfix.htc); 
}

#contact {
	float: right;
	margin: 7px 0 20px 20px;
}

#contact p {

margin-left: 145px;
_margin-left: 10px;
font-size: 17px;
	color: lightblue;
	font-weight: bold;
font-variant: small-caps;
text-align: center;


}

#contact img { margin: 0 3px 0 30px; }



.lil_sluggers #contact p { 
font-size: 16px;
margin: 0px -5px 25px 90px; 
_margin-right: -2px;
padding-left: 15px;
}


#contact strong {
	color: #CC9900;
	font-weight: bold;
}

/* 
	NAVIGATION 
*/

/* highlight current page */
.about #main_nav li a.about,
.training #main_nav a.training,

.shop #main_nav li a.merchandise,
.locations #main_nav li a.locations,
.photo_gallery #main_nav li a.photo_gallery,
.links #main_nav li a.links,
.testimonials #main_nav li a.testimonials,
.contact #main_nav li a.contact {
	background: url(images/main_nav_button_active.png) no-repeat top left;
	cursor: default;
}

#main_nav ul li {
	list-style: none; list-style-type: none; 
}

#main_nav {
	float: left;
	width: 920px;
	height: 38px; 
	background: #003C68;
	border-bottom: 1px solid #FFFFFF;
}

 .lil_sluggers #main_nav { height: 22px; background: #00345F;}
.e3 #main_nav { height: 1px; background: #000000; }

#main_nav li {
	float: left;
	margin-top: 4px;
	margin-left: 1px;
}

#main_nav li a {
	float: left;
	display: block;
	width: 130px;
	height: 50px; _height: 36px;
	background: url(images/main_nav_button.png) no-repeat top left;
	color: #28416b;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 118%;
_font-size: 15px;
	font-weight: bold;
	letter-spacing: -.5px;
	behavior: url(iepngfix.htc); 
}

#main_nav li a:visited {
	float: left;
	background: url(images/main_nav_button.png) no-repeat top left;
	color: #28416b; 
	behavior: url(iepngfix.htc); 
}

#main_nav li a:hover {
	float: left;
	background: url(images/main_nav_button_hover.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
}

#main_nav li a:active {
	float: left;
	background: url(images/main_nav_button_active.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
}

/* 
	SUB NAV 
*/
/* highlight current page - 1st: class on each page. 2nd: class on link */
.after_school #sub_nav a.after_school,
.summer #sub_nav a.summer,
.travel_baseball #sub_nav a.travel_baseball,
.indoor_soccer_registration #sub_nav a.indoor_soccer_registration,
.basketball_registration #sub_nav a.basketball_registration,
.basketball_schedule #sub_nav a.basketball_schedule,
.basketball_standings #sub_nav a.basketball_standings,
.open_basketball #sub_nav a.open_basketball,
.vacations_holidays #sub_nav a.vacations_holidays,
.flag_football_schedule #sub_nav a.flag_football_schedule,
.flag_football_registration #sub_nav a.flag_football_registration,
.flag_football_standings #sub_nav a.flag_football_standings,
.dodgeball_registration #sub_nav a.dodgeball_registration,
.baseball_registration #sub_nav a.baseball_registration,
.soccer_registration #sub_nav a.soccer_registration,
.travel_baseball #sub_nav a.travel_baseball,
.aau_travel_team #sub_nav a.aau_travel_team,
.fundraisers #sub_nav a.fundraisers,
.success #sub_nav a.success,
.baseball_2_5 #sub_nav a.baseball_2_5, 
.baseball_5_7 #sub_nav a.baseball_5_7,
.birthdays #sub_nav a.birthdays,
.class_descriptions #sub_nav a.class_descriptions,
.private_lessons #sub_nav a.private_lessons,
.registration_locations #sub_nav a.registration_locations,
.testimonials #sub_nav a.testimonials,
.contact_us #sub_nav a.contact_us,
.programs #sub_nav a.programs,
.agreement #sub_nav a.agreement,
.hamptons #sub_nav a.hamptons,
.girls_basketball #sub_nav a.girls_basketball,
.developmental_league #sub_nav a.developmental_league
{
	background: url(images/sub_nav_button_active.png) no-repeat top left;
	cursor: default;
}

.e3 .schedule_registration #sub_nav a.schedule_registration,  
.e3 .class_descriptions #sub_nav a.class_descriptions,  
.e3 .locations #sub_nav a.locations,  
.e3 .contact_us #sub_nav a.contact_us,  
.e3 .agreement #sub_nav a.agreement  
{
	background: url(images/sub_nav_button_active_e3.png) no-repeat top left;
	cursor: default;
}



#faux_sub_nav {
	float: left;
	background: url(images/sub_nav_bg.gif) repeat-y 0% 0;
}

.e3 #faux_sub_nav {  float: left; background: url(images/sub_nav_bg_e3.gif) repeat-y 0% 0; }

#sub_nav #programs li, #sub_nav #sports li {
	float: left;
}

#sub_nav {
	float: left;
	width: 180px;
}


  

/* Programs Image */
#sub_nav h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}

#sub_nav h2.lil_sluggers { margin-top: 0px; }

#sub_nav h2.sports_programs  { margin-top: 0px; }



#sub_nav li a, #sub_nav li a:visited, #sub_nav li.current_page a,
#sub_nav ul li .large_button, #sub_nav ul li .large_button_uptown { 
	float: left;
	display: block;
	width: 175px;
	height: 31px;
	margin: 0 0 4px 1px;
	background: url(images/sub_nav_button.png) no-repeat top left;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	behavior: url(iepngfix.htc); 

}



/* Large button */
#sub_nav ul li .large_button { height: 68px; 
background: url(images/sub_nav_button_large.png) no-repeat top left;
}

#sub_nav ul li a.large_button:visited  { background: url(images/sub_nav_button_large.png) no-repeat top left;
}

#sub_nav ul li a.large_button:hover { background: url(images/sub_nav_button_hover_large.png) no-repeat top left;
}

#sub_nav ul li a.large_button:active  { background: url(images/sub_nav_button_active_large.png) no-repeat top left;
}

/* Uptown */

#sub_nav ul li .large_button_uptown { height: 68px; 
background: url(images/sub_nav_button_uptown.png) no-repeat top left;
}

#sub_nav ul li a.large_button_uptown:visited  { background: url(images/sub_nav_button_uptown.png) no-repeat top left;
}

#sub_nav ul li a.large_button_uptown:hover { background: url(images/sub_nav_button_uptown_hover.png) no-repeat top left;
}

#sub_nav ul li a.large_button_uptown:active  { background: url(images/sub_nav_button_uptown_active.png) no-repeat top left;
}





#sub_nav ul li { float: left; list-style: none; list-style-type: none; }


#sub_nav ul#sports {
	float: left;
	margin-top: 0px;
	margin-bottom: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	#sub_nav ul img#after {margin-left: -40px;}
}


#sub_nav #sports h2 {
	float: left;
	width: 180px;
	margin: 0px 0px -10px 0;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}

#sub_nav #sports li a {
	margin-bottom: 1px;
}

#sub_nav li a:hover {
	background: url(images/sub_nav_button_hover.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
}

#sub_nav li a:active {
	background: url(images/sub_nav_button_active.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
}

.e3 #sub_nav li a { background: url(images/sub_nav_button_e3.png) no-repeat top left;
behavior: url(iepngfix.htc);
font-variant: small-caps; 
color: #FFFFFF;
font-weight: bold;

}

.e3 #sub_nav li a:hover { 	
	background: url(images/sub_nav_button_hover_e3.png) no-repeat top left;
	behavior: url(iepngfix.htc);
	}
.e3 #sub_nav li a:active {
	background: url(images/sub_nav_button_active_e3.png) no-repeat top left;
	behavior: url(iepngfix.htc); 
}

#sub_nav #sports #outreach { float: left; padding-top: 20px; }

.e3 #sub_nav img { text-align: center; margin: 10px auto; }

/* Safari Bugs */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
#sub_nav ul li, #sub_nav #sports h2 { margin-right: -39px; border: none; }

#main_nav { width: 920px; padding: 0px; margin: 0px;}
#main_nav li {list-style: none; list-style-type: none; }
}



/* SLIDESHOW */

#slideshow {
	text-align: center;
	float: right;
	width: 720px;
	background: #001A35;

}

#slideshow img {
	margin-top: 10px;
	padding: 2px;

	border: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	background: #FFFFFF;
}
/* 
	CONTENT 
*/



#faux_main_content {
	float: left;
	background: url(images/main_content_bg_faux.jpg) repeat-y 198px 254px;
}

.e3 #faux_main_content { 
	float: left;
	background: url(images/main_content_bg_faux_e3.jpg) repeat-y 198px 254px; 
}

#main_content {
	float: right;
	width: 720px;
	background: url(images/main_content_bg_default.jpg) no-repeat top left;
}

.photo_gallery #text_container {
	text-align: center; 
	margin-top: 150px
}

#text_container {
	width: 555px;
	margin: 100px auto 106px auto;
		letter-spacing: 1px;

}

#text_container p {
	text-align: justify;
	line-height: 18px;
	font-weight: normal;
	font-size: 105%;
}

.home #text_container p {
	font-size: 120%;
	line-height: 24px;
}



.e3_home #news, .home #news, .programs #news {
	position: relative;
	float: right;
	width: 720px; height: auto;/*height: 260px; _height: 255px;*/ _padding: 0px;
	border-top: none;
	text-align: center;
	background: #005A8F url(images/news_bg.jpg) repeat-x top left;
}


.e3_home #news p, .home #news p, .programs #news p {
	font-size: 95%;
	text-align: center;
	margin: 0px 8px 3px 8px;
}

/* Slideshow on homepage */
.e3_home #news div.right, .home #news div.right, .programs #news div.right {
	float: right;
    margin: 4px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

/* Latest news - Homepage */
.e3_home #news div.left, .home #news div.left, .programs #news div.left { 
	float: left;
	width: 366px; height: 250px; min-height: 250px;
	text-align: center;
	margin-top: 4px;
	margin-left: 4px;
	_margin-left: 2px;
	border: 1px solid #FFFFFF;
	background: url(images/news_bg.png) #011C2e no-repeat;
	font-size: 22px;
}

.e3_home #news { background: #C20312; }


.e3_home #news div.left {
border: 5px solid #fff;
width: 343px; height: 252px; margin-bottom: 5px; 

color: #fff; 	
background: #1B1B1B url(images/new_bg_e3.png) repeat top left; }


.e3 #news div.right { display: block; 
border: 5px solid white;
margin: 4px;
width: 343px; height: 252px; margin-bottom: 5px; 
 }


.e3_home #news div.left h1, .home #news div.left h1, .programs #news div.left h1 
{ font-size: 23px; margin-top: 1px;}

.e3_home #news div.left h2, .home #news div.left h2, .programs #news div.left h2 
{ font-size: 16px; margin: 7px 1px 1px 1px; 
text-decoration:underline;}

.e3_home #news div.left p, .home #news div.left p, .programs #news div.left p { text-align: left; font-size: 12px; margin-bottom: 2px;
 }

.e3_home #news, .home #news, .programs #news {  border-bottom: 1px solid #FFFFFF; _height: 260px;}


/* 
	FOOTER 
*/

#footer {
	width: 920px; 
	background: #001B36;
	border-top: 3px solid white;
	clear: both;
}

.e3 #footer { background: #000000; }

#footer p {
	margin: 7px;
	line-height: 18px;
	font-size: 16px;
	margin-top: 16px;
}

	#footer img {margin: 5px 10px 0 5px;}

/* Floats */

.right {
	float: right;
}

.left {
	float: left;
}




/* director profiles */
.about #text_container img.left {
	margin: 15px 10px 90px 0px;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.about #text_container img {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 30px 75px 0px 75px;
}

.about #text_container span.right {
	margin: 0px 80px 12px 80px;
}

.border {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#sub_nav li a.success { _font-size: 12px; }



#basketball { margin-top: -30px; _margin-top: -5px; }
#outreach img { margin-top: -35px; }

/* Kid Car NY Logo */
#text_container .kidcar {
	display: block;
text-align: center;
	margin:  40px 0px;
}

.links #text_container .kidcar { margin: -35px 0px 110px 0px; _margin: 10px 0px 110px 0px; }


#text_container .kidcar p {
	font-size: 17px; 
	text-align: center;
}

#text_container .kidcar a {
	font-size: 23px; 
	text-align: center;
}

.kidcar a img { _background: #FFFFFF; }

.kidcar a:hover img {
	border: 1px dotted yellow;
}

/* Lil Slugger */
#Knicks_Sidebar a { 
width: 182px; height: 140px; display: block; margin-bottom: 10px; 
background:  url(images/Knicks_Fastbreak_Small.png) top left no-repeat;
behavior: url(iepngfix.htc);
}

#lil_slug_logo a{ width: 182px; height: 140px; display: block; margin-bottom: 10px; 
background:  url(images/Lil_Slug_Header_2_7.png) top left no-repeat;
behavior: url(iepngfix.htc); 
}

#lil_slug_logo a:hover { width: 182px; height: 140px; display: block;  margin-bottom: 10px;
background: url(images/Lil_Slug_Header_2_7_Hover.png) top left no-repeat;
behavior: url(iepngfix.htc); 
}

.lil_sluggers #text_container ul li { margin: 0 0 12px 20px; list-style-type: circle; }

.lil_sluggers #faux_main_content #text_container { 
width: 680px; letter-spacing: 1px; 
}

.programs.lil_sluggers #faux_main_content #text_container { width: 555px; }

.lil_sluggers #faux_main_content #text_container p { 
margin-bottom: 20px;
}




.lil_sluggers #faux_main_content #text_container .slug_box { width: 400px;  border: none;}

.lil_sluggers #faux_main_content #text_container div { margin-bottom: 50px; 
border-bottom: 1pt dotted #FFFFFF;}

.lil_sluggers #text_container strong { font-size: 15px; font-style: italic; 
font-family:Verdana, Arial, Helvetica, sans-serif;}

.testimonials #text_container p { margin-bottom: 30px; }

.lil_sluggers #text_container ol li { 
	list-style-type: decimal;
	margin: 0 0 10px 20px;
	}
	
.lil_sluggers #text_container ol {
	margin: 20px;
}

#Futsal_Logo a, .e3 #Futsal_Logo a { 
display: block;
width: 178px; height: 110px;
background:url(images/Futsal_Academy.jpg) no-repeat top left; 
margin-bottom: 30px;
border-top: 1px solid #FFF;
}

.e3 #Futsal_Logo a { background:url(images/Futsal_Academy.jpg) no-repeat top left; }


.e3 #contact {
margin-right: -60px;

}

.e3 #contact p { font-size: 12px;
color: #FFFFFF; line-height: 19px; }


a.download { 
	display: block;
	width: 250px;
	height: 53px;
	margin: 15px auto;
	text-align: center;
	background: url(images/download.png) no-repeat top left;
}

	a:hover.download { background-position: center left; }
		a:active.download { background-position: bottom left; }
		
#contact a { font-size: 13px; }
