/* Global settings */

body {
    background: #eef;
    font-family: Ubuntu, Roboto, "Open Sans", sans-serif;
    font-weight: normal;
    font-size: medium;
    text-align: left;
}

img {
    border-width: 0px;
}

/* Article settings */

div.article {
    max-width: 37em;
    margin-left: 2em;
    margin-top: 1em;
    text-align: left;
}

/* Like article, but width is in pixels */
div.gallery {
    max-width: 850px;
    margin-left: 2em;
    margin-top: 1em;
    text-align: left;
}

/* Navigation bar */

div.navigation {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: auto;
    left: 5px;
    right: auto;
    margin-top: 0em;
}

div.navigation p {
    display: block;
}

div.navigation p a {
    display: block;
    padding: 3px;
    background-color: transparent;
    font-size: 7pt;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 23px;
}

div.navigation a:hover {
    border-color: #000;
    background-color: #fff;
}

/* Paragraph styles */

p.date {
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #000;
    padding-top: 1em;
    font-weight: bold;
}

/* Text styles */

span.date {
    font-weight: bold;
}

/* Gallery styles */

div.roll-description {
    background-color: #fff;
    padding: 10px;
    box-shadow: 5px 5px 5px #aac;
    max-width: 800px;
    min-height: 110px;
    margin-bottom: 1em;
}

div.roll-description img {
    vertical-align: top;
    margin-right: 1em;
    float: left;
    border-width: 4px;
    border-color: transparent;
    border-style: solid;
    padding: 2px;
}

div.roll-description img:hover {
    border-color: #38b;
}

div.flat-image-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 5px 5px 5px #aac;
    margin-bottom: 2em;
    max-width: 800px;
}

div.album-image-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 5px 5px 5px #aac;
    min-height: 650px;
    max-width: 800px;
}

p.gallery-buttons a {
    background-color: #dde;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    border-width: 1px;
    border-color: #aaa;
    border-style: outset;
    color: black;
    border-radius: 7px;
}

p.gallery-buttons span.disabled {
    background-color: #eef;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    border-width: 1px;
    border-color: #aaa;
    border-style: inset;
    color: #777;
    border-radius: 7px;
}

p.gallery-buttons a:hover {
    background-color: #fff;
}
