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

*/

	body, html {margin:0; background: #fff; font-family: "Arial"; font-size:12px; color:#333; text-align: justify;}
	body { padding-top:140px; overflow-y: scroll;}
	#root { width:800px;  margin:0 auto; }
	#obsah {padding:0px 200px 20px 200px;}
	#obsah a {text-decoration: none; color: #ff6600;}
	#obsah a:hover {color: #000;}	
	#menu {text-align: center; padding-top: 30px; padding-bottom: 60px; }
	#menu ul, #menu li {padding: 0; margin: 0; list-style: none;}
	#menu li {display: inline; padding: 0 12px 5px 12px; font-size: 16px; font-weight: bold; }
	#menu a {text-decoration: none; color: #333; }
	#menu a:hover {color: #f3842b; border-bottom: 2px solid #333;}
	
	
	#obsah td, #obsah th {font-size: 10px;}
	
	#foot {text-align: center; color:#ccc; padding-top: 100px;}
	
	
