/*
Theme Name: Blatnik theme
Theme URI: http://www.blatnik-fest.cz/
Description: blatnik theme 
Version: 1.0
Author: Franta Vokurka
Author URI: 
Tags: 

*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #b2d233 url(img/body-bg.jpg) repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #231f20;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

a {
	color: #CE2B31;
}
/*
a:visited {
	color: #e8666b;
}*/

a:hover {
	text-decoration: none;
}

#page {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: White;
}


/*
* zahlavi a menu
*/

#zahlavi {
	height: 420px;
	position: relative;
}

#zahlavi-bg {
	height: 420px;
	width: 850px;
	position: absolute;
	background: transparent url(img/zahlavi-velky.gif) no-repeat 0 -20px;
	/* nahore bylo zbytecny bily misto, takze -20px a to samy vejska zahlavi */
	z-index: 10;
}

#slideshow-wrap {
	padding-top: 249px;
	text-align: center;
}

#slideshow {
	width: 810px;
	margin: 0 auto;
	height: 163px;
	overflow: hidden;
}

#menu {
	height: 50px;
	background: transparent url(img/menu-bg.gif) repeat-x;
	font-size: 20px;
	text-transform: lowercase;
	text-align: center;
}

#menu ul {
	list-style: none;
	padding-top: 10px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding: 0 12px;
	color: White;
	text-decoration: none;
	background: transparent url(img/menu-div.gif) no-repeat right center;
}

#menu ul li a.last, #menu ul li.page-item-21 a {
	background: transparent;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/*
* obsah
*/

.breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
}

#content {
	font-size: 14px;
	padding: 20px;
	line-height: 150%;
	margin-bottom: 20px;
}

#content h1 {
	font-size: 24px;
	margin-bottom: 25px;
/*	text-transform: uppercase; */
}

#content h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 16px;
	font-style: italic;
}

#content p {
	margin: 15px 0;
}

#content img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

#content img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#content ul {
	margin-left: 20px;
}

#content .novinka {
	background-color: #e6e7e8;
	padding: 20px;
	margin-bottom: 20px;
}

#content .novinka h2 {
	font-size: 16px;
}

#content .novinka h2 a {
	color: #231f20;
	text-decoration: none;
}

#content .novinka h2 a:hover {
	text-decoration: underline;
}

#content .novinka p {
	margin: 0;
	margin-bottom: 10px;
}

#content .novinka img.attachment-post-thumbnail {
	float: left;
	margin-right: 20px;
}

#content .gallery {
	margin: 20px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}
