html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	line-height: 1.5;
}
a img {
	border: none;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.space {
	height: 15px;
	background: none;
}
/* TYPOGRAPHY */
body {
	font-size: 80%;
	color: #222;
	background: url(images/bg.jpg) center;
	font-family: tahoma;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: olive;
	text-shadow: 0 1px 0 #ddd;
	font-family: georgia;	
}
h1 {
	font-size: 2em;
	margin-bottom: 0.2em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.2em;
}
.news a, news h2 a {
	color: olive;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1em;
}
.entry .date {
	padding: 0 0 10px 0;
	display: block;
	font-size: 11px;
	margin: 0;
	font-family: georgia;
}
img {
	border: 0px none;
	outline: none!important;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.8em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
p.description {
	margin: 5px 0 0 5px;
	text-align: center;
	color: #000;
	font-style: italic;
	padding: 0 10px;
	text-shadow: none;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
a {
	color: #000;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #000;
	font-style: italic;
	border-left: 5px solid #a0a0a0;
	padding: 0 0 0 10px;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
li ul, li ol {
	margin: 5px;
}
ul, ol {
	padding-left: 10px;
	padding-bottom: 5px;
}
ul {
	list-style-type: circle;
}
.entry ul li {
	margin: 5px;
}
ol {
	list-style-type: decimal;
}
hr {
	background: #9F9F9F;
	height: 1px;
	border: none;
	color: #000;
	width: 100%;
	margin: 0;
}
.post table {
	margin-bottom: 1.4em;
	width: 100%;
}
.post th {
	font-weight: bold;
	background: #999;
	color: #000;
}
.post thead tr th {
	background: #9f9f9f;
}
.post th, td {
	border-right: 1px solid #ccc;
}
.post td.pad {
	border: none;
}
.post th, td {
	padding: 4px 10px 4px 5px;
	text-align: center;
}
.post caption {
	background: #eee;
	text-align: center;
}
.post tr.even td {
	background: #bfbfbf;
}
.post tfoot td {
	border: none;
}
.post #next {
	text-align: left;
	padding: 10px 0;
}
.post #prev {
	text-align: right;
	padding: 10px 0;
}
/* FORMS */
label {
	font-weight: bold;
	font-size: 14px;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}
input {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 4px;
}
input[type=text], input[type=password], textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	border-color: #666;
}
input[type=text], input[type=password], textarea, select {
	margin: 0.5em 0;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
	border: 1px solid #bbb;
	margin: 5px 0;
}
input[type=radio], input.radio {
	position: relative;
	top: 0;
	border: none;
}
input[type=checkbox], input.checkbox {
	position: relative;
	top: 0;
}
input[type=submit], input[type=reset] {
	border: 1px solid #6F6F6F;
	background: #9f9f9f;
	color: #fff;
	margin: 0;
	padding: 5px;
}
fieldset p, form p {
	margin: 0;
	padding: 0!important;
}
/* comments */
#respond {
	margin: 10px 0 0 0;
}
input.comsub {
	border: 1px solid #6F6F6F;
	background: #9f9f9f;
	color: #fff;
	margin: 0;
	padding: 5px;
}
ol.commentlist {
	list-style: none;
	margin: 10px auto;
	padding: 0;
	text-indent: 0;
	width: 600px;
}
ol.commentlist li.comment, ol.commentlist li.pingback {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	margin: 10px 0;
}
ol.commentlist li.comment div.vcard {
	font: 16px;
	font-weight: bold;
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: right;
	margin: 0 0 1em 1em;
}
ol.commentlist li.comment div.comment-meta {
	font-size: 11px;
	padding: 5px 0 10px 0;
}
ol.commentlist li.comment div.comment-meta a {
	color: #7A7879;
}
ol.commentlist li.comment p {
	font-size: 12px;
	margin: 0 0 1em;
}
ol.commentlist li.comment ul {
	font-size: 12px;
	list-style: square;
	margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
	font-size: 12px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 5px solid #6f6f6f;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.even {
	background: #333;
	border: 1px solid #9f9f9f;
}
ol.commentlist li.odd {
	background: #333;
	border: 1px solid #ccc;
}
ol.commentlist li.parent {
	border-left: 5px solid #7A7879;
}
ol.commentlist li.pingback {
	background: #000;
}
/* LAYOUT */
#container {
	width: 950px;
	margin: 0 auto;
	background: url(images/1.jpg) top no-repeat;
/* barva a pozadí hlavního */
}
#wrap {
	width: 950px;
	margin: 0 auto;
}
#top, #featured, #contentwrap, #footer {
	width: 950px;
	margin: 0;
	padding: 0;
}
.br-h, .clear {
	clear: both;
}
/* TOP */
#top {
	height: 180px;
}
.logo {
	float: left;
}
.logo h1 {
	padding: 10px 0 0 5px;
	color: #963A21;
}
/* FEATURED */
#featured {
	width: 900px;
	height: 290px;
	position: relative;
	margin: auto;
	padding: 0;
}
#slideshow {
	float: left;
	width: 790px;
	height: 200px;
	margin: 30px auto 0 auto;
	padding: 0;
	overflow: hidden;
	position: absolute;
	left: 60px;
}
div.slide a {
	font-size: 2em;
	font-weight: 400;
	color: olive;
	text-shadow: 0 1px 0 #ddd;
	text-decoration: none;
	position: relative;
	left: 220px;
	padding: 0;
	margin: 0;
	margin-bottom: 0.2em;
}
div.slide a:hover {
	text-decoration: underline;
}
#slideshow img {
	width: 190px;
	height: 190px;
	padding: 0;
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #ccc;
	position: absolute;
	top: 0px;
	left: 0px;
/* vrátí obrázek na své místo */
}
#slideshow p {
	padding: 0;
	margin-left: 220px;
/* odsadí text od obrázku */
}
.navleft a {
	float: left;
	width: 50px;
	height: 260px;
	margin: 0;
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	text-decoration: none;
	padding: 0;
}
.navright a {
	float: right;
	width: 50px;
	height: 260px;
	margin: 0;
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	text-decoration: none;
	padding: 0;
}
/* CONTENT */
#contentwrap {
	width: 950px;
}
#content {
	float: right;
	width: 650px;
}
.kategorie {
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 25px 5px 25px;
	margin-right: 20px;
}
.kategorie h1 {
	color: #000;
}
.entry {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 25px 25px 25px;
	margin-right: 20px;
}
.entry img {
	border: 5px solid #e4e4e4;
}
.edit {
	float: right;
	padding: 0;
	margin: 0;
}
a.slide-reference {
	color: olive;
	float: right;
	position: absolute;
	top: 180px;
	right: 0;
	text-align: right;
}
.social-tags {
	border-top: 1px dotted  #666;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
}
.tags {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
	text-align: right;
}
.social {
	float: left;
	margin-top: 5px;
}
.social a img {
	border: none;
}
.postnav {
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 25px 5px 25px;
	margin-right: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* SIDEBAR */
#sidebar {
	float: left;
	width: 270px;
	margin-top: 55px;
}
.feed {
	margin-left: 3px;
	padding: 0 0 0 20px;
	background: url(images/feed.gif) no-repeat 0 50%;
}
.widget {
	margin: 0 0 20px 30px;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 10px;
}
.widget ul li {
	padding: 10px 0 0px 20px;
	background: url(images/bullet.gif) .5em 1.2em no-repeat;
}
.widget ul li a {
	text-decoration: none;
}
.widget ul li a:hover {
	text-decoration: underline;
}
.widget ul li ul li {
	border: none;
	padding: 0 0 0 10px;
	background: url(images/bullet.gif) 0 .5em no-repeat;
}
.widget ul li ul li a {
	font-size: 12px;
	color: #5A4F49;
}
.widget ul li ul li ul li {
	border: none;
	padding: 0 0 0 10px;
	background: url(images/bullet.gif) 0 .5em no-repeat;
}
.widget ul li ul li ul li a {
	font-size: 11px;
	color: #6F6F6F;
}
/* search widget */
.screen-reader-text {
	display: none;
}
#searchsubmit {
	border: 1px solid #6F6F6F;
	background: #9f9f9f;
	color: #fff;
	margin: 0;
	padding: 3px;
	position: relative;
	margin: 0;
}
#searchform input#s {
	width: 210px;
	position: relative;
	border: 1px solid #6F6F6F;
	padding: 4px;
	margin: 0;
}
/* tagcloud widget */
ul.wp-tag-cloud {
	margin: 0;
	padding: 10px;
	list-style: none;
}
ul.wp-tag-cloud li {
	float: left;
	margin: 0;
	padding: 3px 5px;
	border: none;
}
ul.wp-tag-cloud li a {
	color: #fff;
	background: #A5A5A5;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
ul.wp-tag-cloud li a:hover {
	color: #000;
	background: #6F6F6F;
	text-decoration: underline;
	padding: 5px 10px;
}
/* FOOTER */
#footer {
	height: 180px;
	background: url(images/footer.jpg) bottom center no-repeat;
	margin: auto;
	width: 1000px;
	text-align: center;
}
#footer p {
	font-size: 11px;
	text-align: center;
	padding: 15px 0 0 0;
}
#footer p a {
	color: #7b7770;
}
.thumbnail {
	float: left;
	padding: 0;
	overflow: hidden;
	line-height: 170px;
	text-align: center;
}
.post img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	background: #c7c7c7;
	border: 1px solid #fff;
}
#accessbility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
