@charset "utf-8";
/* CSS Document */
/* typography */

@font-face {
  font-family: 'futura';
  src: url('../fonts/FuturaLT-CondensedBold.eot?#iefix')  format('embedded-opentype'),  
	   url('../fonts/FuturaLT-CondensedBold.woff') format('woff'), 
	   url('../fonts/FuturaLT-CondensedBold.ttf')  format('truetype'), 
	   url('../fonts/FuturaLT-CondensedBold.svg#FuturaLT-CondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura-normal';
  src: url('../fonts/FuturaLT-Condensed.eot?#iefix')  format('embedded-opentype'),  
	   url('../fonts/FuturaLT-Condensed.woff') format('woff'), 
	   url('../fonts/FuturaLT-Condensed.ttf')  format('truetype'), 
	   url('../fonts/FuturaLT-Condensed.svg#FuturaLT-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* site css */
body {
	background:#013F70 url(../img/bigbg.jpg) top center no-repeat fixed;
	margin:0px;
	font-family:Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:14px;
}
td {
	vertical-align:top;
}
a {
	color:#2E496C;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#shell {
	margin:auto;
}
div#main {
	width:100vw;
	max-width:1000px;
	margin:auto;
}

div#leftcol {
	width:275px;
	min-height:365px;
	padding-top:35px;
	float:left;
	display:none;
}
div#logo {
	height:295px;
	background:url(../img/cuplogo.png) no-repeat top center;
	width:265px;
}
div#lftgames {
	min-height:415px;
	margin-top:10px;
	width:245px;
	background-color:#000;
	color:#FFF;
	padding:25px 10px 10px 10px;
}
div#lftgames span {
	color:#FD7800;
	display:block;
	text-align:center;
	font-size:32px;
	text-transform:uppercase;
	font-family: 'futura';	
	margin-bottom:25px;
}
div#topbar, div#toplogo {
	height:35px;
	width:100vw;
	max-width:1000px;
	float:left;
	font-family: 'futura';
	color:#FFF;
}
div#toplogo {
	height:110px;
}
div#topname {
	float:left;
	font-size:28px;
	width:50%;
}

div#topname a {
	color:inherit;
}
div#topname a:hover {
	text-decoration:none;
}
div#topname span {
	color:#FD7800;
}
div#topmenu {
	float:right;
	width:50%;
	font-size:22px;
	text-transform:uppercase;
	margin-top:5px;
	text-align:right;
}

div#topmenu a, div#menu a, div#ftrlinks a {
	color:#FFF;
	text-decoration:none;
}
div#topmenu a:hover {
	color:#F47925;
}
div#toplogo div#topmenu {
	margin-top:80px;
}
div#menu {
	height:auto;
	float:left;
	font-size:18px;
	font-family: 'futura';
	width:100vw;
	max-width:1000px;
	background-color:#000;
	color:#FFF;
	text-align:center;
}
div.rotator {
	width:100vw;
	max-width:1000px;
	height:225px;
	margin-top:10px;
	float:left;
}
div.rotator img {
	margin:10px;
}
div#content {
	width:100vw;
	max-width:950px;
	padding:25px;
	float:left;
	min-height:400px;
	margin-top:10px;
	background-color:#FFF;
}
div#content table, div#article table {
	border-collapse:collapse;
}
div#content table td, div#article table td {
	padding:5px; 
	width:auto;
	border:#BBB 1px solid;
	text-align:top;
}
div#content table tr:nth-child(1) td, div#article table tr:nth-child(1) td {
	background-color:#013F70;
	color:#FFF;
	font-weight:bold;
	border:#013F70 1px solid;
}

div#clr, div.clr {
	clear:both;
}
div#footer {
	height:50px;
	background-color:#000;
	margin:10px 0px 10px 0px;
	color:#FFF;
	font-family: 'futura';
	font-size:14px;
}
div#ftrcpyr {
	float:left;
	margin-left:17px;
	font-weight:bold;
	padding-top:17px;
}
div#ftrlinks {
	float:right;
	margin-right:17px;
	font-weight:bold;
	padding-top:17px;
}
h1 {
	color:#FD7800;
	font-family: 'futura';
	font-size:32px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#2E496C;
	font-family: 'futura';
	font-size:23px;
	text-transform:uppercase;
	margin:15px 0px 5px 0px;
}
h3 {
	color:#333;
	font-family: 'futura';
	font-size:18px;
	margin:10px 0px 5px 0px;
}
div.partner {
	width:216px;
	height:120px;
	float:left;
	margin-top:25px;
	background: center no-repeat;
}
table.teams {
	width:755px;
	border-collapse:collapse;
	border:#555555 3px double;
}
table.teams td { 
	padding:3px;
	border:#555555 1px single;
}
table.standings {
	border-collapse:collapse;
	border:#2E496C 1px solid;
	margin-bottom:25px;
	width:100%;
}
table.standings th {
	background-color:#2E496C;
	color:#FFF;
	font-size:22px;
	font-family: 'futura';
	text-transform:uppercase;
	padding:5px;
}
table.standings tr:nth-child(odd) {
	background-color:#E6E6E6;
}
table.standings th:nth-child(1) {
	text-align:left;
}
table.standings td
{
	padding:5px;
	font-family:'futura-normal';
	font-size:21px;
	width:30px;
	text-align:center;
	text-transform:uppercase;
}
table.standings td a {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
}
table.standings td a:hover {
	text-decoration:underline;
}
table.standings td:nth-child(3) {
	width:45px;
}
table.standings td:nth-child(3) {
	text-align:left;
	width:auto;
}
div.skills-in {
	background-color:#4C4C4C;
	color:#FFF;
	font-size:18px;
	font-family: 'futura-normal';
	text-transform:uppercase;
	padding:5px;
}
table.skills td {
	text-align:left;
	width:auto;
}
table.skills tr:nth-child(odd) {
	background-color:#FFF;
}
table.skills td:nth-child(1) {
	width:41px;
	text-align:center;
	border-right:none;
}
table.skills td:nth-child(2) {
	border-left:none;
}
table.skills td:nth-child(3), table.skills td:nth-child(4), table.skills th:nth-child(2), table.skills th:nth-child(3) {
	width:75px;
	text-align:center;
}
form#chgrp {
	margin-bottom:20px;
}
span#chgrplbl {
	font-size:18px;
	font-family:'futura-normal';
}
select#age_cat {
	font-family:'futura-normal';
	font-size:18px;
	margin-left:15px;
}
table.schedule {
	width:100%;
	border-collapse:collapse;
}
table.schedule td {
	vertical-align:middle;
}
table.schedule td a {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
}
table.schedule td a:hover {
	text-decoration:underline;
}		
div.gamedate {
	color:#FFF;
	font-family:'futura';
	font-size:22px;
	background-color:#2E496C;
	padding:10px 5px 10px 5px;
	text-align:left;
	text-transform:uppercase;
}
tr.gmdet td {
	font-family:'futura-normal';
	font-size:21px;
	text-transform:uppercase;
	padding:5px;
}
tr.gmxtra td {
	padding:5px 5px 20px 5px;
	font-family:'futura-normal';
	font-size:16px;
}
tr.gmxtra td:nth-child(1) {
	width:60px;
}
tr.gmxtra td:nth-child(3) {
	width:100px;
	text-align:right;
}
td.score {
	border:#A2A2A2 1px solid;
}
td.kickoff {
	width:60px;
}
td.ico {
	width:45px;
	text-align:center;
}
td.sep {
	/*width:20px;*/
	padding:5px 0px 5px 0px;
	text-align:center;
}
td.tbc {
	width:auto;
}
table.schedule td.home, table.schedule td.away {
	width:240px;
}
table.schedule td.home {
	text-align:right;
}
td.gmxtra {
	padding-top:0px;
}
div#games div.game:nth-child(odd) {
	background:#E6E6E6;
}
.grayout {
	color:#888;
}
div#rtr1 {
	background-image:url(../img/rtr/4.jpg);
}
div#map-canvas {
	width:100%;
	height:400px;
	border:#AAA 1px solid;
	margin-top:15px;
}
div#fields{
	font-family:'futura-normal';
	font-size:18px;
}
a.field {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}
a.field:nth-child(6) {
	margin-right:0px;
}
a.field:hover {
	text-decoration:underline;
}
#countdown {
	float:right; 
}
#countdown p {
  display: inline-block;
  padding: 2px;
  font-size:20px;
  margin: 5px 0px 0px 5px;
  text-transform:uppercase;
}
div#cchpkg {
	float:right;
	width:175px;
	background-color:#FD7800;
	border:#CCC 3px double;
	font-family:'futura-normal';
	font-size:28px;
	margin:0px 0px 5px 5px;
	padding:10px;
	text-align:center;
	color:#FFF;
}
div#cchpkg img {
	margin:5px;
}
div#cchpkg a {
	font-size:22px;
	color:#FFF;
	text-decoration:none;
	font-family:'futura';
}
div#cchpkg a:hover {
	text-decoration:underline;
}

div.champs-division, div.champs-name, div.champs-logo, div.champs-rup {
	font-size:28px;
	float:left;
	padding:5px;
}
div.champs-division {
	width:100px;
	color:#2E496C;
	font-family: 'futura';
	text-transform:uppercase;
}
div.champs-logo {
	width:80px;
	text-align:center;
}
div.champs-name {
	width:300px;
	font-family:'futura-normal';
	text-transform:uppercase;
}
span.champs-rup {
	font-size:18px;
	text-transform:none;
}
div.champs-name a {
	font-weight:normal;
	color:inherit;
}

.nopad {
	padding:0px;
}
div#skillsteams-1,
div#skillsteams-2 {
	width:350px;
	margin:0px 0px 5px 5px;	
}
div#skillsteams-1 {
	float:left;
}
div#skillsteams-2 {
	float: right;
}
img.gpic {
	padding:5px;
	border:#BBB 1px solid;
	margin:5px;
}
p#pgnums {
	font-size:26px;
	font-family:'futura-normal';
	font-weight:bold}
a.shwpg {
	font-size:30px;
	font-weight:bold;
	color:#FD7800;
}
img.alignright {
	float:right;
	margin:10px 10px 10px 0px;
}
img.alignleft {
	float:left;
	margin:10px;
}
table {
	vertical-align:top;
}
div#partners {
	text-align:center;
}
div#partners img {
	margin:10px;
}