body {
    background-color: #ffffff;
    background-image: url("../gr/head.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    font-family: Georgia, serif;
    font-size: small;
}
#body {
    background-image: url("../gr/head.png");
    background-position: -110px 0px;
    background-repeat: no-repeat;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#head {
    height: 240px;
}
#head-menu {
    width: 600px;
    height: 117px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
#head-menu .menu {
    width: 140px;
    margin-right: 5px;
    float: left;
}
#head-title {
    width: 395px;
    height: 51px;
    margin-left: 83px;
    top: 127px;
}
#head #flags {
    padding-left: 724px;
    padding-top: 15px;
    width: 152px;
    height: 26px;
}
#head #flags #flag-cz, #head #flags #flag-en {
    width: 38px;
    height: 26px;
}
#head #flags #flag-en {
    float: right;
}
#content2 {
    display: table;
}
#content {
    display: table-row;
}
#page {
    display: table-cell;
    width: 740px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: top;
    font-size: medium;
}
#right2 {
    display: table-cell;
    vertical-align: top;
}
#right {
    width: 125px;
    background-image: url("../gr/key.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 65px;
    margin-top: 40px;
}
#right .menu {
    margin-bottom: 20px;
}
#right #icons {
    padding-top: 50px;
    padding-left: 43px;
    padding-bottom: 50px;
    width: 84px;
    height: 78px;
}
#right #icons a {
    display: inline-block;
    float: left;
}
#right #icons img {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 6px;
    margin-bottom: 6px;
}
#foot {
    background-image: url("../gr/foot.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
#foot #foot-content {
    width: 780px;
    height: 60px;
    padding-top: 50px;
    margin-left: auto;
    padding-left: 90px;
    padding-right: 90px;
    margin-right: auto;
    padding-bottom: 30px;
    background-image: url("../gr/foot.png");
    background-position: -110px 0px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: small;
}
#foot #foot-quotation {
    padding-top: 5px;
    font-size: medium;
    font-style: italic;
    color: #904020;
}

/* Hoverable icons */
#flag-en, #flag-cz {
    background-image: url("../gr/flags.png");
    background-repeat: no-repeat;
}
#flag-en                        { background-position: 0px      0px;   }
#flag-cz                        { background-position: -38px    0px;   }
#flag-en:hover                  { background-position: 0px      -26px; }
#flag-cz:hover                  { background-position: -38px    -26px; }

#icon-fb, #icon-rss, #icon-git {
    background-image: url("../gr/icons.png");
    background-repeat: no-repeat;
}
#icon-fb                        { background-position: 0px      0px;   }
#icon-rss                       { background-position: -36px    0px;   }
#icon-git                       { background-position: -72px    0px;   }
#icon-fb:hover                  { background-position: 0px      -36px; }
#icon-rss:hover                 { background-position: -36px    -36px; }
#icon-git:hover                 { background-position: -72px    -36px; }

.menu {
    font-style: italic;
}
.menu-title {
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
}
.menu ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-transform: lowercase;
}
.menu a {
    margin-left: -9px;
    padding-left: 9px;
    text-decoration: none;
}
.menu a:link, .menu a:visited {
    color: #000000;
}
.menu a:hover, .menu a:active {
    text-decoration: underline;
    background-image: url("../gr/dot.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    color: #000000;
    text-shadow: #000000 0px 0px 2px;
}
.counter {
    font-size: x-small;
    width: 122px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.counter-outer {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    width: 122px;
    height: 6px;
}
.counter-inner {
    margin: 1px;
    height: 4px;
    background-color: #000000;
}
.date {
    width: 40px;
    font-size: 12px;
    border-style: solid;
    border-color: #904020;
    border-width: 0px;
    border-right-width: 1px;
    text-align: center;
    float: left;
    margin-right: 3px;
    padding-right: 3px;
    margin-top: 3px;
    line-height: 100%;
}
.date .day {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0.5ex;
}
.lead {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    clear: left;
    font-style: italic;
    text-align: justify;
}
/* Containing floated category icon. Height: 100% is mess, especially in WebKit. */
.lead:after { content: ""; display: block; height: 0; clear: both; }
.category-icon {
    width: 64px;
    height: 64px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.symmetry-lite {
    float: right;
    margin-top: 10px;
    color: #904020;
    font-weight: bold;
}
.symmetry-lite img {
    width: 27px;
    height: 18px;
    vertical-align: middle;
}
.symmetry {
    font-size: large;
    font-weight: bold;
    width: 110px;
    float: right;
    text-align: center;
    display: table;
    margin-left: 5px;
    margin-bottom: 5px;
}
.symmetry a {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    height: 74px;
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: no-repeat;
}
.symmetry a:link, .symmetry a:visited {
    color: #000000;
}
.symmetry a:hover, .symmetry a:active {
    color: #000000;
    text-shadow: #000000 0px 0px 5px;
}
.symmetry a.flag-en {
    background-image: url("../gr/flag-en-big.png");
}
.symmetry a.flag-cz {
    background-image: url("../gr/flag-cz-big.png");
}
.article-information {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: small;
    font-style: italic;
    color: #333333;
}
.lead .article-information {
    margin-top: 10px;
    margin-bottom: 0px;
}
.pager {
    text-align: center;
    margin-top: 20px;
}
.flag-small {
    vertical-align: top;
    width: 18px;
    height: 12px;
    margin-left: 2px;
}
.comment-add {
    text-decoration: none;
    float: right;
    font-size: x-large;
}
.comments-end {
    clear: both;
    border-style: solid;
    border-color: #904020;
    border-width: 0px;
    border-top-width: 1px;
}
.comments-end .comment-add {
    margin-top: 0px;
}
.comment-avatar {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.comment {
    clear: both;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: justify;
}
/* Containing floated avatar.  Height: 100% is mess, especially in WebKit. */
.comment:after { content: ""; display: block; height: 0; clear: both; }
div.comment:nth-child(odd) {
    background-color: #f8e8d8;
}
.comment-reply {
    text-decoration: none;
    float: right;
    margin-left: 20px;
}
.comment-information {
    font-style: italic;
    font-size: small;
    color: #333333;
    margin-bottom: 5px;
    text-align: left;
}
.image {
    position: relative;
    border-width: 1px;
    border-color: #e8d8c8;
    border-style: solid;
    margin: 1px;
}
.image img {
    display: block;
}
.image:hover .image-caption2 {
    display: none;
}
.image .image-caption2 {
    text-align: center;
    font-size: x-small;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.66;
}
.image .image-caption2 .image-caption {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#discussion-edit {
    margin: 10px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
}
#discussion-edit td, th {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
#discussion-edit .gravatar {
    width: 96px;
    height: 96px;
    margin: 0px;
}
#discussion-edit input, textarea {
    font-family: Georgia, serif;
    font-size: small;
    background-color: #f8e8d8;
    border-color: #703010;
    border-style: solid;
    border-width: 0px;
    border-left-width: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
#discussion-edit input {
    width: 196px;
    height: 20px;
    padding: 1px;
    margin: 0px;
    margin-bottom: 3px;
}
#discussion-edit textarea {
    width: 494px;
    height: 300px;
}
#discussion-edit button {
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: x-large;
    border-width: 0px;
    background-color: transparent;
    padding: 5px;
    color: #703010;
}
#discussion-edit button:hover {
    color: #703010;
    text-shadow: #703010 0px 0px 5px;
}
.projects {
    border-spacing: 2px;
}
.projects td {
    width: 360px;
    vertical-align: top;
    padding-bottom: 20px;
}
img.project-image, img.project-image-big {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}
.projects img.project-image {
    width: 360px;
    height: 203px;
}
img.project-image-big {
    display: block;
    width: 720px;
    height: 405px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.projects h3 {
    margin-top: 0px;
}
.projects p {
    text-indent: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.projects ul {
    font-size: small;
    color: #333333;
}
.table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.table, .table td, .table th {
    border-style: solid;
    border-color: #703010;
    border-width: 1px;
    border-collapse: collapse;
}
.table td, th {
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.table th {
    background-color: #e8d8c8;
}
.center {
    text-align: center;
}
.centered {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.separator {
    font-weight: bold;
    font-size: xx-large;
    margin: 10px;
    text-align: center;
}
a.download-kompas {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    padding-left: 72px;
    padding-top: 5px;
    text-align: center;
    width: 160px;
    height: 67px;
    background-color: #000000;
    background-image: url("../gr/download-kompas.png");
    font-size: 32px;
    font-weight: bold;
}
a.download-kompas:link, a.download-kompas:visited {
    color: #ffffff;
    text-decoration: none;
}
a.download-kompas:active, a.download-kompas:hover {
    text-shadow: #ffffff 0px 0px 5px;
}
.download-caption {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    color: #904020;
}
h1 {
    font-size: xx-large;
    margin-top: 0px;
}
h1.article-h {
    margin-bottom: 0px;
    margin-left: 50px;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
    text-decoration: none;
    color: #904020;
}
h2 {
    font-size: x-large;
    margin-top: 20px;
    margin-bottom: 5px;
}
h2.discussion-h {
    border-style: solid;
    border-color: #904020;
    border-width: 0px;
    border-bottom-width: 1px;
}
h3 {
    font-size: large;
    margin-top: 15px;
    margin-bottom: 5px;
}
p {
    margin-top: 0px;
    margin-bottom: 5px;
    text-indent: 3ex;
    text-align: justify;
}
li {
    text-align: justify;
}
img {
    border-width: 0px;
}
tt, pre {
    font-size: small;
}
pre {
    background-color: #ffefdf;
    border-style: solid;
    border-width: 0px;
    border-left-width: 2px;
    border-color: #703010;
    padding: 2px;
    width: 734px;
    overflow-x: auto;
}
a, a:link {
    color: #402010;
}
a:visited {
    color: #703010;
}
a:hover, a:active {
    color: #703010;
    text-shadow: #703010 0px 0px 5px;
}
ul {
    margin-top: 0px;
    margin-bottom: 5px;
}
hr {
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #904020;
    width: 75%;
    margin-top: 25px;
    margin-bottom: 20px;
}
sup, sub {
    font-size: 60%;
}
