/*
Theme Name: Drakkar
Theme URI: http://drakkar.rpgplanet.cz
Description: Nové téma Drakkaru
Author: Martin Majer
Version: 1.0
*/

body {
    margin: 0; padding: 0;
    color: Black;
    background-color: #dfdbca;
    background-image: url(./media/background.jpg);
    background-position: center -10px;
    font-family: Georgia, "New York CE", utopia, serif;
    text-align: center;
}

a {
    /*color: #69741d;*/
    color: #5b6323;
}
a:hover {
    color: #313519;
}

#header {
    width: 900px;
    height: 130px;
    margin: 20px auto 10px auto;
    background-image: url(./media/header.jpg);
    position: relative;
    text-align: left;
}
#header h1 {
    position: absolute;
    left: 110px; top: 25px;
    width: 270px; height: 69px;
    margin: 0;
    font-size: 300%;
}
#header h1 a {
    display: block;
    color: Black;
    text-decoration: none;
    position: relative;
}
#header h1 a:hover { background-position: 0 0; /* hack pro IE6 */ }
#header h1 a span {
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 270px; height: 69px;
    background-image: url(./media/h1.jpg);
    z-index: 1;
    _cursor: pointer;
}
#header h1 a:hover span {
    background-position: left 69px;
}
#header ul#menu1 {
    padding: 0; margin: 0;
    list-style-type: none;
    display: block;
    position: absolute;
    left: 0px; top: 94px;
    width: 825px; height: 36px;
    padding-left: 75px;
    line-height: 36px;
    color: White;
}
#header ul#menu1 li {
    padding: 0; margin: 0;
    display: inline;
}
#header ul#menu1 li a {
    color: White;
    text-decoration: none;
    font-weight: bold;
}
#header ul#menu1 li a:hover {
    text-decoration: underline;
}
#header ul#menu2 {
    padding: 0; margin: 0;
    list-style-type: none;
    display: block;
    position: absolute;
    left: 400px; top: 68px;
    width: 490px; height: 26px;
    padding-right: 10px;
    line-height: 26px;
    color: Black;
    text-align: right;
    z-index: 0;
}
#header ul#menu2 li {
    padding: 0; margin: 0;
    display: inline;
}
#header ul#menu2 li a {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
#header ul#menu2 li a:hover {
    text-decoration: underline;
}

#cover {
    width: 890px;
    height: 210px;
    margin: 0 auto 15px auto;
    border: 5px solid Black;
    position: relative;
}
#cover a {
    display: block;
    width: 890px;
    height: 210px;
    position: relative;
}
#cover a:hover { background-position: 0 0; /* hack pro IE6 */ }
#cover a span {
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 890px; height: 210px;
    z-index: 1;
    _cursor: pointer;
}
#cover a:hover span {
    background-position: left 210px;
}

#main-wrapper, #comments-wrapper {
    width: 900px;
    margin: 0 auto 25px auto;
    border-top: 4px solid White;
    border-bottom: 4px solid White;
    text-align: left;
}
.text {
    border-top: 1px solid Silver;
    border-bottom: 1px solid Silver;
    padding: 20px 30px 20px 30px;
    background-color: White;
}
.drakkar-background {
    background-image: url(./media/text-background.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

h2 {
    margin: 0 0 0.5em 0;
    font-size: 280%;
    font-weight: normal;
}
h2.smaller { font-size: 220%; }
h2 a { color: Black; text-decoration: none; }
h2 a:hover { color: Black; text-decoration: underline; }

h3 {
    margin-top: 1em; margin-bottom: 0.5em;
    font-size: 150%;
    font-weight: normal;
}
h3.comments { margin-top: 0; margin-bottom: 0; font-size: 200%; }
h3 a { color: Black; text-decoration: none; }
h3 a:hover { color: Black; text-decoration: underline; }

h4 {
    margin-top: 1em; margin-bottom: 1em;
    font-size: 130%;
    font-weight: normal;
}

h5 { font-size: 100%; font-weight: bold; margin-bottom: 0.8em; }

.post-info { font-size: 75%; }
.bottom-space { margin-bottom: 4em; }

.contents {
    margin: 0 30px 0 0; padding: 0 30px 0 0;
    float: left;
    border-right: 1px solid Silver;
    font-size: 80%;
    width: 240px;
}
.contents h3 {
    margin: 1em 0 0.3em 0; padding: 0;
    font-size: 110%; font-weight: bold;
}
.contents h4 {
    margin: 0 0 0.3em 0; padding: 0 0 0 0.5em;
    font-size: 100%; font-weight: bold;
}

.editorial {
    margin-left: 301px;
}

.download {
    padding-top: 20px;
    padding-bottom: 20px;
}
.download a {
    font-weight: bold;
    background-color: Black;
    color: White;
    padding: 10px;
    text-decoration: none;
}
.download a:hover {
    color: White;
    text-decoration: underline;
}

.authors {
    font-size: 75%;
    font-style: italic;
    margin-top: 2em;
    line-height: 150%;
}

.cleaner {
    clear: both;
}

ul.comments {
    margin: 1em 0 1em 0em; padding: 0 0 0 1em;
    font-size: 120%;
    list-style-type: none;
    border-left: 3px solid #EEE;
}
ul.comments li p.comment-author { font-size: 100% !important; margin-bottom: 0; }
ul.comments li p.comment-datetime { font-size: 65% !important; margin-top: 0.5em; font-style: italic; }
ul.comments li p.comment-datetime a { font-style: normal; }
ul.comments li p {
    font-size: 70%;
}
ul.comments li .comment-text {
    background-color: #f8f8f8;
    padding: 5px 20px 5px 20px;
    margin-right: 1em;
    /*border-bottom: 1px solid #ddd;*/
}

.nounderline { text-decoration: none; }
.comment-id {
    font-size: 70%;
}
.comment-id a {
    color: #888;
    text-decoration: none;
}
.comment-id a:hover {
    color: #888;
    text-decoration: underline;
}

form#commentform {
    
}
form#commentform label { display: block; font-weight: bold; }
form#commentform textarea { display: block; width: 500px; height: 200px; }
.comment-rules, .form-allowed-tags { font-size: 80%; }

#bottom-wrapper {
    width: 900px;
    margin: auto;
    text-align: left;
    padding-bottom: 40px;
    font-size: 90%;
}
#bottom-wrapper h2 {
    font-size: 200%;
}

#news-wrapper {
    width: 500px;
    border-top: 4px solid White;
    border-bottom: 4px solid White;
    float: left;
}
.news-info { font-size: 75%; margin-top: 0.75em; }

#archive-wrapper {
    border-top: 4px solid White;
    border-bottom: 4px solid White;
    margin-left: 530px;
}
#bottom-wrapper h3 {
    font-size: 130%;
    margin-bottom: 0;
    margin-top: 1em;
    font-weight: normal;
}

ul.archive {
    margin: 0; padding: 0;
    list-style-type: none;
    font-weight: normal;
}
ul.archive li {
    margin: 0 0 0 1em; padding: 0;
}

#authors-table {
    border-collapse: collapse;
    font-size: 100%;
    padding: 0;
    margin: 1em 0 1em 0;
    width: 840px;
}
#authors-table td {
    border-style: none;
    padding: 0;
    vertical-align: top;
}
#authors-table h3 {
    margin-bottom: 0.2em;
}
#authors-table h4 {
    margin: 0 0 0 1em;
    font-size: 100%;
}

ul.author-articles, ul.categories, ul.tags, ul.articles {
    margin: 0 0 0 1em; padding: 0;
    list-style-type: none;
}
ul.author-articles li, ul.categories li, ul.tags li, ul.articles li { margin: 0; padding: 0; }

#footer-wrapper {
    clear: both;
    width: 900px;
    margin: 25px auto 0 auto;
    border-top: 4px solid White;
    border-bottom: 4px solid White;
}
#footer-wrapper .text {
    text-align: center;
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul#footer-menu, ul#footer-menu li {
    margin: 0; padding: 0;
    display: inline;
    list-style-type: none;
}
ul#footer-menu { display: block; margin-top: 1em !important; margin-bottom: 1em !important; }

.poznamka {
    border-top: 1px solid #c0c0c0;
    padding-top: 1em;
    font-size: 90%;
    color: #666;
}
blockquote {
    /*padding: 0;*/ margin-left: 1em;
    font-style: italic;
    padding: 1em;
    background-color: #eee;
    display: block;
}

sup, sub { font-size: 70%; }

div.float-left {
    float: left;
    padding: 1em;
    margin: 1em 2em 1em 0em;
    background-color: #d5e08d;
}

div.float-right {
    float: right;
    padding: 1em;
    margin: 1em 0em 1em 2em;
    margin-left: 1.5em;
    background-color: #d5e08d;
}

.highlight {
    background-color: #333;
    color: White;
    font-size: 110%;
    text-align: center;
    margin-left: 100px; margin-right: 100px;
    padding: 1em;
} 

.perex {
    font-style: italic;
    font-size: 105%;
    margin-bottom: 2.8em;
    padding-left: 1em;
    border-left: 1px solid #d8d8d8;
}


