/*
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;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, sans-serif;
	color: black;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

#obal {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.zarovnani_l {
	clear: left;
}

.zarovnani {
	clear: both;
}

/*
* zahlavi a menu
*/

#zahlavi {
	margin-top: 20px;
	height: 86px; /* musi to bejt napevno kvuli ie 6 */
}

#zahlavi img{
	float: left;
}

#zahlavi img#toplogo {
	margin-right: 10px;
}

#mainflash {
	margin-top: 10px; 
	border-top: 10px solid #363636;
}

#menu {
	height: 40px;
	background-color: #988099;
	margin-top: 10px;
	font-size: 11px;
	text-transform: uppercase;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding: 13px 17px 0px 17px;
	background-image: url(img/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul li.last {
	background: none;
}

#menu a {
	color: #fdfdfd;
	text-decoration: none;
}

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

/*
* obsah
*/

#content_wrap {
	padding-top: 6px;
	font-size: 12px;
}

#content {
	width: 560px;
}

#content a {
	color: #932393;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	color: #ff23ff;
	font-size: 24px;
	font-weight: normal;
	margin: 12px 0px 20px 0px;
}

#content h2 {
	color: #4b4b4b;
	font-size: 20px;
	font-weight: normal;
	margin: 16px 0px;
}

#content h3 {
	color: black;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0px;
}

#content h2 {
	
}

#content p {
	margin: 20px 0px;
	text-align: justify;
	line-height: 140%;
}

#content ul {
	padding-left: 15px;
}

#content img.alignright {
	float: right;
	margin: 0px 0px 5px 10px;
}

#content img.alignleft {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.ilustrace {
	float: left;
	margin-right: 19px;
}

.divider {
	height: 2px;
	background-color: #d9d9d9;
	font-size: 0px; /* ie bug */
	margin: 20px 0px;
}

img.Intext {
	float: left;
	margin-right: 22px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #353535;
}

ol {
	margin-left: 22px;
	line-height: 140%;
}

table.colored {
	font-size: 13px;
	font-weight: bold;
}

table.colored th {
	background-color: #988099;
	color: White;
	text-align: center;
	padding: 3px 5px;
}

table.colored td {
	padding: 3px 5px;
}

/*
* novinky
*/

#sloupec_novinky {
	width: 200px;
	float: right;
}

#sloupec_novinky h1 {
	color: #373737;
	font-size: 24px;
	font-weight: normal;
	margin: 12px 0px 20px 0px;
}

#sloupec_novinky a {
	color: Black;
}

#sloupec_novinky a:hover {
	text-decoration: none;
}

.novinka {
	color: Black;
	margin-bottom: 18px;
}

.novinka .datum {
	color: #898989;
	font-size: 11px;
}

.novinka h2 {
	font-size: 12px;
	margin: 6px 0px 4px 0px;
}

.novinka h2 a {
	color: Black;
}

.novinka h2 a:hover {
	text-decoration: none;
}


/*
* paticka
*/

#paticka {
	border-top: 2px solid #dadada;
	color: #888888;
	padding: 16px 0px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 18px;
}

#paticka a {
	color: #888888;
	text-decoration: none;
}

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

/*
* ostatni
*/

.clear {
	clear: both;
}

.right {
	float: right;
}
