/*
	Theme Name: hanz
	Description: A theme created by Jan Janoušek.
	Version: 1.0	
	Author: Jan Janoušek
	Author URI: http://janjanousek.com/
*/

* {
   margin:0;
   padding:0;
}

body {
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:.9em;
   background:#EBF7FD;
   text-align:center;
   background-image:url(images/bg.gif);
}

a{
	color:#990000;
}

a:hover{
	color:#FF0000;
}

#center{
   margin:auto;
   width:760px;
   text-align:justify;
   background-color:#FFFFFF;
}

#header{
	background-image:url(images/header1.jpg);
	height:150px;
	border-bottom:2px solid #4C640E;
}

#header h1{
	position:relative;
	top:1.5em;
	left:2em;
}

#header h1 a{
	color:#000000;
	font-size:1.6em;
	text-decoration:none;
}

#header .description{
	text-align:right;
	position:relative;
	top:5em;
	right:1em;
	font-weight:bold;
}

#menu{
	list-style:none;
	margin-left:.5em;
        margin-right:2em;
        font-size:14px;
        margin-top:-33px;
        text-align:right;
        padding-bottom:20px;
}

#menu li{
	display:inline;
	background-color:#5E8F1C;
	margin-right:3px;
	padding:8px 25px 8px 25px;
        border:1px solid #4c640e;
}

#menu a{
	position:relative;
	top:2px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
        line-height:30px;
	
}
#menu a:hover{
        color:#FFFFFF;
}
#menu .current_page_item a{
	color:#FFFFFF;
}


#right{
   width:225px;
   float:right;
}


#sidebar{
	margin-right:.5em;
}
#sidebar h2{
	margin-top:1.3em;
}

#sidebar li{
	list-style:none;
	padding:.1em 0 .1em 0;
}

#sidebar li ul li{
	margin-left:1em;
}

#sidebar #tag_cloud{
	margin:0 .5em 0 0;
}

#left{
   width:530px;
   float:left;
}

#content{
	padding:1em 2em 3em 2em;
	line-height:1.9em;
}

.post{
	margin:.5em 0 3em 0;
}

.post li{
	margin-left:2em;
}

.postmetadata{
	background-color:#DFDFDF;
	padding:0 .5em 0 .5em;
	font-size:.7em;
}

.metaCat{
	
}
.metaPub{
	float:right;
}
.page_navigation{
	font-weight:bold;
}

.page_navigation .page_older{
	width:200px;
	float:left;
}

.page_navigation .page_newer{
	width:200px;
	text-align:right;
	float:right;
}




#komentare{
	margin-top:2em;
}


.comment-user{

}

.comment-text{
     font-size:smaller;
     line-height:1.2em;
}

.first-comm{
     padding:.5em;
     margin:.5em 0 .5em 0;
}

.second-comm{
     background-color:#EFFAFF;
     padding:.5em;
     margin:.5em 0 .5em 0;
}

#footer{
   clear:both;
   border-top:1px solid #333333;
   font-size:smaller;
   text-align:center;
}

p{
	padding:.5em 0 .5em 0;
}

pre {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 17 : 2);
  width:100%;
  border:1px solid #DFDFDF;
  background-color:#EFEFEF;
  padding:0 .5em 0 .5em;
}

.hodnoceni{
	text-align:right;
	margin:.5em 1em 0 0;
}

li.lastfm-item{font-size:11px; border-bottom:dashed #E9E8E9 1px;}
.lastfm-timestamp{font-size:8px;}
