
/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#ffffff;
	margin:0 auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:900px;
	}
 
#header {
	margin:0 auto;
	height:190px;
	background:url(img/header.png);
	}
	
#description {
	padding-left:90px;
	padding-top:30px;
	}
	
h1 {
	font-size:40px;
	padding-top:10px;
	}
	
h1 a {
	color:#000000;
	font-weight:normal;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size:20px;
	}
	
#pagestop {
	margin:44px 0 0 60px;
	}
	
#pagestop li {
	list-style-type:none;
	display:inline;
	padding:0 15px;
	}
	
#pagestop li a {
	color:#FFFFFF;
	font-size:17px;
	font-weight:normal;
	}
	
#pagestop li.current_page_item a {
	font-weight:bold;
	}
	
#pagestop li a:hover {
	text-decoration:underline;
	}
	
#content {
	background:url(img/body.png) repeat-y;
	}
	
#content-top {
	height:43px;
	background:url(img/content-top.png);
	}
	
#footer {	
	height:34px;
	background:url(img/footer.png) top no-repeat;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:20px;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* sidebar */	
#side {
	width:210px;
	float:right;
	font-size:16px;
	color:#000000;
	margin-right:55px;
	margin-bottom:20px;
	}
	
#sidecontent {
	padding:0 10px 20px 40px;
	background-color:#eaeaea;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-size:16px;
	color:#a70000;
	padding:20px 0;
	}
	
#side a {
	line-height:normal;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:550px;
	margin-top:-30px;
	margin-left:65px;
	float:left;
	color:#000000;
	font-size:11px;
	min-height:250px;
	}
	
p {
	padding:5px 0;
	}

#text h2 {
	font-size:19px;
	}
	
.post h2 {
	font-size:16px;
	}
	
#text h2 a {
	color:#a00a0a;
	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 #FFFFFF;
	padding:5px 5px 5px 48px;
	color:#660000;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
.pub {
	color:#a00a0a;
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	}

.comm {
	color:#000000;
	margin-top:15px;
	}
	
.post {
	margin-bottom:30px;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#000000;
	}
	
h3 {
  	margin-top:5px;
  	font-size:13px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.comm a {
	font-weight:normal;
	color:#000000;
	}
	
#footer a {
	color:#000000;
	font-weight:normal;
	margin:0 5px;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	font-size:19px;
	color:#a00a0a;
	}
	
.commentmetadata {
	padding:5px;
	width:500px;
	background-color:#FED3B8;
	color:#000000;
	}
	
.commentmetadata a {
	color:#000000;
	}
	
.obsahk {
	padding:5px;
	width:500px;
	color:#000000;
	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;
	}
	
.writec {
	margin-bottom:10px;
	}
/* comments */

/* other */
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
/* other */	
#body_content {position: absolute;left: -10000px;};