body
{
    background-color: #202020;
    color: #fff;
    font-family: sans-serif;
}

.breadcrumbsNavigation
{
    font-size: 80%;
}
.breadcrumbsNavigation a, breadcrumbsNavigation a:visited
{
    color: #eee;
}

/** Image directory */
body.image-directory
{
    margin-left: 25px;
    margin-right: 25px;
}
.image-directory
{

}
.image-directory-entry
{
    display: block;
    float: left;
    width: 320px;
    height: 350px;
    margin-bottom: 40px;
}
.image-directory-entry .image
{
    width: 305px;
    height: 305px;
    display: block;
    padding-top: 1px;
}

.image-directory-compact .image-directory-entry
{
    display: block;
    float: left;
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
}
.image-directory-compact .image-directory-entry .image
{
    width: 205px;
    height: 205px;
    display: block;
    padding-top: 1px;
}

.image-directory-entry .horiz .image-container
{
    margin-top: 50px;
}
.image-directory-entry .image a
{
    border: 1px solid #888888;
}
.image-directory-entry .image a:hover
{
    text-decoration: none;
    border: 1px solid #ffffff;
}
.image-directory-entry .image a:visited
{
    text-decoration: none;
}
.image-directory-entry .image img
{
    border: 0px;
}
.image-directory-entry .title
{
    margin-top: 0.5em;
}

/** Thumbnails */

body.thumb-list
{
    margin-left: 0px;
    margin-right: 0px;
}
.thumb-list h1
{
    font-size: 80%;
    font-weight: normal;
    text-align: center;
}
ul.thumb-list
{
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}
.thumb-list li
{
    text-align: center;
    margin-bottom: 15px;
}
.thumb-list a
{
    text-decoration: none;
    border: 1px solid #888888;
}
.thumb-list a:hover
{
    border: 1px solid #ffffff;
}
.thumb-list img
{
    border: none;
}

/** Image viewer */

.image-box
{
    position: relative;
    margin-top: 20px;
}

.image-holder
{
    text-align: center;
    width: 100%;
    position: absolute;
}

.image-holder table
{
    margin-left: auto; margin-right: auto;
}

.image-holder img
{
    border: 5px solid #404040;
    cursor: pointer;
}

.image-holder .title
{
    padding-top: 1em;
    text-align: left;
    font-style: oblique;
}
