/* black-scheme-photography.css -- Black color scheme for Hulubei.Net's
   photography section.  */

/*
 * Copyright (C) 2005 Tudor Hulubei <tudor@hulubei.net>.
 * Distributed under the GNU General Public License.
 */

a.PhotoIndexThumbnail:link img,
a.PhotoIndexThumbnail:visited img,
a.PhotographThumbnail:link img,
a.PhotographThumbnail:visited img
{
    text-decoration: none;
    background-color: transparent;
    border-color: black;
    border-style: solid;
}

a.PhotoIndexThumbnail:hover img,
a.PhotographThumbnail:hover img
{
    text-decoration: underline;
    background-color: transparent;
    border-color: #ff8888;
    border-style: solid;
}

a.PhotoIndexThumbnail:active img,
a.PhotoIndexThumbnail:focus img,
a.PhotographThumbnail:active img,
a.PhotographThumbnail:focus img
{
    text-decoration: underline overline;
    background-color: transparent;
    border-color: #ff8888;
    border-style: solid;
}

img.PhotographThumbnail
{
    border-style: solid;
}

div#HalfBannerAd
{
    border-style: solid;
    border-color: #888888;
}

table#ImageBasedNavigation
{
    border-style: solid;
    border-color: #888888;
}

div.PhotoNavigation
{
    border-color: gray;
}

div.PhotoInfo,
div.PhotoDescription
{
    color: #eeeeee;
    background-image: url('../graphics/background-black.jpg');
    border-style: solid;
    border-color: #888888;
}

div.PhotoCopyright
{
    color: #cccccc;
    background-color: #333333;
    border-style: solid;
    border-color: gray;
}

a.PhotoButton:link img,
a.PhotoButton:visited img,
a.PhotoButton:hover img,
a.PhotoButton:active img,
a.PhotoButton:focus img
{
    background-color: transparent;
    text-decoration: none;
}

a.MediumSizePhoto:link img,
a.MediumSizePhoto:visited img,
a.MediumSizePhoto:hover img,
a.MediumSizePhoto:active img,
a.MediumSizePhoto:focus img
{
    border-style: solid;
    border-color: white;
    background-color: transparent;
    text-decoration: none;
}

div.PhotoFrameTopLeft
{
    background-image: url('../photography/graphics/top-left-black.gif');
}

div.PhotoFrameTopRight
{
    background-image: url('../photography/graphics/top-right-black.gif');
}

div.PhotoFrameBottomLeft
{
    background-image: url('../photography/graphics/bottom-left-black.gif');
}

div.PhotoFrameBottomRight
{
    background-image: url('../photography/graphics/bottom-right-black.gif');
}

div.PhotoHolder
{
    background-color: black;
    background-image: url('../graphics/loading-black.gif');
}

img#ThePhoto
{
    /* 1px would be preferable, but Firefox displays it with funny colors.  */
    border: solid 2px #cdcdcd;
}

td.PhotoIndexImage
{
    border-left-color: red;
}

