@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
background: #0570ca url(images/bg.jpg) repeat-x;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
color: #000000;
}

a {
color: #000;
text-decoration: none;
}

a:visited {
}

a:hover {
color: #FF0000;
text-decoration: underline;
}

/* Typography */

h1 {
font-size: 1.8em;
font-style: strong;
margin-bottom: 1.5em;
}

h2 {
font-size: 1.4em;
font-style: strong;
margin-bottom: 20px;
}

h5 {
font-size: 1.1em;
margin-bottom: 1.5em;
}

.italic {
font-style: italic;
font-size: 1.1em;
line-height: 1.2em;

}

img {
border-style: none;
}

.container {
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	display: block;
	width: 849px;
}

#facebook {
float: right;
margin: -30px 30px 0 0;
}

/* top navigation */


#invite_link {
	background-image: url('images/invite_link.png');
	width: 200px;
	height: 60px;
	margin-left: 40px;
	
}

#invite_link a {
	color: #fff;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/menu.png);
	width: 849px;
	height: 45px;
}

.nav li {
	float: left;
}


.nav li a {
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li.about a {
	left: 0;
	width: 180px;
	background-position: 0 0;
}

li.players a {
	left: 180px;
	width: 220px;
	background-position: -180px 0;
}


li.book a {
	left: 400px;
	width: 150px;
	background-position: -400px 0;
}

li.contact a {
	left: 550px;
	width: 140px;
	background-position: -550px 0;
}

li.donate a {
	left: 690px;
	width: 159px;
	background-position: -690px 0;
}

#content {
	margin: 0;
	padding: 10px 0 5px 0;
	display: block;
	background: url(images/content-bg.png) repeat-y;
	width: 849px;
}

#headerimage {
	margin: -5px 0 0 25px;
	height: 457px;
	width: 800px;
}

#welcome-folder {
background: #e5cd9b;
margin: 20px 0 0 39px;
width: 200px;
height: 40px;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
}

#welcome-container {
	margin: 0 auto 0;
	background: #e5cd9b url(images/welcome-body-bg.jpg) repeat-x bottom;
	width: 770px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#welcome-body {
	margin: 30px 40px 20px 40px;
	width: 90%;
	display: block;
	float: left;
}

#welcome-body a {
	color: blue;
}

.frontpage-image {
	float: right;
	margin: 0;
}

/* about page sub-navigation */

#subnavabout {
	margin: 0 0 0 36px;
	padding: 0;
	position: relative;
	list-style: none;
	background: url(images/subnavabout.jpg) no-repeat;
	width: 767px;
	height: 36px;
}

#subnavabout li {
	float: left;
}


#subnavabout li a {
	position: absolute;
	top: 0;
	padding: 0;
	display: block;
	width: 800px;
	height: 36px;
	background: url(images/subnavabout.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#subnavabout_mission a {
	left: 0px;
	width: 155px;
	background-position: 0 0;
}

li#subnavabout_prog a {
	left: 155px;
	width: 154px;
	background-position: -155px 0;
}

li#subnavabout_chardev a {
	left: 309px;
	width: 152px;
	background-position: -309px 0;
}

li#subnavabout_sports a {
	left: 461px;
	width: 154px;
	background-position: -461px 0;
}

li#subnavabout_summercamp a {
	left: 615px;
	width: 152px;
	background-position: -615px 0;
}

#body_mission li#subnavabout_mission a {
	background-position: 0 -36px;
}

#body_prog li#subnavabout_prog a {
	background-position: -155px -36px;
}

#body_chardev li#subnavabout_chardev a {
	background-position: -309px -36px;
}

#body_sports li#subnavabout_sports a {
	background-position: -461px -36px;
} 

#body_summercamp li#subnavabout_summercamp a {
	background-position: -615px -36px;
}

/* meet the players page sub-navigation (cumbersome, I know, but it reduces the http requests. if you're reading this code and have a easier solution, email me peter.a.english@gmail.com thanks! */

#subnavplayers {
	margin: 0 0 0 36px;
	padding: 0;
	position: relative;
	list-style: none;
	background: url(images/subnavplayers.jpg) no-repeat;
	width: 767px;
	height: 36px;
}

#subnavplayers li {
	float: left;
}


#subnavplayers li a {
	position: absolute;
	top: 0;
	padding: 0;
	display: block;
	width: 800px;
	height: 36px;
	background: url(images/subnavplayers.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#subnavplayers_staff a {
	left: 0px;
	width: 155px;
	background-position: 0 0;
}

li#subnavplayers_board a {
	left: 155px;
	width: 154px;
	background-position: -155px 0;
}

li#subnavplayers_advisory a {
	left: 309px;
	width: 152px;
	background-position: -309px 0;
}

li#subnavplayers_partners a {
	left: 461px;
	width: 154px;
	background-position: -461px 0;
}

li#subnavplayers_funders a {
	left: 615px;
	width: 152px;
	background-position: -615px 0;
}

#body_staff li#subnavplayers_staff a {
	background-position: 0 -36px;
}

#body_board li#subnavplayers_board a {
	background-position: -155px -36px;
}

#body_advisory li#subnavplayers_advisory a {
	background-position: -309px -36px;
}

#body_partners li#subnavplayers_partners a {
	background-position: -461px -36px;
} 

#body_funders li#subnavplayers_funders a {
	background-position: -615px -36px;
}


/* Sub Page body content */

#subpage-content{
	margin: 0 auto 0;
	background: #dbccad url(images/subpage-content-bg.jpg) repeat-x bottom;
	width: 777px;
	display: block;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.subpage-body {
	padding: 40px 30px 30px 40px;
	width: 33em;
}

.subpage-body a {
	color: blue;
}

.subpage-image {
	float: right;
	margin-top: 25px;
}

.right {
	float: right;
	margin-top: 15px;
	}

/* contact form styling */

fieldset {
	border-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	margin-left: 10px;
	border-style: none;
}

label {
	display: block;
	width: 10em;
	margin-right: 1em;
}

#contact-info {
margin-top: 30px;
width: 220px;
float: right;
line-height: 1.4em;
}


#bookcover {
	float: left;
	width: 200px;
	padding: 15px 20px 20px 0;
}

/* Footer */

#footer {
	margin: 0 0 0 4px;
	padding: 0;
	background: url(images/footer.png) no-repeat;
	width: 849px;
	height: 50px;
}

#credit {
	float: right;
	vertical-align: bottom;
	margin-right: 15px;
	color: #bbb;
	font-size: 0.9em;
 }   
 
