﻿/*  
Theme Name: eGoban
Theme URI: http://www.egoban.cz
Description: WP Theme by Vaclav Kijonka based on Igor Penjivrags Cubismo theme
Version: 1.0
Author: Vaclav Kijonka
Author URI: http://www.egoban.cz/
*/

html, body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	color:#000;
	border: 0;
}

body {
	font-size: 62.5%;
	background:#d9d9ce url('img/bgbody.gif') center top repeat;
	border:1px solid #000;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
	font-weight:normal;
	text-align:left;
}

#centerer {
	text-align:center;
}

a {
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 100%;	
}

#header h2 {
	float:left;
	font-size: 60px;
	line-height:80px;
	font-weight:bold;
	margin:20px 0 0;
	padding:0;
}

#header h2 a:hover {
	text-decoration: none;
}

#header p {
	display:none;
}

#header .advert {
	margin:0 auto;
	text-align:center;
}

#header em {
	font-size:7pt;
	display:block;
}

#header .advert img {
	border:5px solid #fff;
	margin-top:5px;
}

/* Wrap */

#wrap {
	width: 1000px;
	margin: 0 auto 30px;
	text-align:left;
}

#menu {
	width: 100%;
	font-size: 14px;
	border-bottom:3px solid #900;
	padding-top:10px;
	white-space:nowrap;
	clear:both;
}

#menu ul {
	width: 100%;
}

#menu li {
	display: block;
	line-height: 2em;
	float: left;
	margin-right: 10px;	
	font-weight: bolder;
}

#menu li a {
	line-height: 2em;
	display: block;
	background:#fff;
	margin-left: 0px;
	color: #900;
	padding-left: 19px;
	padding-right: 20px;
}

* html #menu li a {
	width: 1%;
}

#menu li.current_page_item, #menu li.current_page_item a {
	background: #900;
	color: #fff;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}

/* Login (menu) */

#login {
	float: right;
	font-size: 11px;
	color: #8F8F8F;
	padding-top: 15px;
	clear:both;
}

#login p {
	display:block !important;
}

/* Page Description */

#page_desc {
	width: 100%;
	height: 3.1em;
	font-size: 14px;
	padding-bottom: 10px;
	background: #EEEEEE;
}

#page_desc #text {
	padding-left: 20px;
	height: 3.1em;
	float: left;
	width: 499px;
	background: #fff;
}

#page_desc p {
	padding: 12px 0px;
}

/* Search */

#search_top {
	float: right;
	width: 262px;
	margin-top:50px;
}

#search_top form {
	position: relative;
}

#search_top input.sfield {
	background: #fff;
	border: #000 1px solid;
	width: 159px;
	height: 17px;
	font-size: 13px;
	padding: 3px 2px 0 3px;
}

#search_top input.sbutton {
	position: absolute;
	top: 0;
	left: 180px;
}

/* Content */

#content_wrap {
	padding: 0;
	width: 1000px;
}

#content {
	width: 670px;
	float: left;
}

#content h2 {
	font-size: 2.5em;
}

#content h3 {
	font-size: 2em;
}

#content p {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

#content ul, #content ol {
	padding: 0.5em 2.5em;
	font-size: 13px;
}

/*#content ul li {
	background: url(img/bullet.gif) no-repeat 0 0.6em;
	line-height: 20px;
	padding-left: 25px;
	list-style: none;
}
*/
#content ol {
	margin-left: 1.4em;
}

#content ol li {
	background: none;
	padding-left: 7px;
	line-height: 20px;
}

#content blockquote {
	background: #F9F9F9;
	border-bottom: #EEEEEE 1px solid;
	border-left: 1px solid #EEEEEE;
	font-size: 13px;
	color: #737373;
	padding: 0 10px;
	width: 87%;
	margin: 10px auto;
	line-height: 20px;
}

/* Caption */

#caption {
	display:none;
	width: 100%;
	height: 2em;
}

#caption h2 {
	width: 250px;
	float: left;
	line-height: 1.9em;
	padding-left: 18px;
}

#m_post {
	width: 200px;
	float: right;
	height: 31px;
	position: relative;
	background: url(img/caption_m_posts.gif) no-repeat 130px 8px;
}

#m_post span {
	display: none;
}

#m_post .o_entries a {
	position: absolute;
	right: 53px;
	top: 8px;
	display: block;
	width: 17px;
	height: 15px;
	background: url(img/caption_o_entries.gif) no-repeat;
}

#m_post .r_entries a {
	position: absolute;
	right: 21px;
	top: 8px;
	display: block;
	width: 17px;
	height: 15px;
	background: url(img/caption_r_entries.gif) no-repeat;
}

#m_post a:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

#m_post a:hover span {
	display: block;
	font-size: 11px;
	color: #2E2E2E;
	position: absolute;
	top: 0;
}

#m_post .o_entries a:hover span {
	left: -100px;
}

#m_post .r_entries a:hover span {
	left: -130px;
}

/* Post */

.post-container, .post {
	background:#fff
}

.post {
	margin-top: 15px;
	padding: 5px 10px 15px 10px;

}

#page_post {
	margin-top: 15px;
	/*background:url('img/content.png') 0 0 repeat;*/
}

.post h2 {
	padding: 10px 0;
}

.post_details {
	margin:0;
	padding: 0 10px;
	background: #fff;
	clear:both;
}

.post_details p {
	padding: 5px 0;
	margin:0px;
	font-size: 12px !important;
}

.post .wp-caption {
	float:left;
	margin:0 10px 10px 0px;
	padding:10px 5px 5px;
	text-align:center;
	background:#fff;
	color:#666;
	font-style:italic;
}

.post .wp-caption p, .post .wp-caption-text p {
	padding:0 !important;
	font-size:9pt !important;
	text-align:center;
}

.post .more-link {
	display:block;
	float:right;
	margin:1em 0;
}

/* More Posts */

#more_posts {
	background: #fff;
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 12px;
}

/* Comments */

.comments_caption {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}

.comments_caption h2 {
	padding-left: 15px;
	line-height: 2em;
}

.comment_wrap {
	background: #fff;
	margin-top: 15px;
}

.comment_wrap p {
	font-size: 13px !important;
}

.comment_wrap_head {
	padding: 0 15px;
}

.comment_wrap_head p {
	padding: 7px 0 !important;
}

.comment_wrap_head span {
	color: #898989;
	padding-left: 5px;
}

.comment_wrap_post {
	padding: 5px 0;
	border-top: #EEEEEE 1px solid;
}

.comment_wrap_post p {
	padding: 10px 15px !important;
}

#leave_a_comment_wrap {
	width: 100%;
	margin-top: 15px;
	background:url('img/content.png') 0 0 repeat;
}

.leave_a_comment {	
	width: 50%;
	text-align: left;
	float: left;
}

.leave_a_comment h2 {
	padding:10px;
	/*line-height: 30px;*/
}

.trackback_rss {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
	width: 12.9em;
	text-align:right;
}

.trackback_rss p {
	padding: 0 !important;
	font-size: 11px !important;
}

#comment_form {
	background:url('img/content.png') 0 0 repeat;
	padding: 11px 0;
	clear: both;
}

#content form {
	background: #D9D9CE;
	width: 445px;
	border: #EDEDED 1px solid;
	padding: 15px 0 15px 15px;
	margin: 0 auto;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */


#sidebar {
	width: 315px;
	float: right;
	padding: 15px 0;
}

#sidebar a {
	text-decoration:underline;
}

#sidebar h2 {
	font-size: 1.25em;
	padding: 0 10px;
	height:1.75em;
	line-height: 1.75em;
	background:#999982;
	color:#fff;
	/*border-bottom:1px solid #000;*/
}

#sidebar p, #sidebar li {
	font-size: 12px;
}

#sidebar p {
	padding: 10px 0;
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	margin:0px 0px 10px;
	padding:5px 0px;
	list-style: none;
	background:url('img/sidebar.png') 0 0 repeat;
}

#sidebar ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	padding:5px 10px;
	margin:0;
	line-height: 1.2em;
}

/* Widgets */

.widget {
	background:#fff;
}

#text-307185403 {
	margin-bottom:10px;
}

.stc_widget {
	padding:0 10px 5px;
	background: #fff url(img/sidebar.png) repeat scroll 0 0;
}

.stc_widget h2 {
	margin:0 -10px 5px;
}

#sidebar-login ul, #sidebar-login form {
	background:url('img/yellow.png') 0 0 repeat;
	color:#fff;
}

#sidebar-login form p {
	float:left;
	width:49%;
	margin:0;
	padding:0;
	color:#000;
}

#sidebar form label {
	display:block;
	margin:5px 10px;
}

#sidebar form input, #sidebar form span {
	display:block;
	width:100%;
	margin:0;
	padding:0;	
}

#sidebar form input {
	border:1px solid #000;
}

#rememberme {
	float:left;
	padding-right:.25em;
}

#wp-calendar {
	padding: 10px 0 10px 10px;
}

#wp-calendar caption {
	margin: 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #EEEEEE;
}

/* Footer */

#footer {
	background: #000;
	height: 2.7em;
	border-top: #000 15px solid;
	border-bottom: #000 15px solid;
	clear: both;
}

#footer-wrap {
	width:1000px;
	margin:0 auto;
	height: 4em;
	border-bottom:1px solid #333;	
}

#footer ul {
	width: 666px;
	float: left;
	padding: 10px 0px 0px 0px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	display: block;
	float: left;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	margin-right: 19px;
	color: #900;
}

#footer li.current_page_item a {
	color: #fff;
	background: #900;
}

#footer p {
	width: 300px;
	float: right;
	font-size: 11px;
	line-height: 3.5em;
	text-align:right;
}

#footer p a {
	color: #900;
}

/* Copyright */

#copyright {
	display:block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	padding: 15px 0 50px 0;
	color: #fff;
	background:#000;
}

#copyright p {
	line-height: 19px;
	text-align:center
}




/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Detailed Layout */

.triple-list {
	margin:10px 0;
	width:100%;
	font-size:9pt !important;
}

.triple-list .inner {
	padding:2px;
	border:1px solid #99997f;
}

.tl-first, .tl-second, .tl-third {
	float:left;
}

.triple-list .tl-first, .triple-list .tl-third {
	width: 180px;
}

.triple-list .tl-second {
	width:220px;
}

.triple-list .tl-second .inner {
	margin:0 20px;	
}

.triple-list ul, .triple-list li {
	list-style:none;
	margin:0;
	padding:0;
}

.triple-list h3, .triple-list h4, .triple-list h5, .triple-list li {
	padding:0 5px;
	height:1.8em;
	line-height:1.8em;
	border-bottom:1px dotted #99997f;
	overflow:hidden;
}

.triple-list h3, .triple-list h4, .triple-list h5 {
	margin:0;
	font-size:1.1em;
	background:#fdc900;
	border-bottom:2px solid #99997f;
}


.cleaner {
	width:100%;
	clear:both;
}

.definitions dl {
	float:left;
	margin:0px 10px 1.6em;
	padding:0;
	width:195px;
	font-size:9pt;
}

.definitions dt {
	border-bottom:1px solid #000;
}

.definitions dt, .definitions dd {
	margin:0;
	padding:0;
	height:1.6em;
	line-height:1.6em;
}

.dl-tabs {
	width:100%;
	padding:0 0 10px;	
}

.dl-tabs dl {
	float:left;
	font-size:9pt;
	background:#ea1;
}

.dl-tabs dl-tabs-3 dl {
	width:210px;
	margin:0;
	padding:0;
}

.dl-tabs dt {
	margin:0;
	padding:0 5px;
	background:#000;
	color:#ea1;
	font-weight:bold;
	height:2em;
	line-height:2em;
}

.dl-tabs dd, .dl-tabs dd span {
	margin:0;
	padding:0;
	height:1.6em;
	line-height:1.6em;
	white-space:nowrap;
}

.dl-tabs dd span {
	border-bottom:1px solid #000;
	display:block;
	text-align:left;
	padding:0 2px;
}

.dl-tabs dd .left {
	float:left;
	width:20px;
	text-align:right;
}

.dl-tabs dd .center {
	float:left;
	width:146px;
	margin:0 2px;
	overflow:hidden;
	text-align:left;
}

.dl-tabs dd .right {
	float:left;
	width:30px;
	text-align:right;
}

.dl-tabs-3 .divider {
	float:left;
	width:5px;
	height:5px;
}

.dl-tabs-footer {
	font-size:80%;
	font-style:italic;
	color:#666;
}

.rules {
	font-size:9pt;
}

table {margin:1em 0;}

table, td {
	border:1px solid #000;
	border-collapse:collapse;
	font-size:9pt;
}

.table-result thead th {
	background:#fdc900;
	color:#000;
	border-bottom:1px solid #000 !important;
}

thead td {
	background:#fff;
	color:#000;
	font-weight:bold;
}

td {padding:.5em;}
td.td-first {}
.td-points, td.td-last {border-right:1px solid #000 !important;}

table.table-result {margin:1em auto 2em;background:#fff;}
table.table-result th {text-align:center;font-size:8pt;}
table.table-result th, table.table-result td {border-width:0 0 1px; border-style:dotted; border-color:#888;}
table.table-result td {font-size:8pt;}

.table-winner, .table-winner  td {background:#efd;font-weight:bold;}
.table-defeated, .table-defeated td {background:#fed;}

table caption {padding:1em 0 0;}

.table-number {text-align:right;}


.td-sequence, .td-points {text-align:right;}


/* End detailed layout */

li.czech {
	/*font-weight:bold;*/
	font-size:120% !important;
}

/* e eGobanu */

#redakce div {
	width:45%;
	float:left;
}

#redakce p {
	font-size:7.5pt !important;
}
