/*  
5091CD
807F83
*/

* {
	margin:0;
	padding:0;
	border:0;
	}

body {
	background:#303030;
	color:#606060;
	padding:15px 0 25px;
	font:1.2em Arial, Verdana, Sans-Serif;
	min-height:100%;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

#page {
	width:910px;
	margin:auto;
	font-size:0.7em;
	background:#ffffff;
	padding: 10px 25px 25px;
	}

/* Odkazy */
a:link,
a:visited {
	color: #404080;
	}

a:hover,
a:active {
	color:#5091CD;
	}

/* Nadpisy */
h1 {
	width:900px;
	font-size:1.2em;
	font-weight:bold; 
	font-style:italic;
	color:#808080;
	padding:15px 0 13px 10px;
	margin-bottom:7px;
	border-bottom:3px solid #a0a0a0;
	}

h2,
h3,
h4 {
	font-size:1.3em;
	margin-bottom:5px;
	font-weight:bold;
	text-align:left;
}

/* Navbar */
#nav {
	background:#303030;
	font-size:0.9em;
	}
	
#nav li {
	float:left;
	list-style:none;
	border-right:1px solid #a0a0a0;
	}

#nav a {
	display:block;
	text-decoration:none;
	border:none;
	font-weight:bold;
	color: #f0f0f0;
	padding:6px 12px;
	}

#nav a:hover {
	background:#808080;
}

#nav a:active,
.current_page_item a,
#home .on {
	background:#5091CD;
	}	

/* Homepage */
#sidemain {
	float:left;
	width:363px;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin:15px 0 20px;
	padding-left:15px;
}

#photobar{
	width:370px;
	margin:20px 0;
	float:right;
	}
		
#photobar img{
	border:1px solid #dddddd;
	max-width:358px;
/*	max-height:270px;*/
	float:right;
	}

#photobar div{
	width:348px;
	text-align:right;
	background-color:#808080;
	color:#ffffff;
	border-width:1px;
	border-color:#dddddd;
	border-style:none solid solid solid;
	padding:3px 5px;
	float:right;
}

#latestbar{
	padding:15px 0 0 5px;
	width:340px;
	text-align:justify;
	float:left;
	line-height:145%;
	}

.vydano {
	font-size:0.9em;
}

.cely {
	float:right;
	margin-bottom:15px;
}

#recentpost {
	padding:8px;
	margin-top:10px;
	float:left;
	font-size:0.9em;
	border:1px solid #cccccc;
	width:330px;
	background-color:#eeeeee;
}
	
#sidebar li, 
#recentpost li {
	list-style:none;
	padding:0 0 5px 20px;
	background:url(images/mini-comments.gif) no-repeat;
	background-position:top left;
	margin-left:5px;
}

#recentpost h2,
#bottombar h2,
#sidebar h2 {
	padding-bottom:5px;
	margin-bottom:7px;
	border-bottom:1px dotted #cccccc;
	width:100%;
	font-size:1.1em;
	text-transform:uppercase;
}
	
/* Footer*/
#bottombar {
	padding-top:8px;
	clear:both;
	overflow:hidden;
	font-size:1em;
	border-top:2px solid #cccccc;
	background-color:#eeeeee;
}

#bottombar div {
	padding:0px 5px 10px 15px;
	width:300px;
	float:left;
	font-size:0.9em;
	line-height:145%;
}

#bottombar li {
	list-style-type:square;
	margin:0 0 2px 20px;
	padding-bottom:5px;
}

#footer {
	background:#dddddd;
	clear:both;
	padding:5px;
	text-align:right;
	color: #000000;
	font-size:0.9em;
	border-top: 1px solid #cccccc;
}

/* Postranni panel */	
#sidebar {
	padding-top:15px;
	width: 230px;
	float:right;
	font-size:0.9em;
	}

#sidebar img {
	max-width:100%;
}

.sideblock
{
	padding: 8px;
	margin-bottom: 20px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
}

/* Search */
#searchform {
	height: 32px;
	width: 100%;
}

#searchform #s{
	width: 168px;
	padding: 2px;
	margin-top:3px;
	color: #808080;
	border:1px solid #cccccc;
}

#searchmain #s {
	width:290px;
	margin:5px 5px;
}

#searchsubmit  { 
	background: url(images/search-btn.gif) no-repeat left top;
	height: 30px;
	width: 24px;
	font-size:0px;
	margin-left: 3px;
}	

/* Clanek */
#content {
	width:630px;
	float:left;
	text-align:justify;
	margin:0 0 15px 13px;
	line-height:145%;
	}
	
#content h2 {
	color:#5091CD;
	font-size:1.5em;
	font-weight:bold;
	padding-top:15px;
}

#content h3 {
	margin-top: 15px;
}

/* Formatovani clanku a stranky */
hr {
	display:block;
	clear:both;
	height:1px;
	margin:15px 0;
	background:#cccccc;
	}

#content p {	
	margin: 10px 0 0;
	}


#content ul {
	margin-left:30px;
}

#content li {
	margin-top:5px;
}

#content img.alignleft {
    float:left;
    margin:0 15px 10px 0;
}

#content img.aligncenter {
    margin:0 auto 15px;
    display:block;
}

#content img.alignright {
    float:right;
    margin:0 0 10px 15px;
}

#content img.reference,
#content img.ref_200 {
	float:left;
    margin:0 10px 10px 0;
	max-width:200px;
}

#content img.ref_100{
	float:left;
    margin:0 10px 10px 0;
	max-width:95px;
}

#licence {
	color:#807F83;
	text-align:right;
	clear:both;
	padding:5px 5px 0;
	font-size:0.9em;
}

#content strong {
	font-weight:bold;
	color: #000000;
}

#content td {
	padding-right:15px;
}

#content ol {
	margin:10px 0 5px 60px;
}

.perex {
	margin: 10px 0;
}

.cenik {
	width:100%;
	margin:10px 0;
	border-top:1px dotted #5091CD;
}

.cenik td {
	padding:7px 0;
	vertical-align:top;
	border-bottom:1px dotted #5091CD;
}

.cenik span {
	font-size:0.9em;
	color:#a0a0a0;
}

.cena {
	width:6em;
	text-align:right;
}

#hpbar {
	float:left;
	width:140px;
	margin:20px 15px 0 0;
}

#hpbar li {
	list-style:none;
	line-height:145%;
}

.hpblock  {
	padding:8px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	line-height:145%;
}

.hpblock h2 {
	font-size:1.2em;
	color:#5091CD;
}

.hpblock div {
	text-align:right;
	margin-top:5px;
}

.hpblock2 {
	background-color:#B0CD50;
	color:#ffffff;
}

.hpblock2 h2 {
	font-size:1.2em;
	color:#313916;
}

.hpblock2 a {
	color:#313916;
}

.vzornik {
	width:100%;
	margin:10px 0;
}

.vzbarvy  td {
	height:30px;
	width:16%;
}

.vzpopis {
	font-size:0.8em;
}

