
/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#becfc2;
	width:1024px;
	margin:0 auto 10px auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
	
#wrap {
	width:738px;
	float:left;
	}
 
#header {
	height:220px;
	background:url(img/header.jpg) no-repeat left;
	}
	
#description {
	color:#ffffff;
	margin-left:340px;
	padding-top:40px;
	}
	
h1 {
	font-size:40px;
	}
	
h1 a {
	color:#ffffff;
	font-weight:normal;
	}
	
#desc {
	font-size:24px;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	float:right;
	margin-top:46px;
	}
	
#pagelist ul li {
	display:inline;
	float:left;
	list-style-type:none;
	}
	
#pagelist ul li a {
	display:inline;
	float:left;
	width:117px;
	height:34px;
	padding-top:5px;
	margin-left:7px;
	background:url(img/button.png);
	font-size:24px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	}
	
#pagelist ul li a:hover {
	text-decoration:underline;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width:253px;
	float:right;
	margin-top:10px;
	margin-right:7px;
	color:#000000;
	font-size:14px;
	}
	
#sidebar {	
	width:227px;
	padding:0 12px 0 14px;
	background:url(img/sidebar-bg.png) repeat-y;
	}
	
#sidebar-top {
	height:25px;
	background:url(img/sidebar-top.png);
	}
	
#sidebar-bottom {
	height:21px;
	background:url(img/sidebar-bottom.png);
	}
	
#searchsubmit {
	height:39px;
	width:54px;
	background:url(img/search.png);
	border:none;
	font-size:18px;
	font-weight:normal;
	vertical-align:middle;	
	margin-left:6px;
	}
	
#s {
	height:33px;
	padding:4px 3px 0 3px;
	vertical-align:middle;
	font-size:24px;
	width:157px;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#sidebar h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f5f1d5;
	padding:30px 0 20px 10px;
	}
	
#side a {
	line-height:normal;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
#side ul li ul li {
	padding:0 10px 0 25px;
	}
	
#side ul li ul li ul.children li a {
	margin-left:20px;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
	
#sponsors h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f5f1d5;
	padding:30px 0 20px 24px;
	}
	
#sponsors ul li {
	padding:0 10px 0 39px;
	}
/* sidebar */

/* text */
#text {
	color:#333333;
	background:url(img/text-bg.png) repeat-y;
	margin-left:7px;
	font-size:15px;
	color:#040000;
	}
	
#text-content {
	padding:0 40px 0 40px;
	}
	
#text-top {
	height:45px;
	background:url(img/text-top.png);
	}
	
#text-bottom {
	height:20px;
	width:731px;
	background:url(img/text-bottom.png);
	}
	
.post-date {
	float:left;
	height:38px;
	width:100px;
	background:url(img/post-date.png) center no-repeat;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	padding-top:13px;
	margin-right:10px;
	}
	
p {
	padding:5px 0;
	}

#text h2 {
	font-size:30px;
	}

.post h2 {
	font-size:24px;
	padding-top:8px;
	}
		
.post h2 a {
	font-weight:normal;
	color:#000000;	
	text-decoration:none;
	}
	
#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;
	color:#333333;
	padding:5px 5px 5px 40px;
	background:url(img/quote.png) left top no-repeat;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #000000;
	}
	
.pub {
	margin-top:15px;
	font-size:14px;
	}
	
.pubat {
	display:inline;
	float:left;
	}
	
.comm {
	display:inline;
	float:right;
	}
	
.post {
	padding-bottom:30px;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
	
.white {
	color:#FFFFFF;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#000000;
	}
	
h3 {
  	margin-top:5px;
	font-size:19px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#999999;
	}
	
.pub a {
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	}
	
.pub a:hover {
	text-decoration:underline;
	}	
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	padding:5px;
	width:550px;
	background-color:#D1DED5;
	}
	
.obsahk {
	padding:5px;
	width:550px;
	background-color:#CCD9CF;
	margin-bottom:15px;
	}
	
ol.commentlist {
	list-style:none;
	}
	
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;
	}
	
.writec {
	margin-left:25px;
	}
/* comments */

/* footer */
#footer {
	padding-top:12px;
	}

#footer a.rss {
	color:#b4b4b4;
	font-size:24px;
	font-weight:normal;
	background:url(img/rss.png) left no-repeat;
	padding-left:37px;
	height:33px;
	display:block;
	vertical-align:middle;
	}
	
.copyright {
	font-size:18px;
	color:#000000;
	margin-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/* footer */	
	
/* other */	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
/* other */	
