
/********************/
/* 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: "" "";
}


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

body {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 13px;
	line-height: 130%;
	color: #111;
	}

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

a:hover {
	color: #FFF;
	background-color: #00459F;
	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;
	}

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

.standout {
	border: 1px solid #DEDEDE;
	background: #FFF;
	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;
	}

.floatleft {
	float: left;
	}

.facebook-box a,
.facebook-box a:hover {
	background: none;
	border: none;
	}

.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: 33%;
	margin-right: auto;
	margin-left: auto;
	}

h1,
h2,
h3,
h4,
h5,
#nav {
	font-family: 'Arvo', Rockwell, Verdana, Arial, sans-serif;
	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;
	}

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

#content {
	width: 700px;
	margin: 30px auto;
	padding: 25px 30px;
	border: 2px solid #E1E1E1;
	background-color: #F4F4F4;
	}

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

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

	
/********************/
/* 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 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;
	}

#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,
#header #nav li li a {
	font-size: 14px;
	color: #444;
	line-height: 34px;
	}

#header #nav li ul {
    display: none;
    width: 100px;
    background: transparent url(images/bg-nav.png) repeat;
    top: 35px;
    }
    
#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>a {
	text-align: right;
	padding-right: 20px;
	width: 80px;
}

#header #nav li li a:hover {
	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;
	}


/********************/
/* 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: #F1F1F1;
	background-color: #999;
	}

th.topleft {
	background-color: transparent;
	}

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

table.team-list {
	clear: both;
	}

table.team-list td {
	padding: 7px 4px;
	}
	
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 {
	float: right;
	position: relative;
	margin: 30px 30px 30px 0;
}

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

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 td {
	border-collapse: separate; 
	padding: 5px;
	vertical-align: top;
	}

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

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

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

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

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;
	}



