/* @override http://www.imparato.be/rockgallery2.css */

/* PURE CSS RockGallery www.imparato.be - by Emilio Imparato 

Version 2.0*/


body {
    width: 100%;
    background-color: #333333;
    font-family: "Century Gothic";
    color: #cabb5d;
    font-size: 12px;
    padding: 10px 0 30px 0;
    margin: 0;
    text-align: center;
}


a {
    font-family: "Century Gothic";
    color: #cabb5d;

    text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
#header {
    width: 100%;
    background-color: #333333;
    font-size: 1.2em;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h1 {
	width: 100%;
}
/*
#searchbox{
	position:relative;
	left:90%;
	width:10%;
	float: left;
}
*/
h2 {
	font-family: "Century Gothic";
	background-color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#content {
	width:  100%;
	background-color: #333333;
	position: relative;
	float: left;
	overflow: visible;
}
#column1 {
	position: relative;
	top: 0;
	left: 1%;
	width: 25%;
	float: left;
	overflow: hidden;
}
#column2 {
	position: absolute;
	top: 0;
	left: 26%;
	width: 25%;
	float: left;
}
#column3 {
	position: absolute;
	top: 0;
	left: 51%;
	width: 25%;
	float: left;
}
#column4 {
	position: absolute;
	top: 0;
	right: 1%;
	width: 25%;
	float: left;
}
#footer {
	width: 100%;
	background-color: #333333;
    border-top: 1px solid silver;
    clear: both;
    float: none;
    position: fixed;
	left: 0;
    bottom: 0;
    display: inline;
}
#rfooter {
	position: absolute;
	right: 1%;
	width: 33%;
	text-align: right;
	
}
#mfooter {
	position: absolute;
	left: 34%;
	width: 33%;
	
}
#lfooter {
	position: absolute;
	text-align: left;
	left: 1%;
	width: 33%;
}

.timbre {
	width: 55px;
	height: 55px;
	
    position: relative;
    top: 0;
    -webkit-transition: top 2s;
    -moz-transition: top 2s;
    -o-transition: top 2s;

}
.timbre:hover {
	/* zoom effect when hovering the thumbnails */
	width: 150px;
	height: 150px;
	/*top: 10px;*/
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;

}
img.setlist {
	border: 0;
}
div.img {
  margin: 2px;
 
  height: auto;
  width: auto;
  
  text-align: center;
}	
div.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc {
  
  text-align: center;
  font-weight: normal;
  margin: 2px;
}
/* Search input */
input[type=text] {
  background-color: #333333;;
  color: white;
  border: 1px solid #cabb5d;
  border-radius: 4px;
  height: 16px;
  padding-left:5px;
}
