body {
  background: url(/Images/background.jpg) top left repeat-x #2B57B0;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

a {
  color: white;
  text-decoration: underline;
}

a img {
  border: 0px;
}

img {
  padding: 0px;
  margin: 0px;
}

table {
  color: #FFF;
}

table td {
  vertical-align: top;
}

#layout {
  text-align: left;
  position: relative;
  background: url(/Images/footer.jpg) bottom left no-repeat #5280DE;
  border: 1px solid #333;
  border-width: 0px 1px 1px 1px;
  width: 768px;
  padding-bottom: 175px;
  margin: 0px auto;
}

#sidebar {
  float: left;
  width: 195px;
}

#sidebar .box {
  color: white;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 10px;
  outline: none;
  background-color: #6d98f2;
  text-align: center;
}

#sidebar .box form {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#menu a {
  display: block;
  color: white;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-weight: bold;
  outline: none;
}

#menu a:hover {
  text-decoration: underline;
}

#sidebar .box h1 {
  font-size: 14pt;
  border-bottom: 4px solid #92b5ff;
  margin: 0px 0px 4px 0px;
}

/*
#warp { background: url(/Images/warp.gif) 10px center no-repeat; }
#donate { background: url(/Images/coin.gif) 10px center no-repeat; }
#share { background: url(/Images/share.gif) 10px center no-repeat; }
*/

#sidebar .box p {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
}

#content {
  float: right;
  width: 570px;

  font-family: helvetica, verdana, sans-serif;
  font-size: 12pt;
  color: white;
}

#content h1,
#content h2 {
  font-size: 1.2em;
  margin-top: .5em;
  margin-bottom: 4px;
  border-bottom: 4px solid #6D98F2;
}

#footer {
  text-align: center;
  color: #fff;
  font-family: arial;
  padding: 6px;
  font-size: 11px;
}

dt {
  font-weight: bold;
}

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

#stats {
  font-size: .9em;
  width: 500px;
  color: white;
  border-collapse: collapse;
  border-spacing: 0px;
}

#stats th, 
#stats td {
  text-align: left;
  vertical-align: middle;
  padding: 3px;
  border-bottom: 1px solid #87a6e6;
}

#bookmarks a {
  display: block;
  font-size: 10pt;
  text-align: left;
  padding: 4px 20px;
  text-decoration: none;
}

#bookmarks a:hover {
  text-decoration: underline;
}

div#links {
  padding: 0px;
  margin: 0px;
}

#links a {
  display: block;
  text-align: left;
  padding: 3px 15px;
  text-decoration: none;
}

.delicious {
  background: url(/Images/delicious.png) left center no-repeat;
}

.digg {
  background: url(/Images/digg.png) left center no-repeat;
}

.reddit {
  background: url(/Images/reddit.png) left center no-repeat;
}

.google {
  background: url(/Images/google.png) left center no-repeat;
}

.facebook {
  background: url(/Images/facebook.png) left center no-repeat;
}

.twitter {
  background: url(/Images/twitter.jpg) left center no-repeat;
}

.achieved {
  text-decoration: line-through;
}

#stats .dollars {
    text-align: right;
    width: 5em;
    padding-right: 1em;
}

.donor-list {
    overflow: auto;
    list-style-type: none;
    margin-bottom: 2em;
}

.donor-list li {
    width: 14em;
    float: left;
}

.donor-list li.no-donors {
    color: #92b5ff;
}

.fan-art {
    display: block;
    height: 80px;
    width: 80px;
    float: left;
    padding: 5px;
    margin: 5px;
    background-color: #6d98f2;
}

.form-label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    color: #FFF;
}

.fanart {
    width: 150px;
    height: 175px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    float: left;
    background-color: #6d98f2;
}

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

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

.fanart .name {
    overflow: hidden;
}

.fan-poem {
    background-color: #6d98f2;
    padding: 5px;
    margin: 5px;
    font-size: .9em;
}

.fan-poem h3 {
    border-bottom: 1px solid #CCF;
    margin: 0px;
    padding: 0px;
}

.fan-poem h3 span {
    font-weight: normal;
}

.fan-poem p {
    margin-left: 10px;
}

.error {
    padding: 5px;
    background-color: #FCC;
    color: #F00;
    font-weight: bold;
    margin: 5px 0px;
}

.checklist {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 90%;
    margin: 15px;
    font-size: 12px;
}

.checklist td {
    padding: 4px;
    border-bottom: 1px solid #99C;
}

.checklist .num {
    width: 3em;
}

.checklist .world {
    width: 13em;
}

.checklist .stage {
    padding-left: 30px;
}

.checklist .complete {
    background: url(/Images/star.jpg) left center no-repeat;
    font-weight: bold;
    color: #9F9;
}

blockquote {
    background-color: #6d98f2;
    font-size: .9em;
    padding: 10px;
    overflow: auto;
    height: auto;
}

.right {
    float: right;
    border: 2px solid #5280DE;
    margin-left: 10px;
}

p {
    clear: right;
}

.photo {
  border: 4px solid #92b5ff;
}

#winner {
    font-size: 1.3em;
    font-weight: bold;
    color: #92b5ff;
    text-align: center;
    padding: 20px 0px;
    background-color: #000;
    height: 1.25em;
    overflow: hidden;
    position: relative;   
}

#winner-name {
    position: absolute;
    width: 525px;
}

#social-stream {
    margin-left: -15px;
    margin-right: -10px;
    position: relative;
    z-index: 999;
}

#moments ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#moments li {
  display: block;
  width: 160px;
  height: 123px;
  float: left;
  padding: 4px;
  margin: 0px;
  margin-right: 5px;
  text-align: center;
  font-size: .9em;
}

#moments li div {
  height: 160px;
  width: 123px;
  position: relative;
}

#moments li img {
    width: 160px;
    height: 123px;
}

#moments li div h3 {
  font-size: .825em;
  text-decoration: none;
  padding: 5px;
  margin: 0px;
  background-color: #333;
  background-color: rgba(0,0,0,.75);
  height: 40px;
  width: 150px;
  position: absolute;
  top: 73px;
  left: 0px;
  z-index: 1000;
}

#moments li div:hover h3 {
  background-color: #6d98f2;
}

#moments li a {
  text-decoration: none;
}

#moments li a:hover {
  text-decoration: underline;
}
