body {
  background-color: #000;
  text-align: center;
  background-color: #87a6e6;
  padding: 0px;
  margin: 0px;
}

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

a img {
  border: 0px;
}

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

#layout {
  text-align: left;
  position: relative;
  
  width: 900px;
  margin: 0px auto;
  background: url(/Images/back.jpg) top center repeat-y #5280E0;
}

#sidebar {
  position: absolute;
  top: 195px;
  left: 70px;
  width: 175px;
  padding: 20px 10px;
}

#sidebar div {
  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 div 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 div h1 {
  font-size: 14pt;
  border-bottom: 1px 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 div p {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
}

#content {
  margin-left: 270px;
  margin-right: 70px;
  margin-top: 10px;
  padding: 10px;
  font-family: helvetica, verdana, sans-serif;
  font-size: 12pt;
  color: white;
}

#content h1 {
  margin-top: 0px;
  border-bottom: 1px solid #CCF;
}

#content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

dt {
  font-weight: bold;
}

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

#stats {
  width: 500px;
  color: white;
  border-collapse: collapse;
  border-spacing: 0px;
}

#stats th, 
#stats td {
  text-align: left;
  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;
}

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

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

.donor {
    font-weight: bold;
}

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

