/*
Theme Name: Express Sandwich
Theme URI: http://wordpress.org/
Description: Výchozí motiv vzhledu založený na famózním <a href="http://binarybonsai.com/kubrick/">Kubricku</a>.
Version: 1.6
Author: Michael Heilemann a Acci
Author URI: http://binarybonsai.com/
Tags: modrá, vlastní hlavička, fixní šířka, dva sloupce, widgety

	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

*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin:0pt;
	padding:0pt;
	border:0;
}

h1, h2, h3
{
	font-size:100%;
}

table {
	border-collapse: collapse;	
}

html, body
{
	height: 100%;
	padding:0; margin:0;
}

#body-wrap {
	height: 100%;
}

* html #body-wrap {
	height: 100%;
}

#body-wrap
{
	background:url(images/bg-neon.png) 50% top no-repeat;
	_background:none;
}

#body-wrap2
{
	background:url(images/bg-lines.png);
	_background:none;
	height:100%;
}

#root
{
	width:760px;
	margin:0 auto;
}

#head
{
	height:125px;
	background:url(images/head.png) no-repeat;
	clear:both;
}

#head #menu {
  height:23px;
}

#head #menu ul {}

#head #menu ul li {}

#head #head-flash {
  padding-left:125px;
}

#main-head {
	height:75px;
	background:url(images/main-head.png) no-repeat;
}

#main-body {
	background:url(images/main-body.png);
}

#foot {
	height:25px;
	background:url(images/foot.png) no-repeat;
}

#main-body #content
{
	position:relative;
	top:-70px;
	min-height:200px;
	padding:20px;
}

body
{
	background:#457f3a url(images/bg.png) repeat-x;
	color:#333;
	font-size:11px;
	font-family:"Tahoma", "Arial", "sans-serif";
	text-align:justify;
	line-height:16px;
}

h1
{
	font-size:18px;
	padding-bottom:1em;
	font-weight:normal;
}

h2
{
	font-size:1em;
	font-weight:bold;
	color:#ff9900;
}

h3
{
	font-size:1em;
	font-weight:bold;
}

a
{
	color:#ff9900;
}

a:hover
{
	color:#009933;
}

p
{
	padding-bottom:1em;
}

ul {
	padding-bottom:1em;
}

ul li
{
	background:url(images/li.gif) 0 6px no-repeat;
	list-style:none;
	padding-left:1em;
}

ol li
{
	margin-left:2em;
	list-style:decimal;
}

blockquote
{
	padding-left:1em;
	padding-bottom:1em;
	font:italic;
}

.tabulka-stranky
{

}

.tabulka-stranky td
{
	padding:5px;
	vertical-align:top;
	border:1px solid #ddd;
}

.alignright
{
	float:right;
	margin:0 0 1em 1em;
}

.alignleft
{
	float:left;
	margin:0 1em 1em 0;
}

#head #menu
{
	padding-top:15px;
	padding-right:10px;
}

#head #menu li
{
	float:right;
	background:none;
	list-style:none;
	padding:0;
	position:relative;
}

#head #menu a
{
	color:#fff;
	display:block;
	padding:0px 15px 0px 15px;
	border-left:1px solid #006633;
	text-decoration:none;
}

#head #menu ul+li a
{
	border-left:none;
}

#head #menu a:hover
{
	background:#61a13e;
}

#head #menu ul ul
{
	display:none;
	position:absolute;
	top:14px;
	background:#01863e;
	min-width:100px;
	padding:5px;
}

#head #menu li:hover ul
{
	display:block;
}

#head #menu li li
{
	float:none
}

#head #menu li li a
{
	padding:3px;
	border-left:0;
	border-bottom:1px solid #009544;
}

#languages  {
	padding-right:10px;
	clear:both;
}

#languages li {
	background:none; list-style:none; list-style-type:none; float:right;
}