@charset "UTF-8";
/* CSS Document */

@import url('reset.css');

/*========== CSS STYLES ==========*/


*{border:0px solid #eee;margin:0;padding:0;list-style:none}

html,body, #cont{width:100%;height:100%;overflow:hidden}

body{font-family:Arial,Helvetica,sans-serif;font-size:10px;cursor:default;background: #000000 url(../_images/pattern.jpg);color:#000}

h1,h2,.large,.left{font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;font-size:40px; color:#FFF}

h2,.box div img{padding-bottom:10px}

a{text-decoration:none;color:#000;outline:0}

img{display:block}

.clear {
	clear:both;
	padding:0;
	margin:0;
}

#cont{position:absolute;top:0;left:0;z-index:70;overflow:auto}


/*========== footer navigation ==========*/

#footer{
	position:absolute;
	bottom:20px;
	left:181px;
	z-index:80;
	width:100%;
	line-height:12px
}

#footer div{
	height:56px;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	padding:7px 0 0 7px
}

h1{
	position:relative;
	left:-181px;
	margin-bottom:-63px;
	width:180px;
	opacity:0.99
}

h1 a{
	padding:41px 10px 10px 0;
	color:#fff;
	background:#000;
	font-size:16px;
	text-align:right;
	display:block;
}

h1 a:hover{
	background:#272727;
}

#nav ul{
	float:left;
	width:110px;
	font-size:11px;
}

#nav li a{
	height:12px;
	padding:0 5px;
	color:#999;
	display:block;
}

#nav li a span{
	font-weight:bold;
}

#nav li a:hover,#nav li.cur a{
	color:#fff;
}

/*========== box general ==========*/

.box{position:absolute;top:5%;right:200px;width:500px;padding-bottom:100px}

.box div.container{line-height:1.5em;background:#fff;padding:20px 30px}


/*.white{color:#fff}*/

p.introduction{position:relative;padding:30px 30px 0px 30px;margin:0 -30px 20px -30px;text-transform:uppercase;line-height:20px;font-weight:bold; text-align:justify;}

h3{position:relative;border-bottom-width:1px;padding:30px 30px 0px 30px;margin:0 -30px 20px -30px;text-transform:uppercase;line-height:20px;font-weight:bold; font-size:12px;}

h3 span{position:absolute;right:510px;top:29px;background:#000;text-align:center;padding:0 5px;white-space:nowrap;display:block;color:#fff;font-weight:normal;font-size:10px;}

/*========== listen ==========*/

h2.titleListen {
text-indent:-9999px;
background: transparent url(../_images/listenmusic.png) 0 0 no-repeat;
padding:0;
width:274px;
height:48px;
}

.soundcloud {
	padding:0;
	margin:0;
}

/*========== photo ==========*/

h2.titlePhoto {
text-indent:-9999px;
background: transparent url(../_images/watchphoto.png) 0 0 no-repeat;
padding:0;
width:297px;
height:48px;
}

.photo li{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

/*========== video ==========*/

h2.titleVideo {
text-indent:-9999px;
background: transparent url(../_images/watchvideo.png) 0 0 no-repeat;
padding:0;
width:297px;
height:48px;
}

.video a{margin-left:380px; background: #000; color:#FFF; padding:3px 5px;text-decoration:none;}

.video a:hover{ background:#666;}

/*========== contact ==========*/

h2.titleContact {
text-indent:-9999px;
background: transparent url(../_images/contactme.png) 0 0 no-repeat;
/*padding:0;*/
width:280px;
height:48px;
}

.contactDetails a {
	text-decoration:none;
	color:#333333;
}

.contactDetails a:hover {
	color:#999999;
}
	

