body {
      background: #000000;
}

a:link, a:visited {
      color: #064f3b;
      text-decoration: underline;
}

a:hover, a:active {
      color: #3e9989;
      text-decoration: none;
}

#pageHeader h2 {
      color: #00511b;
}

#sidebarContainer .sideHeader {
      color: #125f3f;
}

#navcontainer #current {
      background: no-repeat url(../../images/button_over.png);
}

#navcontainer .currentAncestor {
      background: no-repeat url(../../images/button_over.png);
}

#navcontainer a {
      background: no-repeat url(../../images/button_normal.png);
}

#navcontainer a:hover {
      background: no-repeat url(../../images/button_over.png);
}

#navcontainer ul ul a {
      background: url(../../images/sub_bullet_blue.png) no-repeat left center;
}

#navcontainer ul ul a:hover{
      background: no-repeat left center url(../../images/sub_bullet_grey.png);
      color: #008900;
}

#navcontainer ul ul #current{
      background: url(../../images/sub_bullet_grey.png) left center no-repeat;
      color: #008900;
}

#navcontainer ul ul .currentAncestor {
      background: url(../../images/sub_bullet_grey.png) left center no-repeat;
      color: #008900;
}

#navcontainer ul ul ul a{
      background: url(../../images/sub_bullet_blue.png) no-repeat left center;
}

#navcontainer ul ul ul a:hover{
      background: no-repeat left center url(../../images/sub_bullet_grey.png);
}
.blog-archive-month {
      color: #096550;
}

.blog-entry-title a {
      color: #096550;
}

.blog-entry-title a:hover {
      color: #7c9cbc;
}

.blog-entry-category {
      color: #2c258f;
}

.album-title {
      color: #096550;
}

.photo-navigation {
      color: #3c59aa;
      background: #e7ecfb;
}

.photo-frame{
      background: #e7ecfb;
}