@charset "utf-8";
/* ***********************************************************************
 *
 *  File:   literature.css
 *
 *  Brief:
 *
 *  Author: Jomar Hønsi, 2012-2024
 *
 * ************************************************************************/

a.literature, div.literature {
    width: 350px;
    height: 204px;
    font-size: 10px;
    border: 1px outset #ccc;
    background-color: rgb(230, 230, 210);
    color: #000;
    margin: 10px;
    padding: 5px;
    border-radius: 16px;
    box-shadow: 6px 6px 5px #aa8;
}

a.literature {
    display: block;
    text-decoration: none;
}

a.literature h2 {
    color: #33c;
}

a.literature:hover {
    background-color: #eef;
    color: #000;
    text-shadow: none;

    & h2 {
        color: rgb(0, 13, 255);
    }
}

.literature h2 {
    font-size: 11px;
    color: #300;
    display: block;
    padding: 2px;
    margin: 5px;
}

h2.section {
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}

.literature h3 {
    font-weight: normal;
    font-style: italic;
    font-size: 9px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.literature p {
    width: 63%;
    margin-top: 10px;
}

p.isbn {
    position: relative;
}

.literature img {
    float: right;
    margin: 10px;
    box-shadow: 0 0 5px 3px #665;
}