/* standard elements */
* {margin: 0; padding: 0;}
html {height: 100%; padding-bottom: 1px;}
body {
	font: normal 11px Verdana, sans-serif;
	color: #345;
	background-color: #DFDFDF;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	background-position: left top;
}

a {color: #06A;}
a:hover {color: #036;}
p {	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {font: normal 1.4em Arial, Helvetica, sans-serif; font-weight: bold; color: #036;}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #06A;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 1.8em;
}
h3 {font: bold 1.2em Tahoma,sans-serif;}
h1,h2,h3 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
}
h3 { margin: 1em 0;}
hr {
	border: 1px solid #A8A8A8;
}
blockquote {
	background: #F9F9F9 url('../img/quote.gif') no-repeat;
	border-bottom: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;
	color: #345;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
code {
	display: inline;
	border: 1px solid #06A;
	white-space: normal;
	background-color: #FFFFFF;
}
pre code {
	display: block;
	white-space: pre;
	border: 1px solid #a8a8a8;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	background-color: #FFF;
}
ul,ol {margin: 1em 0 1em 1.4em;}
fieldset {
	color: #345;
	padding: 10px;
	background-color: #dfdfdf;
	background-image: url(../img/addcomment.gif);
	background-repeat: no-repeat;
	background-position: 200px top;
	border: 1px solid #a8a8a8;
}
legend {
	color: #345;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
}
fieldset p { margin: 1.3em 0; }

/*========  Obrazky ==============*/
img {border: none; margin: 1.5em 0;}
img.bordered,.post img {background: #FFF; padding: 3px; border: 1px solid #a8a8a8;}
img.img-left {display:block; margin-right: 1em;}
img.img-right {display:block; margin-left: 1em;}
img.img-center {display:block; margin: 1em auto;}
img.smajl {border: 0; vertical-align: middle; background: none; padding: 0; margin: 0;}
small,.small {font-size: 0.8em;}

/* inputs */
input.submit {
	border: 1px solid #a8a8a8;
	color: #345;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #dfdfdf;
	background-image: url(../img/input_submit.gif);
	background-repeat: repeat-x;
	background-position: right;
	padding: 3px;
}
input.submit:hover { cursor: pointer;}
input#slovo {background: #FFF; font: normal 1.1em sans-serif; border: 1px solid #a8a8a8; padding: 3px 5px; width: 145px;}
input#slovo:hover {background: #FFF;}
textarea {width: 320px;}
input,select,option,textarea { font-family: "Verdana",sans-serif; font-size: 1em; }

/* main layout */
#container {
	background-color: #DFDFDF;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#main {
	min-height: 400px;
	background-color: #DFDFDF;
	background-image: url(../img/mainback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main table {
	margin-top: 0px;
}
#main_left {
	width: 652px;
	background-color: #FFFFFF;
	background-image: url(../img/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #A8A8A8;
	margin-top: 10px;
}
#google {
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.jak-hledat {
	list-style: none;
}
.s-ul {
	padding-left:10px;
	list-style: none;
}
.s-info {
	padding-left:10px;
	list-style: none;
}
.s-blok {
	padding-left:10px;
	list-style: none;
}
#main_right {
	width: 234px;
	background-color: #FFFFFF;
	background-image: url(../img/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #A8A8A8;
	margin-left: 10px;
	margin-top: 10px;
}
#randomfoto {
	margin-right: 10px;
	margin-left: 10px;
}
#randomfoto img{
	background: #FFF;
	padding: 3px;
	border: 1px solid #A8A8A8;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#randomfoto a .nahohodna-fotka-odkaz {
	padding: 0;
	margin: 0;
}
#randomfoto p{
	padding-right: 10px;
	padding-bottom: 5px;
}
#news {
	float: left;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8a8a8;
	margin-top: 10px;
}
#news h2{
	color: #06A;
	margin-top: 10px;
}
.novinka-blok{
	border-bottom-style: none;
	text-decoration: none;
}
#vzkaz {
	font-size: 1.1em;
	font-weight: bold;
}
#table ul li{
	margin-left: 10px;
	list-style-type: none;
}

/* top part */
#top {
	font-size: 1.3em;
	color: #FFFFFF;
	height: 80px;
	background-color: #333333;
	background-image: url(../img/logotop.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.left h1 {
	color:#FFFFFF;
	font-size: 2.8em;
	text-decoration: underline;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 75px;
}

/* slideshow */
#slideshow {
	width: 900px;
	height: 296px;
	border: 1px solid #a8a8a8;
	background-color: #FFFFFF;
}
#slideshowtop {
	background-image: url(../img/slideshowtop.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
}
.embed {
	margin:10px;
}

/* navigation */
.path {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	text-transform: uppercase;
	background-color: #000000;
	background-image: url(../img/logonav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {font-family: Helvetica,Arial,Verdana,sans-serif; font-size:11px;}
#nav a:hover {
	text-decoration: none;
	color: #FFF;
}
#nav ul {display: inline; margin: 0;}
#nav ul li {
	display: block;
	float:right;
	margin:0;
	padding:0;
}
#nav ul li a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:23px;
	font-weight: bolder;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav li a:hover{
	background-color: #06A;		
}

/* sidebar */
#sidebar {
	padding: 10px;
}
#main_right .content {
	background-color: #FFFFFF;
	background-image: url(../img/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main_right .content_foto a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	line-height: 1.2em;
}
#sidebar h2 {
	color: #06A;
	line-height: 1.em;
}
#sidebar ul {margin: 0;}
#sidebar li {
	list-style: none;
	line-height: 1.2em;
	background-color: #FFFFFF;
	font-weight: bold;
}
#sidebar li a:hover {
	background-color: #DFDFDF;
}
#sidebar a {
	list-style: none;
	line-height: 1.2em;
	background-color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	line-height: 1.6em;
	color: #345;
}

/* adv */
#adv {
	padding: 10px;
}
#main_right .content {
	background-color: #FFFFFF;
	background-image: url(../img/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#adv h2 {
	color: #06A;
	line-height: 1.em;
}
/* footer */
#footer {
	font-size: 0.9em;
	color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #333333;
	margin-top: 10px;
}
#footer .left {padding-left:10px;}
#footer .right a {color: #888; text-decoration: none;padding-right:10px;}
#footer .left a {color: #06A; text-decoration: none;}

/* first post highlight */
#texty > div:first-child {
	margin-bottom: 1em;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a8a8a8;
}
#texty > div:first-child .metadata {
	color: #345;
	background: none;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#texty > div:first-child .metadata a {color: #06A; text-decoration: none;}
#texty > div:first-child .metadata a:hover {color: #036; text-decoration: none;}
#texty > div:first-child .date {font-size: 0.9em;}

/* special links */
a.scrolldown,a.scrollup {width: 16px; height: 16px;}
a.scrolldown {background: url('../img/arrow_down.gif') no-repeat left top; }
a.scrollup {background: url('../img/arrow_up.gif') no-repeat left top;}
a.feed {
	width: 28px;
	height: 24px;
	background-image: url(../img/rss.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
}
a.button {display: block;}
a.button:hover {background-position: left bottom;}

/* misc */
.bold {font-weight: bold;}
.bordered {border: 1px solid #CCC; background: #FFF; padding: 5px;}
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.light,.light a {color: #777;}
.odd {background: #F6F6F6;}
.right {float: right;}
.righttop {
	float: right;
	text-align: right;
}
.righttop a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
.tright {text-align: right;}

/* post */
.post {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a8a8a8;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.post ul li{
	margin-left: 1em;
	list-style-type: none;
}
.post .date {
	color: #a8a8a8;
	font-size: 0.9em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 2px;
	line-height: 2.2em;
}
.post .body {
	margin-bottom: 1em;
	line-height: 1.4em;
}
.post .metadata {font: normal 0.8em sans-serif; padding: 5px; clear: both;}
.post .metadata a {color: #06A; text-decoration: none;}
.post .metadata a:hover {color: #036; text-decoration: none;}

/* icons */
span.comment {background: url('../img/comment.gif') no-repeat left center; padding-left: 18px;}
span.tag {background: url('../img/tag.gif') no-repeat left center; padding-left: 18px;}

/* comments */
.commentlist {margin: 1em 0 0; font-size: 0.9em;}
.commentlist li {list-style: none; padding: 8px 10px 1px;}
.commentlist .post .date {margin-bottom: 3px;}

/*============== DODELAVKY PRO RS2 ==============*/
p.strankovani {
	text-align:center;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
}
div.div-pokracuj { text-align:right; margin: 1em; padding-right: 1em; }

/* ------------------------------ ARCHIV ---------------------------------*/
div.archiv { margin-bottom: 15px; background: #fafafa; padding: 5px; border: 1px solid #d7d7d7; }
div.archiv .roky { clear:both }
div.archiv  h3 { padding: .5em 0 .5em 2em; margin: 0; }
div.archiv .roky a span { display: none;} /* skryje pocet textu o odkazu */
div.archiv ul { margin: 0 0 0 2em;}
div.archiv ul li { float: left; list-style: none; padding: 3px}
div.info-o-archivu { text-align:center; padding: 2em }
div.archiv-prechazeni {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
ul.archiv-rozcestnik { width: 100%; list-style-type: none; margin: 0; padding: 0; }
ul.archiv-rozcestnik li { display: block; float:left; width: 32%; font-size: 140%; }
.archiv-pred-mesic { display:block; width: 100%; text-align: left; margin-left: 0px; }
.archiv-aktualni-mesic { display:block; width: 100%; text-align:center }
.archiv-nasl-mesic { display:block; width: 100%; text-align: right; margin-right: 0px; }

/* ========= komentare ========= */
.komentare-blok { 
	width: 97%;
	padding-left: 10px;
	padding-bottom: 10px;
}
.komentare-blok h2{
	width: 100%;
	color: #345;
	padding-left: 40px;
	line-height: 1.8em;
	background-image: url(../img/comments.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.komentar {
	width: 100%;
	background-image: url(../img/barback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8a8a8;
}
.kom-nadpis {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kom-paticka {text-align: right; color: #333333; font-size: 0.9em; }
.kom-paticka a {color: #06A; text-decoration: none; }
.komentar-sbody,.komentar-autor {
	font-weight: bold;
	font-size: 1.2em;
	color: #345;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/user.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-variant: small-caps;
	padding-left: 20px;
}
.komentar-autor {color: #000; text-decoration: none; }
.komentar .odkaz-editovat {font-size: 100%; }
.komentar p,.komentar div,.komentar ul,.komentar ol {
	margin-left: 5px;
	padding: 5px;
}
#kf-nahled { 
	border: 1px solid #a8a8a8;
	color: #345;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #EAEAEA;
	background-image: url(../img/input_submit.gif);
	background-repeat: repeat-x;
	background-position: right;
	padding: 3px;
}
#kf-send { 
	border: 1px solid #a8a8a8;
	color: #345;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #EAEAEA;
	background-image: url(../img/input_submit.gif);
	background-repeat: repeat-x;
	background-position: right;
	padding: 3px;
}
#kf p, #kf div { margin: 1em 0; }
#kf label { float: left; width: 50px; text-align: right; padding-right: 5px; }
#kf textarea { width: 100%; height: 100px; }
#kf img { padding: 0; border: 0; margin: 0;}
#nahled-komentare p, #nahled-komentare div {
	background-color: #FFFFFF;
}

/* Kontrolni otazka je i ve vzkazu */
#kf #k-otazka, #vf #k-otazka { width: 75%; background: #FFF;}
#kf #k-otazka strong, #vf #k-otazka strong{ font-size: 125%;}
#kf #k-otazka input, #vf #k-otazka input{ width: 25px; border: 0; background-color: inherit;}
#kf #k-otazka label, #vf #k-otazka label {display: inline; float: none; line-height: 22px;}
ul.s-ul { margin: 2em 0; font-size: 110%; list-style: none}
h1.search { margin-bottom: 1em; }
div.s-blok {
	margin: 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8a8a8;
}
div.d-blok { padding: 0.5em 0; margin: 1em 0; border-bottom: 1px solid #a8a8a8; }
p.d {  margin: 1em 0; }
table{ margin: 10px auto; border-spacing: 0px; border-collapse: collapse;}
table th, table td{
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #a8a8a8;
}
table th{ text-align: center; background: #FFF; }
div.stat table{width: 60%; margin: 20px auto;}

/* =================== FOTOGALERIE ===================*/
.formular-heslo{ text-align: center;  margin: 50px auto; display: block;  width: 240px;}
.formular-heslo fieldset{ border: 1px solid silver; -moz-border-radius: 4px; padding: 4px; }
.formular-heslo input{ border: 1px solid silver; margin-top: 5px; }
.nahled1-obal{	margin: 10px 0;	min-height: 132px;	height: 132px;	background-color: #FFF;}
.nahled1-obal h3{ border: 0; background: none; color: #333333; }
.nahled1-img{ display: block; float: left; width: 122px; height: 122px;	padding: 2px; margin: 2px;	background-color: #FFF;}
.nahled1-img img{ border: 5px solid #999999; }
.nahled1-info{ margin-left: 132px;  padding: 4px; min-height: 106px; height: 106px;  }
.nahled1-info h3{ font-size: 15px; min-height: 20px; height: 18px; }
.nahled1-info p{ margin: 4px 0; }
.nahled1-paticka{ margin-left: 132px; margin-left: 137px; text-align: right; padding-right: 4px; }
.img-fotka{ background: #FFF; padding: 3px; border: 1px solid #CCC;}
.nahled2-obal{
	float: left;
	width: 90px;
	height: 90px;
	margin: 10px;
	padding: 10px;
}
.nahled2-obal img{ 
	padding: 3px;
	border: 1px solid #a8a8a8;
}
.foto-posl-fotka img {
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #a8a8a8;
}
#posledni-fotka-datum { display: none }
div.GalerieNahledy h2 {
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}
div.main{
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.foto-sloupec{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}
div.foto-navigace{
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
}
div.foto-fotka{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
}
div.foto-prechazeni{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	padding-bottom: 20px;
}
div.foto-komentare{	width: 100%;}
div.galerie-info{ margin: 1em 0;}
