@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Bayside Little League
Author:   Mark McGhie
----------------------------
CHANGES:

------------------- */
/* =Start with these
----------------------------------------------- */
body {
	background:white;
	margin:0;
	padding:10px;
	color:#000;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal; }
/*h1, h2, h3, h4, ul, li, form {
  margin:0;
  padding:0;
  }
ul, li {
  list-style:none;
  }*/
/* =Page
----------------------------------------------- */
body {
	color:#000000;
	background-color: #CCCCCC;
}
#page {
  width:754px;
  margin:0 auto;
  }
#page2 {
	color: #000;
	background:#fff;
	float:left;
	width:730px;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
/* =Headings
----------------------------------------------- */


h1 {
	text-indent: -9000px;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	}
h2 {
	color: #fff;
	font-size: 150%;
	background-color:#990000;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 0.1em;
	vertical-align: middle;
	float:left;
	width:730px;
	height:20px;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #996;
	background-image: url(../img/headerDivider.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
  
h3 {
	font-size:135%;
	margin:0.75em 0 0;
	color:#790127;
  }
h4 {
	font-size:130%;
	margin:0 0 0;
	color: #990000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .4em;
   }  
  h5 {
	font-size:125%;
	margin:0 0 0;
	color: #003700;
	text-align: center;
   } 
/* =Lists
----------------------------------------------- */
#HorzNav {
	color: #fff;
	font-size: 0.9em;
	background-color: #000;
	clear: both;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#HorzNav ul{
	padding-top: 2px;
	padding-bottom: 3px;
	list-style: none;
	}
	
#HorzNav li {
	display: inline;
	}

#HorzNav a:link, #HorzNav a:visited {
	color: #fc3;
	background-color: #333;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}	
	
#HorzNav a:hover {
	color: #fff;
	background-color: #990000; 
}
	
/* =Misc
----------------------------------------------- */
.clear {
	clear: both;
}
p {
  margin:0.75em 0;
  }

p.btn img {
  display:block;
  margin:0 auto;
  }
  
 .ctr {
	text-align: center; }
img.ctr {
    display: block;
    margin-left: auto;
    margin-right: auto }
img.lt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; }
img.rt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px; }
	
img.grayLeft{
 float: left;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #eee;
 background: #fff;
}
img.redLeft{
 float: left;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #990000;
 background: #fff;
}
img.redRight{
 float: right;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #990000;
 background: #fff;
}
.sup {
	vertical-align: super;
	font-size: smaller;
}
/* = a href
----------------------------------------------- */
a {
	color:#003366;
  }
a img {
  border-width:0;
  }
#content-subColL a{
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline; }

#content-subColR a {
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline; 
	}	
	

/* =Header
----------------------------------------------- */
#header {
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: right top;
	width:730px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/headerBack.jpg);
	height: 200px;
}


/* =Nav
----------------------------------------------- */
.nav ul{
	background-color: #cc9;
	margin: 0;
	padding: 0;
	list-style:none; }
.nav li {
	background:transparent;
	padding:0;
	border-bottom: 1px solid #996; }
.nav li a  {
	color: #903;
	text-decoration: none;
	padding: 5px;
	display: block; }
.nav li a:hover  {
	color: #903;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
	display: block; }
	
#logo img {
	display:block; }	
	
/* =Content
----------------------------------------------- */
.italic {
	font-style: italic; }
.bold {
	font-weight: bold; }
.underline {
	text-decoration: underline; }
.boldRed {
	color: #903;
	font-weight: bold; }
.italicRed {
	color: #903;
	
	font-style: italic; }	
	
.italicBoldRed {
	color: #903;
	font-weight: bold;
	font-style: italic; }	
.boldTan {
	color: #660;
	font-weight: bold; }
.inBy15 {
	padding-right: 15px;
	padding-left: 15px; }
#content {
  float:left;
  width:720px;
  margin:0 0 10px;
  }
#content-side {
	float:left;
	width:210px; }
#content-main {
	width:499px;
	float: right;
	padding-left: 10px; }

#content-subHolder {
	clear: both;
	margin-top: 20px; }
  
#content-subColLL {
	font-size: smaller;
	background-color: #FFFFFF;
	width:160px;
	float: left;
	padding: 4px;
	border: 1px solid #990000;

}
#content-subColLC {
	font-size: smaller;
	background-color: #FFFFFF;
	width:160px;
	float: right;
	padding: 4px;
	border: 1px solid #999966;

}
#content-subColRC {
	font-size: smaller;
	background-color: #FFFFFF;
	width:160px;
	float: left;
	padding: 4px;
	border: 1px solid #990000;

}
#content-subColRR {
	font-size: smaller;
	background-color: #FFFFFF;
	width:160px;
	float: right;
	padding: 4px;
	border: 1px solid #999966;

}
#content-subColL {
	background-color: #FFFFFF;
	width:230px;
	float: left;
	padding: 4px;
	border: 1px solid #990000;

}
#content-subColLImg {
	background-color: #FFFFFF;
	width:230px;
	float: left;
	padding: 4px;
	border: 1px solid #990000;
	background-image: url(../img/portland-sm.png);
	background-position: center center;
}
#content-subHolderLEFT {
	width:352px;
	float: left;
}
#content-subHolderRIGHT {
	width:352px;
	float: right;
}
#content-subHolderCTR {
	width:473Px;
	float: right;
}
#content-subColM {
	width:215px;
	float: left;
	padding: 4px;
	border: solid 1px #999966;
} 
#content-subColMImg {
	width:215px;
	float: left;
	padding: 4px;
	border: solid 1px #999966;
	background-image: url(../img/logo_lighthouse-lite.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
#content-subColRImg {
	background-color: #FFFFFF;
	width:230px;
	float: right;
	padding: 4px;
	border: 1px solid #990000;
	background-image: url(../img/logo_nationals-lite.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
#content-subColR {
	background-color: #FFFFFF;
	width:230px;
	float: right;
	padding: 4px;
	border: 1px solid #990000;
} 
/* =lists
----------------------------------------------- */

#HeaderDivider {
	color: #000;
	font-size: 110%;
	text-align: center;
	padding: 10px;
		}
#HeaderDivider ul{
	padding-top: 2px;
	padding-bottom: 3px;
	list-style: none;
	padding-right: 3px;
	padding-left: 3px;
	}
	
#HeaderDivider li {
	display: inline;
	
	}
	
ul.mix{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item; }
ul.dot{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item; }

li.dot {
	margin-left: 5px;
	list-style-type: disc;
	display: list-item; }

ul.pdf{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item;
	list-style-position: inside;
}

li.pdf {
	margin-left: 5px;
	padding-left: 5px;
	list-style-image: url(../img/pdf-sm.gif); }
ul.doc{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item; }

li.doc {
	list-style-image: url(../img/word-sm.gif); }	 
ol.num {
	
	 }
li.num {
	
	list-style-type: decimal; }
/* =table
----------------------------------------------- */
td {
	vertical-align: top;
}

/* =Footer
----------------------------------------------- */
#footer {
  float:left;
  width:100%;
  border-top:6px solid #990033;
  }
#footer hr {
  display:none;
  }
#footer p {
	margin:0;
	padding:0px;
	text-align:center;
	color:#666666;
	}
#DesignedBy {
	font-size: smaller;
	color: #666666;
	text-align: center;
}
#DesignedBy a{
	text-decoration: none;
}
