/*
Design by MEDIUM SOFT, Petr Šindel
*/

body {
	margin: 0 0 20px 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
	background: #E9E9E9 url(images/pozadi.gif) repeat-x ;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #A42424;
}

a:hover {
	background: none;
	border-bottom: 1px solid #A42424;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0 0px 20px 20px;
background: rgb(255,255,255)  url(images/top.png) no-repeat; 
	border: 1px #CECECE solid;
	border-top:1px #928082 solid;
	
}

/* Header */

#header {
	width: 910px;
	height: 136px;
	margin: 30px 0 0 0;
	position: relative;
	z-index: 0;
}

#header-flash {

}

/* Logo */

#logo {
	
	padding: 5px 0 0 0;
	color: #B2B2B2;
	z-index: 1;
	position: absolute;
		width: 500px;
		left:10px;
		top:10px;
}


#logo img {
  float: left;
padding: 0px 30px 0 0px;
	
}
#logo h1 {

  padding: 35px 0 0 0px;
	color:#8c021c;
}

#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	clear: both;
  width: 890px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	padding-left: 20px;
	background: #8c021c;
	z-index: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 13px 19px 10px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 860px;
	padding: 40px 0 0 20px;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .entry {
	padding: 10px 0 10px 0;
	text-align: justify;
}
.post .entry img {
	padding: 0 0 0 15px;
	float: right;
}

/* Prohlidka */

#prohlidka {
	width: 850px;
border: 1px rgb(153,51,0) solid;
}

/* Sidebar */



#sidebar {
	float: right;
	width: 220px;
	padding: 40px 20px 0 0;
	color: #787878;
	position: relative;
	z-index: 0;
}

#navigace-right{

float: right;
padding: 0 0px 0 15px;
height: 60px;
width: 80px;
}

#navigace-right a{

text-decoration: none;
border: none;
}


#navigace-right a {
background: url(images/cudl.png) no-repeat;
position: absolute;
padding: 20px 20px 30px 15px;
color: #FFFFFF;
text-decoration: none;

}

#navigace-right a:hover {
	text-decoration: underline;
color: #FFFFFF;
background: url(images/cudl_hover.png) no-repeat ;
height: 60px;
width: 80px;
}
/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
