/* toc */

body {
    font-family: helvetica, arial, verdana ;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
   text-decoration: underline;
   color: #000000;
}

#message {
    display: none;
    border: 1px solid red ;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#albums {
    text-align: center;
    margin-top: 10px;
    padding-left: 5% ;
    padding-right: 0% ;
/*    background-color: #eeeeee; */
    border: 1px solid #dddddd;
}


.album {
    float:left;
    text-align: left;
    width: 22%;
    height: 30px;
}

.album span {
    cursor: pointer;
    font-size: 12pt;
    font-style: italic;
    font-weight: 400;
}

.album.selected span {
    font-weight: 900;
}
.album span:hover {
    color: red;
}

#occasions {
    padding-right: 10%;
    padding-left: 5%;
}

.occasion {
    display: none;
    float: left ;
    width: 130px;
    height: 196px;
    margin: 0px 20px 5px 0px;
    border: 1px solid white;
}

.occasion p {
    margin-top: 4px;
    padding-top: 0px;
    text-align: center;
    font-size: 10pt;
}

.occasion a {
    color: #666666;
    font-weight: 400;
}

.occasion a:hover { 
    color: black;
}

.preview {
    /* float: left ; */
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 130px;
    height: 130px;
}

.spacer {
    clear: both;
}

/* common */
body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#content {
    padding: 0 10% 0 10%;
}

/* gallery */

#back {
    position:absolute; top: 2px; left: 2px;
}
    

#photos {
    margin-top: 20px;
}

.title {
    text-align: center;
    margin-bottom: 0px;
}

.subtitles {
}

.subtitle {
    text-align: center;
}

.thumbnail {
    float: left ;
    background-position: center;
    border: 1px solid #000 ;
    margin-right: 0px;
    margin-bottom: 0px;
}

.exif_list {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.exif_key {
    text-align: right;
    padding-right: 8px;
    color: #cccccc;
    font-style: italic;
}
.exif_value {
    text-align: left;
    color: white;
    font-weight: bold;
}

