/*
 * content
 */

#content {
    /* ie.css overrides some of these */
    padding: 0 258px 0 148px;
    clear: both;
    width: 534px;
}
#content h2 {
    display: none;
}
#content div.content_wrap {
    padding: 0 9px;
    border-left: 1px solid #757577;
    border-right: 1px solid #757577;
}
#content div.content_top {
    border-top: 1px dotted #000;
}

/* articles */

body #content.articles div.article {
    border-top: 1px dotted #999;
    padding-bottom: .5em;
    position: relative;
}
body #content.articles div.article.first-child {
    border-top-width: 0;
}
body #content.articles div.article h3 {
    margin: .5em 0 .3em 0;
    font-size: 20px;
}
body #content.articles div.article h3 a {
    color: #000;
}
body #content.articles div.article p.subtitle {
    margin-bottom: .8em;
    line-height: 1.2;
    font-size: 16px;
}
body #content.articles div.article p.subtitle span.author {
    font-style: italic;
/*    color: #2e3436;*/
    color: #000;
    font-size: 12px;
}
body #content.articles div.article p {
}
body #content.articles div.article div.text {
    padding-bottom: .5em;
}
body #content.articles div.article div.text img {
    float: right;
    clear: right;
    margin-bottom: 5px;
}
body a.more {
    font-style: italic;
    font-weight: normal;
}
body #content.articles div.article div.text ul {
    list-style-image: url("../graphics/list1.png");
    padding-left: 2em;
}
body #content.articles div.article div.text ol {
    list-style-type: decimal;
    padding-left: 2em;
}

/* content */

#content p {
    margin: 0.8em 0;
}
#content p.subtitle {
    line-height: 1;
    margin: 0 0 1em;
}
#content h3 {
    font-size: 20px;
    margin: 0.5em 0;
}
#content span.author {
    color: #2E3436;
    font-style: italic;
}
#content ul {
    list-style-type: disc;
}
#content img {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

/* browse bar */

#content ul.browse {
    text-align: center;
    margin: 1em 0;
}
#content ul.browse li {
    display: inline;
    white-space: nowrap;
}
#content ul.browse li.current {
    font-weight: bold;
    padding: .2em .4em;
    border-left: 1px dotted #999;
}
#content ul.browse li.fade,
#content ul.browse li.preceding,
#content ul.browse li.following {
    color: #2e3436;
    padding: .2em .4em;
    border-left: 1px dotted #999;
}
#content ul.browse li a {
    display: inline;
    font-weight: normal;
    padding: .2em .4em;
    border-left: 1px dotted #999;
}
#content ul.browse li.first,
#content ul.browse li.first a {
    border-width: 0;
}
#content ul.browse li a span {
/*    display: none;*/
    color: black;
}

/* archive */

body #content.archive div.year {
    clear: both;
    border-top: 1px dotted #000;
    padding-bottom: 2em;
}
body #content.archive div.year.first-child {
    border-top-width: 0;
}
body #content.archive div.year h3 {
    margin: .5em 0 .5em 0;
    font-size: 20px;
}
body #content.archive div.year div.issues div.nl {
    margin-left: 0;
    clear: left;
}
body #content.archive div.year div.issues {
    width: 515px;
}
body #content.archive div.year div.issues div {
    width: 165px;
    height: 200px;
    float: left;
    margin-left: 10px;
    padding: 10px 0;
    text-align: center;
    line-height: 1;
}
body #content.archive div.year div.issues div img {
	width: 120px;
    float: none;
}
body #content.archive div.year div.issues a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
body #content.archive div.year div.issues a:hover {
    text-decoration: none;
}

/* archive_issue */

body #content.archive_issue div.issue h3 {
    margin: .5em 0 .5em 0;
    font-size: 20px;
}
body #content.archive_issue div.issue h4 {
    margin-top: .5em;
    margin-bottom: 0;
    font-size: 18px;
}
body #content.archive_issue div.issue h5 {
    font-size: 16px;
    margin-bottom: 0;
}

body #content.archive_issue div.issue h5 a {
    color: black;
}

body #content.archive_issue div.issue p.subtitle {
    margin-bottom: 1em;
}
body #content.archive_issue div.issue p.subtitle span.author {
    font-style: italic;
    color: #2e3436;
}
body #content.archive_issue div.issue img.cover {
/*    float: right; -- why? */
    margin: 0 0 5px 5px;
}
body #content.archive_issue div.issue div.article {
    margin: 1em 0 0 2em;
}

/* 
 * links,
 * exhibitions
 */

#content ul.exhibitions,
#content ul.links {
    margin: 1em;
    list-style-type: none;
}
#content ul.exhibitions li,
#content ul.links li {
    margin-top: .5em;
    margin-left: 1em;
}
#content ul.exhibitions li p,
#content ul.links li p {
    margin: 0;
}

#content ul.exhibitions .location {
    font-style: italic;
    color: gray;
}

/*
 * search results
 */
#content #results div.news,
#content #results div.issue {
/*    border-top: 1px dotted #999;*/
}
#content #results div.issue img {
    padding: 1em;
    padding-right: 0;
    height: 5em;
}

#content #results h3 a {
	color: black;
}

/*
 * predplatne form
 */

form.predplatne {
    margin: 1em;
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
form.predplatne label {
    display: block;
    float: left;
    width: 150px;
}
form.predplatne input.text {
    width: 300px;
}

form.predplatne textarea.text {
    width: 297px;
    height: 200px;
}

form.predplatne div.actions {
    margin-top: 1em;
    clear: both;
}

/*
 * form.inquiry
 */

form.inquiry {
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}
form.inquiry label {
    display: block;
    float: left;
    width: 150px;
}
form.inquiry input.text {
    width: 300px;
}

form.inquiry textarea {
    width: 480px;
    height: 15em;
}

form.inquiry div.actions {
    margin-top: 1em;
    clear: both;
}

form.inquiry legend {
    font-weight: bold;
}

/*
 * advice
 */

div.advice h3 {
    font-size: medium !important;
}
div.advice p.info {
    color: #666;
    font-size: small;
    font-style: italic;
    padding-top: 0;
}



#content ul.errors {
    margin-bottom: 0;
}
