/********************************************
   AUTHOR:  			Jan Zmidloch 
   WEBSITE:   			http://www.sokolreckovice.cz
   CREATED:          2011          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(./images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	text-decoration: none;
}
a:hover {
	color: #A9BAC3;
}

/* headers */
h1, h2, h3 {
	font-weight: bold;
	color: #333;	
}
h1 { 
	font-size: 1.5em; 
	color: #6297BC; 
} 
h2 { 
	font-size: 1.4em; 
	text-transform:uppercase; 
	color: #6297BC;
}
h3 { 
	font-size: 1.1em; 
}
p, h1, h2, h3 {
	margin: 10px ;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #a9bac3;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: none;
}
a:hover img {  
  /*border: 2px solid #CCC !important; */
   /* IE fix*/
/*  border: 2px solid #568EB6;*/
  border : none;
}

.red {
	color: #EE1D24;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #666666;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #a9bac3;
	font: normal 1em Verdana, sans-serif;
	color:#666666;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #a9bac3;
	height:100px;
	display:block;
	color:#666666;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #a9bac3;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
table {
	border-collapse : collapse;
	font-size : 8pt;
}
th, td {
	padding-left : 3px;
	padding-bottom : 3px;
}
/* search form */
form.searchfor, form.loginform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox, form.loginform input.textbox { 
	margin: 0; 
	padding : 0;
	width: 60px;
	border: 1px solid #568EB6; 
	background: #FFFFFF;
	color: #333333; 
	height: 14px;
	font-size: 9pt; 
}
form.searchform input.button, form.loginform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	
	font-size: 8pt; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #666666;	
	width: 60px;
	vertical-align: top;
}
/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 980px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(./images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header h2#login {
	position: absolute;
	top: 0; right: -12px;	
	color: #666666;
	text-indent: 0px;
	font-size: 9pt; 
	text-transform: none;	
}
#header h2#login a.login {
	background : none;
	font-size : 9pt;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}
#header form.loginform {
	position: absolute;
	top: 0; 
	right: -12px;	
}
/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 540px;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(./images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(./images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(./images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 205px;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar div {
	margin-left : 15px;
}

/*#sidebar */
ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
ul.sidesubmenu {
	list-style:none;
	margin: 0 0 0 15px;
	padding:0;		
}
ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
ul.sidemenu a, ul.sidesubmenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #a9bac3;		
	min-height:18px;
}
* html body ul.sidemenu a { height: 18px; }

 ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #4284B0;
	border-left:4px solid #568EB6;
}
 ul.sidesubmenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #568EB6;
	border-left: 4px solid #568EB6;
}
/* rightbar */
#rightbar {
	float: right;
	width: 205px;
	padding: 0; margin:0;	
}
#rightbar table {
	width :  190px;
}
#content-advert {
	float : left;
	margin-top : 15px;
	margin-bottom : 10px;
	width : 100%; 
	display :  block;
}
#content-advert img {
	border : none;
	margin-top : 5px;
	margin-right : 5px;
}
/* Footer */

#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 80%;
}
#footer .footer-right{
	float: right;
	width: 20%;
}

/* menu tabs */
#header ul {
	/*z-index: 999999;*/
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; 
	/* bottom: 5px;*/
	font-weight: bold;
	font-size: 13px;
	font-family:   Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(./images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(./images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { 
	float: left; 
	}
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear {
	 clear: both; 
}
.green {
	color: #568EB6; 
}
.gray  {
	color: #a9bac3; 
}
.white {
	color : #FFFFFF; 
}

#kalendar {
	width : 690px;
}
#kalendar.div {
	display : table;
}
.kalendar_predchozi, .kalendar_dalsi, .kalendar_mesic {
	float : left;
	padding-top : 10px;
}
.kalendar_predchozi , .kalendar_dalsi {
	width:176px;
	height : 35px;
	background-color: #F2F2F2;
	line-height : 25px;
}
.kalendar_predchozi A, .kalendar_dalsi A {
	color : #568EB6;
	font-size : 11pt;
	font-weight : bold;
	font-family :  Verdana;
}
.kalendar_predchozi A:hover, .kalendar_dalsi A:hover  {
	color: #568EB6;
}
 .kalendar_predchozi A { 
	text-align:left;
	padding-left : 5px;
}
.kalendar_dalsi A {
	text-align: right;
	padding-right : 5px;
}
.kalendar_mesic {
	height : 35px;
	float:left;
	/*width:280px; */
	width:275px;
	text-align:center;
	background-color: #F2F2F2;
	color : #568EB6;
	font-size : 15pt;
	font-weight : bold;
	font-family :  Verdana;
}
.kalendar_denvtydnu {
	float:left;
	border:1px  solid #FFFFFF;
	width: 89px;
	height:16px;
	text-align:center;
	background-color: #F2F2F2;
	color : #568EB6;
	font-weight : bold;
	font-size: 11pt;
	font-family :  Verdana;
}
.kalendar_prazdna {
	float:left;
	border: 1px solid #F2F2F2;
	width:89px;
	height:89px;
}
.kalendar_den {
	float:left;
	border: 1px solid #F2F2F2;
	width:89px;
	height:89px;
	font-size:8pt;
	padding : 0px;
	font-family :  Verdana;
}
.nadpis4 {
	font-weight : bold;
}
.pozadi {
	background-color : #F4F4F4;
}
.pozadi1 {
	background-color : #EDEDED;
}
.pozadi2 {
	background-color : #DADADA;	
}
.highlight { 
	background-color: #568eb6;
	color: #FFFFFF;
}
a.ruka {
	cursor : pointer;
}
/*******  		KALENDAR		********/
.cal {
	/*margin-left : 80px;
	margin-top : 10px;*/
	width: 190px;
/*	height: 220px; */
	float: left;
}
div.cal_div {
	height :15px;
	width : 15px; 
	text-align : right;
	vertical-align : top;
	margin-left : 2px;
	cursor : pointer;
}
div.cal_div form {
	height : 15px;
	width : 15px;
	border : none;
	margin : 3px 0 0 2px;
	padding : 0 0 0 0;
}
div.cal_div form img {
	border : none;
	margin-top : -2px;
}
form.cal_form {
	background: none;
	border: none;
}

.calendar {
	width : 175px;
	text-align : center;
	background : url(images/cal_back.gif) no-repeat bottom;
	border-collapse : collapse;
	background-color : #FFFFFF;
	border : 1px solid #DADADA;
}
.calendar th {
	color : #000000;
	font-size : 10pt;
	/*border : none;*/
}
.calendar tr.tyden {
	height : 23px;
	width : 23px;
	font-weight : bolder;
/*	background : url(images/cal_tyden.gif) no-repeat;*/
}
.calendar tr.mesic {
	height : 20px;
	line-height : 20px;
	/*background : url(images/cal_mesic.gif) no-repeat;
	background-color : #83ADCB;*/
}
.calendar tr.mesic th, .calendar tr.tyden th {
	border-bottom : 1px solid #DADADA;
}
.calendar td.noborder {
	border : none;
}
.calendar td, .calendar tr {
	height : 23px;
	width : 23px;
	text-align : center;
	border : 1px solid #a9bac3;
	line-height : 24px;
}
.calendar td.active {
	background-color : #EE1D24;
}
.calendar td.active a {
	text-decoration : none;
	font-weight : bold;
	color : #ffffff;
}
.calendar td.weekend {
	background-color : #EDEDED;
}
table th h3 {
	text-align : left;
}
.fotoalbum {
	width : 100%;
}
.fotka_album {
	width : 158px;
	height : 160px;
	float : left;
	padding-left : 2px;
	padding-right : 2px;
}
.fotka {
	width : 108px;
	height : 80px;
	float : left;
	padding-left : 2px;
	padding-right : 2px;
}
.fotka div {
	font-size : 10pt;
	font-weight : bolder;
	text-align : center;
}
td.ru{
	width : 7px;
	height : 6px;
	background-image : url(images/shadow/ru.gif);
	background-repeat : no-repeat;
	}
td.ld{
	width : 7px;
	height : 6px;
	background-image : url(images/shadow/ld.gif);
	background-repeat : no-repeat;
	}
td.rd{
	width : 7px;
	height : 6px;
	background-image : url(images/shadow/rd.gif);
	background-repeat : no-repeat;
	}
td.dole {
	border-bottom : 1px solid #000000;
	height: 22px;
}
hr.cara {
	color :  #a9bac3;
	background-color :  #a9bac3;
	height : 1px;
}
div.hlaseni, div.err_msg {
	border : 1px solid #ee1d24;
	background-color : #FB8686;
	color : #000000;
	width : 500px;
	margin-top : 15px;
	margin-left : 20px;
	margin-bottom: 15px;
	line-height : 30px;
	text-indent : 30px;
	text-align : left;
}
div.err_msg, div.ok_msg {
	color : #000000;
	width : 500px;
	margin-top : 15px;
	margin-left : 20px;
	margin-bottom: 15px;
	line-height : 30px;
	text-indent : 30px;
	text-align : left;
	font-weight : bold;
}
div.err_msg img, div.ok_msg img {
	margin-top : 5px;
	border : none;
	vertical-align : baseline;
}
div.err_msg {
	border : 1px solid #ee1d24;
	background-color : #FB8686;
}
div.ok_msg {
	border : 1px solid #2E7C0C;
	background-color : #C0F4AA;
}

ul.steps {
	/*z-index: 999999;
	position: absolute;
	right: 0; 
	bottom: 6px !important; 
	bottom: 5px;
	*/
	width : 400px;
	height : 20px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px ;	
}
ul.steps li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	background: #dadada url(images/next.png) no-repeat right ;   
	color: #000000;
	padding:4px 40px 4px 10px;
	font-weight : bold;
}
ul.steps li.active {
	background-color : #ee1d24;
	color: #FFFFFF;	
}
ul.steps li.post_active {
	background-color : #fb8686;	
}
#pay {
	font-weight: bold;
}
input.prihlaska {
	margin-right: 5px;
}