@charset "UTF-8";

/*  CSS Reset  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

blockquote:before, blockquote:after, q:before, q:after { content:""; }

blockquote, q { quotes:"" ""; }

a img { border:none; }


/*  MAIN STYLE  */

::selection {
	/* Safari */
	background-color: #c02700;
 }
::-moz-selection {
	background: #c02700; /* Firefox */
}


body {
	background: black;
	color: #d7d7d7;
	font: 1.125em/1.5em 'Yanone Kaffeesatz', "Lucida Grande", "Verdana", sans-serif;
	font-weight: 300;
}

#wrapper {
	width: 960px;
	margin: 0 auto 4em;
}

div#wrapper.presse {
	background-color: #ffffff;
	width: 100%;
	margin: 0;
}

#presse {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 0 2em;
	width: 960;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
}

# presse a {
	color: #000;
}

#block {
	width: 550px;
	margin-left: 205px;
}

h1 {
	text-align: left;
	color: #f1542b;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 0.8em;
	background-image: url(logo.png);
	height: 267px;
	width: 960px;
	text-indent: -9999px;
	overflow: hidden;
}

h2 {
	color: #f1542b;
	font-size: 1.471em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 2.5em 0 0 0;
}

h2:first-child {
	margin-top: 0;
}

h3 {
	color: #f1542b;
	font-size: 1.235em;
	line-height: 1.2em;
	margin: 0.8em 0 0 0;
}

h4 {	
}

h5 {
	color: #ddd;
	font: normal normal normal 1.133em/1.6em 'Yanone Kaffeesatz', "Lucida Grande", "Verdana", sans-serif;
	margin: 0;
}

@-moz-document url-prefix() {
	h5 {
		letter-spacing: normal;
	}
} 

br.clear {
	clear: both;
}

p {
	margin-bottom: 1.3em;
}

a, a:link, a:visited,
ul.disco li h5 a, ul.disco li h5 a:link, ul.disco li h5 a:visited {
	color: #ddd;
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

a:hover, a:focus,
ul.disco li h5 a:hover, ul.disco li h5 a:focus
 {
	color: #f1542b;
	-webkit-transition: color 0s ease-out;
	-moz-transition: color 0s ease-out;
	-o-transition: color 0s ease-out;
	transition: color 0s ease-out;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1.3em;
	margin-left: 1.1em;
}

ul ul {
	padding-left: 1.1em;
	padding-bottom: 0;
	margin-bottom: 0;
	list-style-type: circle;
}

ul.disco {
	line-height: 1.2em;
	color: #c1bbb2;
	font-size: 0.882em;
	margin: 0.8em 0 2em;	
}

ul li {
	clear: none;
}

ul li.ambient {
	list-style-image: url(imgs/genre_ambient.png);
	clear: both;
}

ul li.guitar {
	list-style-image: url(imgs/genre_guitar.png);
	clear: both;
}


ul li img {
	float: right;
	margin: 0 0 2.3em 2em;
	border: 2px solid #aea79c;
}

ul.disco a, ul.disco a:link, ul.disco a:visited {
	color: #c1bbb2;		
}

ul.disco a:hover, ul.disco a:focus {
	color: #f1542b;
}





#likebox-frame{
 border:2px solid #00;
 width:558px;
 z-index:10;
 height: 176px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-bottom: 60px;
}

iframe.fb {
	width: 570px;
	height: 186px;
	border: 0 solid #000;
	border: none;
	margin: 10px 0 40px;
	padding: 0;
	left:-11px;
	overflow:hidden;
	position:relative;
	top:-11px;
}