﻿/* Článek */

article {
    display: block;
}

article > h1 {
    font-size: 1.3em;
    margin: 4px 0px 2px 0px;
    padding: 0px;
    text-shadow: 0 2px 4px #dddddd;
}

article > h2 {
    font-size: 1.2em;
    margin: 4px 0px 2px 0px;
    padding: 0px;
}

article > p {
    padding-bottom: 10px;
    font-style: normal;
}

article > pre {
    margin: 0px;
    padding-bottom: 10px;
}

article > p.updated {
    padding-right: 20px;
    background-image: url('updated2.png');
    background-repeat: no-repeat;
    background-position: right top;
}

article > p > em {
    font-style: italic;
}

article > p > code {
    font-family: Consolas, Monaco, 'Lucida Console', Monospace;
    font-size: 0.9em;
}

p.maintained {
    font-size: 0.75em;
    float: right;
    padding-right: 10px;
}

p.maintained > abbr {
    font-style: normal;
    color: #333333;
}

p.maintained > abbr:hover {
    color: #333333;
} 

p.vcard {
    font-size: 0.75em;
}

p.vcard > abbr {
    cursor: default;
    font-style: normal;
    border-style: none;
}

p.vcard > abbr:hover {
    color: #333333;
}

p.vcard a {
    font-style: normal;
    color: #333333;
    text-decoration: none;
}

p.vcard a:hover {
    text-decoration: none;
}

article > p > abbr {
    cursor: pointer;
    font-style: italic;
    border-style: none;
}

article > p > abbr:hover {
    color: #ab1b0b;
}

article a {
    color: #335599;
    text-decoration: none;
}

article a:hover {
    text-decoration: underline;
}

article > h3 {
    font-size: 1em;
    margin: 0px;   
    padding: 0px;
}

article > h4 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin: 0px;   
    padding: 0px;
}

article ul, article ol {
    margin: 0px 0px 0px 4em;
    padding: 0px 0px 10px 0px;
}

article table {
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    margin: 15px auto;
}

article th {
    background-color: #e5e5e5;
    text-align: left;
    text-indent: 10px;
}

article td {
    padding: 2px 4px 2px 4px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}

.center {
    text-align: center;
}

::selection {
    background: #add6ff;
}

/* Tagy pod článkem */

div.tags {
    color: #0066dd;
    margin-left: 50px; 
    padding-left: 30px; 
    background-image: url('tag.png'); 
    background-repeat: no-repeat; 
    background-position: 0 15px; 
    padding-top: 15px; 
    padding-bottom: 5px;
}

div.tags a {
    color: #0066dd; 
    text-decoration: none;
}

div.tags a:hover {
    text-decoration: underline;
}

/* Tag - seznam článků patřící k tagu */

div.tag h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 0 0 5px 15px;
}

div.tag  {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.tag ul {
    margin: 0 0 0 3em;
    padding: 0;
}
          
div.tag li {
    margin: 0;
    padding: 0;
}
          
div.tag a {
    color: #333333;
    text-decoration: none;
}

div.tag a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Titulka - tabulka */

table {
    border-collapse: collapse;
    border-style: none;
    background-color: rgb(255, 255, 255);
    width: 100%;
}

td {
    padding: 0px;
    vertical-align: top;
}

td > .page {
    width: 846px;
}

/* Titulka - hlavní články */

.leftColumn div.hentry {
    padding: 0px 5px 5px 5px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

.leftColumn div.hentry:hover {
    border-style: dashed;
}

.leftColumn .border {
    cursor: pointer;
}

.leftColumn h1.updated {
    background-image: url('updated.png');
    background-position: right 11px;
    background-repeat: no-repeat;
}

.leftColumn h1.new {
    background-image: url('new.png');
    background-position: right 10px;
    background-repeat: no-repeat;
}

.leftColumn h1.entry-title {
    font-size: 1.3em;
    margin: 5px 0px 0px 0px;
    text-shadow: 0 2px 4px #dddddd;
}

.leftColumn h1.entry-title > a {
    color: #333333;
    text-decoration: none;
}

.leftColumn h1.entry-title > a:hover {
    color: #333333;
    text-decoration: underline;
}

.leftColumn div.hentry > a {
    display: block;
    text-decoration: none;
    color: #333333;
}

.leftColumn div.hentry img {
    border-style: none;
}

.leftColumn abbr.published {
    display: none;
}

.leftColumn abbr.updated {
    font-size: 0.75em;
    text-decoration: none;
    border-style: none;
}

/* Titulka - sloupek */

.leftColumn {
    width: 625px;
    float: left;
}

.rightColumn {
    width: 200px;
    float: right;
    padding-left: 20px;
    margin-bottom: 10px;	
    background-image: url('column-split.png');
    background-repeat: repeat-y;
}

.rightColumn div.centry {
    padding: 0px 5px 5px 5px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

.rightColumn div.centry:hover {
    border-style: dashed;
}

.rightColumn .border {
    cursor: pointer;
}

.rightColumn h1 {
    font-size: 1.0em;
    margin: 5px 0px 0px 0px;
    text-shadow: 0 2px 4px #eeeeee;
}

.rightColumn h1 > a {
    color: #333333;
    text-decoration: none;
}

.rightColumn h1 > a:hover {
    color: #333333;
    text-decoration: underline;
}

.rightColumn div.centry > a {
    display: block;
    text-decoration: none;
    color: #333333;
}

.rightColumn div.centry img {
    border-style: none;
}

.rightColumn p {
    font-size: 0.9em;
    text-align: justify;
}

/* Stránkování */

#mouseLeft {
    height: 90px; 
    width: 125px; 
    background-image: none; 
    float: left; 
    background-repeat: no-repeat; 
    margin-bottom: -11px;
}

#mouseRight {
    height: 90px; 
    width: 125px; 
    background-image: url('mouse-gesture-right.png'); 
    float: right; 
    background-repeat: no-repeat; 
    margin-bottom: -11px;
}

#pageInfo {
    text-align: center; 
    padding-top: 30px;
}