/*styl*/
@import URL('./layout4.css');
@import URL('./db.css');
html {
  margin: 0px;
  padding: 0px;
}

body {
  font: 9pt "Trebuchet MS",Verdana,Tahoma,sans-serif ;
  color: #16223c;
  line-height: 11pt;
  background: transparent URL('./gfx/tlo_topleft.jpg') /*url(./gfx/tlo_bottom.jpg)*/ top left no-repeat;
  background-color: #f9edc5;
  margin: 0px;
  padding: 0px;
}

div.bb{
  background: transparent URL('./gfx/tlo-trans.png') repeat;
  margin: 0px;
  padding: 5px;


/*  border: 1px solid red;*/
}

div#title {
  background: transparent URL('./gfx/perelogo-trans.png') center center no-repeat;
}

#title img {display: none}

div#menu {
  /*border: 1px solid blue;*/
  background: #faf0cf URL('./gfx/menu_tlo1.jpg') top center no-repeat;
}

div#content {
  background: transparent URL('./gfx/tlo_bottom.jpg') bottom left no-repeat;
  padding: 0px;
  /*border: 1px solid green;*/
}

div#footer {
  font-size: 0.8em;
}
/* ---------------------------------------------------------------------------------------------------------- */
#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: transparent URL('./gfx/menu_tlo2.jpg') bottom right no-repeat;
  padding-bottom: 80px;
  margin-top:80px;
  line-height: 2.5em;
}
#menu ul li {}
#menu ul li:hover {
	background: transparent URL('./gifs/semitransparent_background2.gif');
	border: 1px solid  black;
	border-width: 1px 0px;
}
#menu ul li a {
	display: block; 
	text-align: center; 
	font-size:1.6em; 
	font-weight: bold;
	text-decoration: none;
	color:#486177;
}
#menu a:link {  }
#menu a:visited {}
#menu a:active {
	color: #7396aa;
}
#menu a:hover {
	color: #7396aa;
}
/* ---------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#486177;
}
a:link {  }
a:visited {}
a:active {
	color: #7396aa;
}
a:hover {
	color: #7396aa;
}
/* ---------------------------------------------------------------------------------------------------------- */
#content h2 { 
	margin-left: 1em; 
	padding: 2px; 
	border-bottom: 1px solid #ddbd58;
}

#content table { 
	border-collapse:collapse;
}
#content table thead tr th {
	border-bottom: 3px solid #ddbd58
}
#content table tbody tr td {
	border-bottom: 1px solid #ddbd58; 
	padding: 0px 4px; 
	vertical-align: top;
}
/* ---------------------------------------------------------------------------------------------------------- */
#voices {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: transparent URL('./gfx/tlo-trans.png') repeat;
}

#voices li {
	clear:both;
	}

#voices ul {
	list-style: none;
	padding-left: 1em;
	padding-top: 10px;
	margin: 0px;

	clear:both;
	
}
#voices ul li {

	}

#voices ul li h3, #voices ul li h4 {
	border-bottom: 1px solid #ddbd58;
	font-size: 1.3em;
	font-style: italic;

	}

#voices ul li h4 {
	font-size: 1.1em;
	}

#voices img {
	float: left;
	border-right: 5px solid  #ddbd58; 
	margin-right: 5px;
	}

#voices li#musicians {

	}
#voices li#friends {

	}

/* ---------------------------------------------------------------------------------------------------------- */
#progs ul {
	list-style: none;
	}
#progs ul li {
	border-top:1px solid #ddbd58;
	}
#progs ul li div.proginfo {
	font-size: 0.8em; 
	border: 1px solid white; 
	border-left-width: 1em; 
	margin: 1em; 
	padding:0px 1em;
	}
#progs img {
	float:left; 
	width: 200px;
	clear:left;
	margin-right: 1em;
	margin-bottom: 1em;  
	border-right:5px solid  #ddbd58;
	}
/* ---------------------------------------------------------------------------------------------------------- */
ol.tracks li a {
	border: 1px solid #486177; 
	padding: 0px 3px;}
img#pere_img {
	border-right: 5px solid #ddbd58; 
	float: left; 
	margin: 5px;}
img {border: 0px;}


*.more_de, *.more_en, *.more_pl, *.more_fr {
	display: none;
	}
p.author {
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
}
img.flag {
	width:25px;
	height:15px;
	border: none;
	cursor:pointer;
}
ul#rec_artists, ul#rec_instruments, ul#rec_sources, ul#rec_notes {
	list-style: none;
}
ul#rec_artists li,ul#rec_instruments li,ul#rec_sources li,ul#rec_notes li {
	margin-top: 0.5em;
}
ul#rec_sources ul {
	list-style:square;
	font-size: 0.8em;
}
/* ---------------------------------------------------------------------------------------------------------- */
div#adv {
	display: none;
	border: 5px groove white;
	background-color: white;
	cursor:pointer;
}
div#adv img {
	height: 237px;
	width:256px;
}
div#adv a {
	display: block;
	text-align: center;
}
div#adv img#fivestars {
	position: relative;
	margin-bottom: -70px;
	height: 90px;
	width: 90px;
	top: -235px;
	left: 5px;
}
/* ---------------------------------------------------------------------------------------------------------- */
#press li {
	padding-bottom: 2em;
}
/* ---------------------------------------------------------------------------------------------------------- */
ol.gallery {
    margin-left: 0px;
    padding-left: 0px;
}
ol.gallery li {
  float: left;
  background: URL("./gfx/shadow.png")  no-repeat bottom right;
  padding-left: 0px;
  margin: 15px 0 0 15px;
}

ol.gallery li div {
  background: URL("./gfx/anti_shadow.png")  no-repeat left top;
  padding: 0px 8px 6px 0px;
}

ol.gallery li img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}
div.gallery {
    clear: both;
}
/* ---------------------------------------------------------------------------------------------------------- */
div.next_concert {
	border: 1px solid #ddbd58;
	border-width: 1px 5px;
	padding: 0 8px;

}
div.next_concert h3 {
	float: left;
	width: 63px;
	text-align: right;
	border-right: 1px solid #ddbd58;
	padding-right: 3px;
}
div.next_concert p {
	padding-left: 70px;
	font-size: 7.5pt;
}
div.next_concert  em {
	color: #900;
}
div.next_concert strong {
	font-weight: bolder;
	text-decoration: underline;
}
