/* @override http://localhost:8000/static/css/edition.css */

/* 09/2007 Erik Stein <code@classlibrary.net> */

@import url(base.css);

.not-available {
    color: skyblue;
    font-weight: bold;
}

span.not-available {
    font-size: 70%;
    border: 1px solid skyblue;
}

.warning {
    color: #ff207f;
}

/* Edition Overview */

#editions-overview .issue-title {
    text-transform: uppercase;
}

#editions-overview h3 {
    margin-top: 2em;
}

ul.editions {
    margin: 0;
    padding: 0;
    clear: both;
}

ul.editions li {
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 8px;
    margin-left: 0;
    list-style-type: none;
    width: 110px;
}

ul.editions li span.image {
    display: block;
    height: 151px;
}

ul.editions-list li {
    text-transform: uppercase;
    /* margin-left: 0; */
    list-style-type: none;
}

* html ul.editions {
    margin-left: 0;
    padding-left: 0;
}

span.alphabet {
    float: left;
    margin-left: -2em;
    font-size: 0.833em;
    font-weight: bold;
    color: slategray;
}

/* Edition */

.edition .image {
    margin-bottom: 5em;
}

.edition .image .caption {
    font-size: 92%;
}

.edition h2 {
    font-size: 100%;
    font-weight: bolder;
    color: skyblue;
    text-transform: uppercase;
}

.edition .text {
    font-weight: bolder;
}

.edition .text {
	margin: 1em 4em 1em 0;
}

.edition .description {
	margin: 1em 4em 1em 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.intro {
    font-family: "Helvetica", sans-serif;
    font-weight: bolder;
    font-size: 92%;
}

/*.edition .text .image { margin:1.8em 0; text-indent:0; max-width:100%; }*/

.edition .text p {
    margin: 0;
    text-indent: 1.8em;
}

.edition .text .line-block + p, 
.edition .text p:first-child, 
.edition .text p.image + p {
    margin-top: 1.8em;
    text-indent: 0;
}

.edition .text .no-indent {
    text-indent: 0;
}

.edition a:link, .edition a:visited {
    border: none;
    border-bottom: 1px solid skyblue;
}

.edition a:hover {
    border-bottom: 2px solid skyblue;
}

.edition strong {
    font-family: "Helvetica", sans-serif;
    font-size: 92%;
}

.edition .section h1 {
    margin: 2em 0;
    font-size: 100%;
}

.edition .section p {
    text-indent: 0;
    margin: 0.5em;
}

.edition .text .line-block {
    margin: 2em 0;
}

.edition .text .authors {
    font-family: "Helvetica", sans-serif;
    font-size: 92%;
    font-weight: bolder;
    ; margin: 4px 0 18px 0;
    text-indent: 0;
    text-transform: uppercase;
}

.edition .text .translator {
    font-size: 92%;
    margin: 2em 0;
    text-indent: 0;
}

.edition .text .exhibition-info {
    font-size: 92%;
    margin: 2em 0;
    text-indent: 0;
}

.edition .text .footnote-reference {
    vertical-align: 2px;
    font-size: 80%;
    line-height: 16px;
}

.edition .footnote td {
    font-size: 92%;
}

.edition .fn-backref td {
    
}

ul.details {
    padding-left: 0;
    margin-left: 0;
}

ul.details li {
    list-style: none;
}

/* @group Rehberger */

table.rehberger td {
    padding: 0 0.5em 0.2em 0;
}

table.rehberger td {
    font-style: italic;
}

table.rehberger th {
    font-weight: bold;
}

table.rehberger td.animal img {
    width: 120px;
    padding: 1em;
}

table.rehberger td.order-code {
    white-space: nowrap;
    font-family: "Courier New", Courier, mono;
}

table.rehberger td.sold-out {
    text-decoration: line-through;
}

/* @end */