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

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

20161107 -  Added zoom effect on hover the image timbre

Version 2.1*/


body {
background-color: #333333;
font-family: "Century Gothic";
color: #cabb5d;
font-size: 12px;

margin: 0;
	text-align: center;
}


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

text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
h1#header
{
    background-color: #333333;
    font-size: 1.6em;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h2 {
	font-family: "Century Gothic";
	background-color: #333333;
    font-size: 12px;
    font-weight: normal;
	text-align: center;
}
#content
{
	background-color: #333333;
	position: relative;
	width:  100%;
	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
{
	background-color: #333333;
    border-top: 1px solid silver;
    clear: both;
    width: 100%;
    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: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
   /* -webkit-transition: top 2s;
    -moz-transition: top 2s;
    -o-transition: top 2s; */

}
.timbre:hover {
	/*width: 99px;
	height: 99px;
	top: 10px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s; */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);
}
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;
}

#flickrslideshow
{
	background:transparent;
	height:880px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:880px
}
#slideshowcontainer
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
/* Testing new design mousover */
.moveMe
{
    width: 150px;
    height: 40px;
    position: absolute;
    top: 0;
    -webkit-transition: top 2s;
    -moz-transition: top 2s;
    -o-transition: top 2s;
}
.moveMe:hover
{
    top: 10px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
}

/* Button */
.myButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #27302e), color-stop(1, #b39c06));
	background:-moz-linear-gradient(top, #27302e 5%, #b39c06 100%);
	background:-webkit-linear-gradient(top, #27302e 5%, #b39c06 100%);
	background:-o-linear-gradient(top, #27302e 5%, #b39c06 100%);
	background:-ms-linear-gradient(top, #27302e 5%, #b39c06 100%);
	background:linear-gradient(to bottom, #27302e 5%, #b39c06 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#27302e', endColorstr='#b39c06',GradientType=0);
	background-color:#27302e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#bdb6bd;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b39c06), color-stop(1, #27302e));
	background:-moz-linear-gradient(top, #b39c06 5%, #27302e 100%);
	background:-webkit-linear-gradient(top, #b39c06 5%, #27302e 100%);
	background:-o-linear-gradient(top, #b39c06 5%, #27302e 100%);
	background:-ms-linear-gradient(top, #b39c06 5%, #27302e 100%);
	background:linear-gradient(to bottom, #b39c06 5%, #27302e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b39c06', endColorstr='#27302e',GradientType=0);
	background-color:#b39c06;
}
.myButton:active {
	position:relative;
	top:1px;
}
