* {
  margin: 0;
  padding: 0;
}
abbr {
  border: none;
}
.comment_button {
  display: inline-block;
  border: 2px #8F1B00 solid;
  background-color: #AA2808;
  padding: 5px;
  color: white;
}
ul {
  list-style-type: none;
}
#kategorie li, #odkazy li {
  padding-left: 25px;
  height: 16px;
  margin-bottom: 5px;
}
#kategorie li {
  background: url(graphic/folder.png) no-repeat left center;
}
#odkazy li {
  background: url(graphic/world.png) no-repeat left center;
}
#odkazy li a, #kategorie li a {
  display: block;
}
.komentar_lichy, .komentar_sudy {
  background-color: #DFD199;
  padding: 5px;
}
.komentar_lichy {
  background-color: #CFBD74;
}
body {
	text-align: center;
	font: 12px Verdana, Tahoma, sans-serif;
	background-image: url(graphic/bg.png);
}
a {
	color: white;
}
code, blockquote {
  display: block;
  padding: 5px;
  font: bold 12px Consolas, Courier, Courier New, mono;
  border: 1px black solid;
  border-left: 4px #AF2100 solid;
  margin: 15px 10px;
  background-color: #EFE3B3;
}
a:hover {
	color: #060;
	text-decoration: none;
}
#wrap {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}
#header {
	color: white;
	padding-left: 20px;
	height: 100px;
	margin-top: 20px;
	background: url(graphic/content-top.png) no-repeat left bottom;
}
#header h1 a {
	font: bold 32px Cambria, Palatina;
	letter-spacing: -0.5px;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
	color: white;
}
#header p {
	width: 170px;
	overflow:hidden;
}
#navigation {
	float: right;
}
#navigation ul {
	list-style-type: none;
	margin-top: 40px;
	margin-right: 13px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	display: block;
	float: left;
	width: 90px;
	height: 23px;
	padding-top:13px;
	text-align: center;
	background: url(graphic/menu.png) no-repeat left top;
}
#navigation li a:hover, #navigation li #active {
	background: url(graphic/menu-hover.png) no-repeat left top;
}
#headline {
	float: left;
}
#headline p {
	font-size: 11px;
	font-style: italic;
}
#page {
	width: 400px;
	float: left;
	margin-left: 30px;
	display: inline;
}
#content p {
	text-align: justify;
	margin-bottom: 10px;
}
#page a, #page h2 {
	color: #AA2808;
}
#page a:hover {
	color: #060;
	text-decoration: none;
}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 30px;
	display: inline;
}
#sidebar h2 {
	color: #D4C792;
}
#content h2 {
	margin-bottom: 10px;
	font: bold 21px Cambria, Palatina;
}
#content h2.title {
  margin: 0px;
}
#content {
	background: url(graphic/content-center.png) repeat-y;
}
#footer {
	color: white;
	font-size: 10px;
	padding-top: 40px;
	text-align: left;
	background: url(graphic/content-bottom.png) no-repeat left top;
}
#footer ul {
	float: right;
	list-style-type: none;
}
#content hr.cleaner {
	clear: both;
	visibility: hidden;
}
.reff_item:hover {
  background-color: #CFBA67;
  border-color: #CFAA19;
}
.reff_item {
  padding: 10px;
  display: inline-block;
}
.reff_item span {
  text-align: center;
  display: block;
}
.reff_item img {
  border: 0;
}
#page img {
border: 0;
margin: 0;
}
.blogline, .sideline {
  font-size: 9px;
  display: block;
  margin-bottom: 10px;
}
.sideline {
  margin: 10px 0 0 0;
}
.tagline {
  text-align: center;
  font-size: 10px;
  display: block;
  margin: 10px;
  padding: 10px;
  background-color: #CFBA67;
  border: 1px #CFAA19 solid;
}
.avatar {
  float: right;
}
