﻿/********************************************************************/
/*********   Ubytování Herlíkovice | Created by studio WPJ **********/
/********************************************************************/
* {
   margin: 0;
   padding: 0;
   border:0px;
}
/************************ GENERAL STYLES ****************************/
body {
   background:#184aa4 url("../images/background.jpg") no-repeat top center;
   font-family:Georgia, "Times New Roman", Times, serif;
   color:#395a99;
   font-size:14px;
   text-align:left;
}
a:link {
   color: #2286d7;
   text-decoration: none;
}
a:visited {
   color: #2286d7;
   text-decoration: none;
}
a:hover {
   color: #2286d7;
   text-decoration: underline;
}
h1 {
   color: #0c3e9c;
   font-size: 36px;
   padding: 10px 5px 5px;
   font-weight:normal;
}
h2 {
   color: #0c3e9c;
   font-size: 30px;
   padding: 10px 5px 5px 5px;
   font-weight:normal;
}
h3 {
   color: #1d50b0;
   font-size: 22px;
   padding: 10px 5px 5px 5px;
   font-weight:normal;
}
h4 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:18px;
   font-weight:normal;
}
h5 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:14px;
   font-weight:bold;
}
p{
	line-height:22px;
   padding:5px;
}
ul, ol {
   line-height:25px;
   margin-left:10px;
   list-style-position:inside;
}
/* Cleaner */
.cleaner {
   clear:both;
   padding:0;
   margin:0;
   background:none;
}

/*************************** MAIN LAYOUT *****************************/
#page {
   margin:-6px auto 0;
   width: 916px;
   padding:17px 29px 28px;
   position: relative;
   background: url("../images/page_back.png") repeat-y top left;
}
#header {
   position:relative;
   width:960px;
   height:115px;
   margin:0px auto;
}
#header a.logo {
   position:absolute;
   z-index:2;
   top:35px;
   left:25px;
   display: block;
   width: 268px;
   height: 60px;
}
#header a.mlynarka {
   position:absolute;
   z-index:2;
   top:24px;
   left:409px;
   display: block;
   width: 97px;
   height: 83px;
}
#header p{
   text-align:right;
   font-size:20px;
   line-height:26px;
   color:#0c3e9c;
   position:absolute;
   top:42px;
   right:28px;
}
#header p span{
	font-size:18px;
   color:#4d9bda;
}
/*********** MAIN MENU ****************/
#menu {
   margin:0px auto;
   background: url("../images/topmenu_back.png") no-repeat top left;
   width:992px;
   height:49px;
   position:relative;
   padding-top:11px;
   z-index:2;
}
#menu ul {
   margin: 0;
   list-style:none;
   padding:0 0 0 35px;
}
#menu ul li {
   display:block;
   float:left;
   padding:0 2px;
   /*background: url("../images/topmenu_divider.png") no-repeat 4px 50%;*/
}
#menu ul li:hover {
   background-image:none;
}
#menu ul li a {
   display:block;
   float:left;
   color: #d3e9fa;
   font-size:20px;
   text-decoration:none;
   float:left;
   padding:6px 13px;
}

/* Tlačítko po najetí a aktivní */
#menu ul li a.selected, #menu ul li a:hover {
   background-color:#4d9bda;
   border-radius:3px;
   color:#fff;
}
/*********** MAIN MENU END ****************/


/*********** SIDE CONTENT ****************/
#side-content {
   width: 250px;
   float: right;
   padding:0 24px 28px;
   background: #4d9bda url("../images/side_back.gif") repeat-x top left;
   border-radius: 3px;
}
#side-content h2{
   color:#FFF;
   font-size:20px;
   padding:10px 5px 10px 40px;
}
#side-content p{
   color:#FFF;
   font-size:12px;
   line-height:18px;
}
#side-content p a{
   color:#fff
}
#side-content #contact{
   border-bottom:1px solid #FFF;
   padding:5px 0 5px;
}
#side-content #contact h2{
   background: url("../images/side_title_contact.gif") no-repeat left center;
}
#side-content #map h2{
   background: url("../images/side_map_title.gif") no-repeat left center;
   padding-left:30px;
   padding-bottom:15px;
   text-align:left;
}
#side-content #map{
   border-bottom:1px solid #FFF;
   padding:5px 0 10px;
   text-align:center;
}
#side-content #map a.button{
   display:inline-block;
   color:#FFF;
   font-size:20px;
   background-color:#0c3e9c;
   border-radius:3px;
   padding:10px 15px;
   margin:10px 0 5px;
}
#side-content #map a.button:hover{
   text-decoration:none;
   background-color:#1b4eae;
}
#side-content #logos{
	text-align:center;
   padding:10px 0 0 0;
}
#side-content #logos a.spartak{
	margin:0 10px 0 0;
}
#side-content #logos a.bubakov{
	margin:0 0 0 10px;
}
/********* SIDE - KONTAKT END **********/

/*********** LEFT CONTENT END *************/

/*********** RIGHT CONTENT ****************/
#content {
   padding:0;
   float:left;
   width:592px;
}
#content.wide {
   float: none;
   width: 100%;
   padding: 0 0px 0;
}
#main-content { }
#content table {
   margin:10px 3px 10px 3px;
   border-collapse:collapse;
   font-size:12px;
}
#content table td {
   border:1px solid #093995;
   padding:8px 10px;
   background-color:#fff;
}
#content table th {
   text-align:center;
   padding:8px 10px;
   border:1px solid #093995;
   color:#fff;
   font-weight:bold;
   background-color:#093995;
}
/********** RIGHT CONTENT END *************/


/*********** FOOTER CONTENT ****************/
#footer {
   margin:0px auto;
   width:974px;
   padding:0;
   height:75px;
   background: url("../images/page_bottom.png") no-repeat 0 0;
   position:relative;
}
#footer p {
   font-size:12px;
   padding:17px 29px 0;
   color:#FFF;
   text-align:right;
   line-height:18px;
}
#footer p a img{
   display:block;
   float:left;
}
#footer p a{
   color:#FFF;
}
#footer p a:hover{
   text-decoration:underline;
}
/*********** FOOTER CONTENT END **************/

/*************************** MAIN LAYOUT END *****************************/

/**************************** GALERIE ************************************/
#fotogalerie {
   margin:10px 0 0;
   clear:both;
}
#fotogalerie img {
   display: block;
}
#fotogalerie a.imgbox {
   float:left;
   border:1px solid #1546a0;
	-moz-box-shadow: 0px 3px 3px #add4f4;
	-webkit-box-shadow: 0px 3px 3px #add4f4;
	box-shadow: 0px 3px 3px #add4f4;
   margin:8px 5px;
   display:block;
   position:relative;
   /* Animate */
   transition-property: margin;
   transition-duration: 0.1s;
   transition-timing-function: linear;
   /* Animate safari */
   -webkit-transition-property:margin;
   -webkit-transition-duration: 0.1s;
   -webkit-transition-timing-function:linear;
   height:120px;
   width:185px;
}
#fotogalerie a.imgbox:hover {
	-moz-box-shadow: 0px 3px 3px #9bcaf0;
	-webkit-box-shadow: 0px 3px 3px #9bcaf0;
	box-shadow: 0px 3px 3px #9bcaf0;
   margin:6px 5px 10px;
}
.jquery-lightbox-title { /* větší text u popisu fotek lightboxu */ font-size:18px !important; }

/************************** GALERIE END *************************************/


/************************** MAPA ********************************************/
#map_canvas { height: 400px; width:592px; margin:10px 0;}
#map_content { width:200px; }
#map_content p{ padding:0px; }
/************************* MAPA END *****************************************/

/***********************************  REZERVACE *****************************************************/

#order_form {margin:5px 0;}
#order_form .group {border-radius:3px; padding:0px 20px 10px; background-color:#e6f4ff;}
#order_form .group h2{border-bottom:1px solid #0C3E9C; padding:15px 10px 5px; margin-bottom:10px; font-size:24px;}

#order_form .block {float:left; width: 230px; margin:10px 0 3px 8px;position:relative;}
#order_form .block label{padding:0 0 5px 10px; display:inline-block; font-size:12px;}
#order_form label[for=agree]{padding:0 0 5px 10px; display:inline-block; color:#0161A9; font-weight:bold;}
#order_form .block input[type=text]{ 
	margin-top:-6px;
	margin-bottom:10px;
   float:right;
	-moz-box-shadow :inset 0 1px 2px #c6e0f5;
	-webkit-box-shadow:inset 0 1px 2px #c6e0f5;
	box-shadow:inset 0 1px 2px #c6e0f5;
   padding:7px 8px;
   width:140px;
   font-size:12px;
	text-align:left;
   border-radius:3px;
   border:1px solid #b6d7f0;
}
/* Upravy pro policka */
#order_form .block input#id_name{ width:310px;}
#order_form .block input#id_captcha_1{ width:35px;}
#order_form .block input#id_address{ width:379px;}
#order_form .block input#id_date_from{ width:70px;}
#order_form .block input#id_date_to{ width:70px;}
#order_form .block input#id_people{ width:20px;}
/* Upravy pro policka END */

/* Chyba ve formulari */
#order_form .block.error input[type=text]{ 
	border:1px solid #eb0000;
}
#order_form .block.error span{ 
	color: #eb0000;
	font-size:11px;
	display:none;
}
/* Chyba ve formulari END */

/* Vyzadovane pole */
#order_form .block.required label:after{content:" *"; color:#fc3c3a; font-weight:bold;}
/* Vyzadovane pole END */

#order_form .block textarea{ 
	margin-left:5px;
	margin-bottom:10px;
	padding:5px 8px;
	width:453px;
	height:90px;
	border-radius: 3px;
	-moz-box-shadow :inset 0 1px 2px #c6e0f5;
	-webkit-box-shadow:inset 0 1px 2px #c6e0f5;
	box-shadow:inset 0 1px 2px #c6e0f5;
   border:1px solid #b6d7f0;
}
#order_form .block ul{ 
	list-style:none;
}
#order_form .block ul li{ 
	display:inline-block;
}
#order_form .error_message {
   clear: both;
   display: none;
   padding: 5px;
	border-radius: 5px;
	background-color:#EB0000;
   color:#fff;
	margin-bottom:10px;
   font-weight:bold;
}
/* Captcha */
label[for=captcha_id]{
   position:relative;
   top:-10px;
}
img.captcha{
	max-width:65px;
   padding:3px 5px;
   background-color:#fff;
	border-radius: 5px;
   position:relative;
   top:-5px;
}
/* Datepicker */
#ui-datepicker-div{
	font-size:12px;
}
/* Submit */
.submit_block{
   text-align:center;
   margin:10px 0;
}
.submit_block #submit{
   display:inline-block;
   color:#FFF;
   font-size:20px;
   background-color:#0c3e9c;
   border-radius:3px;
   padding:7px 10px;
   margin:10px 55px 5px 0;
   cursor:pointer;
   font-family:Georgia, "Times New Roman", Times, serif;
}
.submit_block #submit:hover{
   text-decoration:none;
   background-color:#1b4eae;
}
/* Submit END */

/***********************************  REZERVACE END **************************************************/



