@charset "utf-8";
/* CSS Document */
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #bbb url(../images/carbon_background.jpg);
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
}
#wrapper {
	background-image: url(../images/new_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#wrapper a:link, 
#wrapper a:visited {
	text-decoration: underline;
	color: #FFF;
	
	font-weight: bold;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/new_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent { 
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	text-align: left;
	
	
}
#mainLeft {
	margin: 0px;
	float: left;
	width: 425px;
	
}
#mainRight {
	margin: 0px;
	float: right;
	
	text-align: left;
}
#mainBottom {
	margin: 0px;
	
}

#mainRoster {
	width:600px;
	margin:10px 0 10px 295px;
	min-height:500px;
	_height:500px;
	
}

#mainRight p{
	text-align: left;
}
#main {
	float: left;
	width: 565px;
	padding-top: 50px;
	padding-left: 35px;
	text-align: left;
}
#navigation {
	width: 300px;
	float: left;
	left: 340px;
	background-color: #0F0;
}
#content {
	float: right;
	width: 600px;
	background-color: #F00;	
}
#sidebar {
	float: right;
	width: 300px;
	padding-top: 50px;
	text-align: left;
}
#sidebar1 {
	float: left;
	width: 320px; /* top and bottom padding create visual space within this div  */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	
}



/********************************************** new Main page stuff ***********************************/

#mainSlide {
	margin:0 auto;
	
}

#mainHome {
	margin-left:310px;
	text-align:left;
	padding:20px 10px;
}

#sidebarMain {
	float:left;
	width:300px;
	margin:10px 0 10px 5 px;
	padding:30px 5px;
	
}

#sidebarSocial {
	width:260px;
	
	height:62px;
	background:url(../images/social-media.gif) no-repeat;
}

#menu-social {
	width:260px;
	height:31px;
	text-align:center;
	padding-top:16px;
	margin:0 0 0 114px;
}

ul#socialnav {
	width:260px;
	height:31px;
	background:transparent url(../images/social-buttons.gif) no-repeat 0 0;
	list-style-type:disc;
	margin:0;
	padding:0;
}

ul#socialnav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;
}

ul#socialnav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/social-buttons.gif) no-repeat;
}

li#socialnav-facebook a {
	width:30px;
	height:31px;
}

li#socialnav-facebook a:link, li#socialnav-facebook a:visited {
	background-position:0 0;
}

li#socialnav-facebook a:hover, li#socialnav-facebook a:focus {
	background-position:0 -31px;
}

li#socialnav-twitter a {
	width:40px;
	height:31px;
}

li#socialnav-twitter a:link, li#socialnav-twitter a:visited {
	background-position:-30px 0;
}

li#socialnav-twitter a:hover, li#socialnav-twitter a:focus {
	background-position:-30px -31px;
}

li#socialnav-youtube a {
	width:64px;
	height:31px;
}

li#socialnav-youtube a:link, li#socialnav-youtube a:visited {
	background-position:-70px 0;
}

li#socialnav-youtube a:hover, li#socialnav-youtube a:focus {
	background-position:-70px -31px;
}


#sectionWrapper {
	
	width:570px;
	margin:0;
	padding:0;
}

.section {
	background:#222;
	width:550px;
	height:135px;
	margin-bottom:15px;
	padding-top:10px;
	padding-left:15px;
}

.sectionContent {
	background:#333;
	width:370px;
	height:110px;
	margin-left:150px;
	text-align:left;
	padding:5px 5px 10px 10px;
}

.sectionImg {
	float:left;
	height:125px;
	width:165px;
	margin-right:5px;
}

.sectionContent .title {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	display:block;
}

.sectionContent .date {
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#ff00ff;
	display:block;
	text-decoration:underline;
}

.sectionContent .text {
	font-size:11px;
	line-height:15px;
}

.sectionContent .more {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}




/*************************** Roster ****************************/



#sidebarRoster {
	float:left;
	width:260px;
	margin:10px 0 10px 5 px;
	min-height:350px;
	border:2px solid white;
	padding:30px 0;
	background-color:#000;
}


#sideTop {
	width:240px;
	margin:0px auto 20px auto;
	border:1px solid white;
	text-align:center;
	padding:5px 0;
}

#photo {
	margin: 0px;
	background: #0F3;
	
}
.pad {
	padding: 19px 0 19px 19px;
}
#footer {
	padding: 0 10px;
	text-align: center;
}
#title {
	text-align: center;
	margin: 15px 0;
}
.clearfooter {
	height: 30px;
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	color: #FF00AA;
	background-color: #FF00AA;
}
h2 {
	color: #FF00AA;
	text-decoration: underline;
	
}
h3 {
	color: #FF00AA;
	text-decoration: underline;
}
h4 {
	color: #FF99DD;
	text-decoration: underline;
}
h5 {
	color: #FF00AA;
	size:24px;
	text-decoration: underline;
}

#frame {
	position: absolute;
	top: 250px;
	left: 200px;
	vertical-align: top;	
}
#new {
	position: absolute;
	top: 250px;
	vertical-align: top;
}

/************************ Contact Form ********************************/

#text {
	width:60%;
	margin:10 auto;
	position:relative;
	
}
#contact-form {
	background-color:#000;
	width:365px;
	padding:20px;
	margin: 50px auto;
	border: 6px solid #D591BE;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
}

#contact-form h1 {
    font-size:30px;
	text-decoration:underline;
	color:#FF00AA;
}

#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
}

#form1 input, 
#form1 select, 
#form1 textarea {
    width:250px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}

#contact-form textarea {
    height:150px;
    resize: none;
}

#form1 label {
	display:inline-block;
	width:100px;
	float:left;
	text-align:left;
}

#form2 label {
	display:inline-block;
	width:90px;
	float:left;
	text-align:left;
}

#form3 label {
	display:inline-block;
	width:90px;
	float:left;
	text-align:left;
}

#form1 {

}

#form2 {
	
	display:block;
	margin-right:190px;
}

#form2 input, 
#form2 select, 
#form2 textarea {
    width:50px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
	display:block;
	
}

#form3 {
	
	display:block;
	margin-right:100px;
}

#form3 input,  
#form3 select,
#form3 textarea {
    width:150px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
	display:block;
	
}

#form4 {
	
	display:inline;
}

#form4 input {
	margin-right:10px;
	border: 1px solid #CEE1E8;
	margin-bottom:20px;
	padding:4px;
}

#form4 label {
	display:inline-block;
	text-align:left;
	margin-left:0px;
}

#form5 {
	margin-bottom:20px;
}

#form5 label,
#form5 input {
	display:inline-block;
	padding:4px;
	
}


#form6 {
	
	display:block;
	padding:0;
}

#form6 label {
	display:inline-block;
	text-align:left;
	float:left;
}

#form6 textarea {
	width:265px;
}


/************************************** Miscellaneous classes for reuse **********************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

.gallery {
	padding: 0px;
	overflow: hidden;
}
.gallery ul {
	list-style-type: none;
	padding: 0;
	margin:0;
	
}
.gallery li {
	float: left;
	width: 200px;
	padding-right: 12px;
	list-style-type: none;
}

.rostergallery {
	padding: 0px;
	overflow: hidden;
	
}
.rostergallery ul {
	list-style-type: none;
	padding: 0;
	margin:0 auto;
	
}
.rostergallery li {
	float: left;
	width: 140px;
	padding-right: 0px;
	list-style-type: none;
}

.rosterSidepadding {
	padding:0 10px 30px 10px;
}

#rosterSidebar {
	float: right;
	width: 350px;
	padding-top: 50px;
	text-align: left;
}

#rosterMain {
	float: left;
	width: 515px;
	padding-top: 50px;
	padding-left: 35px;
	text-align: left;
}

.rosterFeatured {
	padding: 0px;
	overflow: hidden;
	background:#333;
	margin-right:25px;
	
}
.rosterFeatured ul {
	list-style-type: none;
	padding: 0;
	margin:0 auto;
	
}
.rosterFeatured li {
	float: left;
	width: 50px;
	padding: 2px 2px 2px 2px;
	list-style-type: none;
}

/****************************************** Donation Page ************************************************/

#donationMain {
	width:800px;
	margin:0 auto;
	padding:10px 0px;
	background-color:#333;
	min-height:500px;
	_height:500px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.donationGallery {
	padding: 0px;
	overflow: hidden;
	
}
.donationGallery ul {
	list-style-type: none;
	padding: 0;
	margin:0 auto;
	
}
.donationGallery li {
	float: left;
	width: 355px;
	padding-right: 0px;
	list-style-type: none;
	margin:0 20px 0px 15px;
}

.donationSub {
	width:355px;
	margin:5px 10px 5px 10px;
	min-height:300px;
	_height:300px;
	background-color:#EEE;
	box-shadow:7px 7px 10px #888;
	
}

#donationMain h2 {
	color:#222;
	font-size:1.2em;
	text-decoration:none;
}

#donationMain p {
	color:#222;
	text-indent:16px;
	padding:5px;
}

table#donationChamp {
	width:255px;
	margin:auto;
	color:#222;
	
}

table#donationChamp th {
	border-bottom:2px solid black;
	
}

table#donationChamp td {
	border-bottom:1px solid black;
	padding-top:5px;
	
}

.hover tr {
	color:#222;
}

.hover tr:hover {
	color:#FF00AA;
	background-color:#333;
}

.perk {
	font-size:.8em;
	font-style:italic;
}

#message {
	text-align:center;
	font-size: 14px;
	border: 2px ridge #f00;	
}

#sponsorExpand {
	
	width:100%;
	overflow:hidden;
	
}

#sponsorMain {
	width:850px;
	margin:0 auto;
	padding:10px 0px;
	background:url(../images/sponsor_bg.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.sponsorSub {
	width:755px;
	margin:5px 10px 5px 10px;
	background-color:#EEE;
	box-shadow:7px 7px 10px #888;
	padding:1px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

#sponsorLineup {
	float:left;
	width:450px;
	min-height:400px;
	_height:400px;
	
	
}

#sponsorImg {
	width:285px;
	margin-left:465px;
	min-height:400px;
	_height:400px;
	
}

#sponsorInfo {
	width:745px;
	padding:0px 5px;
}

.sponsorTitle {
	color:#000;
	font-size:18px;
	text-decoration:underline;
	padding:0px;
	text-align:left;
}

table#sponsorTable {
	width:600px;
	margin:auto;
	color:#222;	
}

table#sponsorTable th {
	border-bottom:2px solid black;	
}

table#sponsorTable td {
	border-bottom:1px solid black;
	padding-top:5px;
	min-width:50px;	
}

.sponsorgallery {
	padding: 0px;
	overflow: hidden;
	
}
.sponsorgallery ul {
	list-style-type: none;
	padding:0;
	margin:0 auto;
	
	
}
.sponsorgallery li {
	float: left;
	width: 80px;
	padding-right: 0px;
	list-style-type: none;
	color:#000;
	margin-bottom:5px;
	margin-left:10px;
}

#sponsorLineup li.name {
	width:200px;
	font-size:1.2em;
}

#sponsorMain p {
	color:#222;
	text-indent:16px;
	padding:5px;
}

#sponsorInfo h1 {
	color:#FF00D0;
	font-size:22px;
	font-weight:bold;	
	text-decoration:underline;
	maring:0px;
	padding:0px;
	
}





