/*     Common styles     */
*{
	margin: 0;
	padding: 0;
}

body{
	font: 80% "Trebuchet MS",Trebuchet,"Arial",Sans-Serif;
	color: #3C342E;
	text-align: center;
	background: #F5F2F0 url('../images/design/bg-top.jpg') top center no-repeat;
}
strong{
	font-weight: bold;
}
em,blockquote{
	font-style: italic;
}
img{
	border: 0;
}
a,a *{
	color: #6D951E;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
}

.right{
	text-align: right;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}

.big{
	font-size: 125%;
}
.small{
	font-size: 90%;
}




/*========     Layout    ========*/
#page{
	width: 989px;
	margin: 0 auto;
	text-align: left;
	background: #fff url('../images/design/bg-content.png') top center repeat-y;
}

#top{
	position: relative;
	margin: 0 auto;
	width: 989px;
	height: 164px;
	text-align: center;
}
#top-inner{
	width: 961px;
	margin: 0 auto;
	position: relative;
}


#left-sidebar{
	width: 207px;
	float: left;
	position: relative;
	top: -25px;
	margin: 0 0 0 45px;
}

#content{
	float: right;
	width: 651px;
	position: relative;
	top: -25px;
	margin: 0 45px 20px 0;
}



/*  header  */

#logo{
	position: absolute;
	left: 31px;
	top: 22px;
}
#logo a{
    width: 218px;
    height: 65px;
	display: block;
	position: relative;
    text-decoration: none;
    overflow: hidden;

}
#logo a span{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/design/logo.jpg') top left no-repeat;
    cursor: pointer;
    margin: 0;
}

#search-form{
	position: absolute;
	top: 40px;
	right: 0;
	width: 273px;
	height: 31px;
	background: #799B36 url('../images/design/bg-search.png') top left no-repeat;
}
#search-form .search-text{
	width: 180px;
	height: 20px;
	margin-top: 7px;
	background: #799B36;
	border: 0;
	color: #fff;
}
#search-form .submit{
	width: 67px;
	height: 22px;
	margin: 5px 3px 0 0;
	padding-bottom: 4px;
	float: right;
	border: 0;
	background: #4A7000 url('../images/design/button-search.png') top left no-repeat;
	color: #fff;
	font-size: 90%;
	cursor: pointer;
}



/* side bars */
.sidebar-block{
	background: #F5F2F0;
	margin-bottom: 20px;
}

#menu-left1{
	background: #CDE3A2;
}
#menu-left2{
	background: #EEEAE6;
}
#menu-left3{
	background: #F9F8F7;
}

.sidebar-block h2, #content .sidebar-block h2{
	height: 45px;
	background: url('../images/design/bg-box-h.png') top left no-repeat;
	color: #fff;
	font-size: 125%;
	font-weight: normal;
	line-height: 45px;
	text-indent: 20px;
	letter-spacing: 1px;
}


/* menu */
.sidebar-block ul.menu{
	list-style: none;
	background: url('../images/design/div-menu.png') bottom left repeat-x;
}
.sidebar-block ul.menu li a{
	display: block;
	padding: 10px 13px 8px 13px;
	background: url('../images/design/div-menu.png') top left repeat-x;
	color: #000;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.sidebar-block ul.menu li.first a{
	background: none;
}
.sidebar-block ul.menu li a:hover{
	background-color: #EFEAE7;
}
#menu-left1 ul.menu li a:hover{
	background-color: #B3CC89;
}
#menu-left2 ul.menu li a:hover{
	background-color: #DCD6D0;
}
#menu-left3 ul.menu li a:hover{
	background-color: #F0EEEB;
}
.sidebar-block ul.menu li ul{
	background: url('../images/design/div-menu.png') top left repeat-x;
}
#menu-left1 ul.menu li ul{
	background: #E7F2D3 url('../images/design/div-menu.png') top left repeat-x;
}
#menu-left1 ul.menu li ul li{
	background: url('../images/design/dot-left-menu.png') 10px center no-repeat;
}
.sidebar-block ul.menu li ul li a{
	margin-left: 22px;
	padding: 6px 13px 4px 0;
	padding-left: 0;
	color: #5B5225;
	text-transform: none;
}
.sidebar-block ul.menu li ul li a, .sidebar-block ul.menu li.first ul li a{
	background: url('../images/design/div-menu2.png') top left repeat-x;
}
.sidebar-block ul.menu li ul li.first a{
	background: none;
}
.sidebar-block ul.menu ul li a:hover, #menu-left1 ul.menu ul li a:hover, #menu-left3 ul.menu ul li a:hover, #menu-left3 ul.menu ul li a:hover{
	background-color: inherit;
	text-decoration: underline;
}
.sidebar-block ul.menu li ul li ul li a{
	margin-left: 30px;
	padding: 4px 13px 2px 0;
	font-weight: normal;
}
.sidebar-block ul.menu li ul ul{
	background: none;
}
.sidebar-block ul.menu li ul li ul li ul li a{
	margin-left: 45px;
}


#content .menu{
	font-size: 110%;
	font-weight: bold;
}



/* bottom */
#bottom{
	clear: both;
	margin-top: 20px;
	width: 900px;
	height: 44px;
	margin-left: 44px;
	background: url('../images/design/bg-bottom.png') top center no-repeat;
}
#bottom_copy, #bottom_created_by{
	margin: 15px 30px 0 30px;
	color: #C0D696;
	font-size: 90%;
}
#bottom_copy a, #bottom_created_by a{
	color: #fff;
	text-decoration: none;
}
#bottom_copy a:hover, #bottom_created_by a:hover{
	text-decoration: underline;
}
#bottom_copy{
	float: left;
}
#bottom_created_by{
	float: right;
}




/* boxy pro clanky atp. */
.article_box {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url('../images/design/div-content.png') bottom left repeat-x;
	display: table;
}
#content .article_box h2{
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 130%;
}
.article_box h2, .article_box h2 a{
	color: #618D0A;
}
#content .article_box .info{
	float: right;
	color: #ACA8A5;
	font-size: 90%;
	padding-bottom: 0;
}
.article_box .article_box_content{
	clear: right;
	padding-top: 10px;
	margin-top: 10px;
	background: url('../images/design/div-content.png') top left repeat-x;
}
#content .article_box .article_box_content .image{
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
}



/* home page */

#content-inner{
	float: left;
	width: 400px;
}
#right-sidebar{
	width: 207px;
	float: left;
	float: right;
}

.sidebar-bottom{
	background-color: #EFEAE7;
	padding: 20px;
}

#content .sidebar_news, #content .sidebar_action{
	padding: 10px 20px;
	background: url('../images/design/div-menu.png') bottom left repeat-x;
}
#content .sidebar_newsletter{
	padding: 10px 20px 20px 20px;
}
#content .sidebar_news h3, #content .sidebar_actions h3{
	padding: 0;
	font-size: 90%;
}
.sidebar_news a{
	color: #3C342E;
	text-decoration: none;
}
.sidebar_news a:hover{
	text-decoration: underline;
}

.sidebar_action a{
	color: #486D00;
	font-weight: bold;
}
.sidebar_action a:hover{
	text-decoration: none;
}


.index_article_first h2{
	font-size: 150%;
}
.index_article_first .image{
	margin-bottom: 15px;
	text-align: center;
}




/*  text page */
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content p,#content blockquote,#content ul,#content ol,#content form{
	padding: 0 0 10px 0;
}
#content table{
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content ul,#content ol{
	padding: 10px 0 5px 30px;
}
#content li{
	padding-bottom: 8px;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
	color: #618D0A;
}
#content h1{
	margin-bottom: 15px;
	font-size: 170%;
	text-transform: uppercase;
	background: url('../images/design/div-content.png') bottom left repeat-x;
}
#content h2{
	font-size: 140%;
}
#content h3{
	font-size: 130%;
}
#content h4{
	font-size: 110%;
}
#content h5,#content h6{
	font-size: 100%;
}
#content img{
	margin: 10px;
}

#content table{
	border-top: 1px #486D00 solid;
	border-left: 1px #486D00 solid;
}
#content table th,#content table td{
	border-right: 1px #486D00 solid;
	border-bottom: 1px #486D00 solid;
	padding: 5px 10px;
	empty-cells: show;
}
#content table td{
	text-align: right;
	color: #76716C;
}
#content table.left td{
	text-align: left;
}
#content table th{
	background-color: #D9E9BA;
	color: #3C342E;
}
#content table tr.even td{
	background-color: #F0F6E3;
}

#content .highlight{
	padding: 20px;
	background-color: #ECF4DC;
}

.detail-image{
	float: right;
}
#content .detail-image img{
	margin: 0 0 10px 10px;
}


/* podstranky */
#content #page-menu{
	clear: both;
	margin: 20px 0;
	padding: 20px;
	background-color: #ECF4DC;
	line-height: 150%;
}


/* formulare */

input.error{
	border: 2px #f00 solid;
	background-color: #fff;
}
label.error{
	color: #f00;
	display: inline-block;
	margin-left: 5px;
}
.formDescription{
	display: block;
	font-size: 90%;
	margin: 5px 0;
}
fieldset{
	border: 0;
	padding: 10px 0;
}
fieldset legend{
	font-size: 120%;
	font-weight: bold;
	color: #618D0A;
}


/* vyhledavani */
iframe.search{
	width: 650px;
	height: 600px;
	border: 1px #EAE3DF solid;
}



/* kalendar */
img.callendar_icon{
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid red;
	margin: 0 !important;
}
img.callendar_icon:hover{
	background-color: red;
}



/* fotogalerie */
#content .gallery-image{
	float: left;
	padding: 0;
	margin: 0 10px 30px 0;
}
#content .gallery-image img{
	margin: 1px;
}
#content .gallery-image a:hover img{
	margin: 0;
	border: 1px #486D00 solid;
}



/* odkazy pro sdileni */
#share-links{
	clear: both;
	background: url('../images/design/div-content.png') top left repeat-x;
	margin-top: 20px;
	padding: 10px 0 0 0;
}
#content #share-links ul{
	padding-left: 0;
}
#share-links li{
	list-style: none;
	float: left;
	padding: 0;
	margin-right: 30px;
}
#content #share-links li img{
	vertical-align: bottom;
	margin: 0;
}



/* diskuze */
.forumEntry{
	border: 1px #CDCDCD solid;
	margin-bottom: 20px;
}
#content .forumEntry h3{
	padding: 5px 10px;
	background-color: #F0F6E3;
	text-align: left;
	font-size: 100%;
}
.forumEntryInfo{
	padding: 5px 10px !important;
}
.forumEntryText{
	padding: 15px 10px !important;
	border-top: 1px #CDCDCD solid;
}

#content .forumEntry .forumEntryTitle{
	padding: 5px 10px;
	background-color: #F0F6E3;
	text-align: left;
	font-size: 100%;
}

#content .gallery_image_press{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 5px 10px;
	text-align: center;
}
#content .gallery_image_press p.image{
	padding: 0;
	margin: 0;
	height: 160px;
	border: 1px #B3CC89 solid;
	text-indent: 0;
}
#content .gallery_image_press p.name{
	margin: 0;
	padding: 2px 0;
	border-right: 1px #B3CC89 solid;
	border-left: 1px #B3CC89 solid;
	border-bottom: 1px #B3CC89 solid;
	background: #F0F6E3;
	font-size: 90%;
	overflow: hidden;
}
#content .gallery_image_press img{
	margin: 5px 5px;
}
#content .gallery_image_press a:hover img{
	border: 1px #666 solid;
	margin: 4px;
}




.sidebar_adverts{
	padding-top: 40px;
	font-size: 80%;
	text-align: center;
}
.sidebar_adverts p{
	margin-bottom: 10px;
}
.sidebar_adverts p a img {
	border: 1px solid #999;
}
.sidebar_adverts p a:hover img {
	border: 1px solid #66;
}

.sidebar_adverts_facebook{
	display: table;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.sidebar_adverts_facebook a{
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #000000;
	text-decoration: none;
}
.sidebar_adverts_facebook a:hover{
	text-decoration: underline;
}
.sidebar_adverts_facebook img{
	float: left;
	margin: 0 10px 0 0;
	border: 0 !important;
}

.pagination{
	clear: both;
}
