body, html {
	background:#000 url('bg.png') fixed !important;
}
body {
	color:#fff;
	text-align:center;
	font-family:sans-serif;
	font-size:75%;
}
.wrapper {
	margin:0 auto;
	border-radius: 1em;
	behavior: url(border-radius.htc);
	width:400px;
	padding:10em 0 0 0;
}
.wrapper-in {
	padding:1em;
	background:#fff;
	color:#333;
	text-align:left;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#chat {
	background:#222;
	height:2.6em;
	line-height:2.6em;
	padding:0 1em;
	position: fixed;
	bottom: 0;
	right:10%;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	behavior: url(border-radius.htc);
}
#version {
	position: fixed;
	bottom: 0;
	left:10%;
	height:2em;
	height:2em;
}
#version {
  font-size:0.8em;
  color:#666;
}
#version b {
  color:#888;
}
#chat a {
	color:#fff;
	text-decoration:none;
	margin-left:0.6em;
}
#chat a:hover {
	color:#ccc;
}
h1, h2, #menu ul li a {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-shadow: #000 -1px -1px 1px;
}
.cleaner {
	clear:both;
	height:0.1em;
	overflow:hidden;
}
h2 {
	font-size:1.8em !important;
	height:2em;
	line-height:2em;
	padding:0 0.4em !important;
	color:#000;
	background:#ff0;
	margin-bottom:1em !important;
}
  h2#about {text-shadow: #fff -1px -1px 1px;}
	h2#blog {color:#fff;background:#963}
	h2#twitter {color:#fff;background:#09c;}
	h2#jyrka {background:#f06;color:#000;text-shadow: #fff -1px -1px 1px;}
	h2#aplikace {background:#636;color:#fff;}
	h2#kontakt {background:#6c0;color:#fff;}

ul li {
	padding:0.4em 0;
	border-bottom:1px dotted #ccc;
}
ul li.strike {
  color:#666;
  text-decoration: line-through;
}
ul li.strike a {
  color:#444;
}
ul li span {
  font-style:italic;
  display:block;
  text-align:right;
  color:#666;
  font-size:0.8em;  
}
ul li.last {
	border:none;
}
.textR {
	text-align:right;
}
p {
	line-height:1.5em !important;
	text-align:justify !important;
}
#avatar {
	float:left;
	border:2px solid #ccc;
}
#avatar img {
	width:64px;
	height:64px;
}
#bio {
	float:right;
	width:300px;
}
a {
	text-decoration:underline;
	color:#930;
}
a:hover {
	color:#c33;
}
h1 {
	background:#222;
	position: fixed;
	top:0;
	left:10%;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	behavior: url(border-radius.htc);
	font-size:1.8em !important;
	padding:0.4em 1em !important;
}
#menu {
	background:#222;
	position: fixed;
	top:10em;
	right:10%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	behavior: url(border-radius.htc);
	text-align:left;

}
#menu ul {
	padding:0 !important;
}
#menu ul li {
	border-bottom:1px dotted #000;
	font-size:1.8em !important;
	padding:0.4em 1em !important;
}
#menu ul li.last {
	border-bottom:none;
}
#menu ul li a {
	text-decoration:none;
	color:#888;
}
#menu ul li a:hover {
	color:#fff;
}
