/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Prague Nightmare WP skin
Version: 1.0
Author: 
Author URI: 
Tags: 

*/

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

body {
	background-color: black;
	text-align: center;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: white;
}

img {
	border: 0px;
}

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

.zarovnani {
	clear: both;
}

a {
	color: White;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
* zahlavi a menu
*/

#mainflash {
	width: 700px;
	height: 207px;
}

#menu {
	border: 5px solid #11751d;
	margin-top: 11px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

#menu ul li.page-item-27 { /* posledni polozka v menu */
	background-image: none;
}

#menu ul li {
	_behavior: url(/tst/hover.htc);
}

#menu ul li#last {
	background-image: none;
}

#menu ul li a {
	display: block;
	padding: 10px 12px;
	color: White;
}

#menu ul li ul {
	position: absolute;
	visibility: hidden;
	border: 5px solid #11751d;
	background-color: black;
}

#menu ul li:hover ul, #menu ul li.hover ul {
	visibility:visible;
}

#menu ul li ul li {
	background-image: none;
	float: none;
}

#menu ul li.page-item-21 ul li { /* submenu u downloadu */
	width: 80px;
}

/*
* obsah
*/

#content_wrap {
	font-size: 10px;
	padding: 20px 0px;
}

#content {
	width: 500px;
	float: left;
	margin-right: 20px;
}

#right_column {
	float: left;
	width: 180px;
}

#right_column .event_box {
	border: 5px solid #11751d;
	padding: 5px;
	margin-bottom: 20px;
}

#right_column .event_box img {
	width: 160px;
}

#content_wrap h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: 5px solid #11751d;
	padding: 6px 13px 0px 13px;
	height: 24px;
	margin-bottom: 10px;
}

#content_wrap h2 {
	margin-bottom: 7px;
}

#content_wrap p {
	margin: 10px 0px;
}

.novinka {
	border-bottom: 2px solid #11751d;
	margin: 10px 0px;
	padding-bottom: 10px;
}

.novinka .datum {
	color: #11751d;
	font-weight: bold;
}

.novinka h2 {
	text-transform: uppercase;
	font-size: 10px;
	margin: 8px 0px;
}

/*
* paticka
*/

#paticka {
	color: #11751d;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 160%;
	border-top: 5px solid #11751d;
	padding: 14px 0px;
}

#paticka a {
	color: #11751d;
}

/*
* ostatni
*/

.right {
	float: right;
}

#content_wrap ul {
	padding-left: 10px;
	margin-left: 5px;
}

#content_wrap ul.styled {
	list-style-image: url(img/list_bullet.gif);
}

.navigation {
	height: 15px;
	margin-bottom: 10px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}
