/**
 * Stilmallar för dokumentarkivet
 */

/**
 * Foto- och dokumentredigering
 */
div.document_for_editing {
    border: 1px solid #999;
    padding: 0.5em;
    background: #eef;
    float: left;
    width: 44em;
    margin: 0.5em 0;
}

div.document_for_editing h2 {
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-size: 110%;
}

div.document_for_editing div.thumbnail {
    float: right
}

form#document-form {
    width: auto;
    float: left;
}

form#document-form fieldset {
    background-color: transparent;
    border: none;
    float: left;
    padding: 0px;
    width: 72%;
}


/**
 * Foton i stort format
 */
div.photo-wrapper {
    text-align: center;
}

img.photo {
    border: 1px solid #000;
}

h2.document-title {
    font-size: 100%;
    text-align: center;
    font-style: italic;
}


/**
 * Foto-thumbnails
 */
div.thumbnail {
    float: left;
    text-align: center;
    width: 24%;
    height: 160px;
    margin: 5px 0px;
    font-size: 0.8em;
    font-style: italic;
}

div.thumbnail a {
    display: block;
    line-height: 150px;
}

div.thumbnail a:hover img {
    border-color: #000;
}

div.thumbnail img {
    padding: 7px;
    border: 1px solid #999;
    background-color: #fff;
    vertical-align: bottom;
}

div.hidden-image img {
    background-color: #ccc;
}



/**
 * Drag-n-drop-markör för sorterbara foton
 */
div#photos div.thumbnail img {
    cursor: move;
}


/**
 * Tillbaka-till-arkivet-länken på översiktssidan över varje arkiv
 */
div#back-to-archive {
    clear: left;
}


/**
 * Arkiv-länkar
 */
ul.archive li {
    min-height: 22px;
}

li.sounds {
    list-style-image: url(/images/icons/notes.gif);
}

li.images {
    list-style-image: url(/images/icons/gallery.gif);
}

li.documents {
    list-style-image: url(/images/icons/text.gif);
}

li.movies {
    list-style-image: url(/images/icons/video.gif);
}

