body {
  background: url(/images/background5.jpg) top center repeat fixed;
  padding: 0px;
  margin: 0px;
  font-family: arial, sans-serif;
  text-align: center;
}

img {
  border: none;
}

* {
  outline: none;
}

table {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

.section,
#header {
  width: 905px;
  margin: 0px auto;
  text-align: left;
}

#header {
  text-align: right;
}

#footer {
  text-align: center;
  margin: 5px;
  font-size: .8em;
  color: #fff;
  padding: 8px 0px 0px 0px;
}

.section {
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-color: #13295B; /*#5280DE; /*#516AA3;*/
  -moz-border-radius: 5px 5px;
}

.group {
}

.group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .group {
    display: block;
}
 
* html .group {
    height: .001%;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6 {
  float: left;
  width: 150px;
}

.span2 { width: 300px; }
.span3 { width: 450px; }
.span4 { width: 600px; }
.span5 { width: 750px; }
.span6 { width: 900px; }

.box {
  margin: 5px 0px 0px 5px;
  padding: 5px;
  background-color: #294688;
  -moz-border-radius: 5px 5px;
  color: #ddf;
  font-size: .9em;
  line-height: 1.4em;
}

.box a {
  color: #fff;
}

.menu {
  margin: 5px 0px 0px 3px;
}

.menu a {
  float: left;
}

.menu a:hover {
}

a.button {
  display: block;
  width: 149px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

a.button span {
  display: block;
  width: 144px;
  height: 32px;
  margin-left: 5px;
  background: url(/images/button_back.png) top left repeat;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 1px 2px #8A4910;
}

a.button:hover span {
  color: #fff;
  font-size: 1.1em;
}

.box h1,
.box h2,
.box h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 5px 10px;
  border-bottom: 3px solid #5873AE;
  
}

.box p {
  margin: 10px 10px;
}

#share-widgets {
  padding: 10px 0px 0px 0px;
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 5px 5px;
}

.links {
  list-style-type: none;
  margin: 10px 35px;
  padding: 0;
}

.links li {
  background-image: url(/images/question_block_full.gif);
  background-position: 0px 50%;
  background-repeat: no-repeat;
  padding: 5px;
  padding-left: 24px;
}

.links li a {
  text-decoration: none;
  font-weight: bold;
}

.links li a:hover {
  text-decoration: underline;
}

.sponsor {
  display: block;
  text-decoration: none;
  text-align: center;
}

.sponsor span {
  display: block;
  text-align: center;
  margin: 4px;
  font-size: 1.2em;
  font-weight: bold;
}

.sponsor:hover span {
  text-decoration: underline;
}


.field {
  margin-bottom: .7em;
}

.error {
  border-left: 5px solid #B43636;
  background-color: #872929;
  padding: 4px;
  margin-bottom: .7em;
}

.field .label {
  font-weight: bold;
  padding: 3px;
}

.field .input {
  padding: 3px 10px;
}

.field .help {
  padding: 3px 10px;
  font-size: .8em;
  color: #aac;
}

.big-button {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  padding: 5px 10px;
}

.red {
  color: red;
  font-weight: bold;
}

.box input[type='text'],
.box textarea {
  background-color: #ddf;
  border: 1px solid #13295B;
  padding: 4px;
  font-family: arial;
}

#donation-info {
  width: 250px;
  color: white;
  border-spacing: 0px;
  border-collapse: collapse;
}

#donation-info th,
#donation-info td {
  padding: 2px 3px;
  vertical-align: top;
}

#donation-info th {
  text-align: right;
  font-weight: normal;
  width: 150px;
}

#donation-info td {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 20px;
  font-weight: normal;
}

/*** Donor List ***/

.donor-list li {
  width: 250px;
  height: 2em;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

/*** CHECKLIST ***/

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

.checklist {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

.checklist td,
.checklist th {
  padding: 4px;
  border-bottom: 1px solid #5873AE;
  text-align: left;
}

.checklist .num { width: 10%; }
.checklist .world { width: 30%; }
.checklist .stage { width: 45%; padding-left: 25px; }

.checklist .total {
  width: 15%;
  text-align: right;
  padding-right: 25px;
}

.checklist .unlocked .total {
  background-image: url(/images/checkmark.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.checklist .complete .stage {
  background-image: url(/images/checkmark.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.contests td {
  vertical-align: top;
}

/*** Admin styles ***/

.scroller {
  height: 400px;
  overflow: scroll;
  margin-bottom: 10px;
}

.nice-table {
  border-spacing: 0px;
  border-collapse: collapse;
}

.nice-table td,
.nice-table th {
  padding: 4px;
  text-align: left;
  border-bottom: 1px solid #13295B;
  font-size: .8em;
}

/*** Fan Art ***/

.fanart {
  width: 170px;
  height: 180px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  float: left;
  background-color: #13295B;
}

.fanart a img {
  border: 1px solid #333;
}

.fanart a:hover img {
  border: 1px solid #fff;
}

.fanart .name {
  overflow: hidden;
}

/** Game Line Up **/

.line-up {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

.line-up td,
.line-up th {
  padding: 4px;
  border-bottom: 1px solid #13295B;
}

.line-up td.img { 
  vertical-align: center;
  text-align: center;
}
.line-up .game { font-weight: bold; }
.line-up .game div { font-weight: normal; font-size: .9em; }
.line-up .levels { text-align: center; }
.line-up .cost { text-align: right; font-weight: bold; }

.share-this-widget-item {
  width: 70px;
  float: left;
}

.news-item {
  padding-bottom: 20px;
}

.news-item img {
  float: left;
  border: 4px solid #13295B;

}

.news-item a,
.news-item span {
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 0px 90px;
}

.news-item a:hover {
  text-decoration: underline;
}

.news-item p {
  margin: 0px 0px 0px 90px;
}

.news-item p a {
  display: inline;
  margin: 0px;
  text-decoration: underline;
}

.sponsors {
  text-align: center;
}

.sponsors img {
  border: 4px solid #13295B;
}
