/*body { background: transparent url(contentBackground.png) top center no-repeat; }
body #hockey { background: transparent url(contentBackground.png) top center no-repeat; }*/
html { background: #000000 url(background.jpg) top center fixed no-repeat; }
html #hockey { background: #000000 url(background2.jpg) top center fixed no-repeat; }
body { background: transparent none; }

a {
	color: #1237c2;
}

#accountNav { background: #fff none; box-shadow: 0 0 5px rgba(0,0,0,.5); }
#accountNav li { background: transparent none; }
#accountNav li a, #accountNav .secondary a { color: #213252; }
#siteHeader .adminToggle { top: -2px; }

#topNav a {
	background: #1a3262; /* Old browsers */
	background: -moz-linear-gradient(top, #1a3262 0%, #1a243d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a3262), color-stop(100%,#1a243d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a3262 0%,#1a243d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a3262 0%,#1a243d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a3262 0%,#1a243d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a3262 0%,#1a243d 100%); /* W3C */
	font-size: 10px;
	border: 1px solid #242424;
}

#topNav a.selected {
	background: #f93936; /* Old browsers */
	background: -moz-linear-gradient(top, #f93936 0%, #ff6c65 28%, #ef0601 31%, #d20701 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f93936), color-stop(28%,#ff6c65), color-stop(31%,#ef0601), color-stop(100%,#d20701)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* W3C */
}

#topNav td ul li a {
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3e 0%, #303030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 0%,#303030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 0%,#303030 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e3e3e 0%,#303030 100%); /* W3C */
	border-color: #4a4a4a;
}

#topNav td ul li:hover > a, #topNav td ul li.hover > a {
	background: #f93936; /* Old browsers */
	background: -moz-linear-gradient(top, #f93936 0%, #ff6c65 28%, #ef0601 31%, #d20701 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f93936), color-stop(28%,#ff6c65), color-stop(31%,#ef0601), color-stop(100%,#d20701)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f93936 0%,#ff6c65 28%,#ef0601 31%,#d20701 100%); /* W3C */
}

.siteContainer {
	padding: 0 11px;
	background: url(contentBackground.png) no-repeat;
}

/*Social Links*/

.facebookLink, .twitterLink, .twitterLink2, .youTubeLink {
	text-indent: -9999px;
	display: block;
	width: 30px; height: 25px;
	position: absolute;
	top: 177px;
	z-index: 25;
}

/*.facebookLink {
  	right: auto; left: 98px; width: 30px; 
}
*/
.twitterLink2 {
  	right: auto; left: 130px; width: 30px; 
}

.twitterLink {
  	right: auto; left: 98px; width: 30px; 
}

.youTubeLink {
  	right: auto; left: 70px; width: 30px; 
}