/*
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.png) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #9E9D89; */
	color:black;
	height:100%;
}

html {
	height:100%;
	min-width:940px; /* body background fix - jinak pri okne < 940px zacalo pozadi odjizdet mimo prostredek nekam doleva mimo obrazovku */
}

form {
}

input, textarea {
	border: 1px solid #DEDED1;
	font: normal small Arial, Helvetica, sans-serif;
}

input.text {
	padding: .15em;
	background: #FDFDFB url(images/img06.gif) repeat-x;
}

input.button {
	background: #763320 url(images/img07.gif) repeat-x;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 10px;
	margin-bottom:10px;
	/*letter-spacing: -.05em;*/
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

td {
	vertical-align:top;
}

#content p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

#content p.indent {
	text-indent:5ex;
}

#content ul {
	margin:1em 0 1em 15px;
	list-style-image: url(images/img05.gif);
}

#content ul ul {
	margin-bottom:0;
	margin-top:0;
}

#content ol {
	margin-left: 1em;
	list-style-position: inside;
}

#content blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
	margin-top:1em;
}

#content a {
	text-decoration: none;
	color: #D15803;
}

#content a:hover {
	text-decoration: underline;
	color: #827F4F;
}

/* Header */

#header {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(images/img02.png);
}

#logo {
	float: left;
}

#logo h1, #logo p {
	margin: 0;
	padding-top: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F3F3E9;
	letter-spacing:3px;
}

#logo h1 {
	font-size: 3em;
}

#logo p {
	padding: 48px 0 0 5px;
	letter-spacing:3px;
	font-size: 1.4em;
	font-weight: bold;
}

#logo a {
	color: #F3F3E9;
}

#search {
	float: right;
	width: 15em;
	padding-top: 50px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 13em;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	/*border:thin solid blue;*/
}

/* Content */

#content {
	float: right;
	width: 580px;
	padding: 35px 50px 0 0;
	background:transparent url(images/img04.png) right top no-repeat;
	font-size:12px;
}

#content .post {
}

#content .post h1 {
	font-size:2em;
}

#content .post h2 {
	font-size:1.6em;
}

#content .post h3 {
	font-size:1.3em;
}



#content .post .meta {
	margin: 0 0 0.5em 0;
	padding: 0 0 1px 10px;
	background: url(images/img08.png) no-repeat left bottom;
	line-height: normal;
}

#content .post .meta small {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0 0 50px;
	background: url(images/img03.png) no-repeat;
	font-size: 12px;
	color: #E3E3D4;
}

#sidebar ul {
	list-style-type: none;
    list-style-image: none;
}

#sidebar li {
    display:block;
	margin-bottom: 10px;
    background:none;
    width:140px;
    padding:2px 4px;
    border:1px solid white;
    border-right:1px solid #888888;
    border-bottom:1px solid #888888;
    text-transform:uppercase;
}

#sidebar li:hover {
    background-color:#d09a75;
    cursor:pointer;
}

#sidebar h2 {
	color: white;
}

#sidebar ul li a {
    display:block;
	color: white;
    text-decoration:none;
}

#sidebar .aktualni_menu {
    background-color:#D05400;
}


/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color:inherit;
	text-decoration:none;
}


/* FOTOALBUM */

div.foto_album {
width:556px;
padding:5px 15px 15px 17px;
margin-top:30px;
background:transparent url(./images/pozadi_repeatxy.png) left top repeat;
}

.foto_album a {
display:block;
border:1px outset #8d3702;
float:left;
width:165px;
height:175px;
/* nedefinovanim sirky a vysky se ctverec plne prizpusobi velikosti obrazku, ale pri vice fotek
muzou pak byt zase ruzne rozhazene a nekde muze byt uplne prazdne misto, cili ne moc dobre reseni */
overflow:hidden;
padding:5px 7px 7px 5px;
margin:10px 5px 0 0;
font-family:'nimbus sans l', 'luxi sans', verdana, tahoma, sans-serif;
font-size:10px;
text-align:center;
line-height:1.1em;
text-decoration:none !important;
background-color:#8d3702;
}

.foto_album a:hover {
background-color:#d05400;
cursor:pointer;
}

.foto_album a span {
display:block;
color:white;
}

.foto_album a img {
border:none;
}

.nahoru {

}

hr.left_cleaner,
hr.right_cleaner,
hr.cleaner {
height:1px;
visibility:hidden;
clear:left;
}

hr.right_cleaner {
clear:right;
}

hr.cleaner {
clear:both;
}

.nodisplay {
display:none;
}

/* FOTOALBUM KONEC */

.prehled_psu {
	font-size:24px;
	font-weight:bold;
}

.prehled_psu td {
	vertical-align:middle;
}

#uspechy {
	display:none;
	padding:4px 4px 0;
	margin:4px 2px;
	border:2px ridge #D15803;
}

/* KONTAKTNI FORMULAR */
div#zatemneno {
position:fixed;
left:0; top:0; z-index:10;
width:100%; height:100%;
background-image:url(images/transp_60pct.png);
display:none;
}

#zatemneno #infookno {
width:370px;
margin:auto;
padding:20px;
background:#f3f3e9 url() left top repeat;
color:black;
display:none;
position:relative;
top:20%;
}


#kontakt input[type='button'],
#kontakt input[type='reset'],
#kontakt input[type='submit'] {
background-color:#d09a75;
color:white;
border: 1px outset #777777;
line-height:22px;
height:22px;
}

#kontakt input[type='submit'] {
background-color:#38bd15;
}

#kontakt input[type='button']:hover,
#kontakt input[type='reset']:hover {
background-color:#D05400;
cursor:pointer;
}

#kontakt input[type='submit']:hover {
background-color:#D05400;
cursor:pointer;
}

#kontakt textarea, #kontakt input[type='text'] {
border:1px inset #777777;
}
/* konec: KONTAKTNI FORMULAR */

/* zacatek: NOVINKY */

.novinky {

}

.novinka {
	margin-top:10px;
	border-top:thin solid #D15803;
}

.novinka img {
	display:block;
	margin:15px auto;
}

.novinka .datum {
	color:black;
	font-size:1em;
	letter-spacing:normal;
	font-weight:normal;
	margin-bottom:10px;
	color:#D15803;
	text-align:right;
}

.novinka h2 {
	margin-bottom:0;
}

/* konec: NOVINKY */

#guestbook {
	/*width:578px;
	height:700px; oboji nefunguje */
	border:none;
}

