/*----------------------------------- GLOBAL RULES ------------------------------------*/

	body{
	  text-align: center;
	  font-size: 1em;
	  font-family: "Trebuchet MS", Verdana, Tahoma, Arial, lucida, sans-serif;	
	  background: #fff;
	  /* behavior: url(/content/javascripts/csshover2.htc); */
	}
	
	p{ font-size: .75em;
	   line-height: 1.4em;
	 }
	 
	a{ color: #EB630B; }
	a:focus, a:hover { color: #da4f25; }

	small{ font-size: .9em;}

	.center{ text-align: center; }
	.right{ text-align: right; }
	.strike{ text-decoration: line-through; color: #ed1b2e; line-height: 0.3em; }
        .strike span{ color: #000; }

	.float-left{  float: left; }
	.float-right{  float: right; }
        .bold { font-weight: bold; }
        
  input, textarea{  font-family: Verdana, "Trebuchet MS", Tahoma, Arial, lucida, sans-serif; }
  
     
  img.left, img.right {
   float:left;
   margin:5px 10px 10px 0;
   border: 1px solid #7A7B7C;
  }
 
 
  img.right{
    float:right;
    margin:5px 0 10px 10px;    
  }
  
  
  label {
    display:block;
    width:120px;
  }
  

/*----------------------------------- MAIN ------------------------------------------*/


  #main{
	  position: relative;	  
	  height: 100%;
	  min-height: 100%;
	  width: 990px;
	  margin: 0 auto;
	  text-align: left;
	  background: url(http://www.ekscr.cz/content/images/design/2009/right-col-border.jpg) top right repeat-y;
	}
	
   body>#main{ height: auto; }


/*----------------------------------- HEADER --------------------------------------*/

  #header{
	   position: relative;
	   margin: 0 auto;
	   width: 100%;
	   height: 144px;
	   text-align: left;
	   background: #ffbd45 url(http://www.ekscr.cz/content/images/design/2009/head-bg.jpg) bottom right no-repeat;
	}


  #header h1{
    color: #fff;
    position: absolute;
    top: 40px;
    left: 237px;
    font-weight: normal;
    font-size: 1.65em;
    line-height: 1.1em;
  }

  #h2-box{
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 199px;
    height: 108px;
    background: #b9bcc1 url(http://www.ekscr.cz/content/images/design/2009/h2-box-bg.jpg) no-repeat;
  }
	
  #header h2{
    position: absolute;
    width: 178px;
    height: 93px;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
  }
  
  #header h2 img{
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
  }
	
  #header h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: .8em;
    letter-spacing: 5px;    
    background: #eb630b;
  }
  
  #header #nav-langs{
    position: absolute;
    bottom: 17px;
    right: 17px;
  }
  
  #header #nav-langs li{ margin-bottom: 3px;}
  
  #header #nav-langs a{
    position: relative;
    display: block;
    width: 34px;
    height: 23px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
  }
  
  
  #header #nav-langs a#rss-icon{
    height: 34px;
  }
  
  
  #header #nav-langs #lang-cs span,
  #header #nav-langs #lang-en span{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: url(http://www.ekscr.cz/content/images/design/2009/flag-cs.png) top left no-repeat;
  }
  
  #header #nav-langs #lang-en span{ background: url(http://www.ekscr.cz/content/images/design/2009/flag-en.png) top left no-repeat; }
  
/*------------------------------ CONTENT-WRAPPER ---------------------------------------*/

  #content-wrapper{ margin-left: 211px; }
  
/*---------------------------- COLUMN LEFT ----------------------------------*/

    #column-left{
      width: 215px;
      float: left;
      display: inline;
    }
    
    
    #column-left p{
      font-size: .7em;
      padding: 0 0 1em 30px;
    }

    ul#nav{
	padding: 10px 5px 20px 5px;
	background: #fff url(http://www.ekscr.cz/content/images/design/2009/nav-left-bg.jpg) top right repeat-y;
	position: relative;	
    }

    ul#nav li{
	list-style: none;
	/* border: 1px solid black; */
	padding: 5px 0 9px;
        margin: 0 14px 0 35px;
        background: url(http://www.ekscr.cz/content/images/design/2009/nav-left-underline.jpg) bottom left repeat-x;
}

ul#nav li a, ul#nav li span.menuparent{
     font-size: 1em;
     color: #48474c;
     text-decoration: none;
     font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
     font-size-adjust: 0.468;
     font-weight: bold;
}


ul#nav li a:hover, ul#nav li span.menuparent:hover {
     text-decoration: underline;
     color: #fff;
}


ul#nav li a.menuactive,
ul#nav li a.menuactiveparent {
     font-weight: bold;
     color: #fff;
}


ul#nav ul li {
     border: 1px solid #b9bcc1;
    /* position: relative; */
     margin-left: 0;
}


ul#nav ul li a{
     font-size: .9em;
     color: #38373c;
     text-decoration: none;
     background: url(http://www.ekscr.cz/content/images/design/2009/sublink-bg1.gif) top left no-repeat;
     padding-left: 15px;
     display: block;
     text-align: left;
     font-family: calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

ul#nav ul li a:hover{
     background: url(http://www.ekscr.cz/content/images/design/2009/sublink-bg2.gif) top left no-repeat;
}


ul#nav ul {
        position: relative;        
	border-bottom: 0;
	padding: 10px 0 15px;
	padding-left: 17px;
	/* border: 1px solid #fff; */
}


ul#nav li.menuactiveparent ul{
        position: relative;
        display: block;
}

/*
ul#nav li:hover ul{
 display: block;
}
*/

  #navigation-left-bottom{
    background: url(http://www.ekscr.cz/content/images/design/2009/nav-left-bottom.jpg) top right no-repeat;
    height: 28px;
  }
  
  
  #search,
  #newsletter-box{
     padding-left: 30px;
     padding-bottom: .8em;
  }
  
  #fulltext,
  #newsletter{
    text-align: left;
    background: url(http://www.ekscr.cz/content/images/design/2009/search-form-bg.jpg) top left no-repeat;
    margin: 15px 0 0 0px;
  }
  
  #newsletter-box{ 
    background: #fff;
  }    
  
  #newsletter{       
    margin: 0 0 .9em;
  }
  

  #fulltext-phrase,
  #newsletter-email{
     width: 93px;
     height: 24px;
     color: #575a5c;
     padding: 0 10px;
     margin-left: 0;
     line-height: 25px;
     border: none;
     background: transparent;
  }
      
  #newsletterForm label{
    float: left;
    display: inline;
    width: 80px;
    padding-right: 5px;
    text-align: right;
  }
  
  #newsletterForm input{
    border: 1px solid #b5b3c9;
  }


  #newsletterForm input.submit{
    border: 1px solid #b5b3c9;
    color: #575A5C;
    font-weight: bold;
    margin-left: 240px;
    font-size: .8em;
    padding: 4px 10px;
  } 
  
  #fulltext .submit,
  #newsletter-submit{
    width: 45px;
    text-align: left;
    height: 24px;
    border: none;
    font-weight: bold;
    color: #575a5c;
    background: transparent;
    font-size: .8em;
    font-family: calibri;
    cursor: pointer;
    text-align: left;
    padding: 0;
  }
  
  
  .banners{ padding-top: 20px;}
  
  #column-left p.banners { padding-left: 15px; }
  
  .banners a{
    display: block;
    margin-bottom: 10px;
  }
  
  .banners .czl{
    border: 1px solid #7a7b7c;
  }
  
 
/*---------------------------- COLUMN RIGHT ---------------------------------*/

   #column-right{
	   width: 202px;
	   float: right;
	   display: inline;
	   font-size: .75em;
	   line-height: 1.4em;
	}
	
   #column-right #border-remove{
      display: block;
      background: #fff;
      width: 100%;
      height: 35px;
   }
	
   #column-right p{
      padding: 0 0 1em;
   }
	
   #column-right-box{
     padding: 0 0 0 19px;
   }

  #column-left h3,
  #column-right h3{
     font-family: calibri;
     color: #ea5f35;
     font-size: 1.6em;
     margin: 10px 0 10px 0px;
     background: url(http://www.ekscr.cz/content/images/design/2009/colright-bullet.jpg) bottom left repeat-x;
  }
  
  
  #column-left h3{ font-size: 1.2em; margin-bottom: .2em;  }

  #column-right h3.news-list-title{ background: none; font-size: 1.2em; }
  
  #column-left h3 span,
  #column-right h3 span{
    background: #fff;
    padding-right: 5px;
  }
  
  
  #column-left h3 span{ padding-left: 30px; }
  
  #column-right a{
     color: #ea5f35;
  }
  
  #column-right .actual-info{
     color: #444;
  }
  
  #calendar{
     background: #fff;   
  }
  
  #calendar-header{
     padding: 5px 18px;
     background: #FFBD45;
  }   
  
  
  #calendar-body p{ font-size: .95em; }
  
  .calendar-box{
      padding: 5px 12px 5px;
      margin-top: 2px;
      background: #c5c3d9;
     }
  
  #calendar-body .date{ font-size: .95em; color: #fff;}  
  
  #calendar-body a{ font-size: .95em; color: #000; }
  #calendar-body a:hover{ color: #E06350; }
  
  
  #calendar h4{
    text-align: center;
    color: #fff;
    padding-bottom: .1em;
    font-size: 1.1em;
  }
  
  #calendar #calendar-previous,
  #calendar #calendar-next{
    float: left;
    font-weight: bold;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
  }
  
  #calendar #calendar-previous:hover,
  #calendar #calendar-next:hover{
    color: #EA5F35;
  }
  
  #calendar #calendar-next{
    float: right;
  }
  
  
  
  #slideshow{
    margin: 20px 0 2em 35px;
  }
  
/*------------------------------- CONTENT ------------------------------------*/

     #content{
            float: left;
	    width: 545px;
	    padding: 0 0 130px 20px;
	    font-size: .75em;
	    line-height: 1.4em;
	  }
	  	  

     #breadcrumbs{
         padding: 20px 0px;
       }
       
       #breadcrumbs strong{
         font-weight: normal;
       }


	#content h2{
	  padding: 0 0 1.2em;
	  font-size: 1.6em;
	}
	
	#content h3{
	   padding: 0 0 .4em;
	   font-size: 1.4em;
	   line-height: 1.4em;
	}
	
	
	#content h3#NewsPostDetailTitle{
	   color: #ea5f35;
	}


	#content p{
	    padding: .5em 20px 1em 0;
	    font-size: 1.1em;
	}
	
	
	#content p.error{ color: #EB630B; }
	
	
	#content ul{
	   padding: .5em 20px 2em 0;
	   line-height: 1.4em;
	}
	
	
	
	
	
	#content li{
	  padding: 0 0 .5em 0;
	  margin-left: 20px;
	  list-style-image: url(http://www.ekscr.cz/content/images/design/2009/list-image.png);	  
	}
	
	div#content-wrapper ul li {
          clear:both;
        }
	 
	.news-post-detail-summary img{
	   float: right;
	  /* border: 1px solid #9A9B9C; */
	   margin-left: 10px;
	}
	 
	 
	 #content .news-ajax-wrapper p{
	    font-size: 1em;
	    padding-bottom: 0;
	 } 
	 
	 .news-list-more{
	   padding-bottom: 2em;
	 }
	 
	 #content table{
	    font-size: .75em;
	 }
	 
	 
	 #content table td{
	    padding: 0 5px 0 10px;
	    vertical-align: middle;
	    color: #a47200;	 
	 }
	 
	 
	 .news-list-summary img{
	   float: left;
	   display: inline;
	   padding: 0 10px 5px 0;
	 }
	 
	 
	 .pager{
	    text-align: center;
	 }
	 
	 
	 img.block {
           border: 1px solid #000000;
           display: block;
           margin: 1em auto;
         }
         
         
         .vertical-resizer {
           width:444px;
         }

/*-------------------------------- GALERIE -----------------------------------*/


div.album {
  background: #FAB862;
  float: left;
  display: inline;
  height: 105px;
  margin: 5px;
  padding: 5px;
  width: 240px;
  position: relative;
}

div.album div.imglink {
  background: #FFFFFF;
  border: 1px solid white;
  display: inline;
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 128px;
  height: 100px;
}

div.album div.imglink img{
  border-top: 1px solid #fff;
  vertical-align: botoom;
}

div.album div.imglink:hover,
div.album div.imglink:focus{
  border: 1px solid  #7A7B7C;
}

div.album img {
  border: 0 none;
  left: 0;
  margin:0 auto;
  padding: 15px;
  position: relative;
}


#content div.album h3 {
  font-size: .9em;
  text-decoration: underline;
  color: #000;
  padding-left: 135px;
}


#content div.album p {
  font-size: .85em;
  color: #333;
  padding-left: 135px;
}




.albumlist {
  float:left;
  margin-left:0;
  padding-left:0;
}

#content #content-wrapper {
 margin-left: 0;
}


div#content-wrapper ul.picturelist li.thumb,
div#content-wrapper ul.albumlist li.thumb {
  clear:none;
  float:left;
  height:140px;
  margin:5px 10px 0;
  width: 150px;
}




.thumb a {
  background-color:white;
  border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
  border-style:solid;
  border-width:1px 2px 2px 1px;
  display:block;
  height:72px;
  margin:0;
  padding:10px;
  text-decoration:none;
  width:100px;
}



.albumpicturecount {
  font-size:smaller;
  font-style:italic;
  font-weight:normal;
  text-align:center;
}


.albumcomment {
font-style:normal;
font-weight:normal;
text-align:center;
}


/*------------------------------- FOOTER -------------------------------------*/

  	
#footer {
	font-size: 65%;
	background: #fff url(http://www.ekscr.cz/content/images/design/2009/footer-border.jpg) top left repeat-x;
	width: 550px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 240px;	
}




#footer a img {
	border: 0;
}

#footer div{
        padding-left:  20px;
        padding-right:  20px;
        text-align: justify;
}

#footer div#sponsors {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0px;
}

#footer p {
	text-align: right;
	padding: 10px 15px .5em 0; 
	color: #ea5f35;
}

#footer strong {
	font-style: italic;
}

#calendar-loading
{
	text-align: center;
	display: none;
}
