/*************************************
	- CSS Style -
	CSS URI: http://ww.hradloket.cz/
	Version: 1.0
	Description: CSS for browsers with Gecko core - default
	Author: Alex
	Author URI: http://www.apollo1.cz/
*************************************/

/*************************************
 +Body, Html
*************************************/
html {
	
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 62.5%;
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #505154;
}

/*************************************
 +A
*************************************/

a {
	text-decoration: none;
	color: #696b71;
}

a:hover {
	
}

#content a:hover { background: #bcc0cb; }

#content a.noborder, #content a.noborder:hover {
	text-decoration: none;
	background: none;
	border: none;
}

#content a img {
	border: none;
}


/*************************************
 +(X)HTML Elements
*************************************/

input, textarea, select, option {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 1px;
}

input, textarea, select {
	border: 1px solid #8e9199;
}

p {
	margin: 0 0 .5em 0;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*************************************
 +Containers
*************************************/

#wrap {
	width: 1008px;
	margin: 1em auto;
	font-size: 1.1em;
	/*border: 1px dotted #999;*/
	height: 630px;
	padding: 0;
	position: relative;
}


/* left-bar	*/

#wrap-left-bar {
	width: 239px;
	float: left;
	/*background: url('images/left-bar.gif') top left no-repeat;*/
	height: 630px;
}



#left-bar {
	position: relative;
	top: 8px;
	height: 514px;	
}


#submenu {
	height: 419px;
}

#submenu ul {
	position: relative;
	overflow: hidden;
	z-index: 0;
	line-height: 1.6em;
	top: 1px;
}

#submenu ul li {
	position: relative;
}

#submenu ul li a {
	position: relative;
	z-index: 1;
	display: block;
	width: 220px;
	height: 13px;
	color: grey;
	padding: 2px 5px 6px 14px;
	margin-bottom: 1px;
}

#submenu ul li a:hover, #submenu ul li.active a {
	color: #000;
	margin-bottom: 0px;	
}

#submenu ul li span.variable {
	position: absolute;
	z-index: 0;
	background: #d3d4d8;
	height: 21px;
	width: 150px;
	display: block;
	top: 0;
	left: 0;
	
}

#submenu ul li.designers {
	float: left;
	
}

#submenu ul li.designers a {
	display: block;
	width: 119px;
	height: 21px;
	padding: 0;
	margin: 0;
}

#submenu ul li.designers a:hover {
	border: none;
	background: transparent;
	cursor: pointer;
	
}

#submenu ul li.designers span, #submenu ul li.designers a span {
	display: none;
}

#submenu ul li.designers a span {
	padding: 1px 2px 0 2px;
	width: 115px;
	height: 20px;
}

#submenu ul li.designers a:hover span {
	
}

#submenu a.prev, #submenu a.next {
	position: relative;
	z-index: 50;
	cursor: pointer;
	display: block;
	height: 15px;
	/*background: #aaa;*/
	padding: 2px 4px 6px 14px;
}
		
#submenu a.prev {
	background: url('images/a-submenu-prev.png') top left no-repeat;
	margin-top: 1px;
}

#submenu a.next {
	background: url('images/a-submenu-next.png') top left no-repeat;
}

#submenu a.prev:hover {
	background: url('images/a-submenu-prev_hover.png') top left no-repeat;
}

#submenu a.next:hover {
	background: url('images/a-submenu-next_hover.png') top left no-repeat;
}

















/* end of left-bar	*/

#wrap-content {
	width: 758px;
	float: left;
	padding-left: 8px;
}

#header-content {
	height: 70px;
	display: block;
}

#content {
	position: relative;
	z-index: 0;
	height: 419px;
	/*background: #fcf49a;*/
	display: block;
	
}

#gallerynumbers {
	height: 19px;
	padding: 4px 4px;
}

#main-menu {
	height: 70px;
	display: block;
	margin-top: 16px;
}

#second-menu {
	height: 64px;
	width: 258px;
	float: left;
}



/*************************************
 +Hn
*************************************/

h1 span {
	display: none;
}

h1, h1 a {
	display: block;
	width: 240px;
	height: 62px;
	background: url('images/h1.gif') bottom left no-repeat;
	margin: 0;
}


h2 {
	text-transform: lowercase;
	background: url('images/h2.gif') top left no-repeat;
	font-size: 1em;
	font-weight: normal;
	color: #fce539;
	margin: 0;
	padding: 48px 0 0 70px;
	width: 430px;
	float: left;
}

h2.navigationmenu {
	color: #696b71;
}

h3, h3 a {
	text-transform: uppercase;
	font-size: 1.07em;
	margin: .5em 0 0 0;
}

#right-block h3 {
	margin: .3em -24px 1em -18px;
	padding: 6px 18px 3px 18px;
}

	#right-block h3.caption { display: none; }



h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}



/*************************************
 +Navigation (main-menu)
*************************************/

#main-menu ul, #second-menu ul, #h1-menu ul {
	list-style: inside none none;
	margin: 0;
	padding: 0;
}

#h1-menu {
	position: absolute;
	z-index: 100;
	width: 240px;
}


	#h1-menu li a {
		display: block;
		padding: 3px 5px 3px 5px;
		background: transparent url('images/bg-h1-menu.png') left top repeat;
	}

#h1-menu li a:hover { color: #333; }

#main-menu ul {
	float: left;
	width: 100%;
	position: relative;
	top: 8px;
}

#main-menu ul li {
	float: left;
	padding: 0 0 0 0;
}

#main-menu ul li a span, #second-menu ul li a span {
	display: none;
}

#main-menu ul li a {
	height: 30px;
	display: block;
}

#main-menu ul li#p-3 a {
	width: 227px;
	background: url('images/p-3.gif') top left no-repeat;
}

#main-menu ul li#p-4 a {
	width: 106px;
	background: url('images/p-4.gif') top left no-repeat;
}

#main-menu ul li#p-5 a {
	width: 108px;
	background: url('images/p-5.gif') top left no-repeat;
}

#main-menu ul li#p-6 a {
	width: 110px;
	background: url('images/p-6.gif') top left no-repeat;
}

#main-menu ul li#p-7 a {
	width: 99px;
	background: url('images/p-7.gif') top left no-repeat;
}

#main-menu ul li#p-8 a {
	width: 108px;
	background: url('images/p-8.gif') top left no-repeat;
}


#main-menu ul li {
	position: relative;
}

#main-menu ul li ul.level-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	display: none;
}

#main-menu ul li:hover ul.level-2 {
	display: block;
}

#main-menu ul.level-2 li ul {
	display: none;
}

#main-menu ul li ul.level-2 li {
	float: none;
	padding: 0;
	width: auto;
	height: 25px;
}

#main-menu ul li ul.level-2 li a {
	background: none;
	color: #444;
	padding: 4px 0 4px 0;
	height: 16px;
	border-top: 1px solid #fce539;
	padding-left: 10px;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-3 li a {
	border-top: 1px solid #fce539;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-3 li a:hover {
	background: #fcf49a;
	color: #4c4e52;
}

#main-menu ul li ul#menuparent-4 li a {
	border-top: 1px solid #ec008c;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-4 li a:hover {
	background: #f1c6df;
	color: #4c4e52;
}

#main-menu ul li ul#menuparent-5 li a {
	border-top: 1px solid #f78f1e;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-5 li a:hover {
	background: #f7c691;
	color: #4c4e52;
}

#main-menu ul li ul#menuparent-6 li a {
	border-top: 1px solid #00aeef;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-6 li a:hover {
	background: #9cd8ef;
	color: #4c4e52;
}

#main-menu ul li ul#menuparent-7 li a {
	border-top: 1px solid #44ae4c;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-7 li a:hover {
	background: #b2e5b6;
	color: #4c4e52;
}

#main-menu ul li ul#menuparent-8 li a {
	border-top: 1px solid #c8b6f2;
	background: transparent url('images/main-menu-li.png') left top repeat;
}

#main-menu ul li ul#menuparent-8 li a:hover {
	background: #c8b6f2;
	color: #4c4e52;
}

#main-menu ul li ul.level-2 li a span {
	display: block;
}

#main-menu span.variable {
	display: none;
}



#second-menu ul {
	position: relative;
	top: -2px;
}

#second-menu ul li {
	float: left;
}

#second-menu ul li a {
	height: 20px;
	display: block;
}

#second-menu ul li#p-9 a {
	width: 56px;
	background: url('images/p-9.gif') top left no-repeat;
}

#second-menu ul li#p-10 a {
	width: 62px;
	background: url('images/p-10.gif') top left no-repeat;
}

#second-menu ul li#p-11 a {
	width: 20px;
	background: url('images/p-11.gif') top left no-repeat;
}

/*************************************
 +Header
*************************************/
#phone a span, #email a span, #language a span {
	display: none;
}

#phone a, #email a, #language a {
	display: block;
}

#phone, #language {
	float: left;
}

#language {
	margin-left: 3px;
}

#email {
	float: left;
}

#phone a {
	width: 120px;
	height: 22px;
	background: url('images/phone.gif') top left no-repeat;
}

#language a {
	width: 26px;
	height: 22px;
	background: url('images/lang-en.gif') top left no-repeat;
}

#email a {
	width: 94px;
	height: 22px;
	background: url('images/email.gif') top left no-repeat;
}

#finder {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

#finder input.vocable {
	width: 122px;
}

#finder input.submit {
	background: url('images/finder.gif') center center no-repeat;
	width: 20px;
	height: 22px;
	color: #fff;
	font-size: 0em;
	margin-left: 5px;
}

/*************************************
 +Entry
*************************************/

#left-block, #right-block, #wide-block {
	float: left;
	position: relative;
	z-index: 20;
}

#left-block {
	/*width: 414px;
	padding: 24px 68px 15px 18px;
	height:*/
	
	height: 420px;
	width: 500px;
	padding: 0;
}

#right-block {
	width: 216px;
	padding: 0px 24px 0px 18px;
	margin: 12px 0;
	/*font-stretch: expanded;*/
	overflow: auto;
	height: 396px;
}


#wide-block {
	width: 716px;
	padding: 0px 24px 0px 18px;
	margin: 12px 0;
	/*font-stretch: expanded;*/
	overflow: auto;
	height: 396px;
}

#content a.portfolio {
	display: block;
	width: 500px;
	height: 420px;
	border: none;
}

#content a.portfolio:hover {
	background: none;
	border: none;
}

#content a.portfolio span {
	display: none;
}

/*.entry-left, #entry-right, .main-image {
	height: 420px;
	float: left;
}

.entry-left, .main-image {
	width: 500px;
}

#entry-right {
	width: 225px;
	height: 390px;
	padding: 15px;
	padding-right: 18px;
	font-stretch: expanded;
	overflow: auto;
}
*/

#post-image {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 500px;*/
	height: 419px;
	z-index: 10;
	
	background-repeat: no-repeat;
}

.postmore { margin-bottom: 2em; }

.postmore a {
	padding-left: 18px;
	background: url('images/postmore.png') left 1px no-repeat;
	height: 12px;
	color: #8e9199;
	font-weight: bold;
}

.more a {
	
}


#content {}

	#content .box-logo {
		display: block;
		width: 190px;
		background: #fff;
		padding: 10px;
		text-align: center;
	}

	#content img.logo {
		
	}
	
#left-block {}

	#left-block .editor-loga a, #left-block .editor-loga a:hover {
		border: none;
		text-decoration: none;
		background: none;
	}


/*************************************
 +LeftBar
*************************************/

/*#left-bar div a, #left-bar div a img {
	border: none;
	text-decoration: none;
}*/



/*************************************
 +PostPrint
*************************************/

.postinfo {
	display: block;	
	/*width: 400px;*/
	/*float: left;*/
	font-size: .9em;
}

.postprint {
	display: block;
	/*width: 50px;*/
	text-align: right;
	/*float: right;*/
}

.postprint a {
	font-weight: normal;
}

.postinfo1 {
	font-style: italic;
	color: #8e959b;
	margin-bottom: .2em;
}

.postinfo2 {
	font-style: italic;
	color: #8e959b;
	
}

ul.mapa-stranek {
	margin: 0 0 2em 0;
}

li.mapa-stranek {
	padding: 0;
	margin: 0 0 .3em 0;
}

/*************************************
 +Comments
*************************************/

#comments a, .count-comments a {
	font-weight: normal;
}

#comments-add {
	border-bottom: 1px dotted #8e959b;
}

#comments-list {
	padding: 0;
	margin-top: .8em;
}

.count-comments {
	margin-top: -2em;
}

.comments-menu {
	border-top: 1px dotted #8e959b;
	padding: .5em 0 .5em 0;
	border-bottom: 1px dotted #8e959b;
	display: block;
}

.comments-menu-item {
	float: left;
	width: 50%;
}

.wrap-comment {
	margin: 1.5em 0 1.5em 0;
}

.comment {
	
}

.comment-row, .comment-row-answer, .comment-row-head {
	padding: 0 .5em 0 .5em;
}


.comment-row {
	padding: .5em;
}


.comment-row-head {
	background: #f8f8f8;
}


/*************************************
 +Form
*************************************/

input, select, textarea {
	padding: 2px 4px;
}

label {
	
}
	
	#nenudse {
		margin: 40px 0;
	}
	
	#nenudse label {
		font-style: italic;
	}

	.submit {
		padding: 1px 4px;
	}

#search {
	
}

#search input {
	
}

#search .formrow {
	float: left;
}

#search .submit {
	background: #fff;
	font-size: 1em;
	letter-spacing: .03em;
	border: none;
	color: #8e959b;
	cursor: pointer;
	padding: 0 2px 0 2px;
}

form#comment {
	margin: 2em 0 2em 0;
}

form#comment .formrow {
	clear: both;
	margin-bottom: .3em;
}

form#comment label {
	display: block;
	width: 206px;
}

form#comment textarea {
	width: 206px;
	height: 80px;
}

form#comment textarea:hover, form#comment input:hover, form#comment input.submit:hover {
	background: #f8f8f8;
}

form#comment input.subject {
	width: 206px;
}

form#comment input.submit {
	background: #fff;
	margin-top: 2em;
	cursor: pointer;
	padding: 1px 20px 1px 20px;
	font-weight: bold;
	color: #8e959b;
	font-style: italic;
}

form#comment input.security {
	text-align: center;
	width: 116px;
	letter-spacing: 0.2em;
}

form#comment img.security {
	margin: 1px auto;
	border: 1px solid #8e959b;
}

form#comment small {
	color: #8e959b;
}

/*************************************
 +Gallery
*************************************/

#gallery.simple .caption {
	display: none;
}


#gallerynumbers a {
	/*font-weight: bold;*/
}

#gallerynumbers a.normal {
	color: #696b71;
}


/*************************************
 +ShoutBoard
*************************************/


/*************************************
 +Misc
*************************************/
hr {}

.info, .error {
	margin-bottom: 10px; 
	padding: 10px;
	background-color: #f8f8f8;
	font-size: 1.1em;
}

.error {color: red; border: 1px solid #8e959b;}
.info {color: green;}

.cleaner {clear: both;}
