/***********************************************/
/* 3column left - double header- triple footer  */
/*          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	background-image: url(../assets/backgroundNavyGrayFade.png);
	background-repeat: repeat-x;
	font-size:small;
	color:#000000;
}

#tagging {
	clear: both;
	margin: 0;
	}
	
h1 {font-size: x-large; color: #000066; font-weight:bold; text-align: center;}
h2 {font-size: large; color:#000066;}
h3 {font-size: large; color: #666666;}
h4 {font-size: medium; font-weight: bold; padding: 15px; color: #666666;}
h5 {font-size: large; color: #000066; text-align: left;}
h6 {font-size:x-small; color: #000000;}
p {font-size: small; color: #000000;}

.footerLetters { color:#FFFFFF; font-size:14px; font-weight:bold;}
.date{ float:right; color:#000066;}
.strikethrough {text-decoration:line-through;}
.grandSlamName {font-size: 110%;}
.med_blue{ font-size:medium; color:#000066; font-weight:700;}
.sm_blue_bold{ font-size:small; color:#000066; font-weight:400;}
.center { text-align:center;}
.county{ font-size:12px;}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	width: 960px;
	margin: 10px auto;
	padding: 25px 0 0 0;
	
}

#header {clear:both;
	width:100%;
	height:150px;
	background-image: url(../assets/headerBackgroundNavyGray.png);
}

#header2 {
	clear:both;
	padding: 2px 4px 0 0;
	width: 948px;
	background-color: #fff;
	height:22px;
	border-left: 4px solid #000066;
	border-right: 4px solid #000033;
}
#date {float:right}
	
/* #content is used to set up the columns*/
#content {
	width:100%;
	clear:both;
}

#photoBox {
	float:right;
	margin: 0 0 4px 10px;
	}
#photoBoxLeft {
	float: left
	margin: 0 10 4px 0px;
	}

#navBar { 
	width: 100%;
	padding: 0 -20px 0 20px;
	text-align: center;
	line-height: 2.5;
	background-color:#006;
}


#navBar a:link {
	padding: 4px 2px 2px 8px;
	color: #FFFFFF;
	line-height: 2.5;
	font-weight:800;
	text-decoration:none;
	border-right: 2px solid white;
	}

#navBar a:visited {
	padding: 4px 2px 2px 8px;
	color: #FFFFFF;
	line-height: 2.5;
	font-weight:800;
	text-decoration:none;
	border-right: 2px solid white;
	}

	
#navBar a:hover { 
	padding: 4px 2px 2px 8px;
	color:#006;
	line-height: 2.5;
	font-weight:800;
	background-color: #CCCCCC;
	border-right: 2px solid #fff;
	}

#navBar a:active { 
	padding: 4px 2px 2px 8px;
	color:#006;
	line-height: 2.5;
	font-weight:800;
	background-color:#ccc;
	border-right: 2px solid #fff;
}
	
#content {
	margin: 0;
	width: 912px;
	padding: 15px 20px 20px 20px;
	background-color: #fff;
	border-right: 4px solid #006;
	border-left: 4px solid #006;
	background-image: url(../assets/keep-it-simple-baseball-logo-1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
	
#footer{ 
	clear:both;
	padding-top: 6px;
	width: 960px;
	height: 70px;
	font-size:small;
	text-align:center;
	background-image: url(../assets/backgroundBottomNavyGray.png);
	background-repeat: no-repeat;
	background-position:top;
}
#footer p {
	color:#FFFFFF;
	}



a:link {color:#0000CC;
	text-decoration:underline;
}
a:visited{color:#000099;
	text-decoration: underline;
}
a:hover { color:#FF6600;
	text-decoration: underline;
}

