

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#b1a79b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrap {
	width:870px;
	margin:0 auto;
	background-color:#9bb2de;
	}
 
#header {
	height:220px;
	background:url(img/header.jpg);
	}
	
#description {
	padding-top:60px;
	padding-left:80px;
	}
	
h1 {
	font-size:30px;
	}
	
h1 a {
	color:#b1a79b;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size:16px;
	color:#000;
	}

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	padding:15px 80px 0 80px;
	font-size:16px;
	font-weight:bold;
	}
	
#page-list {
	float:left;
	}
	
#pagelist ul li {
	display:inline;
	margin:0 10px 0 0;
	padding:0 14px 0 0;
	}
	
#pagelist ul li a {
	color:#ffffff;
	}
	
#pagelist ul li a:hover {
	text-decoration:none;
	color:#2a2557;
	}
	
#pagelist ul li.current_page_item a {
	color:#2a2557;
	}
	
#searchform {
	float:right;margin-right:40px !important;margin-right:5px;
	}
	
#searchsubmit {
	font-size:16px;
	color:#2a2557;
	background:none;
	border:none;
	font-weight:bold;
	cursor:pointer;
	}
	
#s {
	height:20px;
	width:119px;
	background:url(img/searchbar.png);
	border:none;
	color:#ffffff;
	padding:3px 4px 0 4px;
	margin-right:20px;
	}
	
#content {
	padding-top:15px;
margin:0 !important;
margin:0 0 0 -50px;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:330px !important;
width:310px;
	float:right;
	color:#ffffff;
	font-size:14px;
	}
	
#sidebar-left {
	width:125px;
	float:left;
	margin:0 30px 0 0;
	}
	
#sidebar-right {
	width:130px;
	float:right;
	padding:0 10px 0 0;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-weight:bold;
	color:#2a2557;
	font-size:16px;
	margin:20px 0;
	}
	
#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:480px;
	float:left;
	margin:20px 0 0 40px;
	font-size:13px;
	color:#464879;
	text-align:justify;
	}
	
p {
	padding:5px 0;
	}
	
h2 {
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:10px;
	}

.post h2 {
	color:#fff;
	font-size:16px;
	margin-bottom:0;
	}
	
.post h2 a {
	color:#fff;
	}
	
.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:11px;
	padding-top:5px;
	margin-bottom:15px;
	}
	
.comm {
	font-size:13px;
	color:#2a2557;
	margin-top:10px;
	}
	
.comm a {
	color:#fff;
	font-weight:normal;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#ffffff;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
a {
	text-decoration:none;
	color:#fff;
	}
	
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:#9bb2de;
	color:#000;
	}
	
.commentmetadata a {
	color:#000;
	}
	
.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;
	margin-left:-25px;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left:25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#fff 1px solid;
	background-color:#9bb2de;
	padding:5px;
	color:#000;
	}
	
#author, #email, #url {
	border:#fff 1px solid;
	background-color:#9bb2de;
	padding:2px;
	margin:1px 0;
	color:#FFFFFF;
	}
/* comments */

/* footer */
#footer {
	color:#464879;
	font-size:9px;
	height:40px;
	background:url(img/footer.png) bottom no-repeat;
	text-align:center;
	padding:0 40px;
	}
	
#footer-content {
	margin-top:8px;
color:#464879;
	}
	
#footer a {
	color:#fff;
	}
	
#footer-right a {
	margin:0 5px;
	}
	
#footer-left {
	float:left;
	}
	
#footer-right {
	float:right;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:14px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
