/* margins etc: top right bottom left */

a:link {
    color: #ff6000;
    text-decoration: none;
}

a:visited {
    color: #ff4000;
    text-decoration: none;
}

.image-container-320 {
    position: relative; 
    width: 320px; 
    height: 240px; 
    display: block;
}

.image-container-640 {
    position: relative; 
    width: 640px; 
    height: 480px; 
    display: block;
}

.image-container a:link {
    color: #dfdfdf;
    text-decoration: none;
}

.image-container a:visited {
    color: #dfdfdf;
    text-decoration: none;
}

.image {
    position: absolute;   
    top: 0px;
}

.image-clue {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 0px 0px;
    border: none;

    float: left;
    background-color: #000000;
    opacity: .50;
    filter: alpha(opacity=50); 
}

.image-heading {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 0px 0px;
    border: none;

    float: left;
    background-color: #000000;
    opacity: .50;
    filter: alpha(opacity=50); 
}

img {
    border-style: none;
}

a:hover {
}

a:active {
}

h1, h2, h3, h4, h5, h6 {
    background: #0a0a0a;
}

body {
    background: Black;
    color: White;
    margin: 1px 32px 0px 32px;
    padding: 0px 0px 0px 0px;
    border-style: none;
    border-width: 0px 0px 0px 0px;
}

.page {
    font-family: Arial;

    float: left;
    background: #0a0a0a;
    margin: 0px 0px 0px 0px;
    min-width: 100%;

    /* firefox */
    min-height: 100%;

    padding: 0px 0px 32px 0px;

    /* border-width: 20px 20px 20px 20px;*/
}


.page-header {
    background: url( "banner2.png" );
    height: 128px;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}

.photo {
    /*margin: 32px 32px 32px 32px;*/
}

.navbar {
    background: #303030;
    margin: 1px 0px 0px 0px;
}

.links {
    position: absolute;
    right: 40px;
}

.navbar .text {
    padding-left: 32px;
    padding-right: 32px;

    font-size: larger;
}

.navbar .text a:link {
    color: #ffffff;
    text-decoration: none;
}

.navbar .text a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tl,.tl1,.tr,.tr1,.bl,.bl1,.br,.br1 {
    width: 1px;
    overflow: hidden;
    background: #000000;
    position: relative;
}

.tl {
    height: 2px;
    float: left;
}

.tl1 {
    height: 1px;
    float: left;
}

.tr {
    height: 2px;
    float: right;
}

.tr1 {
    height: 1px;
    float: right;
}

.bl {
    height: 2px;
    float: left;
    top: -2px;
}

.bl1 {
    height: 1px;
    float: left;
    top: -1px;
}

.br {
    height: 2px;
    float: right;
    top: -2px;    
}

.br1 {
    height: 1px;
    float: right;
    top: -1px;
}

.element {
    margin: 32px 32px 32px 32px;
    position: relative;
    float: left;

    font-size: smaller;
    color: #dfdfdf;

    width: 384px;
}

.element-solo {
    margin: 32px 0px 32px 0px;
    position: relative;
    float: left;

    color: #dfdfdf;
}

.about {
    position: relative;
    float: right;
}

/* thumbnail navigation for photo album
*/

.album-nav {
    position: relative; 
    float: right;
    clear: right;

    display: block;
    width: 242px;
    height: 116px;
    /*margin: 16px 16px 16px 16px;*/
    margin: 16px 0px 0px 0px;
}

.album-nav img 
{
    position: absolute;
    z-index: 1;
}

.album-nav .prev img {
    right: 162px;
    bottom: 24px;
    opacity: .66;
    filter: alpha(opacity=66); 
}

.album-nav .this img {
    right: 81px;
    bottom: 24px;
}

.album-nav .next img {
    right: 0px;
    bottom: 24px;
    opacity: .66;
    filter: alpha(opacity=66); 
}

.album-nav .prev1, .album-nav .this1, .album-nav .next1, .album-nav .down1, .album-nav .prev0, .album-nav .this0, .album-nav .next0, .album-nav .down0 {
    position: absolute;    
    z-index: 2;
    opacity: .75;
    filter: alpha(opacity=75); 
}

.album-nav .prev1 {
    background: url( "/images/album-nav-2-left.png" ) top right no-repeat;
    width: 80px;
    height: 60px;
    right: 162px;
    bottom: 24px;
}

.album-nav .this1 {
    background: url( "/images/album-nav-2-up.png" ) top left no-repeat;
    width: 80px;
    height: 31px;
    right: 81px;
    bottom: 85px;
}

.album-nav .next1 {
    background: url( "/images/album-nav-2-right.png" ) top left no-repeat;
    width: 80px;
    height: 60px;
    right: 0px;
    bottom: 24px;
}

.album-nav .down1 {
    background: url( "/images/album-nav-2-down.png" ) top left no-repeat;
    width: 80px;
    height: 23px;
    right: 81px;
    bottom: 0px;
}

.album-nav .prev0 {
    background: url( "/images/album-nav-2-left-0.png" ) top right no-repeat;
    width: 80px;
    height: 60px;
    right: 162px;
    bottom: 24px;
}

.album-nav .this0 {
    background: url( "/images/album-nav-2-up-0.png" ) top left no-repeat;
    width: 80px;
    height: 31px;
    right: 81px;
    bottom: 85px;
}

.album-nav .next0 {
    background: url( "/images/album-nav-2-right-0.png" ) top left no-repeat;
    width: 80px;
    height: 60px;
    right: 0px;
    bottom: 24px;
}

.album-nav .down0 {
    background: url( "/images/album-nav-2-down-0.png" ) top left no-repeat;
    width: 80px;
    height: 23px;
    right: 81px;
    bottom: 0px;
}
