* {margin: 0; padding: 0}

html, body {}
html {
	background: #666; /* Old browsers */
  	background: -moz-linear-gradient(top,  #666 0%, #AAA 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#AAA)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #666 0%,#AAA 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top,  #666 0%,#AAA 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top,  #666 0%,#AAA 100%); /* IE10+ */
  	background: linear-gradient(top,  #666 0%,#AAA 100%); /* W3C */
}
h1, h2, h3, h4, h5, h6 {font-family: 'Stoke', serif; font-weight: normal; font-size: 1.2em;}
h1.section_header {font-size: 26px; display: block; border-top: 1px solid #000; padding: 10px 10px 0px 10px; margin-top: 40px; clear: both;}
li {zoom: 1;}
p {font-family: Helvetica, Arial, sans-serif;}
a {color: #11118c; text-decoration: none; font-family: Arial, Verdana, Sans-serif;}
a:hover {}
img {border: none;}
.italic {font-style: italic;}

/*======= home styles ========*/
#wrapper {position: relative; width: 1200px; margin: 0 auto; height:}
#nav_wrapper {width: 181px; margin: 0 auto; height: 280px; display: block; position: absolute; top: -20px; left: 0px;background: #000; 
 	 -moz-box-shadow: 8px -8px 9px -8px #000;
  -webkit-box-shadow: 8px -8px 9px -8px #000;
  		  box-shadow: 8px -8px 9px -8px #000;
}
#tipper {width: 0; height: 0; border-left: 91px solid transparent; border-right: 91px solid transparent; border-top: 40px solid #000; position: absolute; bottom: -40px;}
#content_wrapper {width: 1000px; margin: 20px 0 20px 200px; overflow: auto; clear: both; min-height: 500px;}
#footer_wrapper {width: 1200px; margin: 0 auto; clear: both; margin-top: 20px; text-align: center;}

div.card {border: 1px solid #eee; border-top: 1px solid #fff; border-right: 1px solid #fff; padding: 10px; width: 134px;height:228px;
 		-webkit-box-shadow: 0 8px 6px -6px black;
           -moz-box-shadow: 0 8px 6px -6px black;
                box-shadow: 0 8px 6px -6px black;
	          zoom: 1;
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ddd 20%, #fff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#fff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ddd 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ddd 0%,#fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ddd 0%,#fff 100%); /* IE10+ */
  background: linear-gradient(top,  #ddd 0%,#fff 100%); /* W3C */
}

.intro {padding: 20px 40px 0px 40px;}
.card img {width: 134px; margin-bottom: 10px; }
.card a {display: block;}
.card p {font-size: 12px; line-height: 12px;}
.player_cards, .player_cards li, 
.nav_items, .nav_items li,
.sponsor_cards, .sponsor_cards li,
.fan_cards, .fan_cards li,
.coach_cards, .coach_cards li {list-style: none; padding: 0; margin: 0;}
.player_cards, .coach_cards, .fan_cards, .sponsor_cards {margin: 10px 0; clear: both; display: block; overflow: auto;}

.player_cards li, .coach_cards li, .fan_cards li, .sponsor_cards li {display: inline-block; float: left; zoom: 1; margin: 5px;}
.nav_items {margin-top: 10px;}
.nav_items li a {display: block; margin: 0px 15px 3px; text-align: center; color: white; text-decoration: none; border-bottom: 1px dotted #eee; padding: 5px 5px 11px; }

.fans, .coaches {width: 48%; float: left; overflow: auto; display: inline-block;}
.coaches {margin-right: 40px;}

.sponsor_cards div.card {width: 218px;}
.sponsor_cards div.card img {width: 218px}
.sponsor_cards div.card img.facebook {height: 75px; width: 75px;}
.sponsor_cards table {width: 99%; height: 99%;}
.sponsor_cards td {vertical-align: middle; text-align: center;}
.sponsor_cards .card a {vertical-align: middle;}
.to_top {text-align: right; display: block; clear: both; color: #ccc; text-decoration: none; clear: both; margin: 10px 0;}

.logo_options img {height: 275px;}
.logo_options td {padding: 10px; vertical-align: middle; text-align: center;}

.links li, .links {list-style: none;}
.links {margin: 20px; }
.links li {padding: 5px 0;}
.links li ul {margin-left: 20px; font-size: 13px;}
.links a:hover {color: #333}

.calendar_wrapper {padding: 20px; background: #999999; width: 900px; margin: 10px auto;}
.calendar_wrapper iframe {}
