@charset "utf-8";
/* CSS Document */

/* GENERAL */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dcdddf;
	background-image: url(../img/bg/bg-02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}





img {
	border:none;
	}








/* PAGE CONTAINER */
#contain {
	width:1020px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	background-color:#7399b0;
	background-image: url(../img/bg/bg-03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}



/* HEADER */
#header1 {
	width:1000px; 
	height:200px; 
	background-color:transparent;
	color:#FFF;
	
	margin-left:auto;
	margin-right:auto;
	}

#header_logo {
	width:700px;
	height:200px;
	background-color:transparent;
	color:#FFF;
	
	float:left;
	}
	
#header_links {
	width:300px;
	height:30px;
	background-color:transparent;
	color:#FFF;
	
	float:right;
	
	position:relative;
	top:150px;
	
	}

#header2 {
	width:1000px; 
	background-color:transparent;
	color:#000;
	
	margin-left:auto;
	margin-right:auto;
	}

#header_menu {
	display:block;
	overflow:auto;
	
	float:left;	
	width:540px;
	height:inherit;
		
	background-color:#E5ECE6;
	background-image: url(../img/bg/bg-04.jpg);
	background-repeat: repeat-x;
	background-position: top;
		
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}




#header_blog {
	display:block;
	overflow:hidden;
	
	float:left;
	
	width:440px;
	height:36px;
	
	color:#000;	
	
	background-color:#E5ECE6;
	background-image: url(../img/bg/bg-04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	margin-left:20px;
	
	vertical-align:top;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}


#TICKER {
	display:block;
	overflow:visible;
	color:#000;
	width:440px;
	height:36px;
	padding: 0px;
	background:transparent;
	border: none;
	}

.marquee0 {
	margin-top:-8px;
	}


/* FOOTER */
#footer {
	display:block;
	overflow:auto;
	
	width:1000px; 
	
	background-color:transparent;
	
	margin-left:auto;
	margin-right:auto;
	
	margin-top:60px;
}



/* MAILING LIST */

#mailinglist_bar {
	display:block;
	overflow:auto;
	
	width:inherit;
	height:inherit;
	
	color:#FFF;
	
	background-color:#6488a2;
	
	background-image: url(../img/bg/bg-06.jpg);
	
	background-repeat: repeat-x;
	background-position: top;
	
	margin-top:20px;
	
	vertical-align:middle;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#mailinglist_form {
	display:inline;
	float:left;
	}
	
.mailinglist_input {
	margin-left:10px;
	vertical-align:middle;
	}
	
.mailinglist_button {
	margin-left:10px;
	vertical-align:middle;
	}

/* MAIN CONTENT */
#content {
	display:block;
	overflow:auto;
	
	width:1000px;  
	background-color:transparent; 
	color:#FFF;
	
	margin-left:auto;
	margin-right:auto;
	}


#home_col_1 {
	
	width:440px; 
	background-color:transparent; 
	color:transparent;
	
	float:left;
	}
	
#home_col_1b {
	
	width:440px; 
	background-color:transparent; 
	color:transparent;
	
	float:left;
	margin-left:20px;
	}

#home_col_2 {
	
	width:260px; 
	background-color:transparent; 
	color:transparent;
	
	float:left;
	margin-left:20px;
	}
	
#home_col_3 {
	width:260px; 
	background-color:transparent; 
	color:#000;
	
	margin-left:20px;
	float:left;
	}
	
#home_col_4 {
	width:300px; 
	background-color:transparent; 
	color:#000;
	
	margin-left:20px;
	float:left;
	}
	

	
/* GENERAL ELEMENTS */	
.title {
	display:block;
	overflow:auto;
	
	color:#000;
	
	background-color:#E5ECE6;
	background-image: url(../img/bg/bg-04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	width:inherit;
		
	font-size:16px;
	font-weight:bolder;
		
	margin-top:20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.title_over {
	display:block;
	overflow:auto;
	
	color:#000;
	
	background-color:#E5ECE6;
	background-image: url(../img/bg/bg-04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	width:inherit;
		
	font-size:16px;
	font-weight:bolder;
		
	margin-top:20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.title_over:hover {
	background-image: url(../img/bg/bg-04a.jpg);

	}


.section {
	display:block;
	overflow:auto;
	
	width:inherit;
	
	background-color:#FFF;
	background-image: url(../img/bg/bg-05.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	margin-top:20px;
	
	color:#000;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.section_over {
	display:block;
	overflow:auto;
	
	width:inherit;
	
	background-color:#EBEBEB;
	
	margin-top:20px;
	
	color:#000;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.section_over:hover {
	background-color:#FFF;}


.section img {
	display:block;
	}
	
.section_title {
	overflow:auto;
	
	width:inherit;
	
	color:#000;
	
	background-color:#E5ECE6;
	background-image: url(../img/bg/bg-04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	font-size:14px;
	font-weight:bolder;
	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	}
	
.inner {
	display:block;
	overflow:visible;
	
	width:auto;
	height:auto;
	
	margin:10px;
	
	background-color:transparent;
	}



/* HOMEPAGE ELEMENTS */
#section_home_ad {
	display:block;
	overflow:hidden;
	
	width:440px;
	height:300px;
	
	background-color:transparent;
	background:url(../img/ad/ad_01.png) no-repeat top left;
	
	margin-top:20px;
	
	color:#000;
	
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	}
	
#section_home_news {
	display:block;
	overflow:auto;
	
	width:inherit;
	
	background-color:#FFF;
	background-image: url(../img/bg/bg-05.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	color:#000;
	
	margin-top:20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#section_home_news_items {
	display:block;
	overflow:auto;
	
	width:100%;
	/*height:200px; SCROLLBAR */
	
	background-color:transparent;
	}
	
.section_home_sub {
	display:block;
	overflow:auto;
	
	width:inherit;
	
	background-color:transparent;
	
	margin-bottom:10px;
	
	color:#000;
	font-size:10px;
	
	vertical-align:middle;
	}
	
.section_home_sub h1 {
	margin-top: 0px;
	padding-top: 0px;
	}
	
.section_home_artist_pic {
	display:block;
	float:left;
	width:70px;
	border:none;
	}

.section_home_artist_text {
	margin-left:10px;
	width:330px;
	border:none;
	float:left;
	}
	
.section_home_release_pic {
	display:block;
	float:left;
	width:70px;
	border:none;
	}

.section_home_release_text {
	margin-left:10px;
	width:auto;
	border:none;
	float:left;
	}
	
.merch_pic {
	margin-left:auto;
	margin-right:auto;
	}
	
/* MP3 PLAYER */	
#section_player {
	display:block;
	overflow:auto;
	
	width:inherit;
	
	background-color:#FFF;
	background-image: url(../img/bg/bg-05.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	margin-top:20px;
	
	color:#FFF;
	font-size:10px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#mp3player {
	display:block;
	text-align:center;
	}
	



/* NEWS PAGE */
.news_pic {
	float:right;
	padding:0px 0px 10px 10px;
	}
	
/* ARTIST/PROJECT PAGE */
	
.section_artist {
	display:block;
	overflow:auto;
	
	width:inherit;
	
	background-color:#EBEBEB;
	background-image: url(../img/bg/bg-05a.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	margin-top:20px;
	
	color:#000;
	line-height:200%;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.section_artist:hover {
	background-color:#FFF;
	background-image: url(../img/bg/bg-05.jpg);
	background-repeat: repeat-x;
	background-position: bottom;}
	
.section_artist h1 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bolder;}
	
.artist_thumb {
	display:block;
	float:left;
	padding:0px 10px 10px 0px;
}

.artist_main {
	display:block;
	float:right;
	padding:10px 0px 10px 10px;
}




/* TOGGLE (ARTIST PAGE) */	
.visible {display:block;}
.hidden {display:none;}
#artist01, #artist02, #artist03, #artist04
{display:none;}


/* VIDEO PAGE */
.vid {
	display:block;
	overflow:auto;
	position:relative;
	
	height:auto;
	
	margin-left:auto;
	margin-right:auto;
	
	margin-bottom:20px;
	
	border:none;
	}

.vid_title {
	display:block;
	overflow:auto;
	position:relative;
	
	width:auto;
	height:auto;
	
	margin-left:auto;
	margin-right:auto;
	
	border:none;
	
	text-align:center;
	}

/* MYSPACE FACEBOOK LINKS */

#link_ms, #link_fb {
	float:right;
	}
	
	

#link_ms a {   
display: block; 
background:url(../img/header/link_ms.png) top;   
width: 113px;   
height: 30px;   
}
#link_ms a:hover {   
background:  url(../img/header/link_ms.png) no-repeat bottom;   
}

#link_fb a {   
display: block; 
background:url(../img/header/link_fb.png) top;   
width: 91px;   
height: 30px;   
}
#link_fb a:hover {   
background:  url(../img/header/link_fb.png) no-repeat bottom;   
}