@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,input,blockquote
        {margin:0px;padding:0px;}
ul,ol   {list-style:none;}
select  {font-size:12px;}
body    {font-family:sans-serif;}
img     {border:none;}
a{color:#868685;text-decoration:none;}

a:hover{
    text-decoration:underline;
}
a:hover img{
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
}
body{
    background:url(images/background.gif) #fff;
    color:#868685;
    font-size:12px;
    line-height:1.2em;
}
#container{
	width:980px;
	background:#211917;
	margin:0 auto;
}

/* -------------------------------------- header -------------------------------------- */
#header{
	height:40px;
	background:#FFF500;
}
	#header p.title{
		height:40px;
		float:left;
	}
		#header p.title a{
			display:block;
			height:40px;
		}
		#header p.title a img{
		}
	#header ul{
		background:url(images/header_icon.gif) no-repeat right 5px;
		float:right;
		padding-right:35px;
		margin-right:5px;
			font-weight:bold;
	}
		#header ul li{
			float:left;
			line-height:40px;
			font-size:14px;
		}
		#header ul li a{
			padding:0 5px;
		}

/* -------------------------------------- title -------------------------------------- */
#title{
	background:url(images/main_jacket.png) 20px top no-repeat #878785;
	height:500px;
	padding:0 20px;
	clear:both;
}
	#title div.right{
		float:right;
		width:473px;
	}
	#title ul.left{
		width:450px;
		float:left;
		padding-top:367px;
	}
	#title ul.left li.twitter{
		height:35px;
		float:left;
		border:1xp solid red;
		width:105px;
	}
	#title ul.left li.facebook{
		float:left;
		height:35px;
		border:1xp solid red;
		width:300px;
	}
	#title ul.left li.banner{
		clear:both;
	}
	
		#title div.right h1{
			margin-top:36px;
			margin-bottom:26px;
		}
		#title ul.contents{
			margin-left:8px;
		}
		#title p.totaltime{
			margin-top:15px;
			}

			#title ul.contents li a:hover img{
				filter:alpha(opacity=30);
				opacity:0.3;
				-moz-opacity:0.3;
			}
			#title ul.contents li img{
				vertical-align:top;
			}

#contents{
	padding: 0 30px;
}

div.block{
	padding:30px;
	border-bottom:1px solid #322B29;
}

div.block p.description{
	margin-bottom:20px;
}
div.block p.credit{
	margin-bottom:20px;
}
div.block blockquote{
	margin-bottom:20px;
}
#tracklistatom_inline{
	background:#211917;
}
	#tracklistatom_inline h3{
		margin:20px 20px 0;
	}
	#tracklistatom_inline div.list{
		margin:30px;
		color:white;
	}
	#tracklistatom_inline dl{
		margin:20px;
		color:white;
	}
	#tracklistatom_inline dl.left{
		width:380px;
		float:left;
	}
	#tracklistatom_inline dl.right{
		width:380px;
		float:left;
	}
	#tracklistatom_inline dl dt{
		font-size:20px;
		font-weight:bold;
	}
			#tracklistatom_inline dl dt span{
			margin-left:-30px;
			position:absolute;
			}
			#tracklistatom_inline dl dt em{
				font-style:normal;
				margin-left:10px;
			}
	#tracklistatom_inline dl dd{
		margin-left:10px;
		margin-top:5px;
		margin-bottom:20px;
	}
#sutekh h2{
	float:left;
}

	#sutekh div.sutekh_left{
		float:left;
		clear:both;
		width:460px;
	}
	#sutekh div.sutekh_right{
		float:right;
		width:460px;
	}

#unreleased ul{
	margin-top:10px;
	margin-bottom:20px;
	list-style:none;
	font-size:20px;
	font-weight:bold;
}
	#unreleased ul li{
		display:inline;
		color:white;
		font-family:arial,helvetica,sans-serif;
	}
	#unreleased ul li a{
		line-height:2em;
		background:#ccc;
		padding:5px;
		color:#333;
	}
	#unreleased ul li span{
		line-height:2em;
		background:#ccc;
		padding:5px;
		color:#333;
	}
	#unreleased ul li a:hover{
		background:#FFF500;
	}
	#unreleased p.previewtitle{
		margin-bottom:15px;
		margin-top:4px;
	}

#quotes{
	background:url(images/quotes_background.gif) center  no-repeat;
	border-bottom:none;
	padding-bottom:0;	
}
		#quotes h2{
			margin-bottom:20px;
		}
		#quotes dl.left{
			float:left;
			width:450px;
		}
		#quotes dl.right{
			float:right;
			width:450px;
		}
				#quotes dl dt{
					font-size:25px;
					font-weight:bold;
					color:white;
					margin-bottom:10px;
				}
				#quotes dl dd{
					margin-bottom:20px;
					line-height:1.4em;
				}
				#quotes dl dd p{
					margin-bottom:7px;
				}
#coppecomment{
	padding:0 20px 20px;
}

#footer{
	padding:7px 0px 20px;
	background:#878785;
}
	#footer ul.banner{
		border-bottom:1px solid #90908F;
		padding:0 20px 20px;
	}
		#footer ul.banner li{
			float:left;
		}
			#footer ul.banner li a:hover img{
				filter:alpha(opacity=60);
				opacity:0.6;
				-moz-opacity:0.6;
			}
	#footer ul.navigation{
		clear:both;
		padding:20px 20px 0;
	}
		#footer ul.navigation li{
			float:left;
			margin-right:20px;
			margin-bottom:10px;
		}
		#footer ul.navigation li a:hover img{
			filter:alpha(opacity=30);
			opacity:0.3;
			-moz-opacity:0.3;
		}
	#footer p.contact{
		margin-bottom:4px;
	}
	#footer p.copyright{
		margin-bottom:4px;
		color:white;
	}
	#footer p.copyright a{
		background:#fff;
	}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}