body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	background: #23282b;
	width: 1000px;
	color: #FFF;
	line-height: 150%;
}

/* HEADER */
#header {
	background: url('img/header.jpg') no-repeat;
	height: 209px;
}

#logo img {
	position: relative; top: 37px; left: 15px;
	border: 0;
}
/* CONTENT */
	/* LEFT SIDE */
#left {
	width: 200px;
	float: left;
}

.box {
	background: #0A0B0B;
	width: 200px;
}

#right .box {
  padding-bottom:15px;
}

.box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.box li a{
	display: block;
	background: transparent url(img/menu.gif) 100% 0;
    height: 18px;
	padding: 4px 0 4px 10px;
	text-decoration: none;
}	
	
.box li a:link, .box li a:visited {
	color: #FFF;
}

.box li a:hover{
	color: #ee1c25;
	background-position: 100% -26px;
}

.box li.current_page_item a{
	color: #ee1c25 !Important;
	font-weight: bold;
	background-position: 100% -26px;
}

.box h3{
	width: 170px;
	background: #090a0a;
	font-family: 'Georgia';
	padding: 5px 15px;
	font-size: 18px;
	font-weight: normal;
}

.box img {
	border: 0; 
	margin: 0; 
	position: relative; top: 2px;
}

.leftbox h3 {
	text-transform: uppercase;
}
	/* MAIN */
#midle {
	width: 600px;
	background: #0a0b0b url('img/midle.jpg') no-repeat top;
	float: left; 	
	padding-top: 20px;
}

.article {
	border-bottom: #313232 solid 1px;
	width: 570px;
	margin: 0 auto 15px auto;
}

.date {
	float: right;
	color: #8b8b8b;
	padding-right: 25px;
	padding-top: 5px;
}

.more {
	padding-bottom: 5px;
}

.more a {
 position: relative; left: 330px;
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;	
	padding-right: 25px;
}

.cara {
	border-bottom: #313232 solid 1px;
}

#leftpart {
	width: 265px;
	margin-left: 15px;
	float: left;
	padding: 0 10px;
	line-height: 195%;
	list-style:none;
}

#leftpart a {
	text-decoration: none;
	margin-left:25px;
}

#leftpart a:hover {
	text-decoration: underline;
}

#leftpart p {
	border-right: #313232 solid 1px;
}

#leftpart span {
	color: #868686;
	font-weight: bold;
}

#rightpart {
	width: 265px;
	float: right;
	padding: 0 10px;
}

#rightpart img {
	margin: 4px 0;
}
#submit {
	position: relative;
	float: right;
}

/* KOMENTÁŘE */

.komentar {
	width: 570px;
	margin: 0 auto 15px auto;
}

.komentar a {
color:#D01D23;
font-weight:700;
text-decoration:underline;
}

h3.komentar  {
color:#D01D23;
font-weight:700;
text-decoration:underline;
}

h3.nap  {
color:#D01D23;
font-weight:700;
text-decoration:underline;
}

.komentar a:hover {
color:#D01D23;
font-weight:700;
text-decoration:none;
}

.commentlist li {
	list-style:none;
	background:url(images/li_bg2.gif) left top no-repeat;
	vertical-align:bottom;
	line-height:1.81em;
	color:#FFF;
	margin:0;
	padding:0px 0px 0px 16px;
	border-bottom: 1px dotted #FFF;
}

.commentlist ol li a {
text-decoration:underline;
color:#23385a;
}




	/* RIGHT SIDE */
#right { 
	width: 200px;
	float: right;
}

.rightbox a {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.rightbox span {
	color: #ed1c24
}

.rightbox p {
	text-align: center;
	width: 200px;
	padding: 10px 0;
}

/* FOOTER */
#footer {
	background: url('img/footer.gif') no-repeat top center;
	height: 70px;
	width: 600px;
	margin: 0 auto;
	color: #6f6f6f;
	clear: both;
	padding: 15px 20px;
}

#copyright {
	width:600px;
	float: left;
	font-family: 'Georgia';
	margin-bottom:20px;
}

#odkazy a {
  line-height: 8px;
	color:#666666;
	font-size:10px;
	display: inline;
	text-decoration:none;
}

#odkazy{
  line-height: 8px;
	color:#666666;
	font-size:10px;
	display: inline;
}
#by {
	float: right;
	width: 290px;
	text-align: right;
	font-size: smaller;
	display: inline
}

#by img {
	border: 0;
	position: relative; top: 5px;
}

/* OTHERS elements */
h1 {visibility:hidden;}
h2 {font-size: 24px; margin-bottom: 15px; font-family: 'Georgia'; color: #ed1c24; text-align: left; width: 450px; font-weight: normal; float: left; text-decoration:underline;}
h2 a {color: #ed1c24}
h2 a:hover{color: white;}
h4 {font-size: 14px; color: #ed1c24; font-weight: bold}
p {
	clear: both;
	color: #FFFFFF;
}
a {color: #FFF}
a:hover {color: white}
.noborder {border: 0}
img {border: #222 solid 5px}
* {margin: 0; padding: 0}
input {
	background-color:#E2E2E2;
	border:1px double #999999;
	margin: 2px;
}
textarea {
	background-color:#E8E8E8;
	border:1px double #999999;
}
#commentform {
	margin:0 auto;
	position:relative;
	width: 500px;
	padding: 10px;
}
cite {
	color:#CCCCCC;
}

.post ul{
  padding-left:25px;
}
