/*
Theme Name: GOX theme
Theme URI: http://www.goxclub.cz/
Description: gox theme
Version: 1.0
Author: Pavel Stribrsky & Michal Zgraja
Author URI: 
Tags: gox

*/



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

body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #eeeeee;
}

img {
	border: 0px;
}

#page {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(img/page-bg.jpg) no-repeat;
	min-height: 700px;
	_height: 700px;
}

.clear {
	clear: both;
}

/*
* zahlavi a menu
*/

#zahlavi {
	padding-top: 125px;
}

#menu {
	height: 20px;
	padding-left: 223px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	height: 20px;
	background-position: 0px 0px;
}

#menu ul li a:hover {
	background-position: 0px -20px;
}

#menu ul li.current_page_item a {
	background-position: 0px -40px;
}

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

#menu ul li.page-item-2 a {
	background-image: url(img/btn-about.gif);
	width: 107px;
}

#menu ul li.page-item-5 a {
	background-image: url(img/btn-prog.gif);
	width: 131px;
}

#menu ul li.page-item-7 a {
	background-image: url(img/btn-list.gif);
	width: 208px;
}

#menu ul li.page-item-9 a {
	background-image: url(img/btn-gal.gif);
	width: 110px;
}

#menu ul li.page-item-11 a {
	background-image: url(img/btn-kont.gif);
	width: 108px;
}


/*
* paticka
*/

#paticka {
	font-size: 9px;
	text-align: right;
	margin-bottom: 10px;
	padding: 3px 0px;
}

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

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

#paticka #facebook {
	background: transparent url(img/facebook_icon.gif) no-repeat;
	float: left;
	padding: 3px 0 2px 18px;
	margin: 3px 0 0 5px;
}

/*
* sidebar
*/

#sidebar {
	float: right;
	width: 183px;
	font-size: 13px;
	margin-top: 25px;
	line-height: 150%;
}

#sidebar a {
	color: white;
}

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

#sidebar h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar .box-top {
	width: 183px;
	background: transparent url(img/sidebox-top.gif) no-repeat;
	padding-top: 6px;
}

#sidebar .box-bott {
	background: transparent url(img/sidebox-bott.gif) no-repeat left bottom;
	padding-bottom: 6px;
}

#sidebar .box {
	background: transparent url(img/sidebox-bg.gif);
	padding: 0px 8px;
}

#sidebar #banners {
	margin-top: 20px;
}

#sidebar #banners ul li {
	text-align: center;
}

/*
* obsah
*/

#content-wrap-top {
	margin-left: 174px;
	margin-top: 25px;
	background: transparent url(img/content-top.png) no-repeat left top;
	padding-top: 8px;
	width: 598px;
}

#content-wrap-bott {
	background: transparent url(img/content-bott.png) no-repeat left bottom;
	padding-bottom: 8px;
}

#content {
	padding: 5px 25px;
	/* padding nahore a dole je kvuli ff bugu s marginem vnorenyho elementu (tady je to p) */
	background: transparent url(img/content-bg-wide.png) repeat-y;
	font-size: 13px;
	line-height: 150%;
}

#content h1 {
	font-size: 20px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

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

#content a {
	color: #dadada;
}

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

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

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

#content table.program {
	margin: 15px 0;
	width: 100%;
	font-size: 13px;
}

#content table.program td {
	padding: 4px 8px;
	background-color: #101010;
}

#content table.program td.datum {
	font-weight: bold;
	width: 60px;
}

#content table.program td.nazev {
	font-weight: bold;
}

.navigation {
	padding: 15px 10px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.archive-link {
	border-top: 1px solid #DADADA;
	padding-top: 5px;
}

#content .gallery {
	overflow: hidden;
	/* ff jinak jakoby clearuje podle nejakyho elementu ve vedlejsim stromu */
}
