html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #496C10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #625c4c;
	background: url(images/back.jpg) repeat;
	
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 18px;
}

ul, ol {
}

blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/back-top.jpg) center top repeat-x;
}

html>body #wrapper {
	height: auto;
}

/* Logo */

#logo {
	width: 1024px;
	height: 165px;
	margin: 0 auto;
	background: url(images/top.jpg) no-repeat;
}
#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 30px 0 0 85px;
	letter-spacing: -3px;
	font-size: 3em;

}
#logo h1 a{
	border:none;
	
}
#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #3E5C0E;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 30px;
	background: url(images/center.jpg) no-repeat;
	

}

/* Content */

#content {
	float: left;
	width: 550px;
	margin: 0px 0px 0px 70px;
	text-align:justify;
}

.post {
	padding-bottom: 10px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 5px 5px 0 20px;

}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url(images/img10.gif) no-repeat right bottom;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 291px;
	margin: 0px 90px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 110px 20px 0px 20px;
	line-height:20px;	
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

#sidebar a {
	color: #7accc8;

}

#sidebar a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Sidebar Obr */

#sidebarobr {
	background: url(images/sidebar.png) no-repeat;
	width:291px;
	height:178px;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	width: 753px;
	height: 173px;
	background: url(images/footer.jpg) no-repeat ;
	padding-right:295px;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #D52442;
}
#footer ul {
	margin: 0px 0px 0px 0px;
	padding:100px 0px 0px 130px;
	}
#footer p {
	text-align:right;	
	color: #e6f5f6;
	font-size:10px;
}
#footer p.miesto {
	margin: 5px 150px 0px 50px;
}

#footer a {
	color: #e6f5f6;
	padding:0px;
	margin:0px;
}
img.footer-line1{
		margin: 0px;
		padding: 8px 25px 0px 0px;
		border: 0px;
		float: left;
}
img.footer-line2{
		margin: 0px;
		padding: 0px 25px 0px 0px;
		border: 0px;
		float: left;
}
