* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Verdana, "Verdana", Verdana;
	text-align: left;
	font-size: 11px;
	color: #333333;
	background: #FFB82A;

	
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
}

h2 a, h3 a {
  text-decoration: none;
  color: #F0FE77;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400 
}

h2 {
  letter-spacing: -1px;
	font-size: 18px;
	
}

h3 {
	font-size: 14px;
	margin: 0px;
}

p, ul, ol {
	margin-bottom: 1.5em;
  line-height: 170%;
  text-align: justify;
}

ul, ol {
	margin-left: 3em;
	margin-bottom: 5px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: uderline;
	color: #333333;
}

a:hover {
	background: #F0FE77;
	text-decoration: underline;
	color: #FFB82A;
}



/* Logo - image obrázek*/

#logo {
	height: 180px;
	margin: 0 auto;
	text-align: center;
	background: #20DF51;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding-top: 5px;
}

#logo h1 a {
	padding: 0px 0 0 220px;
	color: #004085;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;

}

#logo h2 {
	padding: 18px 0 40px 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Page */

#page {
	width: 982px;
	margin: 0 auto;
}

/* Sidebars - sloupce*/

.sidebar {
	float: left;
	margin-top: 0;
	padding-top: 15px;
	background: #FFB82A;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 10px;
	color: #F0FE77 
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 20px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}
.sidebar h2 a{
	color: #333333;
}

.sidebar h3 {
  font-weight: bold;
}

/* Sidebar1 - levý sloupec*/

#sidebar1 {
	width: 220px;
}

#sidebar1 h3 {
margin-left: 10px;
}

#sidebar1 li li {
	padding-left: 40px;
	text-align: left;
	font-size: 14px;
}

/* Sidebar2 - pravý sloupec*/

#sidebar2 {
width: 200px;
}

#sidebar2 h1{
}

#sidebar2 h2 {
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 95%;
	margin-bottom: 10px;
}

#search h2 {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5 px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h1 {
	padding: 5px 0 0 40px;
	font-size: 10px;
}

.sidebar #recent-posts ul {
	padding-left: 20px;
	font-size: 11px;
}

.sidebar #recent-posts li {
	border-bottom: 1px dashed #D9EBFF;
	margin-top: 20px;
}

/* obsah urprostřed */

#content {
  float: left;
	width: 542px;
	margin-top: 0;
	background: url(images/img03.jpg) repeat-y left top;
}

#content .bgbtm {
	background: url(images/img04.jpg) repeat-x left bottom;
}


/* Post */
.post {
	padding: 20px 25px 10px 25px;
}
/*Nadpis uprostřed*/
.post .title {
  margin: 0px;
	padding: 0 20px;
	color: #20DF51;
}

.post h2 {
  margin: 0px;
  color: #20DF51;
}

.post .meta {
	margin: 0 auto;
	padding: 0 20px 0px 20px;
	line-height: normal;
}

.post .entry {
	margin: 20px;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}

/* Footer zápatí */

#footer {
	width: 562px;
	height: 60px;
	margin: auto;
	padding: 50px 20;
	text-align: center;
	background: url(images/img05.jpg) no-repeat center;
}

#footer p {
	margin: 20px;
	padding: ;
	font-size: 11px;
	line-height: normal;
}
