/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%; 
}

body {
	background: #000000 url(img/body_bg.gif);
	text-align: center;
	font-family: Arial, sans-serif;
	color: #ffffff;
}

img {
	border: 0px;
}

#obal {
	width: 837px;
	margin: 0 auto;
	padding-left: 130px;
	text-align: left;
	background: transparent url(img/logo-big.gif) no-repeat 0px 55px;
	min-height: 100%;
	_height: 100%; /* IE */
}

#ObalInner {
	padding-top: 50px;
}

.zarovnani {
	clear: both;
}

a {
	color: #e0b563;
}

a:hover {
	text-decoration: none;
}

/*
* zahlavi a menu
*/

#TopLista {
	padding-top: 15px;
	height: 25px;
	line-height: 0px;
	position: absolute; /* musi bejt absolutne kvuli tomu ze obal ma vejsku 100% */
	width: 100%;
	left: 0px;
	background-image: url(img/lista_bg.png);
	_behavior: expression(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none");
}

#TopLista #TopListaInner {
	width: 820px;
	margin: 0 auto;
	padding-left: 147px;
	text-align: left;
}

#MainFlash {
	width: 837px;
	height: 215px;
	margin-bottom: 10px;
}

#MainMenu {
	background-color: #212121;
	margin-bottom: 10px;
	padding: 16px 0px 0px 17px;
	height: 28px;
}

#MainMenu ul {
	list-style: none;
}

#MainMenu ul li {
	float: left;
	margin-right: 60px;
	display: inline;
}

#MainMenu ul li a span {
	display: none;
}

#MainMenu ul li a {
	height: 12px;
	display: block;
	float: left;
}

#MainMenu ul li a#novinky {
	width: 69px;
	background-image: url(img/menu_novinky.gif);
}

#MainMenu ul li a#historie {
	width: 72px;
	background-image: url(img/menu_historie.gif);
}

#MainMenu ul li a#sortiment {
	width: 88px;
	background-image: url(img/menu_sortiment.gif);
}

#MainMenu ul li a#sluzby {
	width: 61px;
	background-image: url(img/menu_sluzby.gif);
}

#MainMenu ul li a#galerie {
	width: 66px;
	background-image: url(img/menu_galerie.gif);
}

#MainMenu ul li a#kontakt {
	width: 71px;
	background-image: url(img/menu_kontakt.gif);
}


/*
* obsah
*/

#content {
	background-color: Black;
	padding: 10px 40px 0px 16px;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #e0b563;
	margin: 6px 0px 16px 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #e0b563;
	margin: 6px 0px 10px 0px;
}

#content p {
	line-height: 22px;
	margin: 14px 0px;
}

#content ul {
	margin-left: 5px;
}

#content ul li {
	list-style: none;
	padding: 5px 0px 5px 10px;
	background: url(img/list_bullet.gif) no-repeat left center;
}

.gallery {
margin: auto;
}

.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 25%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

.gallery a {
	border: 5px solid #e0b563;
	display: block;
	width: 150px;
	height: 150px;
	padding: 5px;
}

.gallery img {
	border: none;
}


/*
* paticka
*/

#paticka {
	border-top: 1px solid #5a4828;
	color: #e0b563;
	font-size: 11px;
	padding: 19px 0px;
	margin-top: 14px;
}

#paticka a {
	text-decoration: none;
}

#paticka a:hover {
	text-decoration: underline;
}
