/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

.vline {
  display: block;
  width: 1px;
  height: 300px;
  float: left;
  background-color: #272727;
  margin-top: 20px;
}

.vline hr {
  display: none;
}

body {
  _text-align: center;
  background-image: url(./img/body_bg.png);
  font-family: Arial;
  color: #787575;
  font-size: .8em;
  margin-top: 30px;
}

#main {
  margin: auto;
  _text-align: left;
  background-image: url(./img/main_bg.png);
  background-repeat: no-repeat;
  width:900px;
  padding:6px 21px;
  min-height: 300px;
}

h1 {
  display: block;
  position: relative;
  width: 134px;
  height: 57px;
  font-size: 1px;
  float: left;
  margin-top: 5px;
}

h1 span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(./img/logo.png);
}

ul#nav {
  list-style: none;
  display: block;
  float: right;
  margin-right: 50px;
}

ul#nav li {
  display: block;
  position: relative;
  /* width: 100px; */
  height: 29px;
  float: left;
  margin-left: 5px;
  font-size: 1em;
  font-family: Arial;
  font-weight: bold;
  border-bottom: #272727 3px solid;
  padding:30px 10px 0px;
}

ul#nav li.active
{
  background-color: #272727;
}

ul#nav li a
{
  text-decoration: none;
}

ul#nav li span, h2 span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

ul#nav li#main-page span {
  background-image: url(./img/menu_main-page.png);
}

ul#nav li#main-page.active span {
  background-image: url(./img/menu_main-page_a.png);
}

ul#nav li#discography span {
  background-image: url(./img/menu_discography.png);
}

ul#nav li#discography.active span {
  background-image: url(./img/menu_discography_a.png);
}

ul#nav li#biography span {
  background-image: url(./img/menu_biography.png);
} 

ul#nav li#biography.active span {
  background-image: url(./img/menu_biography_a.png);
}

ul#nav li#gallery span {
  background-image: url(./img/menu_gallery.png);
} 

ul#nav li#gallery.active span {
  background-image: url(./img/menu_gallery_a.png);
}

ul#nav li#our-music span {
  background-image: url(./img/menu_our-music.png);
}

ul#nav li#our-music.active span {
  background-image: url(./img/menu_our-music_a.png);
}

ul#nav li#tour span {
  background-image: url(./img/menu_tour.png);
}

ul#nav li#tour.active span {
  background-image: url(./img/menu_tour_a.png);
}

#flash {
	float:left;
	height:192px;
	margin-bottom:10px;
	width:723px;
}

#latest-news, #about, #music-player, #links {
  width: 30%;
  float: left;
  margin-top: 10px;
  padding: 12px;
  padding-top: 5px;
}

#links h2 {
  font-size: .9em;
}

#links li {
  list-style: none;
}

#latest-news {
  padding-left: 0;
}

#latest-news.archiv {
  width: 720px;
}

h2 {
  position: relative;
  margin-bottom: 10px;
}

#latest-news h2, #about h2, #music-player h2 {
  display: block;
  font-size: 1px;
  height: 21px;
}

#latest-news h2 span {
  background-image: url(./img/h2_latest-news.png);
}

#about h2 span {
  background-image: url(./img/h2_about.png);
}

#music-player h2 span {
  background-image: url(./img/h2_music-player.png);
}

#latest-news dt, #latest-news dd {
  padding-left: 3px;
}


#latest-news dt {
  background-image:url(./img/page_white_text.png);
  background-position:4px center;
  background-repeat:no-repeat;
  color:#FFFFFF;
  font-weight:bold;
  margin-bottom:4px;
  padding-left:25px;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

#latest-news dd {
  margin-bottom:10px;
  text-align:justify;
}

#latest-news dd li {
  margin: 10px;
  margin-left: 20px;
}

#about p {
  text-align: justify;
}

ul#music-player-list {
  list-style: none;
}

ul#music-player-list li {
  display: block;
  width: 200px;
  min-height: 15px;
  _height: 15px;
  padding: 2px;
  padding-left: 10px;
  margin-top: 2px;
  font-size: .9em;
  position: relative;
}

ul#music-player-list li#playing {
  background-color: #222;
}

ul#music-player-list li a {
  color: #787575;
  text-decoration: none;
}

ul#music-player-list li a:hover {
  color: #999;
}

#status-playing {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 9px;
  padding-right: 10px;
  padding-top: 1px;
}

.bio
{
  padding:15px 25px;
  width:670px;
}

.bio h2
{
  margin:15px 0px;
}

.bio p
{
  font-size: 11px;
  line-height: 16px;
  text-align: justify;
}

.bio img
{
  border:1px solid #333333;
  margin:0px 12px 15px;
}

ul#profiles
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  min-height:20px;
}

ul#profiles li
{
  background-color:#222222;
  display:block;
  float:left;
  margin:5px 5px 5px 0px;
  padding:5px;
  text-align:center;
  width:106px;
}

ul#profiles li a
{
  color:#BBBBBB;
  text-decoration:none;
}

ul#profiles li a:hover
{
  color: rgb(255,237,109);
}

a.photo img
{
  border:0pt none;
  display:block;
  margin:auto;
}

a.photo
{
  border:1px solid #333333;
  background-color: #000;
  display:block;
  float:left;
  height:100px;
  text-align:center;
  width:133px;
  margin:4px;
}


/* specialni lightbox pro Defender - kresba - stul */
#lightbox{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

	}



#lightbox a img{ border: none; }

#outerImageContainer{

	position: relative;

	background-color: #111;

	width: 300px;

	height: 300px;

	margin: 0 auto;

	}



#imageContainer{

	padding: 10px;

	}



#loading{

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

	}

#hoverNav{

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}



#prevLink, #nextLink{

	width: 49%;

	height: 100%;

	background: transparent url(./img/blank.gif) no-repeat; /* Trick IE into showing hover */

	display: block;

	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(./img/prev.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(./img/next.gif) right 15% no-repeat; }





#imageDataContainer{

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #111;

	margin: 0 auto;

	line-height: 1.4em;

	}



#imageData{

	padding:0 10px;

	}

#imageData #imageDetails{ float: left; text-align: left; }

#imageData #caption{ font-weight: bold; color: #dcdab1; 	}

#imageData #numberDisplay{ display: block; color: #bdbc5e; clear: left; padding-bottom: 1.0em;	}


a#bottomNavClose img{
	float:right;
	width: 100px;
	height: 20px;
}


#loading img{
	width: 274px;
	height: 47px;
}

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	-moz-opacity: 0.6;

	opacity: 0.6;

	}





.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

	}



* html>body .clearfix {

	display: inline-block;

	/*width: 100%;*/

	}



* html .clearfix {

	/* Hides from IE-mac \*/

	height: 1%;

	/* End hide from IE-mac */

	}
	
h2, h4
{
  margin: 5px;
}

a
{
  color: #fff;
}

#page
{
  margin: 15px;
}

#page ol
{
  margin: 5px 0px;
  padding-left: 15px;
}

div.discography img
{
  border:1px solid #333333;
  margin: 10px;
}

#page ol.booklet
{
  display:block;
  float:left;
  margin-left:30px;
}

#page ol div li
{
  padding-left: 15px;
}

#tour-ann
{
	background-color:#111111;
	border:1px solid #333333;
	float:left;
	margin:5px 0;
	padding:15px;
	width:691px;
}

#diskuze
{
  width: 700px;
  float: left;
}

#diskuze dl
{
  float: left;
  width: 350px;
}

#diskuze dt
{
  font-weight: bold;
}


#diskuze dd
{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #333 1px solid;
}

#biography,
#page,
#latest-news.archiv
{
	float: left;
	width: 720px;
}

#biography div.bio
{
	float: left;
	clear: both;
}

fieldset
{
  padding: 10px;
  border: #333 1px solid;
}

form
{
  width: 320px;
  float: right;
}

input, textarea
{
  margin: 5px;
}

.in
{
  background-color: #111;
  border: #666 1px solid;
  font-size: 12px;
  padding: 3px;
  width: 300px;
  color: #fff;
}

.in.short
{
  width: 100px;
}

#footer
{
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #333;
}

#footer a
{
  color: #333;
}

#index
{
	width: 720px;
	float: left;
}

/* Fotogalerie.cz */
.fotogaleriebadge
{
	float:right;
	margin:10px 0;
	width:150px;
}