@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
}
img {border:0;}
p {
	text-indent: 10px; text-align:justify;
}

.hdr_nav {padding-bottom:10px; margin-bottom:20px;border-bottom:1px solid #900;}
.hdr_nav span{padding-bottom:10px; margin:auto; margin-bottom:20px;border-bottom:3px solid #900;}

/*global links*/
a:link, a:visited {
	color: #f00;
}
a:hover, a:active {
	color:#000;
	background-color: #900;
	text-decoration: none;	
}
.centerheading {
	text-align: center;
	color: #f00;
}
.honorheading {
	text-align: center;
	padding: 10px;
	font-size: 16px;
	color: #f00;
}
.honors {
	color: #CCC;
	padding: 10px;
	font-size: 14px;
}
/* HEADER NAVigation links*/
.hdr_nav a:link, .hdr_nav a:visited {
	color: #f00;	
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.hdr_nav a:hover, .hdr_nav a:active {
	color:#000;
	background-color: #900;
	text-decoration: none;	
}

/* FOOTER NAVigation links*/
.ftr_nav a:link, .ftr_nav a:visited {
	color: #999;
}
.ftr_nav a:hover, .ftr_nav a:active {
	color:#000;
	background-color: #900;
	text-decoration: none;	
}

.align-center {
	text-align: center;
}

.red-f00-36px {
	font-size: 36px;
	color: #f00;
}
.red-f00-24px {
	font-size: 24px;
	color: #f00;
}

/*small text i.e. copyright footer*/
.copyright {
	font-size: 10px;
	color: #999;
}
/*table w/ scores*/
.scoretable {
	border: 1px solid #999;
	text-align:right;
	margin:auto;
}
.gamesummary_header {padding:10px;}

/*styling/layout for gamesummaries & profiles*/
.gamesummary_div, .coachprofile_div, .playerprofile_div {
	border-bottom: 1px dashed #F00;
	width:75%;
	margin:auto;
	padding: 10px;		
}
.gamesummary_content_table h3 {
	margin-bottom: 0;	
}

.gamesummary_content_table {
	border: 0;	
}

/* UPPERCASE title header */
.newsflash h2, .gamesummary_div h2 {text-transform:uppercase;}

.newsflash {
	width: 75%;
	border-top: 1px dashed #F00;
	border-bottom: 1px solid #900;
	padding:10px;
	padding-top:0;
	margin:auto;
	margin-bottom:5px;
}
.newsflash:hover {background-color:#1f1f1f}

.profilepic {padding:5px; margin:10px; border:1px solid #ccc; float:right;}