@charset "utf-8";
/* CSS Document */

body {
	background: #56534E url(/images/background.jpg) no-repeat center top;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#99988C;
	line-height:13px;
}

a:link, a:visited, a:active {color:#000;}
a:hover {color:#333;}

.clear {
    clear: both;
} 

#main {
	width:912px;
	margin:0;
	padding:0;
}

#container {
	background:url(/images/background_repeat.jpg) repeat-y top;
	width:912px;
	min-height:630px;
	height: auto !important;
	height: 630px;
	float:left;
}
	

h3	{
	font-size:13px;
	margin:3px 0px;
	padding:3px 0px;
}

p {
	margin:0;
	padding:0;
}

/* BANNER STUFF */

#banner_networking {
	background:url(/images/banner_networking.jpg) no-repeat top;
	display:block;
	text-align:right;
	padding-right:20px;
	height:22px;
}

#banner {
	background:url(/images/banner.jpg) no-repeat top;
	height: 140px;
	width:912px;
}


a.logo:link, a.logo:visited, a.logo:active {
	background:url(/images/logo.jpg) no-repeat top;
	height:112px;
	width:170px;
	float:left;
	display:block;
}

#banner_sections {
	background:url(/images/bannersections.jpg) no-repeat top;
	height:111px;
	width:672px;
	float:right;
	margin-right:12px;
	margin-top:5px;
}

.bottomspace {
	margin-bottom:1px;
	*margin-bottom:0;
}

.section {
	color:#DADAD8;
	float:left;
	width:204px;
	height:71px;
	padding:18px 10px;
	text-align:center;
}

.section2 {
	color:#DADAD8;
	float:left;
	width:204px;
	height:71px;
	padding:10px 10px;
	text-align:center;
}

a.section1, a.section1:hover, a.section1:link, a.section1:active, a.section1:visited {
	color:#DADAD8;
	text-decoration:underline;
}

/* TOP NAV */

#topnav {
	display:block;
	height:42px;
	width:912px;
}

ul#topnav {
	margin-top:0;
	margin-left:-40px;
	*margin-left:0px;

}

li.topnav {
	list-style-type:none;
	display:inline;
	float:left;
}

a.home:link, a.home:visited, a.home:active {
	background:url(/images/topnavbar.jpg) 0px 0px;
	display:block;
	height:42px;
	width:80px;
	overflow:hidden;
}


a.home:hover {
	background:url(/images/topnavbar.jpg) 0px 42px;
}

a.tickets:link, a.tickets:visited, a.tickets:active {
	background:url(/images/topnavbar.jpg) -80px 0px;
	display:block;
	height:42px;
	width:86px;
	overflow:hidden;
}


a.tickets:hover {
	background:url(/images/topnavbar.jpg) -80px 42px;
}
	

a.team:link, a.team:visited, a.team:active {
	background:url(/images/topnavbar.jpg) -166px 0px;
	display:block;
	height:42px;
	width:66px;
	overflow:hidden;
}


a.team:hover {
	background:url(/images/topnavbar.jpg) -166px 42px;
}

a.play:link, a.play:visited, a.play:active {
	background:url(/images/topnavbar.jpg) -232px 0px;
	display:block;
	height:42px;
	width:75px;
	overflow:hidden;
}


a.play:hover {
	background:url(/images/topnavbar.jpg) -232px 42px;
}

a.photos1:link, a.photos1:visited, a.photos1:active {
	background:url(/images/topnavbar.jpg) -307px 0px;
	display:block;
	height:42px;
	width:88px;
	overflow:hidden;
}


a.photos1:hover {
	background:url(images/topnavbar.jpg) -307px 42px;
}

a.sponsor:link, a.sponsor:visited, a.sponsor:active {
	background:url(/images/topnavbar.jpg) -395px 0px;
	display:block;
	height:42px;
	width:96px;
	overflow:hidden;
}


a.sponsor:hover {
	background:url(/images/topnavbar.jpg) -395px 42px;
}

a.shop:link, a.shop:visited, a.shop:active {
	background:url(/images/topnavbar.jpg) -491px 0px;
	display:block;
	height:42px;
	width:73px;
	overflow:hidden;
}


a.shop:hover {
	background:url(/images/topnavbar.jpg) -491px 42px;
}


a.contact:link, a.contact:visited, a.contact:active {
	background:url(/images/topnavbar.jpg) -563px 0px;
	display:block;
	height:42px;
	width:110px;
	overflow:hidden;
}

a.contact:hover {
	background:url(/images/topnavbar.jpg) -563px 42px;
}

a.news:link, a.news:visited, a.news:active {
	background:url(/images/topnavbar.jpg) -674px 0px;
	display:block;
	height:42px;
	width:76px;
	overflow:hidden;
}

a.news:hover {
	background:url(/images/topnavbar.jpg) -674px 42px;
}

a.schedule:link, a.schedule:visited, a.schedule:active {
	background:url(/images/topnavbar.jpg) -750px 0px;
	display:block;
	height:42px;
	width:76px;
	overflow:hidden;
}

a.schedule:hover {
	background:url(/images/topnavbar.jpg) -750px 42px;
}

a.videos:link, a.videos:visited, a.videos:active {
	background:url(/images/topnavbar.jpg) -826px 0px;
	display:block;
	height:42px;
	width:86px;
	overflow:hidden;
}


a.videos:hover {
	background:url(/images/topnavbar.jpg) -826px 42px;
}

/* SUBNAV */

li.subnav {
	display:inline;
	float:none;
	overflow:hidden;
}

li.subnav a {
	display:block;
	width:87px;
	height:45px;
	background-image:url(/images/subnav.jpg);
	text-indent:-9999px;
}

li.subnav a:hover {
	background-image:url(/images/subnavhover.jpg);
}

ul#topnav li {
	position:relative;
}

ul#topnav li ul  {
	display:none;
}

ul#topnav li:hover ul {
	display:block;
	position:absolute;
	left:-40px;
}

li.subnav #games a{
	background-position:5px 0px;
}

li.subnav#events a{
	background-position:0px -45px;
}

li.subnav#roster a{
	background-position:-87px 0px;
}

li.subnav#coaches a{
	background-position:-87px -45px;
}

li.subnav#frontoffice a{
	background-position:-87px -90px;
}

li.subnav#minersgirls a{
	background-position:-89px -135px;
}

li.subnav#canary a{
	background-position:-87px -180px;
}

li.subnav#join a{
	background-position:-180px -0px;
}

li.subnav#practice a{
	background-position:-180px -45px;
}

li.subnav#stadium a{
	background-position:-180px -90px;
}

li.subnav#gamephotos a{
	background-position:-260px 0px;
}

li.subnav#eventphotos a{
	background-position:-265px -45px;
}

li.subnav#tickets a{
	background-position:-434px 0px;
}

li.subnav#merchandise a{
	background-position:-434px -45px;
}

li.subnav#sponsorships a{
	background-position:-432px -90px;
}

li.subnav#advertise a{
	background-position:-434px -135px;
}

/* CONTAINER 1 */

#container1 {
	background:url(/images/containerbg.jpg) no-repeat top;
	min-height:358px;
	height: auto !important;
	height: 358px;
	padding:10px 17px;
	width:878px;
	float:left;
}

#rotator {
	float:left;
}


#whitebox {
	background:url(/images/whitebox.png) no-repeat top;
	height:150px;
	float:right;
	padding:15px;
	width:190px;
	margin-bottom:4px;
	text-align:left;
	overflow:hidden;
	font-size: 12px;
}

p.whitebox {
	line-height:10px;
}

#charlie {
	height:274px;
	float:right;
	padding:0px;
	width:215px;
	margin-bottom:4px;
	text-align:left;
	overflow:hidden;
	font-size: 12px;
}

p.charlie {
	line-height:10px;
}

#tabs {
	height:275px;
	padding:0px 10px;
	width:892px;
	margin-top:2px;
	float:left;
	margin-left:5px;
	}
	
#tabstop {
	background:url(/images/tabs_top.png) no-repeat top;
	height:40px;
	text-align:left;
	width:880px;
	float:left;
}

#tabs-loading {
	height: 275px;
	padding:0px 10px;
	width:892px;
	margin-top:2px;
	float:left;
	margin-left:5px;
}

#watch, #news, #run, #fans, #charlie2, #league, #history , #stad1{
	width: 868px;
	height: 225px;
}

.tabfront {
	background:url(/images/tab_front.png) no-repeat top;
	float:left;
	height:20px;
	padding: 13px 0px 0px 10px;
	width:99px;
}

.tabback {
	background:url(/images/tab_back.png) no-repeat top;
	float:left;
	height:20px;
	padding: 13px 0px 0px 10px;
	width:99px;
}

#tabsbottom {
	background:url(/images/tabsbottom.png) no-repeat top;
	height:11px;
	width:880px;
	float:left;
}

.tabsnewsbox {
	background:url(/images/tabnewsbg.jpg) no-repeat top;
	height:110px;
	*height:90px;
	width:840px;
	padding: 0px 10px;
	*padding: 10px 10px;
	text-align:left;
	float:left;
}

.tabthumb {
	height:88px;
	width:88px;
	margin-left:1px;
	margin-top:11px;
	*margin-top:1px;
	float:left;
}

.tabtext {
	float:right;
	padding:0px 10px;
	width:730px;
}

.magbutton {
	float:right;
}

/*TEXT CONTAINER*/

#text {
	float:left;
	text-align:left;
	font-size:12px;
	}
	

#textcontenttop {
	background:url(/images/top_content.jpg) no-repeat top;
	height:5px;
	width:655px;
}

#textcontentarea {
	background:url(/images/content_repeat.jpg) repeat-y top;
	width:615px;
	padding:11px 20px;
	min-height:580px;
	height: auto !important;
	height: 580px;
	color: #494949;
}

#textcontentbottom {
	background:url(/images/bottom_content.jpg) no-repeat top;
	height:5px;
	width:655px;
}

.texttitle {
	padding-bottom:20px;
	margin-left:-2px;
}

.vthumb1:hover {
	background: #e8e8e8;
}

a.vlink1, a.vlink1:hover, a.vlink1:active, a.vlink1:visited, a.vlink1:link {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

/*News*/
.newsTitle
{
	color: #494949;
	font-size: 24px;
	line-height: 26px;
}

.newsDate
{
	font-size: 9px;
}

.newsContent
{
	color: #494949;
	font-size: 12px;
	line-height: 16px;
}

/*Store*/
#catcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#catcontainer li { margin: 0 0 .2em 0; }

#catcontainer a
{
display: block;
color: #494949;
font-size: 12px;
text-decoration: none;
background-color: #f5f6f5;
width: 86%;
padding: .2em .8em;
text-decoration: none;
}

#catcontainer a:hover
{
background-color: #e5e5e5;
color: #c8b21e;
font-size: 12px;
text-decoration: none;
}

a.catlink1, a.catlink1:hover, a.catlink1:active, a.catlink1:visited, a.catlink1:link {
	color: #494949;
	font-size: 12px;
	text-decoration: none;
}

a.catlink2, a.catlink2:hover, a.catlink2:active, a.catlink2:visited, a.catlink2:link {
	color: #c8b21e;
	font-size: 12px;
	text-decoration: none;
}

a.plink1, a.plink1:active, a.plink1:visited, a.plink1:link {
	color: #395fdb;
	font-size: 12px;
	text-decoration: none;
}

a.plink1:hover {
	text-decoration: underline;
}

.storetext1 {
	color: #494949;
	font-size: 12px;
}

.storetext2 {
	color: #f8f8f8;
	font-size: 12px;
}

.storetext3 {
	color: #494949;
	font-size: 11px;
}

/*Footer*/
a.copyText, a.copyText:hover, a.copyText:visited, a.copyText:link, a.copyText:active {
	color: #ffffff;
	text-decoration: underline;
}

#containerbottom {
	color: #ffffff;
}
/*Admin*/
.adminSection{
	color:#ffffff;
	float: right;
	font-size:40px;
	margin-top:40px;
	padding-right:20px;
	line-height:45px;
	
}

#adminContent {
	background-color: #ffffff;
	width: 875px;
	min-height:610px;
	height: auto !important;
	height: 610px;
}

#dashcontenttop {
	margin-left: 20px;
	background:url(/images/dashtop.png) no-repeat top;
	height:16px;
	width:840px;
}

#adminMain {
	margin-left: 20px;
	padding-top: 10px;
}

#dashcontentarea {
	margin-left: 20px;
	background-color:#f1f4f5;
	width:799px;
	padding:11px 20px;
	min-height:332px;
	height: auto !important;
	height: 332px;
}

.dashtoptext {
	color: #56534e;
	font-size: 15px;
	font-weight: 600;
	padding-top:20px;
	padding-left:28px;
	padding-bottom: 8px;
}
#dashcontentbottom {
	margin-left: 20px;
	background:url(/images/dashbottom.png) no-repeat top;
	height:16px;
	width:840px;
}

a.dash, a.dash:hover, a.dash:active, a.dash:visited, a.dash:link {
	color: #3f67db;
	font-size: 18px;
	text-decoration: underline;
	line-height:20px;
}

.text1 {
	color: #494949;
	font-size: 13px;
}

.text2 {
	color: #ffffff;
}

.text3 {
	color: #494949;
}

.text4 {
	color: #494949;
	font-size: 18px;
}

.text5 {
	color: #494949;
	font-size: 12px;
	line-height: 14px;
}

a.alink1, a.alink1:hover, a.alink1:active, a.alink1:visited, a.alink1:link {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

a.alink2, a.alink2:hover, a.alink2:active, a.alink2:visited, a.alink2:link {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

a.alink3, a.alink3:hover, a.alink3:active, a.alink3:visited, a.alink3:link {
	color: #5687d9;
	font-size: 11px;
	text-decoration: underline;
}
/* log in */
#blue_box {
    background: url(/images/loginbox.png) no-repeat;
    width: 521px;
    height: 281px;
    margin-left: 235px;
}
.welcome {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 400px;
}
#login_welcome {
    width: 287px;
    height: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#login_form {
    width: 310px;
    margin: auto;
    padding-top: 50px;
}
#login_text {
    float: left;
    width: 100px;
    height: 101px;
}
#login_input {
    float: right;
    width: 200px;
    margin-top: 33px;
}
#login_input input {
    margin-top: 12px;
}
#login_submit {
    clear: both;
    margin-top: 30px;
    float: right;
    *margin-top: 1px;
}
#password {
    *width: 150px;
}
/* end log in */

/* email */
#email_add {
    float: left;
    margin-right: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#email_upload {
    float: left;
}
.table_top_bottom {
    margin: auto;
    display: block;
    width: 947px;
    height: 24px;
    clear: both;
}
.table_middle {
    height: auto !important;
    min-height: 300px;
    margin: auto;
    width: 947px;
}
.table_middle h1 {
    color: #476586;
    font-size: 14px;
    font-weight: bold;
}
.table_title {
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
}
.table_middle table{
    width: 800px;
    margin-left: 20px;
    margin-top: 10px;
    border: 1px solid;
    border-color: #D3D8E4;
}
.table_middle table tr td {
    padding: 3px;
	color: #494949;
}
.blue {
    background-color: #EFF1F5 !important;
}
.black {
    background-color: #57544f !important;
}
.right {
    text-align: right;
}

.view_all {
    position: absolute;
    right: 50px;
    margin-top: 5px;
}
#search {
    float: right;
    background: url(/images/email_mag.jpg) no-repeat;
    width: 220px;
    height: 100px;
}
#search form {
    margin-top: 58px;
}
#search input[type=image] {
    position: absolute;
}
#search input[type=text] {
    margin-top: 3px;
}
/*pagination*/
#previous_page {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin: 15px;
    line-height: 30px;
}

#previous_page img{
    margin-right: 5px;
}
#next_page img{
    margin-left: 5px;
}
#next_page {
    float: right;
    font-weight: bold;
    font-size: 18px;
    margin: 15px;
}
/********pagination*********/
div.pagination {
	padding: 5px;
	margin: 3px;
        padding-left: 30px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #003A75;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #003A75;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #003A75;
	font-weight: bold;
	background-color: #003A75;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	}
        
/***********end pagination***********/
/***********sponsors****************/
.sponsor_title {
  padding-bottom: 10px;
  display: block;
}
.sponsor_wrap {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.sponsor_wrap img{
  margin: 5px;
}
/*********end sponsors**********/

/*Custom Light Box */
#overlay 
{
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index:2000;
     text-align:center;
	 background-color: #e3e3e3;
	 filter:alpha(opacity=60);
	 -moz-opacity: 0.65;
	 opacity:  0.65;
}


#lightbox
{
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: left;
}

#outerContainer
{
	position: relative;
	background-color: #fff;
	border: 1px solid #353535;
	width: 350px;
	height: 150px;
	margin: 0 auto;
}

#innerContainer
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;		
}	


/***********************temporary**********/
#bgball {
  margin-top: -5px;
}
/***end temporary***/

/* POLL */
#pollcontainer{
	margin:5px; 
	padding:5px;
	color:#494949;
}
#loader{ display:none; text-align:center;}
.pollques{ font-size:12px;font-weight:bold; }
.option{ margin:5px 0; padding-top:5px; }
.option p{ line-height:1.1em; font-size:0.85em; font-weight:bold; }
.bar{ height:12px; background:#f0e569; }
.yourvote{ background:#494949; }

#tab2 { background:url('/images/tab_back.png'); width: 138px; height: 33px; }
#tab2 a:hover { background: #ffffff url(/images/tab_hover2.png) no-repeat; width: 130px; height: 5px; }

#tab3 { background:url('/images/tab_back_small.png'); width: 77px; height: 33px; }
#tab3 a:hover { background: #ffffff url(/images/tab_hover2.png) no-repeat; width: 50px; height: 5px; }

/* Nivo Slider */
#rotator1 {
  margin-left: 4px;
  width: 250px;
  line-height: 17px;
}
.nivo-caption p {
  padding: 10px 5px !important;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* End Slider */