/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#e8e3c6;
	margin:15px 0;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
 
#header {
	margin:0 auto;
	height:229px;
	width:969px;
	background:url(img/header.jpg);
	}
	
#description {
	color:#000000;
	padding-left:67px;
	padding-top:51px;
	}
	
h1 {
	font-size:360%;
	}
	
h1 a {
	font-weight:normal;
	color:#000000;
	}
	
#desc {
	font-size:140%;
	color:#FFFFFF;
	}
	
#content {
	width:967px;
	background-color:#000000;
	margin:0 auto;
	}
	
#footer {	
	margin:0 auto 0 auto;
	width:969px;
	text-align:center;
	color:#000000;
	font-size:110%;
	line-height:1.5;
	}
	
#contentbottom {
	width:967px;
	margin:0 auto;
	background:url(img/footer.png) no-repeat;
	height:11px;
	margin-bottom:7px;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#navy {
	margin-top:50px;
	font-size:1.47em;
	height:57px;
	}
	
#pagelist {
	margin-top:25px;
	float:left;
	padding-left:45px;
	font-size:18px;
	}
	
#pagelist ul li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
	}
	
#pagelist ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	}
	
#pagelist ul li a:hover {
	text-decoration:none;
	color:#4f331d;
	}
	
#pagelist li.current_page_item a {
	color:#4f331d;
	}
	
#search {
	margin:1px 60px 0 0;
	float:right;
	}

#s {
	margin-top:1px;
	width:210px;
	border:1px solid #dcc090;
	background-color:#e8e3c6;
	padding:4px;
	}
	
#searchsubmit {
	margin-top:1px;
	height:25px;
	width:60px;
	background:url(img/search.png) no-repeat;
	color:#FFFFFF;
	border:none;
	vertical-align:top;
	}
	
#searchsubmit:hover {
	background:url(img/searchhover.png) no-repeat;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:355px;
	float:right;
	margin-top:4px;
	line-height:1.8;
	font-size:120%;
	}
	
#side li, #side ul {
	list-style-type:none;
	}

#sidebarleft {
	width:163px;
	background:url(img/sidebarleft.png) repeat-y;
	float:left;
	}
		
#sidebarlefttop {
	background:url(img/sidebarlefttop.png) no-repeat;
	height:30px;
	}
	
#sidebarleftbottom {
	background:url(img/sidebarleftbottom.png) no-repeat;
	height:30px;
	}
	
#side img {
	padding:0;
	border:none;
	}
	
#side h2 {
	color:#e0ce50;
	font-size:120%;
	font-weight:bold;
	margin-left:15px;
	}

#side ul li ul li a {
	display:block;
	margin-left:2px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:134px;
	padding-left:25px;
	font-weight:normal;
	}
		
#side ul li ul li a:hover {
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	background-color:#464646;
	}
	
#side ul li ul.children li a {
	padding-left:45px;
	width:114px;
	}

#sidebarright {
	margin-top:30px;
	margin-right:15px;
	width:160px;
	float:right;
	}
/* sidebar */

/* text */
#text {
	width:520px;
	float:left;
	text-align:justify;
	font-size:120%;
	margin-left:47px;
	margin-top:30px;
	}
	
p {
	padding:5px 0;
	}

#text h2 {
	font-size:160%;
	}
	
#text h2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}
	
#text h2 a:hover {
	text-decoration:underline;
	}
	
#text ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
#text ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 40px;
	color:#444444;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
.right {
	float:right;
	margin-left:10px;
	}
	
.pub {
	color:#e0ce50;
	}
	
.byauthor {
	display:inline;
	padding-left:5px;
	}
	
.comm {
	margin-top:5px;
	float:right;
	color:#e0ce50;
	font-weight:bold;
	}
	
.comm a {
	color:#e0ce50;
	text-decoration:underline;
	}
	
.comm a:hover {
	text-decoration:none;
	}
	
.post {
	margin-bottom:35px;
	}
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#CCCCCC;
	}
	
h3 {
  	margin-top:5px;
	font-size:115%;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#000000;
	}
	
.pub a {
	text-decoration:none;
	font-weight:normal;
	color:#e0ce50;
	}
	
.pub a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
h3.comments {
	color:#ffffff;
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#333333;
	width:500px;
	}
	
.obsahk {
	background-color:#000000;
	padding:5px;
	width:500px;
	margin-bottom:10px;
	}
	
ol.commentlist {
	list-style:none;
	margin-left:-25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:5px;
	}
	
#author, #email, #url {
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:2px;
	margin:1px 0;
	}
/* comments */

/* other */	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

.floatleft {
	float:left;
	margin-right:10px;
	}
		
.floatright {
	float:right;
	margin-left:10px;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
	
#wp-calendar a {
	text-decoration:underline;
	}
	
#wp-calendar a:hover {
	text-decoration:none;
	}
/* other */	
#body_content {position: absolute;left: -10000px;};