body {
  background: #000;
}

h1 {
  color: #611;
}

p, ul, ol {
  color: #A33;
}

a {
  color: #B44;
}

a:hover {
  color: #E66;
}

/* ---------------- */

span.galleryCaption {
  color: #944;
}

a.galleryCaption {
  color: #A44;
}

a.galleryCaption:hover {
  color: #D55;
}

a.thumbnail {
  background: #200;
  border: #511 1px solid;
}

a.thumbnail:hover {
  background: #300;
  border: #A44 1px solid;
}

.pixelLogo, .ccLogo {
  background-color: #822;
}

.pixelLogoHover, .ccLogoHover {
  background-color: #E66;
}

/* ---------------- */

p.enterLink {
  color: #822;
}

#header {
  color: #844;
  background: #200;
  border-bottom: #511 1px solid;
}

#footer {
  color: #844;
  background: #200;
  border-top: #511 1px solid;
}

#photobar {
  border-bottom: #511 1px solid;
}

#splash {
  background-color: #100;
  border-left: #511 1px solid;
  border-right: #511 1px solid;
}

#bottomBorder {
  background-color: #100;
  border-bottom: #511 1px solid;
}

#cornerLeft, #cornerRight {
  background-color: #511;
}

#mainImg {
  color: #822;
}

#gallerySwitch {
  color: #822;
  background-color: #000;
  border: #611 1px solid;
}

#prevPreview, #nextPreview {
  background: #200;
  border: #511 1px solid;
  border-top: #200 1px solid;
}

#thumbs {
  background: #040;
}

