@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.4em;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	color:#ED1C24;
}

.twoColFixLtHdr #container { 
	width: 800px;
	background: #FFFFFF;
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #bottombar {
	width:800px;
	/*height:15px;*/  /*height for page without newsticker*/
	height:30px; /*height for bottom bar with newsticker*/
	background-color:#ED1C24;
}
.twoColFixLtHdr #header { 
	background: #ffffff; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
/*	font-size:75%;*/
	background:#fff;
	padding: 15px 10px 15px 20px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {float:left;}
* html ul li a {height:1%;}
/*End*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	border-left:1px solid black;*/
	font-size:75%;
	line-height:1.6em;
}
.twoColFixLtHdr #mainContent h1 {
	margin:15px 0px 20px 0px;
	font-size:140%;
}
.twoColFixLtHdr #mainContent h2 {
	margin:10px 0px 10px 0px;
	font-size:120%;
	color:#ED1C24;
}
.twoColFixLtHdr #mainContent h2.girlspractice {
	margin:10px 0px 10px 0px;
	font-size:110%;
	color:#000000;
}
.blkcolor {
	color:#000000;
}
.h2fontsize {
	font-size:100%;
}
.twoColFixLtHdr #mainContent h3 {
	margin:10px 0px 10px 0px;
	font-size:110%;
	color:#000000;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent img {
	border:1px solid #000000;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:65%;
	color:#ffffff;
	text-align:center;
}
.twoColFixLtHdr #footer p a {
	color:#ffffff;
	text-decoration:none;
}
.twoColFixLtHdr #footer p a:hover {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	margin:0;
	padding:0;
	background:#F8F8F8;
	list-style-type:none;
	width:200px;
	float:left; /* contain floated list items */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
}
#nav li {
	margin:0;
	padding:0;
	float:left; /* This corrects the */
	width:100%; /* IE whitespace bug */
}
#nav a {
	display:block; /* to increase clickable area as a's default to inline */
	color:#000;
	text-decoration:none;
	padding: 0 15px;
	line-height:2.5; border-bottom:1px solid #fff;
}
#nav #nav_photo a {
	border:none;
}
#nav a:hover {
	text-decoration:underline;
}
#body_hom #nav_home a {
	background:#ED1C24;
	color:#ffffff;
}
#body_about #nav_us a {
	font-weight:bold;
}
#body_coach #nav_coaches a {
	background:#ED1C24;
	color:#ffffff;
}
#body_about #nav_about a {
	background:#ED1C24;
	color:#ffffff;
}
#body_btry #nav_btryouts a {
	background:#ED1C24;
	color:#ffffff;
}
#body_bpractice #nav_bpractice a {
	background:#ED1C24;
	color:#ffffff;
}
#body_broster #nav_broster a {
	background:#ED1C24;
	color:#ffffff;
}
#body_btourn #nav_btournament a {
	background:#ED1C24;
	color:#ffffff;
}
#body_gtryouts #nav_gtryouts a {
	background:#ED1C24;
	color:#ffffff;
}
#body_gpractice #nav_gpractice a {
	background:#ED1C24;
	color:#ffffff;
}
#body_gtourn #nav_gtournament a {
	background:#ED1C24;
	color:#ffffff;
}
#body_lesson #nav_lessons a {
	background:#ED1C24;
	color:#ffffff;
}
#body_direction #nav_directions a {
	background:#ED1C24;
	color:#ffffff;
}
#body_link #nav_links a {
	background:#ED1C24;
	color:#ffffff;
}
#body_form #nav_forms a {
	background:#ED1C24;
	color:#ffffff;
}
#body_contact #nav_contacts a {
	background:#ED1C24;
	color:#ffffff;
}
#body_summer #nav_camp a {
	background:#ED1C24;
	color:#ffffff;
}
#mainContent #list dt {
	font-weight:bold;
}
ul.team_roster {
	list-style-type:none;
	width:190px;
	padding-left:0;
	margin-left:0;
	overflow:hidden;
}
ul.team_roster li {
	line-height:32px;
	margin:8px 0 8px 0px;
	display:inline;
}
* html ul.team_roster li {
	line-height:16px;
}
ul.team_roster li a {
	display:block;
}
* html ul.team_roster li a {
	height: 1px;
}
.redItalic {
	color:#ED1C24;
	font-style:italic;
}
.red {
	color:#ed1c24;
}
.blue {
	color:#0000CC;
}
.pinkFont {
	font-size: large;
	color: #FF00FF;
}
.pink {
	color:#FF00FF;
}
table {
	border-bottom:1px solid #999;
	border-collapse:collapse;
}
th {
	background-color:#F8F8F8;
	text-transform:uppercase;
	color:#000;
}
td {
	padding:5px;
	vertical-align:top;
}
.thumbnails img{
	display:inline;
	margin: 5px 5px 5px 5px;
	padding:2px;
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-left-color:#ddd;
	border-top-color:#bbb;
}
.tickercontainer { 
width: 800px; 
height: 30px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 4px;
	width: 780px;
	overflow: hidden;
}
ul.newsticker { /*that's your list*/
position:relative;
left:800px;
font:bold 12px Verdana;
color:#fff;
list-style-type:none;
margin:0;
padding:0;
}
ul.newsticker li {
	float:left; /* important:display inline gives incorrect results when check for elem's width*/
	margin:0;
	padding:0;
	background:#ED1C24;
}
ul.newsticker a {
	white-space:nowrap;
	padding:0;
	color:#FFC926;
	font:bold 12px Verdana;
	margin: 0 50px 0 0;
	text-decoration:none;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
p.more-btn {
	position:relative;
}
p.more-btn a {
	padding: 5px 14px;
	color:#fff;
	background-color: #ED1C24;
	background-image: url(../images/glass-btn.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:none;
	font-size:14px;
}

p.more-btn a:hover {
	background-color:#C91C29;
}