/* Fusionbox Admin CSS Template */

/* Reset default positioning values */
@import "reset.css";

body {
  background: #000000 url('../image/bg.jpg') bottom center no-repeat;
}

/*************** Layout */

#wrapper {
  width: 970px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

/*************** Header */

#header {
  float: left;
  display: inline;
  width: 970px;
  height: auto;
  background: url('../image/header_bg.gif') repeat-x;
}

#loginForm, 
#newsletter {
  float: right;
  display: inline;
  clear: right;
  width: 330px;
  height: 20px;
}

#loginForm {
  margin: 9px 9px 0px 0px;
}

#newsletter {
  margin: 2px 9px 0px 0px;
}

#loginForm input, #loginForm img,
#newsletter input, #newsletter img {
  float: right;
}

#loginForm img, 
#newsletter img {
  display: block;
  margin-right: 4px;
}

#loginForm input.go {
  float: right;
  display: block;
  width: 63px;
  height: 20px; 
  border: 0px;
  margin: 0px 0px 0px 2px;
  padding: 0px;
  cursor: pointer;
}

#loginForm input.go {
  background-position: right;
}

#loginForm input.text {
  float: right;
  display: block;
  width: 96px;
  height: 18px; 
  font-size: 11px;
  line-height: 13px;
  border: 0px;
  margin: 0px;
  padding: 2px 3px 0px 4px;
  background: url('../image/header_login_input.gif') left no-repeat;
}

#newsletter input.go {
  float: right;
  display: block;
  width: 32px;
  height: 20px; 
  border: 0px;
  margin: 0px 0px 0px 2px;
  padding: 0px;
  cursor: pointer;
}

#newsletter input.go:hover {
  background-position: right;
}

#newsletter input.search {
  float: right;
  display: block;
  width: 130px;
  height: 18px; 
  font-size: 11px;
  line-height: 13px;
  border: 0px;
  margin: 0px;
  padding: 2px 3px 0px 4px;
  background: url('../image/header_input.gif') left no-repeat;
}

#logo {
  float: left;
  display: inline;
  width: 95px;
  height: 96px;
  margin: 0px 0px 0px 10px;
}

#tagline {
  float: left;
  display: inline;
  width: 285px;
  height: 40px;
  margin: 8px 0px 0px 8px;
  line-height: 25px;
  font-size: 18px;
  color: #ffffff; 
}

#buy {
  float: left;
  display: inline;
  width: 120px;
  height: 20px;
  margin: 32px 0px 0px 110px;
  line-height: 25px;
  font-size: 18px;
  color: #ffffff; 
}

/*************** Nav */

#nav {
  float: right;
  display: inline;
  width: 860px;
  height: 37px;
  margin: 8px 0px 0px 0px;
}

#nav a, #nav a:link, #nav a:visited {
  float: left;
  display: block;
  height: 37px;
  padding: 0px;
  text-align: center;
  line-height: 37px;
  color: #7571b0;
  text-decoration: none;
  background-position: top;
  background-repeat: no-repeat;
}

#nav a.here, #nav a:hover, #nav a:active {
  background-position: bottom;
}

#navHome {
  width: 66px;
  background-image: url('../image/nav_home.gif');
}

#navAbout {
  width: 183px;
  background-image: url('../image/nav_about.gif');
}

#navPlayers {
  width: 146px;
  background-image: url('../image/nav_players.gif');
}

#navSchedule {
  width: 82px;
  background-image: url('../image/nav_schedule.gif');
}

#navVolunteer {
  width: 93px;
  background-image: url('../image/nav_volunteer.gif');
}

#navFundraising {
  width: 105px;
  background-image: url('../image/nav_fundraising.gif');
}

#navSponsor {
  width: 86px;
  background-image: url('../image/nav_sponsor.gif');
}

#navContact {
  width: 99px;
  background-image: url('../image/nav_contact.gif');
}

#nav a span {
  display: none;
}


/*************** Content */

#content {
  float: left;
  display: inline;
  width: 952px;
  height: auto;
  padding: 9px 9px 9px 9px;
  background: #dcdcdc;
}

/* White Buckets */

div.bucketWhite {
  width: 472px;
  height: auto;
  background: #ffffff url('../image/content_white_bg.gif') repeat-y;
}

div.bucketWhite div.top {
  float: left;
  display: inline;
  width: 472px;
  height: 5px;
  margin: 0px 0px 10px 0px;
  background: url('../image/content_white_top.gif') top no-repeat;
}

div.bucketWhite div.bottom {
  float: left;
  display: inline;
  width: 472px;
  height: 5px;
  margin: 0px 0px 0px 0px;
  background: url('../image/content_white_bottom.gif') bottom no-repeat;
}

div.bucketWhite h1,
div.bucketWhite h2,
div.bucketWhite h3,
div.bucketWhite h4,
div.bucketWhite div.list,
div.bucketWhite p {
  width: 442px;
  margin: 0px 15px 10px 15px;
}

div.bucketWhite div.list.error {
  width: 430px;
}

div.bucketWhite div.hr {
  width: 442px;
  margin-left: 15px;
  margin-right: 15px;
}

div.bucketWhite h3 {
  margin-bottom: 5px;
}

div.bucketWhite .half {
  width: 45%;
}

a.registerButton, a.registerButton:link, a.registerButton:visited {
  float: right;
  display: inline;
  width: 209px;
  height: 42px;
  margin: 5px 15px 0px 0px;
  padding: 0px;
  background: url('../image/register_button.gif') left no-repeat;
}

a.registerButton:hover, a.registerButton:active {
  background-position: right;
}

a.registerButton span {
  display: none;
}

input.registerNowButton, input.registerNowButton:link, input.registerNowButton:visited {
  float: left;
  display: inline;
  width: 209px;
  height: 42px;
  padding: 0px;
  border: 0px;
  cursor: pointer;
  background: url('../image/register_now_button.gif') left no-repeat;
}

input.registerNowButton:hover, input.registerNowButton:active {
  background-position: right;
}

a.importantDatesButton, a.importantDatesButton:link, a.importantDatesButton:visited {
  float: left;
  display: inline;
  width: 209px;
  height: 42px;
  margin: 5px 15px 0px 0px;
  padding: 0px;
  background: url('../image/important_dates.gif') left no-repeat;
}

a.importantDatesButton:hover, a.importantDatesButton:active {
  background-position: right;
}

a.importantDatesButton span {
  display: none;
}

/* Black Buckets */

div.bucketBlack {
  position: relative;
  width: 472px;
  height: auto;
  background: #000000 url('../image/content_black_bg.gif') repeat-y;
}

div.bucketBlack .floatRight{
  width: 50%;
}

div.bucketBlack div.top {
  float: left;
  display: inline;
  width: 472px;
  height: 5px;
  margin: 0px 0px 10px 0px;
  background: url('../image/content_black_top.gif') top no-repeat;
}

div.bucketBlack div.bottom {
  float: left;
  display: inline;
  width: 472px;
  height: 5px;
  margin: 0px 0px 0px 0px;
  background: url('../image/content_black_bottom.gif') bottom no-repeat;
}

div.bucketBlack h1,
div.bucketBlack h2,
div.bucketBlack h3,
div.bucketBlack h4,
div.bucketBlack div.list,
div.bucketBlack p {
  float: left;
  display: inline;
  width: 442px;
  margin: 0px 15px 10px 15px;
}

div.bucketBlack div.half p {
  float: left;
  display: inline;
  width: auto;
  margin: 0px 15px 10px 15px;
}

div.bucketBlack div.hr {
  width: 442px;
  margin-left: 15px;
  margin-right: 15px;
}

img.bigPhoto {
  margin: 0px 0px 5px 15px;
  border: solid 1px #fcd363;
}

img.thumbnail {
  float: left;
  display: block;
  width: 66px;
  height: 44px;
  border: solid 2px #000000;
  cursor: pointer;
  margin: 4px 4px 0px 0px;
}

img.thumbnail:hover {
  border: solid 2px #fcd363; 
}

img.thumbnail.last {
  margin: 4px 0px 0px 1px;
}

div.photoCaption {
  float: left;
  display: inline;
  position: absolute;
  width: 440px;
  height: 30px;
  line-height: 30px;
  background: url('../image/opaque_dot.png');
  color: white;
  text-align: center;
  top: 313px;
  left: 16px;
  z-index: 100;
}

/* Full Buckets */

div.bucketFull {
  width: 952px;
  height: auto;
  background: #ffffff url('../image/content_full_bg.gif') repeat-y;
}

div.bucketFull div.top {
  float: left;
  display: inline;
  width: 952px;
  height: 5px;
  margin: 0px 0px 10px 0px;
  background: url('../image/content_full_top.gif') top no-repeat;
}

div.bucketFull div.bottom {
  float: left;
  display: inline;
  width: 952px;
  height: 5px;
  margin: 0px 0px 0px 0px;
  background: url('../image/content_full_bottom.gif') bottom no-repeat;
}

div.bucketFull h1,
div.bucketFull h2,
div.bucketFull h3,
div.bucketFull h4,
div.bucketFull div.list,
div.bucketFull p {
  width: 922px;
  margin-left: 15px;
  margin-right: 15px;
}

div.bucketFull div.hr {
  width: 922px;
  margin-left: 15px;
  margin-right: 15px;
}

/*************** Footer */

#footer {
  float: left;
  display: inline;
  width: 970px;
  height: auto;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 130px 0px;
  font-family: tahoma, geneva, sans-serif;
  background: url(../image/footer_bg.gif) repeat-x;
}

#footer a, #footer a:link, #footer a:visited, #footer span {
  color: #666666;
  text-transform: uppercase;
  margin: 0px 8px;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #333333;
}


/*************** Tags */

h1 {
  float: left;
  display: inline;
  width: 952px;
  height: auto;
  font-weight: bold;
  color: #1d1867;
  letter-spacing: -5px;
  font-size: 50px;
  line-height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}

h1 img {
  margin-top: 4px;
}

h2 {
  float: left;
  display: inline;
  clear: left;
  width: 952px;
  height: auto;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 6px 0px;
  text-transform: uppercase;
}

h3 {
  float: left;
  display: inline;
  clear: left;
  width: 952px;
  height: auto;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1d1867;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 6px 0px;
}

h4 {
  float: left;
  display: inline;
  clear: left;
  width: 952px;
  height: auto;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  color: #6699cc;
  font-family: tahoma, geneva, sans-serif;
  margin: 0px 0px 2px 0px;
}

p {
  float: left;  
  display: inline;
  width: 952px; 
  height: auto;
  margin: 0px 0px 12px 0px;
  line-height: 20px;
}

a, a:link {
  color: #6699cc;
}

a:visited {
  color: #336699;
}

a:hover, a:active {
  color: #99ccff;
}

blockquote {
  float: left;
  display: inline;
  width: 930px;
  height: auto;
  padding: 12px;
  margin: 0px 0px 12px 0px;
  color: #999999;
  font-size: 11px;
  line-height: 16px;
  background: #eeeeee;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

div.hr {
  float: left;
  display: inline;
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  background: #999999;
  border-bottom: solid 1px #cccccc;
  margin: 0px 0px 8px 0px;
}

/*************** Column Layout */

.half h1, .half h2, .half h3, .half h4, .half p {
  width: 372px;
  height: auto;
}

.third h1, .third h2, .third h3, .third h4, .third p {
  width: 244px;
  height: auto;
}

.twoThirds h1, .twoThirds h2, .twoThirds h3, .twoThirds h4, .twoThirds p {
  width: 500px;
  height: auto;
}

.half blockquote {
  width: 348px;
}

.third blockquote {
  width: 220px;
}

.twoThirds blockquote {
  width: 476px;
}


/*************** Lists */

div.list {
  float: left;  
  display: inline;
  width: 952px;
  height: auto;
  margin: 0px 0px 12px 0px;
}

ul, ol {
  margin: 0px;
}

ul {
  list-style: disc;
  padding: 0px 0px 0px 18px;  
}

ol {
  list-style: decimal;
  padding: 0px 0px 0px 28px;  
}

ul li, ol li {
  font-size: 12px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}

ul li ul {
  margin: 4px 0px;
  padding: 0px 0px 0px 18px;  
}

ol li ol {
  list-style: lower-alpha;
  margin: 4px 0px;
  padding: 0px 0px 0px 18px;  
}

ul li ul li, ol li ol li {
  font-size: 11px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}


/*************** Tables */

table {
  float: left;
  clear: left;
  display: inline;
  width: 432px;
  height: auto;
  margin: 0px 0px 5px 15px;
}

table tr th {
  width: 132px;
  height: auto;
  font-weight: normal;
  padding: 8px 5px 5px 0px;
  vertical-align: top;
  line-height: 16px;
}

table tr td {
  width: 300px;
  height: auto;
  padding: 5px 5px 5px 0px;
  vertical-align: top;
  line-height: 16px;
}

table.schedule {
  margin-bottom: 20px;  
}

table.schedule tr td {
  font-size: 12px;
  padding: 4px;
}

table.schedule tr td.week {
  width: 15%;
}

table.schedule tr td.day {
  width: 35%;
}

table.schedule tr td.opponent {
  width: 50%;
}

table.schedule tr.shaded td {
  background: #e8e8e8;
}

table.payment {
  width: 922px;
  border-collapse: collapse;
  background: #eeeeee;
}

table.payment tr th {
  width: 95px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

table.payment tr td {
  width: 95px;
  padding: 5px;
}

table.payment tr th.complete,
table.payment tr td.complete {
  width: 292px;
}

table.payment tr td.full {
  width: 922px;
}

table.payment tr th {
  border-bottom: solid 1px #999999;
}

/*************** Forms */

input {
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  border: solid 4px #eeeeee;
  background: #eeeeee;
}

input.file {
  width: 280px;
  height: auto;
}

input.text {
  width: 280px;
  height: auto;
}

input.city {
  width: 130px;
  height: auto;
}

input.zip {
  width: 50px;
  height: auto;
}

input.image {
  width: 85px;
  height: 25px;
  background: url("../image/button_paypal.gif") no-repeat;
  margin: 0px;
  padding: 0px;
  border: 0px;
  cursor: pointer;
}

span.check {
  float: left;
  clear: left;
  display: inline;
  font-size: 12px;
  line-height: 16px;
}

span.check input {
  float: left;
  display: inline;
  width: auto;
  height: auto;
  border: 0px;
  background: none;
  margin: 0px 8px 0px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
}

select {
  width: 280px;
  height: auto;
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  border: solid 4px #eeeeee;
  background: #eeeeee;
}

select.multiple {
  width: 280px;
  height: auto;
}

select.state {
  width: 50px;
  height: auto;
}

select.month {
  width: 80px;
  height: auto;
}

select.day {
  width: 50px;
  height: auto;
}

select.year {
  width: 80px;
  height: auto;
}

textarea {
  width: 280px;
  height: 150px;
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  border: solid 4px #eeeeee;
  background: #eeeeee;
}

input.submit {
  width: auto;
  height: auto;
  margin: 0px 8px 0px 0px;
  padding: 3px 8px;
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #4a8933;
  font-weight: bold;
  text-align: center;
  background: #88bbdd;
  border: solid 1px #3388bb;
}

input.submit:hover {
  background: #99ccee;
  cursor: pointer;
}

a.button, a.button:link, a.button:visited {
  width: auto;
  height: auto;
  margin: 0px 8px 0px 0px;
  padding: 4px 8px;
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #226699;
  font-weight: bold;
  text-align: center;
  background: #88bbdd;
  border: solid 1px #3388bb;
  text-decoration: none;
}

a.button:hover, a.button:active {
  background: #99ccee;
  text-decoration: none;
}

.error {
  /*float: left; */
  display: inline;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  background: #ee9999;
  border: 1px solid #aa2222;
  padding: 5px;
  margin: 0px 0px 12px 0px;
}


/*************** Slideshow */


#slideshow {
   float:left;
   display:inline;
   height:315px;
   width:467px;
   margin:0px 0px 0px 5px;
   padding:auto;
   overflow:hidden;
}

#slideshow img{
    position:absolute;
    left:0px;
    z-index:9;
}

#slideshow img.active {
    z-index:10;
}

.controls {
  display:block;
  margin:0px 0px 0px 175px;
}

.controls img {
  margin:0px 25px 0px 0px;
}



/*************** Generic Classes */

.floatLeft      { float: left; display: inline; }
.floatRight     { float: right; display: inline; }
img.floatLeft   { float: left; display: inline; margin: 0px 8px 8px 0px; }
img.floatRight  { float: right; display: inline; margin: 0px 0px 8px 8px; }
.centered       { text-align: center; }
.alignRight     { text-align: right; }
.clearLeft      { clear: left; }
.clearRight     { clear: right; }

.tiny           { font-size: 10px; line-height: 16px; }
.small          { font-size: 11px; line-height: 16px; }
.normal         { font-size: 12px; line-height: 18px; }
.medium         { font-size: 14px; line-height: 20px; }
.big            { font-size: 16px; line-height: 22px; }
.huge           { font-size: 18px; line-height: 24px; }

.italic         { font-style: italic; }
.bold           { font-weight: bold; }
.nobold         { font-weight: normal; }

.grey           { color: #999999; }
.blue           { color: #336699; }
.green          { color: #339933; }
.red            { color: #993333; }
.black          { color: #111111; }

.half           { width: 50%; }
.third          { width: 33%; }
.twoThirds      { width: 66%; }

.marginBottom   { margin-bottom: 10px; }
.paddingTop      { margin-top: 15px; }
.marginTop      { margin-top: 10px; }