/*
Author: Benjamin Bartosch
Author URI: http://www.lieblingsempire.org
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbodybody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* -------------------------------------------------------------- */
@font-face {
	font-family: ara;
	src: url(../font/ara.otf) format("opentype");
}

#time, #town {
	color: #fbd67e;
	font-size: 1.6em;
}
.raute-senf {
	background-image: url(../img/raute-senf.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 11px;
	height: 20px;
	display: inline-block;
	padding-left: 14px;
	padding-right: 8px;
}
.raute-stein {
	background-image: url(../img/raute-stein.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 7px;
	height: 13px;
	display: inline-block;
	padding-left: 8px;
	padding-right: 4px;
}

body {
	color: #d3d3d3;
	font-family: ara, sans-serif;
	background-image: url(../img/loop-woods.jpg);
	background-color: #111;
	background-position: top center;
}

img {
	border: none;
}

input {
	outline-color: transparent;
	outline-style: none;
	/* -webkit-appearance: none; */
}

a {
	text-decoration: none;
	color: #999;	
}

h1 {
	font-size: 2.5em;
	text-transform: uppercase;
}

ul#band-list {
	height: 340px;
	display: block;
	overflow: hidden;
}

div#band-desc {
	display: none;
}

ul#band-list li a, a.prev, a.next, a.close {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: #fbd67e;
	font-size: 2.5em;
}

a.prev, a.next, a.close {
	font-size: 3.5em;
	line-height: 370px;
	width: 40px;
	display: block;
	position: absolute;
	top: 0px;
}

a.prev {
	float: left;
	left: 0px;
}

a.next {
	right: 0px;
}

ul#band-list li a:hover, a.prev:hover, a.next:hover {
	text-shadow: 0px 0px 6px #c56f1c, 0px 0px 12px #d6a737;
	cursor: pointer;
}

ul.band-slides {
	height: 370px;
	position: absolute;
	top: 0px;
	left: 50px;
 	overflow: hidden;
	display: inline-block;
	width: 586px;
}

ul.band-slides li {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 360px;
	float: left;
	overflow: hidden;
	width: 566px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.band-slides li h2 {
	color: #fbd67e;
	font-size: 2.5em;
	padding-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}

ul.band-slides li h2:hover {
	text-shadow: 0px 0px 6px #c56f1c, 0px 0px 12px #d6a737;
	cursor: pointer;
}

ul.band-slides .band-content {
	display: block;
	position: relative;
}

ul.band-slides .band-content iframe {
	background-color: rgba(11,11,11,0.8);
	padding: 5px;
	float: left;
}

ul.band-slides .band-content span.band-text {
	margin-bottom: 5px;
	clear: right;
	font-size: 1.01em;
	text-align: left;
}

ul.band-slides .band-content span.band-text,
ul.band-slides .band-content span.band-connect,
ul.band-slides .band-content span.time-table  {
	color: #656565;
	background-color: rgba(11,11,11,0.8);
	padding: 10px;
	margin-left: 5px;
	float: left;
/* 	clear: right; */
}

ul.band-slides .band-content span.time-table  {
	line-height: 25px;
}
	
ul.band-slides .band-content span.band-text {
	width: 360px;
	padding-bottom: 10px;
}

.bandcamp, .facebook, .lastfm, .myspace, .spotify, .tumblr, .soundcloud {
	background-image: url(../img/symbole.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.bandcamp {
	width: 41px;
	height: 20px;
	background-position: -3px 0px;
}

.bandcamp:hover {
	background-position: -3px -20px;
}

.facebook {
	width: 6px;
	height: 20px;
	background-position: -57px 0px;
}

.facebook:hover {
	background-position: -57px -20px;
}

.lastfm {
	width: 19px;
	height: 20px;
	background-position: -74px -1px;
}

.lastfm:hover {
	background-position: -74px -21px;
}

.myspace {
	width: 19px;
	height: 20px;
	background-position: -105px 1px;
}

.myspace:hover {
	background-position: -105px -19px;
}

.spotify {
	width: 10px;
	height: 20px;
	background-position: -135px -1px;
}

.spotify:hover {
	background-position: -135px -21px;
}

.tumblr {
	width: 8px;
	height: 19px;
	background-position: -154px -1px;
}

.tumblr:hover {
	background-position: -154px -21px;
}

.soundcloud {
	width: 21px;
	height: 19px;
	background-position: -174px -1px;	
}

.soundcloud:hover {
	background-position: -174px -21px;
}


hr#top-plants, hr#bottom-plants {
	background-image: url(../img/top-plants.png);
	display: block;
	clear: both;
	width: 666px;
	height: 199px;
	border: 0;
	border-color: #000;
}

hr#top-plants {
	margin-top: 30px;
}

hr#bottom-plants {
	background-image: url(../img/bottom-plants.png);
}

#wood-loop {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#town {
	text-transform: uppercase;
}

/* GENERAL PAGESTRUCTURE */
#wrap {
	position: relative; 
	height: auto;
	min-height: 100%;
	width: 100%;
	overflow:hidden;
	text-align: center;
	min-width: 666px;
}

#main {
	min-height: 100%;
	position: relative; 
 	width: 666px;
	left: 50%;
	margin-left: -333px;
}

#event-infos {
	font-size: 1.1em;
}

#artwork {
	display: inline-block;
	padding-top: 70px;
	padding-bottom: 20px;
	color: #454545;
	font-size: 0.9em;
}

#artwork a {
	color: #505050;
}

#artwork a:hover, #tickets a:hover {
	border-bottom: 1px dashed #404040;
}

::selection {
	color: #000;
	background-color: #999;
}

::-moz-selection {
	color: #000;
	background-color: #999;
}

:-webkit-selection {
	color: #000000;
	background-color: #999;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	height: 0px;
	display: block;
	background-color: #454545;
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
	height: 0px;
	display: block;
	background-color: #111;
}

::-webkit-scrollbar-track-piece {
	background-color: #111;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal
{
	background-color: #444;
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #555;
}