/* Styl na formátování Yuhůova weblogu */

body {margin-left: 4%; color: black; background-color: white;}

/* Odkazy */
a:link {color: blue;}
a:visited {color: navy;}
a:hover {color: red;}


/* Pozice */
#navigace {position: absolute; top: 0px; left: 70%; width: 28%;}
#text {width: 60%;}
#patka {margin-right: 40%;}

/* Okraje */
#navigace { border-left: 1px solid black; padding: 1em 0% 1em 2%; }
h1 {padding-top: .2em;}
.archiv .item {margin: 2em 0px;}

/* Navigace */
#navigace {font-size: 81%;}
#navigace p {margin: 0.15em;}
#navigace h3 {margin-bottom: 0.2em; font-size: 123%;}
#navigace p:first-letter {text-transform: capitalize;}

/* Text */
p, blockquote, li, dd, dt {line-height: 1.6;}
table {table-layout: fixed; border-collapse: collapse;}
td {border: 1px solid gray;}
.right {text-align: right;}
.center {text-align: center;}
ins {display: block; background-color: #f8f8f8; text-decoration: none;}
ins.inline {display: inline;}
blockquote {font-style: italic;}
.about {border-bottom: 1px dashed gray; cursor: help;}

/* Spodek */
.archivlink {margin-top: 4em;text-align: center}
.spot .archivlink {text-align: left;}
#patka {font-size: 81%; border-top: 1px solid black; margin-top: 1em; padding-top: .3em; }


/* Příspěvek */
.datum {font-family: Georgia; text-align: right; position: relative; top: 1.3em;}
.date {} /* v archivu */
.prispevek {position: relative; margin-top: 1em Opx;}
.prispevek h2 {padding-right: 4em; padding-top: 1em; border-top: 1px solid black;}
.prispevek .permonik {position: absolute; right: 0px; top: .6em; _top: 1.5em;}
.comment {margin-top: 2em;}

/* Tisk */
.jentisk {display: none}
@media print {
	#text {width: 90%; margin: 0px;}
	#navigace {display: none;}
	#patka {margin-right: 0px; width: 90%;}
	.permonik a:link, .permonik a:visited {color: silver;}
.jentisk {display: block;}
span.jentisk {display: inline;}	
}