/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* základní */
html, body {
  height: 100%;
}
body {
  background: #eee url(../img/wood11.jpg);
  color: #333;
  font-family: arial, sans-serif;
  font-size: 87.5%;
}
h1, h2 {
  font-family: garamond, georgia, serif;
  font-weight: normal;       
}
h1 {
  color: #a80000;
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1.2em;
}
h2 { 
  border-bottom: 3px solid #eee;
  color: #999;
	font-size: 2em;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
}
h3 {
  color: #a80000;
	font-size: 1em;
	line-height: 1.5em;
}
p, ul, ol, dl {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.5em;
}
a {
  color: #006565;
}
/* layout */
#container {
  background: #fff url('../img/container_bg.png') repeat-y;
  color: #333;
  margin: 0 auto; 
  min-height: 100%; 
  overflow: hidden;
  width: 960px;
}
#main {
  float: right;
  padding: 1.5em 48px;
  width: 576px;
}
#sidebar {
  background: #222;
  color: #ddd;
  float: left;
  padding: 0;
  width: 288px;
}
#sidebar ul {
  background: url('../img/nav_bg.png') top repeat-x;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding-top: 1.5em;
}
#sidebar ul li a { 
  color: #ddd;
  display: block;
  padding: 0.75em 32px;
  text-decoration: none;
}
#sidebar ul li.active a {
  background: #a80000;
  color: #fff;
}
#sidebar ul li a:hover {
  background: #111;
}
img#logo { 
  display: block;
  margin: 0 0 3em 80px;
}
#sidebar dl {
  background: #111 url('../img/contact_bg.png') top repeat-x;  
  color: #fff;   
  padding: 1.5em 32px;
}
#sidebar p {
  color: #aaa;
  font-size: 0.857143em;
  line-height: 1.75em;
  margin: 1.75em 32px; 
}
.center {
  margin: 0 auto;
  text-align: center;
}
#main ul {
  list-style: circle outside;
}
#wrapper {
  border-bottom: 3px solid #eee;
  float: left;
  font-size: 0.857143em;
  line-height: 1.75em;
  margin-bottom: 1.75em;
  margin-top: 1.75em;
  padding-bottom: 1.75em;
  width: 576px;
  height: 320px;
  overflow: hidden;
}

/* galerie */
div.content {
	display: none;
	float: left; 
	width: 360px; 
	overflow: hidden;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 270px; 
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('..img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 360px;
	height: 270px; 
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 360px;
	height: 270px; 
	line-height: 270px; 
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
}
div.download {
	float: right;
}
div.navigation {
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	margin: 0 0 10px 10px;
}
a.thumb {
	display: block;
	height: 72px;
	overflow: hidden;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	margin-left: 10px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 10px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0 6px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #a80000;
	border-color: #a80000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
