body, .movie-background
{
    color : rgb(0 , 0 , 0);
    background-color : rgb(102 , 153 , 204);
}
a:link, a:visited
{
    color : blue;
}
a:hover, a:active
{
    color : rgb(255 , 255 , 255);
    background-color : blue;
}
#container, .photo-navigation
{
    border-right-color : rgb(81 , 122 , 163);
    border-bottom-color : rgb(81 , 122 , 163);
    border-left-color : rgb(81 , 122 , 163);
}
#pageHeader
{
    background-color : rgb(51 , 102 , 153);
    border-bottom-color : rgb(56 , 112 , 168);
}
.photo-navigation
{
    background-color : rgb(51 , 102 , 153);
}
#pageHeader h1
{
    color : rgb(255 , 255 , 255);
}
#pageHeader h2, .photo-caption
{
    color : rgb(102 , 255 , 255);
}
#navcontainer, .photo-links
{
    background-color : rgb(30 , 61 , 91);
    border-bottom-color : rgb(25 , 51 , 76);
}
.blog-entry-title a
{
    color : rgb(0 , 0 , 0);
}
.blog-entry-title a:hover
{
    color : rgb(102 , 255 , 255);
    background : transparent;
}
.photo-links
{
    color : rgb(30 , 61 , 91);
}
.exif-data, .movie-title
{
    color : rgb(204 , 255 , 255);
}
#navcontainer ul a, .photo-navigation a:link, .photo-navigation a:visited
{
    color : rgb(255 , 255 , 255);
}
#navcontainer ul a:hover, .photo-navigation a:hover
{
    color : rgb(102 , 255 , 255);
}
#navcontainer #current, #navcontainer .currentAncestor
{
    color : rgb(102 , 255 , 255);
}
#navcontainer #bottomBar
{
    border-top-color : rgb(38 , 76 , 114);
    background-color : rgb(20 , 40 , 61);
}
#navcontainer ul ul
{
    background-color : rgb(30 , 61 , 91);
}
#contentContainer
{
    border-color : rgb(204 , 255 , 255);
}
#sidebarContainer .sideHeader, #sidebarContainer h1, #sidebarContainer h2, #sidebarContainer h3, #sidebarContainer h4, #sidebarContainer h5, .blog-entry-date, .blog-archive-link
{
    border-bottom-color : rgb(179 , 51 , 51);
    color : rgb(128 , 0 , 0);
}
#sidebarContainer #sidebar
{
    border-bottom-color : rgb(179 , 51 , 51);
}
#footer
{
    background-color : rgb(81 , 122 , 163);
}
