/* general styles */

body {
	background:#000000 url('../images/main-bg.jpg');
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica", sans-serif;
	color:#D7D7D7;
	}

a {
	color:inherit;
	text-decoration:underline;
}

p {
	font-size:95%;
}

p.english, p.french, div.english, div.french {
	font-style:italic;
	margin-left:45px;
}

p.english, .interior p.english, span.english {
	font-size:88%;
	color:#9f6990;
}

p.english:before, div.english:before {
	content:"[English:] ";
}

p.french:before, div.french:before {
	content:"[Français :] ";
}

p.center {
	text-align:center;
}

p.right {
	text-align:right;
}

.small {
	font-size:80%;
}

.center {
	margin:auto;
}

h1 {
	font-size:200%;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
}

h2 {
	font-size:110%;
	font-weight:normal;
	
}

input[type="submit"]{
 cursor:pointer;
 background:#9f6990;
 border:1px solid #FFFFFF;
 padding:5px;
 color:#FFFFFF;
 font-size:150%;
 font-weight:bold;
}
	
/* end general styles */

/* structure */

#dead-center {
	position:absolute;
	height:1px;
	top:50%;
	overflow:visible;
	width:100%;
}

	/* home */

#home #main-container {
	width:924px;
	height:800px;
	position:absolute;
	top:-400px;
	left:50%;
	margin-left:-462px;
}

#home #violent-cover-front {
	height:453px;
	width:452px;
	float:left;
	margin:21px 19px 21px 0px;
}

#home #violent-cover-back {
	height:453px;
	width:452px;
	float:left;
	margin:21px 0px 21px 0px;
}

	/* end home */
	
	/* interior */
	
.interior #main-container {
	width:923px;
	margin:30px auto;
}

.interior .black-box {
	border:2px solid white;
	background:#000000;
}

.interior .white-box {
	border:2px solid white;
	background:#FFFFFF;
	color : #666;
}



		/* left side (nav) */

.interior #nav {
	width:348px;
	float:left;
}

.interior img#violent-cover-interior-nav {
	margin:0 0 13px 0;
}

.interior #tracklist {
	width:330px;
	margin:13px 0 13px 0 ;
	padding-top:13px;
	padding-bottom:13px;
}


.interior #about {
	padding:15px 15px 10px 15px;
	width:300px;
	margin-top:15px;
	margin-bottom:15px;
}

.interior #about h2 {
	border-bottom:1px solid #333;
	text-transform: uppercase;
	color:#EEEEEE;
}

.interior #about p {
	font-size:88%;
	color:#D5D5D5;
	border-bottom:1px solid #333;
	margin:0 0 3px 0;
	padding-bottom:3px;
}

.interior .black-box img.title {
	margin-bottom:10px;
}

		/* end left side (nav) */
		
		/* right (main content) */

.interior #main-content {
	width:575px;
	float:left;
}

.interior #main-content #song {
	padding:0 15px 0 15px;
	float:left;
	width:541px;
}

.interior #main-content #song h1 {
	text-align:center;
	font-style:normal;
	font-weight:normal;
	display:none;
}

.interior .white-box.main-box {
	padding:0 15px 15px 15px;
	float:left;
	width:541px;
}

.interior #main-content #song img.song-title, .interior .white-box.main-box img.song-title {
	margin-left:-15px;
	margin-top:15px;
	margin-bottom:15px;
}

.interior #main-content #soundcloud {
	margin-bottom:15px;
	margin-top:15px;
	float:left;
	width:575px;
}

.interior #share-box {
	width:575px;
	float:left;
	border-top:1px solid #D5D5D5;
	padding-top:10px;
}

.interior #share-box p {
	font-size:130%;
	color:#D5D5D5;
}

.interior #share-box p.english {
	font-size:88%;
	color:#9f6990;
}

.interior div.english {
	font-size:88%;
	color:#9f6990;
}

.interior div.paypal-button-container input {
	margin:auto;
	
}





		/* end right (main content) */
		
		/* download pages */
		
#download-page #dead-center #main-container {
width:600px;
height:700px;
position:absolute;
top:-400px;
left:50%;
margin-left:-300px;
}

#confirmation-page #dead-center #main-container {
width:600px;
height:600px;
position:absolute;
top:-300px;
left:50%;
margin-left:-300px;
}

.download #dead-center #main-container .black-box {
padding:15px;
}

.download #dead-center #main-container .black-box {
padding:15px;
}



		
		/* end download pages */

	/* end interior */
	
/* end structure */