/* CSS Level 2.1 */
body {
	font-family: sans-serif;
	background-color: black;
}
* {
	margin: 0px auto;
	padding: 0px;
}
a {
	color: black;
}
a:hover {
	text-decoration: none;
	color: #848484;
}
#page {
  width: 800px;
  background-color: white;
}
#neddy {
	float: left;
	margin: 5px 20px;
	font-size: 32px;
}
#subline {
	float: right;
	margin: 10px 20px;
	font-size: 25px;
}
#headline a {
	text-decoration: none;
	color: black;
}
#picture {
	clear: both;
	background: url("picture.jpg") center no-repeat black;
	height: 190px;
}
#left {
	float: left;
	width: 550px;
}
#categories {
	text-align: center;
	font-size: small;
	padding-top: 5px;
	margin-bottom: 15px;
}
#categories li {
	display: inline;
	list-style: none;
	padding: 0px 3px;
}
#categories li h2 {
	font-size: 105%;
	display: inline;
}
#main {
	font-size: 14px;
	margin-left: 20px;
}
.post {
	clear: both;
	margin-bottom: 50px;
}
.post .article {
	font-size: 20px;
	margin-bottom: 3px;
}
.post .article a {
	text-decoration: none;
}
.post_meta {
	margin-top: 10px;
	font-size: 12px;
	color: #515151;
}
.post_cat {
	float: left;
}
.post_comm {
	float: right;
}
.post_date {
	font-style: italic;
	font-size: 12px;
	padding-left: 5px;
}
.post p {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	line-height: 125%;
	text-indent: 10px;
	margin-top: 10px;
	text-align: justify;
}
.post .center {
	text-indent: 0px;
	text-align: center;
}
.post img {
	border: 1px solid black;
}
.post a img:hover {
	border-color: #848484;
}
#history {
	font-size: 14px;
	margin-left: 25px;
}
#older {
	float: left;
}
#newer {
	float: right;
}
#right {
	float: right;
	width: 215px;
	font-size: 12px;
	padding-right: 15px;
}
#name {
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#foto {
	float: left;
	border: 3px solid black;
	margin-right: 10px;
	margin-top: 3px;
}
#warning {
	background-color: #d0d0d0;
	margin-top: 15px;
	padding: 10px 10px;
	font-weight: bold;
}
#right h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
}
#right p {
	margin-left: 15px;
	margin-bottom: 5px;
}
#right li {
	margin-left: 25px;
	margin-bottom: 4px;
}
#right li a {
	text-decoration: none;
}
#right li a:hover {
	text-decoration: underline;
}
#paticka {
	clear: both;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#comments h5,h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
#addcomm {
  text-align: right;
}
#newcomm .error {
  color: red;
}
.komentar {
  margin-bottom: 20px;
  padding: 2px 5px;
  background-color: #ECECEC;
}
.komentar>.meta {
  font-size: 13px;
  font-style: italic;
}
.komentar .autor {
  font-weight: bold;
  font-style: normal;
}
.komentar>.obsah {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 13px;
}
