

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/background.png) top repeat-x #ff7c00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px 0 0 0;
}

#wrap {
	width: 740px;
	margin: 0 auto;
}
 
#header {
	height:242px;
	background:url(img/header.jpg);
	}
	
#description {
	padding: 45px 0 0 50px;
	height: 153px;
	}
	
h1 {
	font-size:30px;
	font-weight:bold;
	}
	
h1 a {
	color:#000;
	font-weight:bold;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size: 15px;
	color:#fff;
	}
	
#content {
	background-color: #606060;
	margin:0 auto;
	margin-top: 20px;
}

#content-top {
	height: 17px;
	background: url(img/content-top.png) no-repeat;
}

#content-bottom {
	height: 16px;
	background: url(img/content-bottom.png) no-repeat;
}

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	margin: 0 40px;
}

#pagelist ul {
}
	
#pagelist ul li {
	float: left;
	display: block;
	text-align:center;
}
	
#pagelist ul li a {
	padding: 7px 10px 0 10px;
	float: left;
	display: block;
	height: 27px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	}
	
#pagelist ul li a:hover {
	color:#000;
	background: url(img/buttonhover.png) repeat-x;
	text-decoration: none;
	}
	
#pagelist ul li.current_page_item a {
	color:#000;
	background: url(img/buttonhover.png) repeat-x;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 121px;
	float: right;
	color: #000000;
	font-size: 14px;
	line-height:1.4;
	background: url(img/sidebar.png) left no-repeat;
	padding-right: 32px;
	padding-left: 41px;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	color: #010101;
	font-size: 16px;
	font-weight: bold;
	background-image: url(img/headline.png);
	height:22px;
	padding: 4px 0 0 8px;
}

#side ul li {
	margin:4px 0 15px 0;
}

#side ul li ul li{
	margin:0;
}
	
#side ul li ul.children li {
	margin-left:20px;
	}
	
#side a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:490px;
	padding-left: 36px;
	float:left;
	font-size:14px;
	line-height:1.8;
	color:#fff;
	text-align:justify;
	}

p {
	padding:5px 0;
	}
	
h2 {
	color:#fff;
	font-size:20px;
	line-height:normal;
	margin-bottom:10px;
	}

.post h2 {
	color:#ff7c00;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
	}
	
.post h2 a {
	color:#ff7c00;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.post 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 45px;
	}
	
blockquote blockquote {
	background:none;
	}
		
.post {
	margin-bottom:40px;
	}
	
.pub {
	font-size:10px;
	color:#ffffff;
	margin: 5px 0 15px 0;
	}
	
.comm {
	font-size:13px;
	color:#000000;
	margin-top:10px;
	font-weight:bold;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#fff;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#333333;
	color:#FFFFFF;
	}
	
.commentmetadata a {
	color:#FFFFFF;
	}
	
.obsahk {
	padding:5px;
	margin-bottom:15px;
	}
	
.obsahk a {
	font-weight:normal;
	text-decoration:underline;
	}
	
.obsahk a:hover {
	text-decoration:none;
	}
	
ol.commentlist {
	list-style:none;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left:25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#ff7c00 1px solid;
	background-color:#606060;
	padding:5px;
	color:#fff;
	}
	
#author, #email, #url {
	border:#ff7c00 1px solid;
	background-color:#606060;
	padding:2px;
	margin:1px 0;
	color:#fff;
	}
/* comments */

/* footer */
#box {
	color:#830000;
	font-size:10px;
	padding-left: 34px;
	padding-top: 2px;
	margin-bottom: 15px;
	}
	
#box a {
	color:#fff;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:13px;
	color:#fff;
	}
	
#nav a {
	color:#fff;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
