@import url("thickbox.css");
/* ---------------------------------------------------------------
Default Style Sheet
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}
/* ... Body ... */
body
{	font: 75%/1.5em 'Trebuchet MS', Verdana, Tahoma, arial, sans-serif;
	color: #5F5F5F;
	background: #BAC55F;
	text-align: center;
	line-height: 1.5em;
	margin-top:10px;
}
table
{
	width: 100%;
}
table, th, td
{
	font-size: 100%;
}
td
{
	vertical-align: top;
}
h1
{
	font-size: 180%;
	margin: 10px 0 20px 0;
	font-weight: normal;
	color: #6A7320;
	line-height: 30px;
}
#IndexMain h1
{
	background: 0 none;
	padding-left: 0;
}
h2
{
	font-size: 130%;
	margin: 20px 0 5px 0;
    color: #FABF23;
}
h3
{
	font-size: 110%;
	margin-top: 10px;
	padding: 0;
}
/* ... Links ... */
a{color: #6A7320;}
a:hover{ color: #8E6804; }
.MoreLink
{
	padding-left: 10px;
	margin-left:  10px;
	font-weight:  bold;
	text-decoration:  none;
}
a.MoreLink:hover
{
	text-decoration:  underline;
}
/* ... Text ... */
#Content p
{
	margin-bottom: 10px;
	text-align:justify;

}
.Perex, #CategoryPerex
{
	font-weight: bold;
}
.BoldText
{
	font-weight: bold;
}
.CenterText
{
	text-align: center;
}
/* ... List ... */
#Content ul li,#Content ol li
{
	margin-left: 15px;
}
/* ... Help ... */
.NoScreen
{
  display: none;
}
hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
#Counter
{
	display: none;
	text-align: center;
}
/* ... Messages ... */
.ErrorMessage
{
	color: red;
  	margin: 20px 0;
  	font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px red;
	background: #FFF url(../images/message-error.png) no-repeat 10px 50%;
}
.WarMessage
{
	color: #FF9900;
  margin: 20px 0;
  font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px #FF9900;
	background: #FFF url(../images/message-war.png) no-repeat 10px 50%;
}
.OkMessage
{
	color: #009966;
  	margin: 20px 0;
	font-size: 110%;
	font-weight: bold;
	border: solid 2px #009966;
	padding: 17px 10px 17px 60px;
	background: #FFF url(../images/message-ok.png) no-repeat 10px 50%;
}
.DeveloperMess
{
	margin: 20px 0;
	font-size: 150%;
	padding: 10px;
	border: 1px solid #CCC;
}



/* ... Images ... */
a img
{
	border: 0 none;
}
.img-left
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #D5DD8B;
}
.img-right
{
	float: right;
	margin-left: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #D5DD8B;
}

.ListBlock
{
	text-align:justify;
}

.ListBlock img
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #D5DD8B;
}

.ListBlock img:hover
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #6A7320;
}

#DetailBlock img
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #D5DD8B;
}

#DetailBlock img:hover
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #6A7320;
}

 a.thickbox img 
{
	float: left;
	margin: 5px 15px 0 0;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #D5DD8B;
}

a.thickbox img:hover 
{
	float: left;
	margin: 5px 15px 0 0;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #6A7320;
}




.ListGallery a.thickbox img 
{
	float: left;
	margin: 5px 5px 0 0;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #D5DD8B;
}

.ListGallery a.thickbox img:hover 
{
	float: left;
	margin: 5px 5px 0 0;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #6A7320;
}

/* ... Articles ... */
.ArticlePanel
{
  margin: 10px 0;
  border-bottom: solid 1px #B8C537;
  padding: 5px;
}
.CommentsCnt
{
	padding-top: 5px;
	border-top: solid 1px #CFCFCF;
}
.CommentPanel
{
  margin-bottom: 10px;
  border-bottom: solid 1px #CFCFCF;
  padding: 5px;
}

.ArticlePanel span, .CommentPanel span
{
  padding-left: 15px;
  margin-right: 15px;
  font-style: italic;
  color: #666;
}
span.CommentNum
{
	padding-left: 0 !important;
	font-style: normal;
	font-weight:  bold;
}
.ArticlePanel a, .CommentPanel a
{
  	text-decoration:  none;
}
.ArticlePanel a:hover, .CommentPanel a:hover
{
  		text-decoration:  underline;
}
.ArticlePanelDate, .CommentDate
{
  background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
}
.ArticlePanelAuthor,.CommentName
{
  background: url(../images/bcg-panel-author.png) no-repeat 0 50%;
}
.ArticlePanelCategory
{
  background: url(../images/bcg-panel-category.png) no-repeat 0 50%;
}
.ArticlePanelVisit
{
  background: url(../images/bcg-panel-visit.png) no-repeat 0 50%;
}
.ArticlePanelComments
{
  background: url(../images/bcg-panel-comment.png) no-repeat 0 50%;
}


/* //////////////////////////////// LAYOUT //////////////////////// */

#wrapper {

  position: relative;
  width: 960px;
  background: #FFF url(../images/bcg-page.jpg) repeat-y center top;
  margin: 0 auto;
  text-align: left;
}

#Page, #Header, #HeaderTop, #Footer, #FooterText, #BottomBar
{
	width: 960px;
	margin: 0 auto;
}
/* ... Page ... */
#Page
{
	padding-bottom: 30px;
}
#PageIn
{
	text-align: left;
	margin: 0 10px;
	padding: 20px 0;
}
/* ... Header ... */

#HeaderTop
{
	width:961px;
	background: #BAC55F url(../images/header_top.png) no-repeat 19px bottom;
	height:102px;
}

#header-navigation
{
	width:auto;
	height:auto;
	display:block;
	margin:50px 25px 20px 0;
	float:right;
	font-weight:bold;
	color:#6A7320;
	font-size:10px;
}

#header-navigation a
{
	color:#FFFFFF;
	text-decoration:none;
}

#header-navigation a:hover
{
	color:#6A7320;
	text-decoration:none;
}

#Header
{
	text-align:  left;
	line-height: 33px;
	margin:0 auto;
}

#HeaderLogo
{
	padding-left: 50px;
}
#NoLogo
{
	height: 50px;
}
#HeaderName
{
	font-size:  30px;
	padding-left: 50px;
	width: 80%;
}
#HeaderSlogan
{
	font-size:  18px;
	padding-left: 50px;
	font-style:  italic;
	width: 80%;
}

/* ... Top Navigation... */
#Navigation
{
	width: 950px;
	height: 50px;
	line-height: 50px;
	background:#504845 url(../images/bcg-navi.jpg) repeat-x center center;
	margin:0 auto;
}
#Navigation li
{
  list-style: none;
  float: left;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}
#Navigation li a
{
  display: block;
  height:50px;
  float: left;
  text-decoration: none;
  color:#fff;
  padding: 0 15px;
 
}
#Navigation a:hover
{
	color: #fff;
	background:#504845 url(../images/btn-hover.jpg) repeat-x;
}
#Navigation a.CurPage
 {
  background:#504845 url(../images/btn-cur.jpg) repeat-x;
  color: #333;
}

#Navigation .CurPage:hover
{
	
  text-decoration: none;
}

div#Navigation ul ul 
{
  display: none;
}

/* ... Content layout ... */
#ContentBox
{
	float: right;
	width: 760px;
}
.Layout_web2 #ContentBox
{
	float: left;
	width: 760px;
}
#Content
{
	float: left;
	width: 560px;
}
.Layout_lc #Content
{
  width: 700px;
	float: right;
}
.Layout_cr #Content
{
  width: 655px;
  float: left;
}
.Layout_c #Content
{
	width: 960px;
	float: left;
}
#ContentIn
{
	margin: 0 10px 0 20px;
}

/* ... Bar ... */
#Bar
{
	float: left;
	width: 200px;
}
.Layout_web2 #Bar
{
  float: right;
}

.Layout_lc #Bar
{
	width: 260px;
}

#BarIn
{
	padding: 0 10px;
}

/* ... Secondary ... */
#Secondary
{
	float: right;
	width: 200px;
}
.Layout_cr #Secondary
{
	width: 260px;
	margin:0 10px 0 0;
}

#SecondaryIn
{
	padding: 15px 10px 130px 10px;
	background: transparent url(../images/bcg-secondary.jpg) no-repeat bottom center;
}
/* ... Content items ... */
#BreadCrumb
{
	font-size: 80%;
	text-transform:lowercase;
	line-height: 15px;
	font-weight: bold;
	color: #6A7320;
	margin-bottom: 20px;
	margin-top:10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #6A7320;
}
#BreadCrumb a
{
	font-weight: normal;
	
}

/* ... Gallery ... */
.ListGallery img
{
	margin: 6px;
	border:  solid 2px #D5DD8B;
	padding:  5px;
	background:#FFFFFF;
}
.ListGallery img:hover{border: solid 2px #6A7320;background:#FFFFFF;}

/* ... Pagination ... */
.Pagination
{
	margin-top: 20px;
  text-align: center;
}
.Pagination a
{
	text-decoration: none;
}
.Pagination a:hover
{
	text-decoration: underline;
}
.Pagination .pagenumlink
{
	padding: 3px;
	border: solid 1px #6A7320;
}
.Pagination span
{
	padding: 3px;
	color: #333;
	background: #F4F086;
    border: solid 1px #6A7320;
}
.Pagination p
{
	margin-bottom: 10px;
}
/* ... Bar and Secondary Menu... */

#Bar .NotSelect_2 , #Secondary .NotSelect_2
{
  display: none;
}
#Secondary li, #Bar li
{
	list-style: none;
	line-height: 2em;
	border-bottom: solid 1px #EFEB86;
	padding-left: 18px;
	background: #F4F086 url(../images/bcg-menu.png) no-repeat 5px 45%;
}
#Bar a, #Secondary a
{
    text-decoration: none;
}
#Bar a:hover, #Secondary a:hover
{
    text-decoration: underline;
}
#Bar .CurPage, #Secondary .CurPage
{
    font-weight: bold;
    text-decoration: underline;
}
/* ... Bar, Secondary  ... */
#Bar .BlockDiv, #Secondary .BlockDiv
{
	margin-bottom: 15px;
}

#Secondary h4,#Bar h4
{
	font-size: 100%;
	margin-bottom: 0px;
	background: url(../images/bcg-gradient-color.jpg) no-repeat center center;
	line-height: 30px;
	height:30px;
	text-indent: 30px;
	background-color: #A8B532; 
	color:  #333; 
}

#Bar .BlockType_box, #Secondary .BlockType_box
{
	padding: 10px;
	background: #F4F086;
	
}
#Bar #BlockSearch, #Secondary #BlockSearch
{
	padding:  0 !important;
	border: 0 none;
}
.NewsDate
{
	font-weight:  bold;
	padding-left: 20px;
	background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
	color:#6A7320;
	}
.NewsTitle
{
	font-weight: bold;
	margin-top: 7px;
	color:#ff9600;
}

.NewsTitle a
{
	color:#ff9600;
}


.NewsSummary
{
	margin-bottom: 15px;
}


/* ... Footer ... */
#Footer
{
	clear: both;
	height: 5px;
	background: url(../images/bcg-footer.jpg) no-repeat;
  	color: #fff;
	margin-bottom:20px;
}
#Footer, #FooterText, #Created
{
	color: #6A7320;
}

#Footer a, #FooterText a, #Created a
{
	/*color: #5F5F5F;*/
}

#Footer a:hover, #FooterText a:hover, #Created a:hover
{
	/*color: #61136F;*/
}


#FooterIn #FooterText
{
	width: 960px;
	line-height:20px;
	background:none;
	text-transform:uppercase;
	text-align: center;
	margin:10px auto 20px auto; 
	
}
#FooterIn #FooterText p
{
	
	font-weight: bold;
	color: #6A7320;
}

#FooterIn #FooterText p a
{
  text-decoration: none;
  color: #6A7320;
  padding: 0 10px 0 10px;
  
}
#FooterIn  #FooterText p a:hover
{
	background:none;
	text-decoration:underline;
  	
}
#FooterIn #FooterText p a.CurPage
 {
  background:none;
  color: #6A7320;
  text-decoration: underline;
  
}

#FooterIn #FooterText .CurPage:hover
{
  text-decoration: none;
}

#Created
{
	margin: 7px 0 10px 0;
	font-size:  11px;
}
/* ... Form ... */
.ContentForm
{
  border: solid 2px #B8C537;
  padding: 10px;
}
.LoginF
{
  width: 300px;
  margin: 0 auto;
}
.CheckinF
{
  width: 500px;
  margin: 0 auto;
}
fieldset
{
  border: 0 none;
  padding:  10px;
}
.ContentForm label
{
  display: block;
  width: 98%;
   margin-top: 10px;
}
.ContentForm fieldset input,.ContentForm fieldset textarea
{
  display: block;
  width: 98%;
  border: solid 1px #B8C537;
  padding: 5px;
 background: none;
}

.ContentForm fieldset input:hover,.ContentForm fieldset textarea:hover,.SearchInput:hover {border: solid 1px #FF9600;}
.CheckBox
{
	display: inline !important;
	width: 20px !important;
	border: 0 none;
}
.InlineLabel
{
	display: inline !important;
	
}
.BtnSubmit,.BtnSearch
{
	background: url(../images/bcg-btn.png) repeat-x;
	height: 30px;
	padding: 0 5px;
	color:  #FFF;
	font-weight:  bold;
	cursor:  pointer;
	border:1px solid #9FAC30;
	margin-top: 10px;
}
.BtnSubmit:hover,.BtnSearch:hover
{
	background: url(../images/bcg-btn.png) repeat-x center -30px;
	border:1px solid #9FAC30;
}

.BtnSubmit
{
	margin-left: 10px;
}

.IsRequired
{
  font-weight: bold;
}
label.error {
  color: red !important;
  font-weight: bold;
  background: url(../images/iconCaution.gif) no-repeat;
  padding-left: 20px;
  margin-top: 0 !important;
}
.SearchInput
{
  border: solid 1px #B8C537;
  padding: 3px;
  width: 130px;
  background: none; 
}

.Loading_ 
{
	margin: 0 auto;
	background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	width: 200px;
	height: 100px;
	display:none;
	text-align: center;
	line-height: 50%;
	padding: 20px;
}
.Loading
{
  background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	position: fixed;
	width: 200px;
	height: 100px;
  	top: 50%;
	left: 30%;
	z-index: 1000;
	text-align: center;
	line-height: 50%;
	padding: 20px;
	display:none;
}
.Done
{
	display:none;
}

/* ... Homepage ... */
#IndexMain
{
  font-size: 110%;
  padding: 10px;
  color: #333 !important;
  border-bottom:  solid 1px #B8C537;
}
#IndexMain img
{
  padding: 5px;
  background:#FFFFFF;
}


#IndexMain h1, #IndexMain h2, #IndexMain h3, #IndexMain h4, #IndexMain a{color: #6A7320;}
#IndexMain a:hover{color: #8E6804;}
#IndexMain img{padding: 5px; border: solid 1px #D5DD8B;}

#IndexMain .noborder
{
	background:none;
	border:0 none;
}

#IndexGallery_H4 {
	margin:10px 0 10px 5px;
	font-size:110%;
	color:#6A7320;
}


