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

@import url('reset.css');

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


*{border:0px solid #FFF;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:650px; padding-bottom:100px}

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


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

p.introduction{position:relative;padding:10px 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:10px 30px 0px 0px;/*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;*/ width:40px; background:#000;text-align:center;padding:3px 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;
}

/*to increase/decrease the size of soundcloud player*/
.sizeCloud01 {
width:100%;
height:81px;
}

/*========== MOOTABS ==========*/



.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}



.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:12px;;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.over {
background:#F8F8F8;
color:#000;
}

.mootabs_title li.active {
background:#F3F3F3;
color: #999999;
} 


/*mootabs_title ul {
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.mootabs_title li.tracks.active {
	float: left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
background:url(../_images/_listen/btn_tracks.gif) no-repeat 0 0px;
width:125px;
height:60px;
}

.mootabs_title li.tracks.over {
	float: left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
background:url(../_images/_listen/btn_tracks.gif) no-repeat 0 -30px;
width:125px;
height:60px;
}

.mootabs_title li.djset.active {
	float: left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
background:url(../_images/_listen/btn_tracks.gif) no-repeat 0 0px;
width:125px;
height:60px;
}

.mootabs_title li.djset.over {
	float: left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
background:url(../_images/_listen/btn_tracks.gif) no-repeat 0 -30px;
width:125px;
height:60px;
}*/



.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	text-align:left;
	padding: 3px;
	/*border-top:solid 1px #CCCCCC;*/
	border-bottom:solid 1px #CCCCCC;
}

.mootabs_panel.active {
	background-color: #F3F3F3;
	display: block;
	
}

