/*
Theme Name: Twenty Ten Periskop
Theme URI: 
Description:
Author: 
Author URI: http://periskop.cz/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


.clear_both {
clear:both;
}
.text_uppercase {
text-transform:uppercase;
}
.display_none {
display:none;
}
.display_block {
display:block;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -360px 0 0;
	width: 100%;
}
#content {
  margin: 0 345px 36px 25px;
  padding: 15px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 320px;
}
#primary {

}
#secondary {
  position: absolute;
  right: 0;
  top: 177px;
  width: 160px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
  font: 13px/1.4 "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L","Liberation Sans",sans-serif;
  color:#555;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
  margin: 0 auto;
  width: 986px;
}
#wrapper {
  margin-right: 174px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
  background: #2E2E2E;
}
#screen {
  background: url("./images/background_screen.jpg") repeat-x scroll 0 0;
}
#sheet {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #CD0301;
}
a:visited {
	color: #CD0301;
}
a:active,
a:hover {
	color: #CD0301;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
  height: 172px;
  padding: 0;
  position: relative;
  z-index:9999999999999;
}
#site-title {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
#site-title a {
  background: url("./images/logo_new.png") no-repeat scroll 1px 57%;
  color: #000000;
  display: block;
  height: 110px;
  text-indent: -9000px;
  width: 200px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

#subheader {
	height:112px;
	margin-top:8px;
	width:986px;
	overflow:hidden;
	clip:auto;
	position:relative;
	background:url("./images/background_header_automobilka.jpg") repeat-x scroll 0 0;
}
#subheader_viewport {
  clip: auto;
  margin-left: 40px;
  overflow: hidden;
  width: 904px;
}
ul.header_list_automobilka {
  margin:0px;
  position:relative;
  display:block;
}
.header_list_automobilka li {
float:left;
display:block;
width:113px;
height:112px;
line-height:112px;
text-align:center;
overflow:hidden;
clip:auto;
}
.header_list_automobilka li a {
  clip: auto;
  display: block;
  font-size: 10px;
  height: 112px;
  left: -1px;
  line-height: 112px;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -1px;
  width: 113px;
}
#header_automobilka_prev {
position:absolute;
top:0px;
left:0px;
display:block;
height:120px;
width:50px;
text-indent:-10000px;
background:url("./images/background_header_automobilka.jpg") repeat-x scroll 0 0;
}
#header_automobilka_next {
position:absolute;
top:0px;
right:0px;
display:block;
height:120px;
width:50px;
text-indent:-10000px;
background:url("./images/background_header_automobilka.jpg") repeat-x scroll 100% 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  bottom: 0;
  display: block;
  height: 61px;
  left: 0;
  position: absolute;
  width: 986px;
  z-index: 9999999999999999;
}
#access .menu-header, div.menu {
  font-size: 13px;
  margin-left: 0;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	
}
#access a {
  background: url("./images/menu-sep.png") no-repeat scroll 0 0 transparent;
  color: #f9f9f9;
  display: block;
  font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 15px;
  height: 60px;
  line-height: 62px;
  padding: 0 17px;
  text-decoration: none;
  text-transform: uppercase;
}
#access a:hover {
  background: url("./images/menu-sep.png") no-repeat scroll 0 0 #333 !important;
  }
#access a .doublerow {
  display: block;
  line-height: 1.1;
  padding-top: 15px;
}
#access ul ul {
  background: none repeat scroll 0 0 #333333;
  box-shadow: 0 3px 3px #000000;
  display: none;
  padding: 15px 0;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 986px;
  z-index: 9999999999999999999999999;
}
#access ul ul:hover {
display:block;
} 
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
  background: none repeat scroll 0 0 #333333;
  display: block;
  height: auto;
  line-height: 30px;
  width: 140px;
}
#access ul li#menu-item-50040 ul a {
  width: auto;
}
#access ul ul a:hover {
  background: none repeat scroll 0 0 #232428 !important;
  color:#fff;
  text-decoration:underline;
}  
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:url("./images/background_menu-active.png") no-repeat scroll 0 0 #DF1B01;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.single-post #access ul li a {
     background: url("./images/menu-sep.png") no-repeat scroll 0 0 !important;
}
.single-post #access ul li a:hover {
     background: url("./images/menu-sep.png") no-repeat scroll 0 0 #333 !important;
}
.single-post #access ul #menu-item-41060 a {
background:url("./images/background_menu-active.png") no-repeat scroll 0 0 #DF1B01 !important;
}
/* =Content
-------------------------------------------------------------- */

#main {
  background: url("./images/background_main.png") repeat-y scroll 0 0 #FFFFFF;
  clear: both;
  margin-top: 5px;
  overflow: hidden;
  padding: 0 0 25px 0;
  width: 986px !important;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 1em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #000000;
  margin: 0 0 1em;
}
#content table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
#content tr th, #content thead th {
  background: none repeat scroll 0 0 #F9F9F9;
  color: #777777;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 5px;
}
#content tr td {
  border: 1px solid #D7D7D7;
  padding: 5px;
}
#content tr td,
#content tr+tr+tr td,
#content tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td
 {
  background: none repeat scroll 0 #fff;
}
#content tr.odd td,
#content tr+tr td,
#content tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td,
#content tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td

 {
  background: none repeat scroll 0 0 #F2F2F2;
}


.hentry {
  margin: 0 0 30px 120px;
  /*position: relative;*/
}
.home .sticky {
  background: url("./images/background_dnes.jpg") repeat-x scroll 0 -15px #f7f8f9;
  margin-left: -25px;
  margin-right: -22px;
  margin-top: -15px;
  padding: 18px 20px;
}
#content .main_post.sticky .entry-thumbnail img {
  height: auto !important;
  width: 100% !important;
}
.page-title {
  border-bottom: 2px solid #D7D7D7;
  color: #2E2E2E !important;
  font-size: 26px;
  margin: 0 0 1em 120px !important;
  font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif !important;
  text-transform:uppercase;
  font-weight:normal !important;
}
.page-title span {
  color: #555;
  font-size: 26px;
  font-weight: bold;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
  border-bottom: 2px solid #D7D7D7;
  color: #CD0301;
  font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.single-post #content .entry-title { 
 font-size: 24px;
}
#content .main_post .entry-title {
 font-size:24px;
 line-height:26px;
}
#content .main_post .entry-thumbnail {
float:noone !important;
width:100% !important;
height: auto !important;
}
#content .main_post .entry-thumbnail img {
width:490px !important;
height: auto !important;
}
.wrapper-post_date {
position:relative;
left:-120px;
}
.post_date {
  color: #B1B1B1;
  font-size: 26px;
  left: 0;
  position: absolute;
  top: -38px;
  font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
.post_date span {
  border-top: 2px solid #D7D7D7;
  display: block;
  font-size: 13px;
  line-height: 30px;
  width: 100px;
}
.entry-title a:link, .entry-title a:visited {
  color: #CD0301;
  text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #CD0301;
	text-decoration:underline;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-summary .entry-thumbnail {
overflow:hidden;
width:190px;
margin-right:8px;
float:left;
}
.entry-summary p {
  margin-bottom: 5px !important;
  overflow: hidden;
}
.entry-summary .entry-thumbnail img {
width:190px;
height:auto;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
  color: #000000;
  margin: 10px;
  text-align: justify;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
}
.navigation a:link, .navigation a:visited {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	text-decoration:underline;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
  clear: both;
  font-size: 12px;
  height: 100px;
  margin: 0;
  overflow: hidden;
  padding: 15px 0 0;
}

#nav-below-pagination {
  height: 100px;
  position: relative;
  text-align: center;
}
#nav-below-pagination a, #nav-below-pagination span {
  border: 1px solid #D7D7D7;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 1px #F1F1F1;
  font-size: 11px;
  padding: 10px 14px;
  background:url("./images/background_nav_pagination.jpg") repeat-x 0 100%;
  display:inline-block;
  text-transform:uppercase;
}
#nav-below-pagination a.prev {
  position: absolute;
  right: 50%;
  top: 45px;
}
#nav-below-pagination a.next {
  left: 50%;
  position: absolute;
  top: 45px;
  width: 69px;
}
#nav-below-pagination span.current {
  text-decoration: underline;
}
#nav_to_top{
text-align:center;
margin-bottom:20px;
}
#nav_to_top a {
  color: #555555 !important;
  font-size: 10px;
  text-decoration: none;
}
#nav_to_top a:hover {
  text-decoration: underline;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
  margin: 0 auto 12px;
  width: 300px;
}
#secondary .widget-container {
  background: none;
  padding: 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
  border-bottom: 1px solid #D7D7D7;
  color: #999999;
  font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 15px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.widget-area a:link, .widget-area a:visited {
  color: #000000;
  text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #E2E3E5;
  padding: 3px 0 2px;
  text-align: center;
}

#wp-calendar tfoot {
  display: none;
  font-weight: bold;
  line-height: 2em;
}
#wp-calendar tfoot #next {
	text-align: right;

}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0;
}
#main .widget-area ul ul {
  border: medium none;
  padding: 0;
}


/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#issn {
  text-align: center;
}
#issn span {
  color: #A4A4A4;
  font-size: 12px;
  line-height: 3em;
}
#footer {
  border-bottom: 1px solid #4B4B4B;
  border-top: 1px solid #4B4B4B;
  margin-bottom: 20px;
}
#colophon {
  overflow: hidden;
  padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


.post_content_image {
margin-bottom:1em;
}
.post_content_image img {
max-width:490px;
}
.entry-content h3 {
  color: #CD0301 !important;
  font-weight: bold;
}
.post_content strong {
margin-bottom:1em;
}
.post_content p strong {
margin-bottom:0;
}
a.readmore_link-hellip {
  font-size: 18px;
  font-weight: bold;
  line-height: 13px;
  text-decoration: none;
}
a.readmore_link-hellip:hover {
text-decoration:underline;
}

.widget_archive select {
  margin: 15px 0;
  width: 100%;
}
.widget_calendar {
background:none;
}
.widget_calendar caption {

}
.widget_search form {
  padding: 15px 0 5px;
}
#searchsubmit {
width:35%;
}
.widget_categories a {
  background: url("./images/background_widget.jpg") repeat-x scroll 0 0;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 32px;
  margin: 0 -20px;
  padding: 0 20px;
}
.widget_recent_entries a,
.widget_nav_menu a {
  background: url("./images/background_widget.jpg") repeat-x scroll 0 -2px;
  border-top: 2px solid #F6F6F7;
  display: block;
  line-height: 1.2;
  margin: 0 -20px;
  padding: 8px 20px 6px;
}

table.stat {
  margin-top: 10px !important;
}
table.stat tr th, table.stat thead th {
  vertical-align: bottom;
}
table.stat th,
table.stat td {
border:1px solid #D7D7D7;
}
table.stat a {
text-decoration:none;
}
table.stat a:hover {
text-decoration:underline;
}
table.stat td a {
text-decoration:underline;
}
table.stat td a.greylink {
color:#555 !important;
}
table.stat td a:hover {
text-decoration:none;
}
table.stat th.statistika_text,
table.stat td.statistika_text {

}
table.stat td.statistika_text_main {
font-weight:bold;
}
table.stat th.statistika_cislo,
table.stat td.statistika_cislo {
  text-align: right;
}
table.stat th.th_center {
text-align:center;
}
table.stat .stat_poradi {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  color: #555555;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  padding: 2px 6px;
}
table.stat .stat_palivo {
font-size:85%;
}
th .stat_palivo {
  display: block;
  text-align: center;
}
.stat_tools {
border-bottom:2px solid #D7D7D7;
padding:10px 0;
}
.stat_tools_links {
float:left;
}
.stat_tools_links_secondary a {
  background: none repeat scroll 0 0 #F2F2F2 !important;
  color: #555555 !important;
  font-size: 12px !important;
  line-height: 1.4em !important;
  margin-right: 1px !important;
  padding: 5px !important;
}
.stat_tools_links_secondary a.activetab {
  background: none repeat scroll 0 0 #CD0301 !important;
  color: #FFFFFF !important;
  text-decoration:none !important;
}
.stat_tools_links a,
.stat_empty a {
  background: none repeat scroll 0 0 #CD0301;
  color: #FFFFFF;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 34px;
  margin-right: 15px;
  padding: 0 10px;
  text-transform: uppercase;
}
.stat_tools_links a:hover {
text-decoration:none;
}
.wrapper_statyear {
float:right;
}
#statyear {
  background: none repeat scroll 0 0 #F1F1F1;
  padding: 5px 10px;
}
#statyear select {
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.stat_empty {
text-align:center;
}
.stat_empty strong {
margin: 15px 0;
display:block;
}
.stat_empty a {
margin-top:15px;
float:none;
text-align:center;
}
.stat_above {
  background: none repeat scroll 0 0 #F2F2F2;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
.stat_above_left {
float:left;
padding:0 10px;
}
.stat_above_right {
float:right;
padding:0 10px;
}
.single-statistika h1.entry-title {
  padding-top: 10px !important;
  text-align: center;
}
.sort_up_down {
  display: block;
  letter-spacing: -2px;
}
.sort_up_down a {
  font-size: 14px;
}
th.th_order {
  color: #000000 !important;
}
th.th_order .th_colname {
	text-decoration:underline;
}
.menu-header {
  position: relative;
  width: 1160px !important;
}
ul#menu-header_menu {

}
#hlava {
margin:-27px -25px 20px -25px;
padding:27px 25px 0 25px;
background:url("./images/background_hlava.jpg") no-repeat scroll 0 100%;
}
#hlava_title {

}
#hlava_title h3 {
color:#fff;
margin-bottom:3px;
}
#hlava_body {

}
#hlava_image {
  background: none repeat scroll 0 0 #CCCCCC;
  clip: auto;
  height: 210px;
  overflow: hidden;
  position:relative;
}
#hlava_image img {
  height: auto;
  position: relative;
  width: 616px;
}
#hlava_text {
  height: 70px;
  margin-top: 8px;
}
#hlava_text a {
color:#555 !important;
}
#hlava_text a:hover {
color:#000;
text-decoration:none;
}
.entry-summary.dnes {
  background: url("./images/background_dnes.jpg") repeat-x scroll 0 -15px #F7F8F9;
  border-radius: 0 0 5px 5px;
  padding: 12px 12px 8px;
}
.home_post_tags {
  float: right;
  line-height: 1;
  text-align: right;
}
.home_post_tags a {
  color: #555555;
  font-size: 10px;
  padding: 0 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.home_post_tags a:hover {
text-decoration:underline;
}
.wrapper_sidebar_videotest {
 margin-right:-5px;
}
.videotesst_right {
margin-right:0px;
}
.sidebar_videotest_content {
  width:148px; 
  float:left;
  margin-right:4px; 
}
.videotest_right {
margin-right:0px;
}
.sidebar_videotest_content.videotest_main {
  width:300px;  
  float:none;
  margin-right:0;
}
.sidebar_videotest_title {
  color: #555;
  font-size: 12px;
  margin-bottom: 5px;
  width:148px;
  background: #F0F1F2;
}
.videotest_main .sidebar_videotest_title {
width:300px;
}
.sidebar_videotest_thumbnail {
  clip: auto;
  overflow: hidden;
  position: relative;
  width:148px;
  height:83px;
}
.videotest_main .sidebar_videotest_thumbnail {
width:300px;
height:168px;
}
.sidebar_videotest_thumbnail img {
  margin-top: -14px;
  position: relative;
}
.videotest_main .sidebar_videotest_thumbnail img {
  margin-top: -28px;
}
.sidebar_videotest_thumbnail .play_sign {
background: url("./images/play_sign.jpg") no-repeat scroll 50% 50%;
position:absolute;
top:0px;
left:0px;
opacity:0.8;
width:148px;
height:83px;
}
.videotest_main .sidebar_videotest_thumbnail .play_sign {
width:300px;
height:168px;
}
.sidebar_videotest_more .sidebar_videotest_title {
text-align:center;
width:300px;
}
.entry-footer {

}
.entry-footer-self {
	float:left;
	margin-right:10px;
}
.entry-footer-info {
	overflow:hidden;
}
.entry-footer-info .autor {
	border-bottom:2px solid #D7D7D7;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.entry-footer-info .autor span {
font-weight:bold;
}

.banner_statistiky {
height:100px;
width:300px;
overflow:hidden;
clip:auto;
position:relative;
}
.banner_statistiky_link {
position:relative;
top:-200px;
}

iframe {
position:relative;
z-index:9999999999;
}
.entry-content iframe,
.fcbwidget iframe {
z-index: auto;
}

#wrapper_hlava {
margin-right:0px;
border-right:3px solid #D7D7D7;
clear:both;
}
#wrapper_hlava.wrapper_hlava_single {
  margin-left: -120px;
  margin-top: 50px;
}
#hlava {
background:url('./images/background_dnes.jpg') repeat-x scroll 0 0 #F7F8F9;
}
.wrapper_hlava_single #hlava {
background: none;
background-color: #F7F8F9;
}

.hlava_logo {
float:left;margin-right:20px;background:#fff;width:100px;height:100px;border:1px solid #d7d7d7;
}
.hlava_znacka {
margin-bottom:15px;
}
.hlava_description {
overflow:hidden;
}
.hlava_description h1.page-title {
margin: 0px !important;
}
.hlava_sponzori {
clear:both;
}
.hlava_sponzori_inner {
margin-right:-25px;
}
.vizitka_sponzor_znacky {
width:310px;
float:left;
border-right:8px solid #F7F8F9;
border-bottom:8px solid #F7F8F9;
height:100px;
overflow:hidden;
clip:auto;
font-size:12px;
font-family:"Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
background: #fff;
}
.wrapper_vizitka_logo {
float:left;margin-right:5px;
}
.wrapper_vizitka_text {
overflow:hidden;position:relative;height:200px;
}
.vizitka_text {
display:block;
width:200px;
height:100px;
text-align:center;
line-height:1.2;
font-size:12px;
padding-right:5px;
margin-top:2px;
}
.vizitka_text p {
margin-bottom:0px !important;
}
.vizitka_text strong {
font-size:13px;
}
.vizitka_text_headline {
font-size:13px;
}
.vizitka_text_text {}
.vizitka_text_last {
}
.vizitka_kontakt {
display:none;
width:200px;height:100px;
}
.vizitka_kontakt_firma {
font-size:14px;display:block;line-height:16px;
}
.vizitka_kontakt_telefon {
  display: block;
  font-size: 11px;
  line-height: 12px;
}
.vizitka_kontakt_web {
font-size:13px;display:block;line-height:13px;height:15px;
}
.wrapper_vizitka_text:hover .vizitka_text {
display:none;
}
.wrapper_vizitka_text:hover .vizitka_kontakt {
display:block;
}
.vizitka_kontakt_titulek {
  border-bottom: 2px solid #D7D7D7;
  margin-bottom: 1px;
}
.vizitka_kontakt_titulek div {
font-size:11px;color:#B1B1B1;
}
.post_share {
  left: 0;
  position: absolute;
  top: 50px;
  width:100px;
}
#a2apage_dropdown {  
  z-index:999999999999999999999999999999999;
}
.post_share_title {
  color: #B1B1B1;
  font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 26px;
}
.post_share_image {
     width:100px;
     max-height:111px;
     overflow:hidden;
     clip:auto;
     border-top:2px solid #D7D7D7;
     padding-top:11px;     
}
.post_share_image img {
     width:100px;
     height:auto;
}
.post_share_buttons {
}
.post_share_buttons a {
  margin: 0 2px 3px 0;
  padding: 0 !important;
}
.a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg {
  border-radius: 0 !important;
}

 .entry-promo-posts {
 margin-bottom:15px;
 }
.single-post #content .entry-promo-posts h2.promo-posts-title {
  color: #555555;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 120px;
  margin-top: 15px;
}
.single-post #content .entry-promo-posts .hentry {
  border-top: 2px solid #D7D7D7;
  margin: 0 0 10px 120px;
}
.single-post #content .entry-promo-posts .entry-title {
  border: medium none !important;
  display: inline;
  font-size: 18px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  top: -3px;
}
.single-post #content .entry-promo-posts .entry-summary .entry-thumbnail {
  float: left;
  margin-right: 8px;
  overflow: hidden;
  width: 100px;
}
.single-post #content .entry-promo-posts .entry-summary .entry-thumbnail img {
  height: auto;
  width: 100px;
}

.entry-footer-self img {
width: 100px;
}