<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/********************/
/* reset */
/********************/

  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
a, a:active { outline: none; }
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}

/********************/
/* fonts */
/********************/


@font-face {
    font-family: 'cartogothicstdregular';
    src: url('fonts/cartogothicstd-book-webfont.eot');
    src: url('fonts/cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cartogothicstd-book-webfont.woff') format('woff'),
         url('fonts/cartogothicstd-book-webfont.ttf') format('truetype'),
         url('fonts/cartogothicstd-book-webfont.svg#cartogothic_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gandhisansregular';
    src: url('fonts/gandhisans-regular-webfont.eot');
    src: url('fonts/gandhisans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gandhisans-regular-webfont.woff') format('woff'),
         url('fonts/gandhisans-regular-webfont.ttf') format('truetype'),
         url('fonts/gandhisans-regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********************/
/* structure */
/********************/

body {
	font-family: cartogothicstdregular, Courier, Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #111;
	background:  url(images/bg-img/grass.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";

}



a {
	text-decoration: none;
	border-bottom: 1px solid #3399ff;
	color: #111;
	}

a.captain-email {
	display: block;
	background: url(images/email.png) no-repeat top right;
	height: 12px;
	width: 15px;
	text-indent: -99999px;
	border: none;
	margin-top: 2px;
	}

a:hover {
	color: #FFF;
	background-color: #3399ff;
	border: none;
	}

a.delete {
	text-decoration: none;
	border-bottom: none;
	color: #F00;
	}

a:hover.delete {
	color: #FFF;
	background-color: #F00;
	border: none;
	}

p {
	padding: 3px 0 10px 0;
	}

.center {
	text-align: center;
	}

.highlight {
	color: #3399ff;
	font-size: 0.9em;
	}

span.center {
	display: block;
	text-align: center;
	}

.standout {
	border: 1px solid #DEDEDE;
	background: #F4F4F4;
	padding: 20px;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	}

.standout.lite {
	font-size: 1em;
	line-height: 1.15em;
	}

ol.standout {
	padding-left: 50px;
	}

.standout.left {
	text-align: left;
	}

.floatright {
	float: right;
	margin: 0 0 20px 40px;
	}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.standout-plain {
	padding: 20px;
	font-size: 1.3em;
	text-align: center;
	}

.comment {
	color: #AAA;
	}

.full-width {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

.half-width {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	}

.third-width {
	width: 31%;
	}

.two-third-width {
	width: 66%;
	}

.middle-element {
	margin-right: 2%;
	margin-left: 2%;
	}

.third-width.sign-up-height {
	height: 340px;
	margin-bottom: 50px;
	position: relative;
	}

.third-width.sign-up-height .standout {
	bottom: 20px;
	position: absolute;
	width: 60%;
	margin: 0 10%;
	border-color: #F00;
	}

.third-width.sign-up-height .standout a {
	border: none;
	}

.sponsor-element {
	width: 40%;
	display: block;
	float: left;
	height: 200px;
	padding: 10px 5%;
	}

.sponsor-element p {

	}

.sponsor-element a {
	border: none;
	text-decoration: none;
	}

.sponsor-image {
	display: block;
	height: 120px;
	padding: 10px 0 10px;
	text-align: center;
}

.sponsor-image.short-image {
	height: 75px;
	padding: 55px 0 10px;
}

h1,
h2,
h3,
h4,
h5,
#nav {

	font-weight: bold;
	}

h1,
h2,
h3 {
	clear: both;
	}

h1 {
	font-weight: normal;
	}

h2 {
	font-size: 1.8em;
	padding: 15px 0 2px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #999;
	}

h3 {
	font-size: 1.45em;
	margin: 8px 0 3px 0;
	padding: 7px 0 3px 0;
	}

h4 {
	font-size: 1.2em;
	margin: 5px 0 1px 0;
	padding: 4px 0 1px 0;
	}

h5 {
	font-size: 1.1em;
	padding: 5px 0 0 0;
	}

ul,
ol {
	padding: 10px 0 15px 30px;
	}

li {
	padding: 2px 0 2px 5px;
	}

ol li {
	list-style: decimal outside ;
	}

ul li {
	list-style: disc outside ;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	font-weight: bolder;
	}

blockquote {
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: italic;
	padding: 15px 40px;
	}

#content {
	width: 700px;
	margin: 30px auto;
	padding: 25px 30px;
	background: 1px solid #3399ff;
	border-top: 8px solid #3399ff;
	background-color: #FFF;
	}

#content.wide {
	width: 850px;
	}

.error {
	background-color: #EF9595;
	padding: 20px;
	margin: 20px;
	}

.update {
	background-color: #9AEF95;
	padding: 20px;
	margin: 20px;
	}

.add-player-div {
	padding-top: 30px;
	}

/********************/
/* cleafix */
/********************/

#header:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#header,
.clearfix {
	display: inline-block;
}

html[xmlns] #header,
html[xmlns] .clearfix {
	display: block;
}

* html #header,
* html .clearfix {
	height: 1%;
}


/********************/
/* header */
/********************/

#header * {
	padding: 0;
	margin: 0;
	}

#header {

	}


#header a,
#header a:hover {
	background-color: transparent;
	border: none;
	}

#header h1 a {
	display: block;
	//width: 400px;
	//height: 40px;
	//background: transparent url(images/title.png) no-repeat top left;
	//text-indent: -9999px;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 35px;
	padding-top: 10px;
	border: none;
	color: #3399ff;
	}

#header h1 a:hover {
	//background-position: 0 -40px;
	}

#header #nav {
	width:300px;
	position:relative;
	float:right;
	padding-top: 5px;
	top: 5px;
	}

#header #nav li,
#header #nav li a {
	display: block;
	height: 30px;
	width: 100px;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	color: #888;
	}

#header #nav li {
	float: left;
	}

#header #nav li:hover,
#header #nav li:hover a,
#header #nav li a:hover {
	color: #000;
	}

#header #nav li li {
	border-bottom: 1px solid #3399ff;
	}

#header #nav li li,
#header #nav li li a {
	font-size: 14px;
	color: #444;
	line-height: 32px;
	padding-bottom: 2px;
	}

#header #nav li ul {
    display: none;
    width: 100px;
    background: #FFF;//transparent url(images/bg-nav.png) repeat;
    top: 35px;
	border-top: 1px solid #3399ff;
    }

#header #nav li:hover ul {
    position: absolute;
    display: inline;
    width: 100px;
    left: 0;
    }

#header #nav li:hover.about ul {
	left: 200px;
	}

#header #nav li:hover.media ul {
	left: 100px;
	}

#header #nav li.has-sub {
	background: transparent url(images/nav_arrows.png) no-repeat 80px -1px;
	}

#header #nav li.has-sub:hover {
	background-position: 80px -31px;
	}

#header #nav li.has-sub&gt;a {
	text-align: right;
	padding-right: 20px;
	width: 80px;
}

#header #nav li li a:hover {
	background-color: #3399ff;
	color: #FFF;
	//background: transparent url(images/bg-nav-solid.png) repeat;
	}

#header #nav li a:hover {
	color: #000;
	}

#header img#header-photo {
	background: transparent url(images/photo-shadow.png) no-repeat center bottom;
	padding-bottom: 56px;
	width: 700px;
	height: 200px;
	}

#countdown {
	clear: both;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	font-family: gandhisansregular;
	border: 1px solid #DDD;
	background: #666;
	padding: 40px 35px 35px;
	margin: 30px 0 25px;
	color: #FFF;
	}

#countdown .countdown-day {
	padding: 3px 5px;
	margin: 0 1px;
	background-color: #3399ff;
	color: #FFF;
	font-weight: bold;
	}

#countdown .small {
	font-size: 20px;
	}

/********************/
/* pages */
/********************/

iframe {
	margin: 10px 0;
	border: 1px solid #E1E1E1;
	}


/********************/
/* tables */
/********************/

table {
	margin:10px auto 15px auto;
	}

tr {
	margin-bottom: 4px;
	}

td,
th {
	padding: 2px 8px;
	text-align: center;
	}

td {

	}

th {
	font-weight: bold;
	color: #F4F4F4;
	background-color: #3399ff;
	}

th.topleft {
	background-color: #FFF;
	}

tr.alt {
	background-color: #E2E2E2;
	}

tr,
tr.header-row {
	background-color: transparent;
	}

table.team-list {
	clear: both;
	}

table.team-list td {
	padding: 7px 15px;
	}

table td span.yes {
	background: transparent url(images/bg_y.png) no-repeat center center;
	display: block;
	text-indent: -9999px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	}

table td span.no {
	background: transparent url(images/bg_n.png) no-repeat 3px center;
	padding-left: 22px;
	padding-right: 3px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}

table td span.yes.show-text {
	text-indent: 0;
	width: auto;
	background-position: 3px center;
	padding-left: 22px;
	}

table.team-checklist {
	position: relative;
	margin: 40px auto 40px;
}

table.team-checklist td {
	vertical-align: top;
	}

table.team-checklist td.team-status span {
	line-height: 2em;
	vertical-align: center;
	display: block;
	}

/********************/
/* froms */
/********************/

.standout form#lost-email {
	padding: 0;
	}

.standout form#lost-email input.full-width {
	//width: 100%;
	}

form.gb-form {
	padding: 0 30px;
	border-collapse: separate;
	}

form .form-q,
form .form-a {

	}

form .form-q {
	padding-top: 10px;
	}

form .form-a {
	text-align: center;
	padding-bottom: 20px;
	}

form .submit {
	text-align:center;
	align: center;
	}

form tr td.form-label label {
	width: 100%;
	display: block;
	border-left: 5px solid transparent;
	padding: 3px;
}

form tr.empty td.form-label label{
	border-left: 5px solid red;
}

form table {
	background: #F4F4F4;
	}

form table td {
	border-collapse: separate;
	padding: 5px;
	vertical-align: top;
	}

form table td.form-label {
	width: 200px;
	text-align: right;
	padding-right: 15px;
	}

form table td.form-input {
	width: 250px;
	text-align: left;
	}

form.add-player table {
	padding-top: 30px;
	background-color: #FFF;
	}

form.add-player table td.form-input {
	width: 200px;
	}

form table td.form-input input,
form table td.form-input textarea {
	padding: 3px;
	width: 95%;
	border: 1px solid #3399ff;
	}

form table td.form-input textarea {
	height: 100px;
	}

form table td.form-input textarea.large {
	height: 250px;
	}

form#add-team table {
	border: 1px solid #E4E4E4;
	padding: 20px;
	}

/********************/
/* footer */
/********************/

#footer,
#footer a {
	color: #999;
	border-color: #999;
	}

#footer a:hover {
	background-color: #999;
	color: #EEE;
	}

#footer {
	text-align: center;
	font-size: 0.8em;
	padding-top: 30px;
	clear: both;
	}

#footer .facebook-box,
#footer .facebook-box a,
#footer .facebook-box a:hover {
	background-color: transparent;
	border: none;
	}
</pre></body></html>