@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
LAYOUT
----------------------------------------------- */

body	{background-image:url(images/Layout/greystripey3.png); background-repeat:repeat; margin:0px 0px 0px 0px; font-family:"Arial Narrow", Arial, sans-serif; color:#000033; font-size:16px;}

#header	{ height: 100px; width: 100%; background-image:url(images/darkblue.png); background-repeat:repeat; border-bottom:3px solid 	#FCEE21;}

	#headertitle {background-color:#000033; width:790px; margin: 0px auto 0px auto; padding: 50px 0px 0px 10px;}

#allcontent	{background-color:#003; width:800px; margin: 0px auto 0px auto;}

	#navbar	{background-color:#777777; width:770px; height: 27px; margin:0px 10px 10px 10px; padding-top:10px; padding-left:10px;}
	
	#featuredimage	{width:760px; height:400px; margin: 10px; background-image:url(images/featuredimage1.jpg);  	                     background-repeat:none; padding-left:20px;}
	
	#threeboxes	{width:800px; height:210px;}
		#schedule	{float:left; background-color:#FCEE21; width:253px; height:200px; margin:0px 5px 10px 10px;}
		#visitor	{float:left; background-color:#FFFFFF; width:253px; height:200px; margin:0px 5px 10px 5px;}
		#playerofweek	{float:left; background-color:#FCEE21; width:253px; height:200px; margin:0px 10px 10px 5px;}
	
	#pagelabel	{width:195px; height:35px; margin:0px 10px 10px 10px;}
	#subtopics	{width:175px; height:auto; margin:0px 10px 10px 10px; padding:10px; background-color:#ffffff;}
	#content	{float:right; width:575px; min-height:230px; margin:0px 10px 10px 0px; background-color:#ffffff;}
		#yellowsubbox	{float:right; width:165px; height:auto; margin:0px 10px 10px 10px; background-color:#FCEE21; padding:5px;}
		
	#footer	{float:right; width:800px; height:45px; background-color:#000033;}
		#footer p	{font-size:13px; color:#ffffff; line-height:20px;}
		
	.imageleft	{float:left; border:thin #000033 solid; margin:5px 5px 5px 10px;}
	.imageright	{float:right; border:thin #000033 solid; margin:5px 10px 5px 5px;}
/* ---------------------------------------------
TYPOGRAPHY
----------------------------------------------- */

#featuredimage p {padding-top:10px; line-height:20px;}

.featuredtextWHITE	{color:#FFF;}
.featuredtextYELLOW	{color:#FCEE21;}
.featuredheadlineWHITE {color:#FFF; font-weight:bold;}
.featuredheadlineYELLOW {color:#FCEE21; font-weight:bold;}

#threeboxes p	{padding:10px 5px 0px 5px; line-height:20px; font-weight:bold;}
	
#content p	{font-family:Arial, Helvetica, sans-serif; margin:5px 10px 15px 10px; font-size:15px; line-height:18px;}	
	.contenttitle	{font-family:"Arial Narrow", Arial, sans-serif; font-weight:bold; font-size:22px; margin:20px 10px 0px 10px;}
	.contentsubtitle	{font-family:"Arial Narrow", Arial, sans-serif; font-weight:bold; font-size:16px; line-height:20px; margin-left:10px;}
	.contentimage	{margin-bottom:10px;}
.subtitle	{font-family:"Arial Narrow", Arial, sans-serif; font-weight:bold; font-size:16px; line-height:20px;}

#content ul	{margin:5px 10px 15px 10px; list-style:square; list-style-position:inside; font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:18px;}

/* ---------------------------------------------
Links
----------------------------------------------- */

.twitter	{color: #FFF; text-decoration: none; font-size:17px; font-weight:bold; padding:0px 0px 6px 204px;}

.navlink	{color: #FFF; text-decoration: none; font-size:18px; font-weight:bold; padding:10px;}



a:link {color: #FFF; text-decoration:none;} 
a:visited {color: #FFF; text-decoration: none;}
a:active {color: #FFF; text-decoration: none;}
a:hover {color: #FCEE21; text-decoration: none;}

#threeboxes a:link	{color:#000033; text-decoration:none;}
#threeboxes a:visited	{color:#000033; text-decoration:none;}
#threeboxes a:active	{color:#000033; text-decoration:none;}
#threeboxes a:hover	{color:#666666; text-decoration:underline;}

#content a:link	{color:#000033; text-decoration:none;}
#content a:visited	{color:#000033; text-decoration:none;}
#content a:active	{color:#000033; text-decoration:none;}
#content a:hover	{color:#666666; text-decoration:underline;}

#subtopics a:link	{color:#000033; text-decoration:none;}
#subtopics a:visited	{color:#000033; text-decoration:none;}
#subtopics a:active	{color:#000033; text-decoration:none;}
#subtopics a:hover	{color:#666666; text-decoration:underline;}

#footer a:hover {color: #FCEE21; text-decoration:underline;}