/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #fff;
 background:#000000 url(./images/_MG_3608-Edit.jpg) no-repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #cfc;
 height: 100px;
 margin: 0px 0px 0px 0px;
 text-align:right;
}
#header .nahled {
float:left;
padding-top:16px;
height:114px;
width:100px;
text-align:center;
}
#header .rss {
width:100%;
padding-right:7px;
float:right;
}
#footer {
 float: left;
 text-align:center;
 font-size : 10px;
 width: 900px;
 padding: 8px;
 padding-bottom:5px;
 border: 0px solid #ccf;
 border-top: 1px dotted #555;
 margin: 10px 0px 0px 0px;
}
#leftcolumn { 
 border: 0px solid #f00;
 margin: 8px 0px 0px 0px;
 text-align:center;
 padding: 10px;
 padding-top: 65px;
 min-height: 350px;
 width: 80px;
 float: left;
}
#leftcolumn img {
border: 0px;
}
#header .menu_item {
font-size:11px;
}
#header a,
.foto_menu a
{
color : #fff;
text-decoration:none;
}
#header a:hover,
.foto_menu a:hover,
.about a:hover {
color:#fad553;
text-decoration:underline;
}
#footer a,
.about a,
.news_block a {
color:#fad553;
text-decoration:none;
}
#footer a:hover {
color:#fad553;
text-decoration:underline;
}

#rightcolumn { 
 float: right;
 border: 0px solid #fcc;
 margin: 8px 0px 0px 0px;
 padding: 10px;
 padding-top: 50px;
 min-height: 350px;
 width: 800px;
 display: inline;
 position: relative;
}
#rightcolumn .news_block {
width:800px;
float:right;
margin:auto;
line-height: 15px;
margin-bottom:15px;
}
#rightcolumn .news_header {
width:724px;
font-size:14px;
line-height: 16px;
font-weight:bold;
float:left;
border-bottom: 1px dotted #fad553;
}
.orange {
color:#fad553;
}
#rightcolumn .news_top {
width:10px;
font-size:14px;
line-height: 16px;
font-weight:bold;
float:right;
text-align:right;
border-bottom: 1px dotted #fad553;
}
#rightcolumn .news_item {
padding-top:3px;
padding-left:3px;
text-align:justify;
width:704px;
float:left;
border:0px solid #f00;
}
#rightcolumn .news_item .fotka_l {
float:left;
margin:5px;
}
.kalendar {
width:57px;
min-height:57px;
height:100%;
margin-right:7px;
float:left;
border: 1px dotted #fad553;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-border-radius: 3px;
color:#fad553;
}
.kal_rok {
text-align:center;
padding-top:0px;
padding-bottom:2px;
font-weight:bold;
font-size:12px;
border-bottom: 1px dotted #fad553;

}
.kal_den {
padding-top:5px;
font-size:20px;
font-weight:bold;
text-align:center;
}
.kal_mesic {
padding-top:2px;
font-size:11px;
text-align:center;
}
.foto_menu {
text-align:right;
}
.album_block {
width:120px;
height:110px;
float:left;
vertical-align:middle;
text-align:center;
margin:0px;
margin-left:20px;
margin-bottom:20px;
padding:8px;
border: 1px dotted #333;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
-border-radius: 5px;
background: url(./images/back70.png);
}
.album_block:hover {
	border: 1px dotted #fad553;
}
.ab_link,
.thickbox {
cursor:pointer;
text-decoration:none;
}

.events {
	position: relative;
	border: 0px solid #00f;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: url(./images/back70.png);
	color: white;
	border: 1px solid #fad553;
	font-size: 15px;
	width: 250px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #eee;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #eee;
}
.events li span.datum {
	font-weight: bold;
	padding-left:5px;
	color: #fff;
}
.events li span.title {
	font-weight: bold;
	color: #fff;
	padding:5px;
	border-bottom: 1px dotted #fad553;
}
.events li span .desc {
	padding:5px;
	color: #fff;
}
.events li span .desc a {
color:#fff;
}
.about {
text-align:justify;
color:#eee;
}
.about_top {
font-size:16px;
font-weight:bold;
color:#fad553;
}
