/* -------------------------------------------------------------- 
  
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */


html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 background-color: #000000;
 background-image: url(images/body-bkg-tile2.gif);
 background-repeat: repeat-x;
}

#fullpage{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/fullpage-bkg-tile2.gif);
	background-repeat: repeat-y;
} 
 
#branding{
	position:relative;
	height:107px;
	width:100%;
	background-image: url(images/branding-bkg107.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
#brandinglogo{
	width:500px;
	height:107px;
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
  }

#brandingcontact{
	width:200px;
	float:right;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	color: #FF6600;
	padding-top: 10px;
  }
#brandingcontact #footerlogo, a:link,
#brandingcontact #footerlogo, a:visited {color: #FF6600;text-decoration: none;}
#brandingcontact #footerlogo, a:hover {color: #FF6600;text-decoration: underline;}

#navigation{
 width:165px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:635px; 
 float:right; 
 position:relative; 
  }
 
#promotions{
	width:200px;
	float:right;
	position:relative;
	padding-bottom: 20px;
 }
 
#content{
	float: left;
	display:inline;
	position: relative;
	width:395px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
 }

#footer{
	height:75px;
	background-color:#000000;
	clear:both;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
 } 

#footerlogo{
	width:550px;
	height:89px;
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
  }

#footercredit{
	width:200px;
	float:right;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	font-weight: normal;
	color: #999;
	padding-top: 0px;
  }


/* NAVIGATION STYLES */
 #navigation ul
 {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
 }



 #navigation ul a
 {
	display: block;
	padding: 3px 3px 5px 5px;
	width: 155px;
	border-bottom: 1px solid #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
 }

 #navigation a:link, #navigation a:visited
 {
 color: #FF6600;
 text-decoration: none;
 }

 #navigation a:hover
 {
	color: #FFFFFF;
	background-color: #FF6600;
	border-top-color: #ff8533;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	border-bottom-color: #eb5c00;
 }
/* END NAVIGATION STYLES */

/* PROMOTIONS STYLES */
#promotions h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	background-image: url(images/promotion-bkg-h1-2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 110%;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#promotions p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/promo-p-btm2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 110%;
	padding: 0px 20px 10px;
	margin: 0px;
}
#promotions img {
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#promotions p img {
	margin-top: 2px;
	padding-right: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#promotions h1 a:link,
#promotions h1 a:visited {
	color: #fcae3a;
	text-decoration: none;
}
#promotions h1 a:hover {
color: #ffebb0;
text-decoration: underline;
	}


/* END PROMOTIONS STYLES */
/* CONTENT TEXT STYLES */
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
#content h2 a:link,
#content h2 a:visited {
	color: #000000;
	text-decoration: none;
}
#content h2 a:hover {color: #ff6600;
	text-decoration: underline;
	}
	
#content p.greyital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}

#content .greyital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}


#content p.orangetext, #content .orangetext {
	color: #FF6600;
}

#content .pdflink {
background: transparent url(images/pdficon.gif) left top no-repeat;
padding-left: 20px;}

#content ul {
	margin-top: 0px;
	padding-top: 0px;
}
#content li {
	margin-bottom: 6px;
}

#content .blockquote {
	background-color:#fff6e4;
	border: 4px solid #f5dcb0;
	padding: 10px;
	color:#C60;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}


/*#fullpage #content p a:hover {
	background-color: #FF6600;
	color: #ffe88d;
	text-decoration: none;
	}*/

.signuponline a:link, .signuponline a:visited, .signuponline a {
font-weight: bold;
}
.signuponline a:hover {
	background-color: #FF6600;
	color: #ffe88d;
	text-decoration: none;
	font-weight: bold;
	}


/* END CONTENT TEXT STYLES */

/* - - - - - - - - - - - - - - - - - - - - - - - - - PAYPAL - STYLE FOR PAGES WITH BUTTONS - - - - */
/* - - - - - - - - - - - - - - - - - -- - - - - - CONTRIBUTE PAGE STYLES - - - - - - */
#content .formcontribute {
width: 200px;
float:right;
background-color:#ffffff;
margin-left: 180px;
margin-right: 180px;
margin-bottom: 15px;
}

#content hr {
width: 400px;
}

#content .formright {
float:right;
background-color:#ffffff;
}
#content .formleft {
background-color:#ffffff;
margin-top: 5px;
margin-left: 145px;
}

#content .catalogp {
border-bottom: solid 2px #8da0bb;
padding-bottom: 10px;
margin-bottom: 10px;
}

#content table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 140%;
font-weight: normal;
color: #000000;
margin-bottom: 15px;
}

#content table.youthschedule {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 140%;
font-weight: normal;
color: #000000;
margin-bottom: 0px;
width: 410px;
}


#content table td {
padding-right: 5px;
line-height: 100%;
font-size: 10px;
text-transform: uppercase;
color: #999999;
}

#content table td.programname {
color: #000000;
text-transform: none;
font-size: 14px;
}

#content table.youthhitting {
background: #ededed;
}

#content table img {
padding-left: 5px;
float: right;
}
#content .catalogtable {
margin-left: 0px;
}

#winterprogram h4 {
border-top: 2px solid #ededed;
font-size: 13px;
}

#youthprogram p.scheduleday, #softballskills p.scheduleday {
border-top: dashed 2px #ededed;
font-weight: bold;
margin: 0px;
}

#youthprogram .age810 {
background: #ebf4d1;
padding-left: 3px;
}

#youthprogram .age1012 {
background: #e0ecff;
padding-left: 3px;
}

#youthprogram .age1214 {
background: #fbf2d0;
padding-left: 3px;
}

#softballskills .age812 {
background: #ebf5ff;
padding-left: 3px;
}

#softballskills .age1014 {
background: #fff3d9;
padding-left: 3px;
}

#softballskills .age1418 {
background: #f5fbe5;
padding-left: 3px;
}



.divider {
border-bottom: 2px solid #ededed;
}

.legend {
border: 1px solid #dedede;
padding: 5px;
background-color: #ededed;
margin-bottom: 5px;
}

#content .winterweather a:link, #content .winterweather a:visited {
	color: #c0d2ee;
}

#content .winterweather a:hover {
	color: #000000;
}

#youthprogram #fullpage #wrapper #twocols #content p .winterweather, #softballskills #fullpage #wrapper #twocols #content p .winterweather {
	color: #c0d2ee;
	background-color: #FFFFFF;
	background-image: url(images/snowflake-itty.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.left {
margin: 4px 10px 0px 0px;
float: left;
}
.right {
margin: 4px 0px 5px 10px;
float: right;
}

.greentext {
	font-weight: bold;
	color: #090;
} 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#navigation{display:none;} 

/*hide the right column when printing*/ 
#promotions{display:none;} 
#twocols, #content{width:80%; float:none; margin-left: auto; margin-right: auto;}
}



