/*
Theme Name: Mediacentrum Main Theme
Theme URI: http://www.mediacentrum.cz/
Description: Default wordpress style by MEDIACENTRUM GROUP a.s.
Author: MEDIACENTRUM GROUP a.s. (Iveta Skubakova, Tomas Kapler, Ales Rubas)
Version: 1.0
Tags: two-columns, fixed-width, translation-ready, widgets
.
(c) 2010
.
*/
/*
Colours:
	web background			#ffffff
	content background		#dddddd
	headdings				#000000
	links					#aa0000
	active links			#eeeeee
	text					#333333
	strong text				#000000
*/	
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, ul, ol, li, legend {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: arial;
}
html{
  }
body {
	background: #000 url('images/body-bg.png') repeat-x 0px 0px; 
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
}

#content {
  background: transparent;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 960px;
}
#content-main{
   background-color: #f5f1e8;
   float: left;
   width: 960px;
  }
/* header start */
header, 
#header {
	position: relative;
	height: 541px;
	float: left;
	margin: auto;
	width: 100%;
	background: transparent url('images/banner-vrchni.png') no-repeat 0px 110px; 
}

#logo {
	background: url(images/logo.png) no-repeat left top;
  float: left;
	margin: 15px 0 0 0;
	width: 0px;
	padding-left: 211px;
	height: 73px;
	position: relative;
	overflow: hidden;
}

#header ul {
	list-style: none;
	margin: 0;
}
#header li.motto  {
	position: absolute;
	display: block;
	top: 60px;
	left: 130px;
	font-size: 18px;
	overflow: visible;
	white-space: nowrap;
	color: #666666;
	font-family: Serif;
}
#navjump {
	display: none;
}
/* header end */
/* main start */
#main {
  background-color: #f5f1e8;
	float: left;
	position: relative;
	left: 0px;
	width: 660px;
	padding: 30px 20px 20px 20px 
}
.home #main{
  padding-top: 130px;
}
/* main end */
/* submain start */
#submain {
	white-space: nowrap;
	line-height: 2em;
	font-size: 11px;
}
/* submain end */
/* side & otherside start */
#side {     
	float: left;
	left: 10px;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	width: 250px;
}

#otherside {     
	float: left;
	position: relative;
	width: 149px;
	border-left: 1px solid #333333;
	display: none;
}
/* side & otherside end */
/* footer start */
#footer {
  background: transparent url('images/footer-bg.jpg') repeat-x 0px 0px; 
  height: 69px;
	clear: both;
	padding: 20px 0px 10px 0px ;
	width: 100%;
}
#footer p.copy  {
  color: #d9ceb4;   
	height: 3em;
	
	padding: 0px 15px;
	text-align: left;
}
#footer p.copy a{
  color: #d9ceb4;;
  }
/* footer end */
/* languages */
#languages {
	position: absolute;
	right: 0;
	top: 0;
}
#languages a strong {
	display: none;
}
/* languages end */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	line-height: 1.5em;
	margin: 0.5em 0;
	font-weight: normal;
}
h1 {
  background: url(images/odrazka-modra.png) no-repeat left center;
  color: #444444;
  font-family: tahoma;
	font-size: 18px;
	line-height: 2.1;
	clear: both;
	padding-left: 0px;
	
}
h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
a {
	color: #008cb5;
	text-decoration: underline;
}
a:hover {
	color: #008cb5;
	text-decoration: none;
}
a img {
	border: none;
}
#main a img, #main img {
	border: 3px solid #d9ceb4;
}

/* menus */
.menu {
	position: relative;
}
.menu h2 {
	/* nepoužívat display:none; nepřečtou hlasové čtečky */
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.menu ul, .menu li {
	display: inline;
}
.menu a {
	display: block;
	height: 3em;
	line-height: 3em;
	padding: 0 18px  ;
	color: black;  
}
.menu a:hover, 
.menu a:active, 
.menu li.current_page_item a:link, 
.menu li.current_page_item a:visited {

}
.menu a:hover, 
.menu a:active {

}
.menu li li a:link, 
.menu li li a:visited {
	margin-left: 1em;
}
#menu-horizontal{
  position: absolute;
  top: 300px;
  left: 0px;
  }
#menu-horizontal a {
  background:  transparent url(images/menu-separator.gif) no-repeat right center;
	float: left;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
#menu-horizontal a:hover, #menu-horizontal li.current-menu-item {
background: #0287be;
background:  #0287be url(images/menu-separator.gif) no-repeat right center;
  }
#menu-horizontal li {
  
	position: relative;
	display: block;
	float:left;
}

#menu-horizontal li ul {
	position: absolute;
	left: -1px;
	top: 100%;
	width: 15em;
	z-index: 99;
	display: none;
}
#menu-horizontal li:hover ul {
  display: block;
}
#menu-horizontal li ul li a {
	color: #fff;
  float: none;
	margin-left: 0;
	background: #00AAB5;
	border: 1px solid #24b6bf;
	border-top: 0px;
	line-height: 30px;
	height: 30px;
	width: 170px;
}

#menu-horizontal ul li ul, 
#menu-horizontal ul li:hover ul li ul, 
#menu-horizontal ul li:hover ul li:hover ul li ul {
	display: none;
}
#menu-horizontal ul li:hover ul, 
#menu-horizontal ul li:hover ul li:hover ul {
	display: block;
}
#menu-horizontal ul li ul ul {
	position: absolute;
	left: 90%;
	top: 100%;
}
#menu-horizontal {
  background: #025e6b;
	position: absolute;
	left: 0;
	top: 499px;
	height: 42px;
	width: 100%;
}
#menu-horizontal li {
}
#menu-horizontal a{
	height: 42px;
	line-height: 45px;     
}
.menu a, 
.menu li.current_page_item a {
	text-decoration: underline;
}

#side .menu, 
#otherside .menu {
}
#side .menu a:link,
#side .menu a:visited,
#otherside .menu a:link, 
#otherside .menu a:visited {

}
#side .menu a:hover, 
#side .menu a:active, 
#side .menu li.current_page_item a:link, 
#side .menu li.current_page_item a:visited, 
#otherside .menu a:hover, 
#otherside .menu a:active, 
#otherside .menu li.current_page_item a:link, 
#otherside .menu li.current_page_item a:visited {

}
#bottom-menu {
	float: right;
	width: 30%;
}
#bottom-menu li {
	float: none;
	display: inline;
}
#bottom-menu a:link, 
#bottom-menu a:visited {
	float: right;
	height: 3em;
	line-height: 3em;
}
#bottom-menu a:hover, 
#bottom-menu a:active {
}
#bottom-menu li.current_page_item a:link, 
#bottom-menu li.current_page_item a:visited {

}
#menu-menu-footer{
float: right;
}
#menu-menu-footer li{
  float: left;
  }
#menu-menu-footer li a{
  color: #D9CEB4;
  border-left: 1px solid #84c21d ;
  line-height: 14px;
  height: 16px;
}
/* menus end */
/* objects positioning */
#main img.right, 
#main img.alignright {
	float: right;

	margin: 0 0 10px 10px;
}
#main div.alignright, 
#main .alignright {
	float: right;
	margin: 10px;
}
#main img.left, 
#main img.alignleft {
	float: left;

	margin: 0 10px 10px 0 ;
}
#main div.left, 
#main .alignleft {
	float: left;
	margin: 10px;
}
#main .centered, 
#main .aligncenter {
	margin: 0px auto;
}
/* object positioning end */

/* global style of content elements */
hr {
	display: block;
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	overflow: hidden;
	color: #D9CEB4;
  background: #D9CEB4;
}
.item {
	margin-bottom: 0.5em;
	clear: both;
	
}
.item h2{
  line-height: 50px;
}
blockquote {
	font-style: italic;
	margin: 0;
}
p, li, td, th, dt, dd, blockquote, label {
	
}
li p, td p, th p, li li, dt dt, dd dd {

}
em {
	color: #000000;
	font-weight: bold;
}

#main p, #main li, #submain p, #submain li, #side p, #side li, #otherside p, #otherside li {
	line-height: 1.5em;
	margin: 0.7em 0;
}
#main ul, #main ol {
	padding-left: 2.5em;
}
#main ul li, #main ol ul li {
	list-style: square;
}
#main ol li {
	list-style: decimal outside;
}   
#main ol ol li {
   list-style: lower-alpha outside;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.cleaner, 
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	
}

.gallery-icon {
	background: #F7F7F7;
	border: 1px solid #E7E8E6;
	padding: 0px;
	margin: 0.5em ;
	text-align: center;
	color: #8d8b8b;
}
.gallery-icon a img {
	border: none !important;
	width: 100%;
	height: auto;
}
.gallery-icon a:link, 
.gallery-icon a:visited {
	border: 2px solid transparent;
	display: block;
}
.gallery-icon:hover, 
.gallery-icon:active {
	background: #777;
	color: white;
}
.gallery-caption{
 
}
.gallery-item{
  margin-bottom: 0px;
}
.linklove {
	display: none;
}
form {
margin: 1em;
}
/* global style of content elements END */

/* Start Table Elements */
#main table {
	margin: 20px auto 0 auto;
	width: 90%;
	border-collapse: collapse;
	border: 2px solid #dddddd;
}
#main table th, #main table td {
	border: 1px solid #dddddd;
	background: #ffffff;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
	background: #d7eac7;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	font-weight: bold;
	text-align: center;
}
#main table tfoot th, #main table tfoot td {
	border-top: 2px solid #dddddd;
}
#main table tbody th {
	border-right: 2px solid #dddddd;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: right;
	padding: 5px;

}
.page-vzorove-fotoknihy #main table td, .page-vzorove-fotoknihy #main table{
  border: 0px;
  text-align: center;
}

/* End Table Elements */

/* search start */
.widget_search {
	position: absolute;
	top: 80px;
	right: 20px ;
}
.widget_search h2, .widget_search label {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.widget_search #searchsubmit {
	cursor: pointer;
	font-weight: bold;
}
.widget_search #s {
	position: relative;
	top: 0px;
	width: 152px;
}
/* search end */

/* breadcrumb start*/
#breadcrumb {
	position: absolute;
	top: 550px;
	margin: 0 14px;
	color: #333333;
	z-index: 50;
}
#breadcrumb a:link, 
#breadcrumb a:visited {
}
#breadcrumb a:hover, 
#breadcrumb a:active {
}
.home #breadcrumb {
  display: none;
}
/* breadcrumb end*/

/* form start */
.cform {
	padding-top: 30px !important;
	width: 500px !important;
	clear: both;
}
.cform fieldset {
	background: none !important;
	border: 0px !important;
}
.cform label, .cform label span {
	width: 90px !important;
}
.cform label.cf-after, .cform label.cf-after span {
	width: 200px !important;
}
.cform input.cf-box-b {
	width: 14px !important;
}
.cform textarea, .cform input {
	width: 250px !important;
}
.cform select {
	width: 260px !important;
}
.cf-box-group {
	padding-left: 100px !important;
	width: 250px;
}
ol.cf-ol li.cf-box-title {
	padding: 8px 0 0 100px !important;
}
.cform input.sendbutton {
	margin-right: 170px !important;
	margin-top: 0px !important;
	width: 100px !important;
}
.linklove {
	display: none;
}
.cform legend {
	text-indent: 130px;
}
/* form end */
/* news start */
#news {
	position: relative;
	
	width: 100%;
}
#news .news {
	padding: 0px 0px 20px 0px;
	padding: 10px;
  width: 230px;
}
#news .news.nepar{
  background-color: #ebf3f5;
  }
#news .news h3 {
  color: #006380;
  margin: 0px;
	padding: 0px 0px 0px 0px;
}
span.datum {
	
	font-weight: bold;
	padding: 0px;
}
#news .news h3 a {
	font-weight: bold;
}
#news .news p {
	display: inline;
}
#news .all-news {
	font-weight: bold;
	padding-left: 0px;
}
#main .date {
	clear: both;
	float: left;
	width: 100%;
}
/* news end */



/* Pagination
-------------------------------------------------------------- */

#main ul.pagination {
	clear: both;
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: center;
}
#main ul.pagination li {
	margin: 0;
	padding: 0 1px;
	display: inline;
}
#main ul.pagination li.current, 
#main ul.pagination li a:link, 
#main ul.pagination li a:visited {
	padding: 5px 7px 4px 7px;
	background: #dddddd;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid #aaaaaa;
}
#main ul.pagination li a:hover, 
#main ul.pagination li a:active {
	text-decoration: none;
	background: #999999;
}
#main ul.pagination li.current {
	text-decoration: none;
	color: #000000;
}

#main .half {
	float: left;
	width: 50%;
	margin: 0;
}
#side .widget{
  padding: 0px;
  margin-top: 10px;
  border: 1px solid #D3D0B8;
  padding: 10px;
  width: 223px;
}
#side .widget h2{
  color: #b20256;
  border-bottom: #fff dotted 2px;
}
#right_box{
  background: #1f1707;
  color: #fff;
  
  width: 210px;
 float: right;
  position: relative;
  }
#right_box img, #right_box a img{
  border: 0px 
}
#right_box .home_box{
 
  position: relative;
  float: right;
  padding-bottom: 0px;
 margin-bottom: 0px;
 border-bottom: 5px solid #fff ;
  }
#right_box a{
  color: #fff; 
  }
#right_box p{
  padding: 10px;
  margin: 0px;
  }
#right_box h3{
  background: #1f1707;
  margin: 0px ;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px;
  width: 190px;
}
#right_box h3 a{
  color: #ffba00; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
 /* display: block;
  width: 190px;
  background: #1f1707;
 
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 122px;
  left: 0px;*/
}
#right_box .home_box{
 
 
 
  }
.post-top{
  height: 240px;
  left: 10px;
  position: absolute;
  top: -280px;
  width: 940px;
}
.archive-novinky .post-top{
              top: -240px;

}
.home-post-excerpt{
  background:  url('images/top-lista.png') no-repeat 0px 0px;
  color: #fff;
  height: 96px;
  font-size: 12px;
  left: 10px;
  padding: 10px;
  position: absolute;
  top: 10px ; 
  width: 683px;
}
.home-post-excerpt h2{
  margin-bottom: 0px;
}
.home div.div{
  display: block;
  height: 280px;
  width: 309px; 
  float: left;
  margin: 10px 5px 10px 5px;
}
.home div.div h2{
  margin: 0px;
}
.home div.div h2 a{
  background:  url('images/d1.jpg') no-repeat 0px 0px;
  color: #018b9e;
  display: block;
  font-size: 25px;
  font-weight: normal;
  height: 45px;
  padding-top: 125px;
  text-align: center;
  text-decoration: none;
  width: 309px;
  }
.home div.div4 h2 a, .home div.div5 h2 a, .home div.div6 h2 a{
  font-size: 16px;
  line-height: 35px;
  }
.home div.div2 h2 a{
  background:  url('images/d2.jpg') no-repeat 0px 0px;
  }
.home div.div3 h2 a{
  background:  url('images/d3.jpg') no-repeat 0px 0px;
  }
.home div.div4 h2 a{
  background:  url('images/d4.jpg') no-repeat 0px 0px;
  }
.home div.div5 h2 a{
  background:  url('images/d5.jpg') no-repeat 0px 0px;
  }
.home div.div6 h2 a{
  background:  url('images/d6.jpg') no-repeat 0px 0px;
  }
.home div.div h2 a:hover{
  background-position: left bottom;
  color: #fff;
  }
a.stahnout{
  background:  url('images/stahnout-bg.png') no-repeat 0px 0px;  
  color: #fff;
  display: block;
  height: 82px;
  line-height: 80px;
  margin-left: 20px;
  text-decoration: none;
  text-indent: 28px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #333333;
  width: 283px;
  }
a.stahnout:hover{
  color: #E295BD;
}
.banner{
  position: absolute;
  top: 203px;
  left: 0px;   
 
  }
#slideshow-wrapper{
  padding: 0px!important; 
  }
.khhotels{
  display: block;
  position: absolute;
  top: 110px;
  left: 0px;
  height: 93px;
  }
.khhotels li, .khhotels li a{
  display: block;
  float: left;
  width: 240px;
  height: 93px;
  width: 319px;
  }
.khhotels li strong{
  display: none;
  }
.rezervace{
   background:  url('images/rezervace-bg1.png') no-repeat 0px 0px;
   color: #fff;
   font-size: 13px; 
   padding: 35px 40px 0px 70px ;
   width: 135px;
   height: 80px;
  }
.rezervace a{ 
 text-decoration: none;
 color: #fff;
}
.rezervace strong{
   color: #84c21d;
   font-size: 30px;
   font-weight: normal;
  }
  .rezervace a strong{
       color: #84c21d;
  }
#lang_sel_footer {
background: transparent;
border: 0px solid black;
color: #fff;
position: absolute;
top: 20px;
right: 0px;
width: 300px;
}
#lang_sel_footer a{
color: #fff;
}
#side iframe{
  margin-top: 10px;
  }
.novinky2 {
  border: 1px solid #D3D0B8;
  float: left;
  padding: 10px ;
  width: 420px;
  }
.novinky2 img{
  float: left;
  margin: 5px 10px 10px 0px;
  }
.novinky2 .novinky{
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
.novinky2 h3{
  margin-bottom: 0px;
  }
.novinky2 em{
  color: #666;
  font-style: normal;
  font-weight: normal;
}