@charset "utf-8";
/* CSS Document */
    
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: bold;
  src: local('Cantarell Bold'), local('Cantarell-Bold'), url('http://themes.googleusercontent.com/static/fonts/cantarell/v3/Yir4ZDsCn4g1kWopdg-ehKRDOzjiPcYnFooOUGCOsRk.woff') format('woff');
}
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: normal;
  src: local('Cantarell Regular'), local('Cantarell-Regular'), url('http://themes.googleusercontent.com/static/fonts/cantarell/v3/V86VyqXbc09Sss3BPsMj17O3LdcAZYWl9Si6vvxL-qU.woff') format('woff');
}  

body {
    background: url("../img/noise.png") repeat scroll 0 0 #7f7961;
    color: #CCCCCC;
    font-family: "Lucida Grande","Tahoma","Verdena",sans-serif;
    font-size: 14px;
    margin: 0;
    /*text-align: center; */
}

#container {
    margin: 40px auto 10px;
    text-align: center;
}

#header {
    height: 99px;
    margin: 0 auto 10px;
    width: 960px;
}
#header .title {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    display: inline;
    float: right;
    height: 99px;
    overflow: hidden;
    text-indent: -5000px;
    width: 198px;
}

#header #top-nav {
    float: left;
    padding: 65px 0 0;
}

#header #top-nav ul {
    padding: 0;
}

#header #top-nav ul li:first-child {
    border: medium none;
    padding: 0;
}	

#header #top-nav ul li {
    display: block;
    float: left;
    list-style: none outside none;
	border-left: 1px solid #CCCCCC;
    margin: 0;
    padding: 0 5px 0 5px;
}

#header #top-nav a {
    cursor: pointer;
    font-family: "Cantarell"; 
    font-size: 18px;
    padding: 0 8px;
	  color: #E6E6E6;
    text-decoration: none;
	  /*text-transform: uppercase;*/
}

#header #top-nav img {
    border: 0 none;
}
#header #top-nav .selected a {
    color: #c8dc5f !important;
}

#wrap {
	background: url("../img/noise.png") repeat scroll 0 0 #9b957c;
    border: 2px solid #c8dc5f;
    margin: 0 auto;
    padding: 20px;
    width: 940px;
}

#slideshow-frame {
    border: 3px solid #c8dc5f;
    height: 465px;
    margin: 0 auto;
    width: 700px;
}

#gallery {
    height: 470px;
    overflow: hidden;
}
#slider {
    height: 470px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
    width: 890px;
}
#moving-slider {
    height: 465px;
    position: relative;
    width: 20000em;
}
.sliding-box {
    display: inline;
    float: left;
    margin: 0 10px;
    width: 700px;
}
.sliding-title {
    color: #CCCCCC;
    font-size: 16px;
    height: 25px;
    padding: 5px 0 0 30px;
    text-align: left;
}
.odsazeni {
    display: inline;
    float: left;
    height: 465px;
    width: 95px;
}
.sliding-photo {
    text-align: center;
}
.sliding-photo img {
    border: 3px solid #c8dc5f;
}
#move-left {
    bottom: 450px;
    cursor: pointer;
    float: left;
    left: 30px;
    position: relative;
    z-index: 5;
}
#move-right {
    bottom: 450px;
    cursor: pointer;
    float: right;
    position: relative;
    right: 30px;
    z-index: 5;
}
div#orientation-panel {
    height: 4px;
    margin: 18px 0 0;
    text-align: center;
    width: 920px;
}
div.blob {
    background-color: #CCCCCC;
    display: inline;
    float: left;
    height: 4px;
    margin: 0 3px 0 0;
    overflow: hidden;
    width: 42px;
}
div#orientation-panel-yellow {
    margin: 0;
    text-align: center;
    width: 920px;
}
div.blob-yellow {
    background-color: #FFB100;
    height: 4px;
    margin: 2px 0 0;
    overflow: hidden;
    width: 42px;
}
.panel-width {
    margin: 0 auto;
    position: relative;
    text-align: left;
}
#move-panel {
    position: absolute;
}

#pageFooter {
    margin: 0 auto 10px;
    width: 960px;
    font-size: 11px;
}

#pageFooter p {
    font-size: 11px;
    padding: 0 8px;
}

#pageFooter a {
    color: #c8dc5f;
}

