/* GENERAL */

.br {
    clear: both;
}

/* ISSUE */

div.issue {
    width: 100%;
    margin-bottom: 25px;
    clear: both;
}

div.issue h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

div.issue h3 a {
    color: #f24141;
    text-decoration: none;
}

div.issue div.issue_cover {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
div.issue_pdf {
    background-image: url(../images/PDF_Icon_32.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 32px;
    padding-left: 35px;
}

.issue_articles, .issue_editorial {
    float: left;
    width: 70%;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

.issue_articles ul {
    list-style: none;
    padding-left: 0px;
}

.issue_articles li {
    margin-bottom: 15px;
}

.issue_articles a,
.article_item a {
    text-decoration: none;
}

.issue_articles a:hover,
.article_item a:hover {
    text-decoration: underline;
}

.issue_articles a.author_link {
    font-style: italic;
}

.issue_articles a.article_link,
.article_item a.article_link {
    font-size: 18px;
}

.issue_articles a.article_sources {
    margin-right: 30px;
}

.issue_stat {
    clear: both;
    margin-top: 60px;
}

#tc_tagcloud {
    margin: 30px 50px;
    padding: 10px;
}

.findbytag {
    margin: 0px 50px;
    position: relative;
    top: 20px;
    font-style: italic;
    font-size: 10px;
}

.article_item,
#tc_tagcloud {
    background: #F6B9B7;
    border: #AD1C17 solid 1px;
    margin-top: 20px;
}

.article_title {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.article_issue {
    margin-left: 100px;
}

.article_author {
    margin-left: 15px;
}

.article_tags {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 10px;
    font-variant: small-caps;
    word-spacing: 15px;
}

.article_tags a {
    color: #996044;
}

#discussiontree {
    background-color: #ffffff;
    margin-top: 20px;
}

.discussionLeaf {
    background-color: #BED3E6;
    width: 90%;
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.current {
    color: #0079B8;
}

.comment_reply {
    float: left;
    padding-right: 5px;
    background-color: #D8EAF6;
    width: 20%;
    height: 40px;
    text-align: center;
}

.comment_data {
    background-color: #D8EAF6;
    width: 70%;
    float: left;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.comment_data a.selected {
    color: #0079B8;
}

.comment_author {
    font-style: italic;
}

.comment_form textarea {
    width: 100%;
    height: 200px;
}

.comment_form input {
    width: 100%;
}

/* AUTHORS */

div.author h1 {
    color: #f24141;
    font-weight: bold;
}

div.author_list {
    margin-bottom: 20px;
    border-left: #AD1C17 dashed 1px;
    border-right: #AD1C17 dashed 1px;
}

div.author_list h3 {
    background-color: #AD1C17;
    padding: 3px;
    margin-bottom: 10px;
    color: #ffffff;
}

div.author_list p {
    margin-left: 5px;
    margin-right: 5px;
}

div.author_list a, div.author_articles a {
    text-decoration: none;
}

div.author_list a:hover, div.author_articles a:hover {
    text-decoration: underline;
}

.author_photo {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.author_description {
    margin-left: 10px;
}

.author_articles {
    margin-top: 15px;
}

div.author_list .author_articles {
    margin-left: 10px;
    margin-bottom: 10px;
}

/* ARTICLE */

/*
w pliku article.css
*/

/* Banery */

.banner {
    text-align: center;
    padding: 15px;
}


.lang_versions {
    margin-top: 20px;
}

.version_item {
    margin-top: 20px;
}

.photo {
    margin-top: 20px;
    margin-left: 20px;
}
