body
{
	background: #fff url('images/layout/body.gif') top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

h2, h2 a
{
	font-size: 20px;
	color: #2e9eff;
	text-indent: 8px;
}

h2 strong
{
	color: #2090dd;
}

 h3, h3 a
{
	font-size: 16px;
	font-weight: bold;
	color: #ee912a;
}

p, strong
{
	color: #666;
	line-height: 1.6;
}

p
{
	font-size: 12px;
}

p a { color: #5c91c7; }
p a:hover { color: #3b6691; }

#container
{
	font-size: 13px;
	width: 900px;
	margin: 0 auto;
}

.ModalBackground
{
    background-image: url('images/layout/ModalBackground.png');    
}

/* =Header
----------------------------------------------- */
#header
{
	height: 130px;
	position: relative;
}

#header h1 a
{
	display: block;
	text-indent: -5000px;
	width: 200px;
	height: 50px;
	background: url('images/layout/logo.gif') no-repeat;
	position: absolute;
	left: 20px;
	top: 0px;
}

#weather
{
	position: absolute;
	right: 25px;
	top: 2px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#weather span
{
	vertical-align:top;
}

#utility-nav
{
	position: absolute;
	right: 20px;
	top: 15px;
}
#utility-nav ul
{
	list-style:none;
	float:left;
	display:inline-block;
	padding:0;
}
#utility-nav ul li
{
	list-style:none;
	display: inline-block;
	vertical-align:middle;
	background: url('images/nav/utility_nav_divider.gif') left no-repeat;
}
#utility-nav ul:first-child li:first-child 
{
	background: none;
}
#utility-nav ul li a
{
	display: inline-block;
	float: left;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 8px;
}
#utility-nav ul li a:hover, #utility-nav ul li a.active
{
	color: #E9F5FE;
	text-decoration: underline;
}
#utility-nav ul li a img
{
	border:0;
	height:16px;
}

.main-nav
{
	background: url('images/nav/main_nav.gif') left no-repeat;
	margin: 0 -9px;
	height: 53px;
	width: 891px;
	position: absolute;
	bottom: 11px;
	padding: 15px 0 0 27px;
}
.main-nav li
{
	display: inline-block;
	float: left;
	padding: 12px 20px 0 20px;
	background: url('images/nav/main_nav_divider.gif') left no-repeat;
	height: 27px;
}
.main-nav li:first-child
{
	background: none;
	padding-left: 0;
}

.main-nav li a
{	
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.main-nav li a.active
{
	background: url('images/nav/main_nav_active.gif') bottom center no-repeat;
	height: 31px;
	display: block;
	float: left;
	cursor: pointer;
	color: #B3640D;
}
.main-nav li a:hover
{
	color: #B3640D;
}

.main-nav li ul
{
    padding:0;
    margin:0;
    display:block;
    border: 1px solid White;
}

.main-nav li ul li, .main-nav li ul li:first-child
{
    padding:10px;
    float:none;
    display:block;
    background-image:url('images/nav/SubMenuBack.png');
    background-repeat:repeat-x;
    height:16px;
    min-width:100px;    
}

.main-nav li ul li a.active
{
	background: url('images/nav/main_nav_active.gif') bottom center no-repeat;
	height: 26px;
	display: block;
	float: left;
	cursor: pointer;
	color: #B3640D;
}

/* =Sub Header
----------------------------------------------- */

#sub-header
{
	background: url('images/layout/sub_header.gif') no-repeat;
	width: 900px;
	position: relative;
	padding-top: 43px;
	margin-bottom: 20px;
}

.breadcrumbs
{
	font-size: 11px;
	color: #777;
	position: absolute;
	top: 14px;
	left: 20px;
}

#search
{
	background: url('images/form/search.gif') no-repeat;
	width: 220px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 11px;
}
#search legend
{
	display: none;
}
#search .input-text
{
	width: 187px;
	background: none;
	border: none;
	font-size: 11px;
	color: #999;
	display: block;
	float: left;
	padding: 3px 0 0 9px;
}
#search .input-button
{
	width: 16px;
	height: 20px;
	cursor: pointer;
	background: none;
	border: none;
}

#images
{
	background: #fff;
	height: 128px;
}
#images img
{
	display: block;
	float: left;
	margin-right: 1px;
}
#images img:first-child
{
	margin-left: 1px;
}

#directory
{
	background: url('images/layout/directory.gif') bottom no-repeat;
	padding-bottom: 11px;
}
#directory div
{	
	clear:both;
	background: #f5f5f5 url('images/layout/directory_list.gif') top left no-repeat;	
}


/* =Sidebar
----------------------------------------------- */
#sidebar
{
	border-top: dotted 1px #666;
	clear:both;
	padding-top:20px;
}

#sidebar .hslice
{
	width:280px;
	float:left;
	padding-left:15px;
}

#sidebar .entry-title
{
	display:inline-block;
	font-size: 20px;
	font-weight:bold;
	color: #2e9eff;
	text-indent: 8px;
}
#sidebar a img
{
	margin-left:10px;
	display:inline-block;
	padding-bottom:-14px;
}
#sidebar ul
{	
	background: #f4f4f4 url('images/layout/sidebar_li.gif') top repeat-x;
	padding:0px;
}
#sidebar ul li
{
	clear:both;
	list-style:none;
	padding: 10px;
	background: url('images/layout/sidebar_li.gif') bottom repeat-x;
	line-height: 1.4;
	min-height: 70px;
}
#sidebar ul li img
{
	float: left;
	padding: 1px;
	border: 1px solid #ddd;
	margin-right: 8px;
	max-height: 65px;
}
#sidebar ul li, #sidebar ul li a
{
	font-size: 11px;
	font-weight: bold;
	color: #ee912a;
	margin:0;
}
#sidebar ul li p
{
	margin:0 0 10px 0;
	font-size: 11px;
	color: #999;
	margin-bottom:5px;
}


/* =Main Content
----------------------------------------------- */
#main-content
{
	margin-bottom: 20px;
	margin-left:15px;
	margin-right:15px;
}

.clanek .article p img
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.clanek .article h1, .clanek .article h2
{
	clear:both;
}

.article-wrapper
{
	width:420px;
	float:left;
	padding-left:15px;
}

.article-actions
{
	margin-top:20px;
	background: url('images/layout/article_actions.gif') top repeat-x;
	height: 34px;
	font-size: 11px;
	color: #999;
	padding: 10px 0 0 8px;
}
.article-actions a
{
	color: #555AC2;
	text-decoration: none;
}
.article-actions a:hover
{
	text-decoration: underline;
}
.article-actions span
{
	margin-left:10px;
	margin-right:10px;
}

.datum
{
    font-size: 11px;
	color: #999;
}

.article-wrapper .article
{
	margin: 0 auto;
	min-height:120px;
}

.article-wrapper .article-actions
{
	display:none;
}

.article-wrapper .article h3, .article-wrapper .article h3 a
{
	margin-bottom: 6px;
}

.article-img
{
	float:left;
	margin-right:10px;
}

/* =Footer
----------------------------------------------- */
#footer
{
	background: url('images/layout/footer.gif') no-repeat;
	width: 898px;
	height: 27px;
	margin: 0 auto 10px auto;
	clear: both;
	padding-top: 13px;
	position: relative;
}
#footer
{
	font-size: 11px;
	color: #686868;
}
#footer .copyright
{
	padding-left: 25px;
}
#footer .copyright span
{
	color: #2D7AC6;
}
#footer .authors
{
	position: absolute;
	right: 25px;
	top: 14px;
}
#footer .authors a
{
	color: #2D7AC6;
	text-decoration: none;
}

/*Komentare*/

#Komentare
{
	clear:both;
}

#Komentare h3
{
	display:inline-block;
}
#Komentare a img
{
	margin-left:auto;
	display:inline-block;
	padding-bottom:-14px;
}

.komentarHlavicka
{
	margin-top:10px;
}

.komentarHlavicka span
{
	font-weight:bold;
}

.komentarHlavicka a
{
	margin-left:10px;
	font-size:x-small;
	color:#5c91c7;
}
.komentarHlavicka a:hover, .zobrazitPridavaniKomentaru a:hover
{
	color: #386da4;
}

.komentarText
{
	font-style:italic;
	color: #666;
}

.komentarPanelOdpovedi
{
	margin-left:10px;
	border-left: solid 0px gray;
	padding-left:10px;
}

.zobrazitPridavaniKomentaru
{
	display:block;
	margin: 20px 20px 20px 10px;
	color:#5c91c7;	
}

.pridatKomentar
{	
    border-width: 3px;
    border-style: solid;
    border-color: #ee912a;
   
    padding: 30px;
    background-color:White;
}

.pridatKomentar div
{
	margin-top:5px;	
	margin-bottom:5px;			
}

.pridatKomentar label
{
	width:120px;
	text-align:right;
	vertical-align:top;
	display:inline-block;
}

.pridatKomentar .submitButtons
{
	padding-left:124px;
}

.antiSpamImage
{
	float: right;	
	border: 1px dotted Black;
}

.PanelFotoAlbum
{
	clear:both;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

/* Výpis fotek */

.PanelItems
{
}

.Item
{
    width:143px;
    height:160px;    
    display:inline-block;
    text-align:center;
    vertical-align:middle;
}

.ItemText
{
	display: block;
	color: Black;
	font-size: smaller;
}

.ItemImage
{
}

.CestaKAlbu a
{
	display:inline-block;
	padding:5px 20px 5px 5px;	
	color:Black;
	background-image:url('../Oddelovac.png');
	background-repeat:no-repeat;
	background-position:right;
}

.CestaKAlbu span
{
	display:inline-block;
	padding:5px;
	color:Black;
	font-weight:bold;
}

.PrepinaceRazeni
{
	float:right;
}

.PrepinaceRazeni a
{
	font-size:x-small;
	margin-right:10px;
}

/*FotoAlbum - FotoProhlizec*/


#FotoProhlizec-Obsah
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('images/layout/directory_list.gif');
}

#FotoProhlizec-Obrazek
{
	background-image: url('images/layout/directory.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:11px;
	margin-bottom:12px;
}

#FotoProhlizec-Hlavicka
{
	height:19px;
	padding:12px;
	background-image: url('images/layout/sub_header.gif')
}

#FotoProhlizec-Hlavicka h2
{    	
	margin:0px;
	float:left;
}

#FotoProhlizec-Hlavicka h2, #FotoProhlizec-Hlavicka h2 a
{
	font-size: medium;
	color: #666;
}

#FotoProhlizec-Hlavicka h2:first-child:after
{    	
	content:'-';
}

#FotoProhlizec-Sipky
{
	float:right;
	text-align:center;
	margin-bottom:2px;
}

#FotoProhlizec-Sipky a
{
    display:inline-block;
    width:140px;
    height:17px;   
    background-image:url('images/form/button.gif');
        
	text-decoration: none;
	font-size: 11px;
	color: #999;
	padding: 3px 0 0 0;
}

#FotoProhlizec-Sipky a:hover
{
	color: #666;
}

#FotoProhlizec-Obrazek
{		
	text-align:center;
}