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

body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #5c5c99 url('img/pagebg.jpg') top left repeat-x;
	background: #aaa;
	width: 1000px;
}

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

a:hover, a:active {
	color #fff;
	text-decoration: underline;
}

#main {
	width: 1000px;
	border: 1px solid #000;
	margin: 10px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -500px;

	box-shadow: -5px -5px 7px #88a;

	-webkit-box-shadow: -5px -5px 7px #555;
	border-radius: 5px; 
}

#logoblock {
	width: 372px;
	height: 450px;
	float: left;

	background: #0000ff;
	overflow: hidden;
	border-bottom: 1px solid #000;
	}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}

#logo h1 {
	position: absolute;
	top: 100px;
	left: 175px;
	color: #fff;
	font-size: 16pt;
	width: 187px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#logo h2 {
	position: absolute;
	top: 130px;
	left: 175px;
	color: #fff;
	font-size: 12pt;
	width: 187px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-style: normal;


}
#logo h3 {
	position: absolute;
	top: 175px;
	left: 175px;
	color: #fff;
	font-size: 10pt;
	width: 187px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}


#logobg {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 372px;
	height: 450px;
	overflow: hidden;
}

#twitter {
	position: absolute;
	top: 225px;
	left: 5px;

	border-radius: 5px; 

	width: 362px;
	height: 220px;
	
	background-color: #fff;
	background-color: rgba(255,255,255,.4);
	
	overflow: hidden;
}

#twitter h1 {
	font-size: 18pt;
	margin-left: 15px;
}

#twitter p {
	padding-left: 25px;
}

#twitter p span {
	display: block;
	text-align: right;
	font-size: 75%;
	padding-right: 10px;
}

#followtwitter {
	text-align: center;
}

#followtwitter a:link, #followtwitter a:visited {
	color: #006;
}

#photo {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-sizing: border-box;
}

#pnav {
	position: absolute;
	top: 350px;
	left: 140px;

	border-radius: 5px; 

	width: 350px;
	height: 75px;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
	
	display: none;
}

#pnav a {
	display: block;
	float: left;
	width: 116px;
	text-align: center;
	padding-top: 25px;
}

#pnav a:link, #pnav a:visited {
	color: #000;	
	font-weight: bold;
}

#announcements {
	float: left;
	width: 500px;
	height: 500px;
	background: #00004c url('img/darkbg.jpg');
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: auto;
}
#announcements h3 {
	font-size: 16pt;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
#announcements h3:first-child {
	margin-top: 15px;
}

#announcements p {
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.postdate {
	text-align: right;
	font-size: 12pt;
	display: block;
	padding-right: 30px;
}


#calander {
	float: left;
	background: #dadef2;
	width: 500px;
	height: 500px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

}

#calander iframe {
	margin-top: 25px;
}

#wreckschange {
	clear: both;
	height: 200px;
	background: #8692cd url('img/longbg.jpg');
	border-bottom: 1px solid #000;
}

#wreckschange img {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

#wreckschange h1 {
	margin-top: 10px;	
}

#wreckschange a:link, #wreckschange a:visited {
	font-size: 15pt;
	display: block;
	float: left;
	padding-left: 40px;
	width: 400px;
}

#mission {
	float: left;
	width: 240px;
	height: 490px;
	background: #9f9fc0 url('img/lightbg.jpg');
	font-size: 15pt;
	padding: 5px;
	text-align: justify;
}
#mission h1 {
	display: inline;	
	font-size: 19pt;
	color: #004;
}

#mission h2 {
	display: inline;
	font-size: 17pt;
	color: #004;
}
#mission em {
	color: #004;
}

#mission a:link, #mission a:visited {
	color: #003;	
	display: block;
	text-align: center;
}

#player {
	float: left;
	width: 498px;
	height: 500px;
	background: #00004c url('img/darkbg.jpg');
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #ddf;
}

#player img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;

	box-shadow: -5px -5px 7px #000;
	-webkit-box-shadow: -5px -5px 7px #000;
	border-radius: 5px;
}

#player h1 {
	color: #ddf;
	padding-left: 20px;
}
#player h2 {
	color: #ddf;
}
#player a {
	color: #ccf;
	cursor: default;
}
#player table {
	margin-left: auto;
	margin-right: auto;
}
#player table tr td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}


#logowear {
	float: left;
	width: 240px;
	height: 490px;
	background: #9f9fc0 url('img/lightbg.jpg');
	
	font-size: 15pt;
	padding: 5px;
}

#logowear h1 {
	display: inline;	
	font-size: 19pt;
	color: #004;
}


#wreckstv {
	clear: both;
	width: 1000px;
	height: 200px;
	background: #8692cd url('img/longbg.jpg');
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#wreckstv img {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

#wreckstv p {
	font-size: 15pt;	
	padding-left: 40px;
	margin-left: 200px;
	color: #ddf;
}

#links {
	float: left;
	width: 240px;
	height: 490px;
	background: #9f9fc0 url('img/lightbg.jpg');
	
	font-size: 15pt;
	padding: 5px;
/*	text-align: justify;
*/
}

#links h1 {
	display: inline;	
	font-size: 19pt;
	color: #004;
}

#links h2 {
	display: inline;
	font-size: 17pt;
	color: #004;
}
#links em {
	color: #004;
}

#links a:link, #links a:visited {
	color: #003;	
	display: block;
}
#links p {
	color: #222;
	font-size: 80%;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

#video {
	float: left;
	width: 498px;
	height: 500px;
	background: #00004c url('img/darkbg.jpg');
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#video div {
	margin-left: 10px;
}

#coaches {
	float: left;
	width: 250px;
	height: 500px;
	background: #9f9fc0 url('img/lightbg.jpg');
}

#coaches h1 {
	display: inline;	
	font-size: 19pt;
	color: #004;
}


#footer {
	clear: both;
	background: #8692cd url('img/longbg.jpg');
	width: 1000px;
	height: 200px;
	border-top: 1px solid #000;
}

p.biglink a {
	font-size: 25px;
	font-weight: bold;
}
