@charset "utf-8";
/* UI GLOBALS */

body{
	background-image:url(template.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#047e1c;
	-webkit-background-size: 1606px 1600px;
	-webkit-min-device-pixel-ratio:0
}

/* main text colors */
#NetworkAdsFooter .NetworkAd .AdTitle, .PlatinumAd .AdTitle,.GoldAd .AdTitle,a {
	color:#047e1c;	
}
#featuredNewsLinks a,article header a,h3 a,.wufoo .info h2{
	color:#1256b3 !important;
}

a:hover {
	color:#0C0;	
}

#submenu a:hover{
	border-left:2px solid #F00;	
}

#submenu a.current{
	border-left:2px solid #F00;
}

#TeamsiteFooterWrapper a{
	color:#FFF;	
}

#TeamsiteFooterWrapper a:hover{
	color:#CCC;	
}

#Credits{
	font-size:11px;
	color:#FFF;
}

/* main link rollover colors */
#featuredNewsLinks a:hover,article header a:hover,h3 a:hover{
	color:#F00;	
}

#TeamsiteHeaderWrapper{
	height:150px;
	width:1100px;
	margin:0px auto;
}

h1{
	height:150px;
	width:375px;
	cursor:pointer;
	text-indent:-999px;
}

#HeaderLinkA,#HeaderLinkB{
	padding:0px;
	margin:0px;
}

#HeaderLinkA{
	height:150px;
	width:300px;
	display:block;
	position:relative;
	top:-151px;
	left:485px;
}

#HeaderLinkB{
	height:150px;
	width:275px;
	display:block;
	position:relative;
	top:-303px;
	left:800px;
}

#MainMenuWrapper{
	height:40px;
	margin-top:10px;
}

/* Navigation */
#mainmenu_home{
	width:160px;
	text-indent:-999px;
	float:left;
    padding: 0.75em 1em;
}

#mainmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Fanatics Ribbon */
#FanaticsWrapper{
	height:32px;
	line-height:32px;
	color:#999;
}

#fanaticsribbonlink{
	text-indent:-9999px;
}

#fanaticsribbonlink2{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#fanaticsribbonlink2:hover{
	color:#999;	
}

#FanaticsTicker{
	color:#bbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
}

#FanaticsTicker span{
	padding:0px 8px;
	border-right:1px solid #666;
	border-left:1px solid #000;
}


/* BUTTONS */
#AdminLoginButton{
	float:right;
	padding:7px 15px;
	color:#CCC;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #333;
	background-color:#000;
	text-decoration:none;
	font-size:14px;
	font-family: Arial,sans-serif;
    text-shadow: -1px -1px 2px #000;
	margin-right:15px;
}

#AdminLoginButton:hover{
	text-shadow: 0 1px 1px #FFF;	
}

.borderradius #AdminLoginButton {
   background: #ccc;
   border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}

.boxshadow #AdminLoginButton {
   box-shadow: #000 1px 1px 1px;
   -moz-box-shadow: #000 1px 1px 1px;
   -webkit-box-shadow: #000 1px 2px 1px;
}

.cssgradients #AdminLoginButton {
   background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.11, rgb(0,0,0)),
		color-stop(0.56, rgb(41,41,41))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(0,0,0) 11%,
		rgb(41,41,41) 56%
	);
}
.cssgradients #AdminLoginButton:hover {
   background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(204,204,204)),
		color-stop(1, rgb(242,242,242)),
		color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(204,204,204) 0%,
		rgb(242,242,242) 100%,
		rgb(255,255,255) 100%
	);
   color:#666;
}



