/*
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("font-awesome.min.css");
*/

body{
	/*
	background-color: #1c1c1c;	
	*/
    background-color: #000;
    background-image: url(../images/deforbandede-background.jpg?v=3);
    background-repeat: no-repeat;
    background-attachment: fixed;	
	background-position-x: center;
	
    font-family: sans-serif;
    margin-top: 0px;	
}

#content{	
	position: relative;
	display: block;
	min-width: 975px;
	max-width: 975px;
	margin: 0 auto;	
	background-color:#f8f8f8;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}

#logo{
	width: 975px;
	height: auto;
}

p.booking{
		text-align:center;
}

div.sections{
	margin-left: 37px;	
	margin-right: 37px;		
}
#releases{
/*		min-width: 600px;
	max-width: 300px;
*/	
    position: relative;
    width: 100%;	
    display: block;	
	left: center;
	list-style-type: none;	
}

#shop-teaser{
	position:absolute;	
	left: 840px;
	top: 160px;
}

.linkfire{ 
	height: 600px; 
	overflow-x: hidden; 
	overflow-y: scroll 
}

#releases li {
	/*display: inline-block;*/
    width: 33%;	
		
}
/*
#list li iframe{
    margin: 0 auto;	
}*/

img.shoplink
{
	-moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
	border: 3px solid #333333;
	border-radius: 5px;

}

/* icons */
		
ul.icons {
	cursor: default;
	text-align:center;		
	padding:0;
	margin:0;
}

ul.icons li {
	display: inline-block;
}

ul.icons a {
	width: 3em;
	height: 3em;
	line-height: 3em;
	display: inline-block;
	text-align: center;
	border: 0;	
}

ul.icons a:hover {
 color: #c73234;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s; 
}

.icon {
	text-decoration: none;
	color: black;
}

.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 2em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.release{
	clear:both;
	
}

.icon > .label {
	display: none;
}

h2, h3 {
 text-transform: uppercase;
 text-align: center; 
}

div.section{
	clear:both;
}

div.instagram .row > * {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.image img {
    display: block;
    width: 100%;
}
.thumbnails {
    max-width: 150px !important;
}

/* SONGKICK */
div.songkickn table{
	width: 100%;
	border-collapse: collapse;
}

div.songkickn table td {
	border-top: 1px solid silver;
}

div.songkickn table tr td:first-child{
	font-size: 20px;	
}

div.songkickn table h3 {
	text-align:left !important;
}

div.songkickn table td a {
	border: 1px solid gray;
	background-color: silver;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: black;	
}

div.songkickn table td a:hover {
	background-color: #ddd;
}

div.songkickn .eventYear, div.songkickn .eventMonth{
	font-size:16px;
}

td.eventDate, td.eventDesc, td.eventInfo{
	padding: 5px;
}
