*{
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
#wrapper{
	margin: 0 auto;
	width: 85%;
}
p, h2, h3, h4, text{
	color: white;
}
#falls{
	background-image: url(../images/falls.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -300px;
	box-shadow: 0 -10px 30px 10px #08060F inset;
}


/*Right side music player*/
.playerArt{
	width: 300px;
	height: 300px;
	box-shadow: 0 0 30px 8px black inset;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#Mhome{
	background-image: url(../images/empyreanCD.jpg);
	background-size: cover;
}
#Mhome2{
	background-image: url(../images/noceur2CD.jpg);
	background-size: cover;
}
#Mhome3{
	background-image: url(../images/laboouCD.jpg);
	background-size: cover;
}
#Mnecro{
	background-image: url(../images/necrosomniumCD.jpg);
	background-size: cover;
}
#Mvan{
	background-image: url(../images/vaanwarCD.jpg);
	background-size: cover;
}
#Memp{
	background-image: url(../images/empyreanCD.jpg);
	background-size: cover;
}
#Mdrak{
	background-image: url(../images/drakulCD.jpg);
	background-size: cover;
}
#Mnoceur{
	background-image: url(../images/noceur2CD.jpg);
	background-size: cover;
}
#Mlaboou{
	background-image: url(../images/laboouCD.jpg);
	background-size: cover;
}





body{
	margin: 0;
	background-color: black;
}


/*Footer*/
footer{											
	padding: 10px 5px 10px 5px;
	margin: 0 0 10px 0;
	background-color: #190831;
}




h1{
	padding: 200px 0 20px 60px;
	font-family: Old English Text MT, Times;
	font-size: 3em;
	color: rgba(0,0,0,0.8);
}
h2{
	padding: 8px 5px 8px 5px;
}
a{
	text-decoration: none;
}


/*Main*/							
main{
	background-color: #08060F;
	padding-bottom: 30px;
}
.row{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 400px;
}
.middle{				/*Middle*/
	width: 52%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
main .middle p, h4{
	padding: 5px;
	text-align: left;
}
main .middle h4{
	margin-top: 10px;
}
#quote{
	margin-bottom: 60px;
	margin-top: 10px;
	font-size: 120%;
}
main .middle h3{
	text-align: center;
}
h4{
	font-family: Old English Text Mt, Times;
	font-size: 140%;
}
.middle h2{
	font-family: Old English Text MT, Times;
	font-size: 2em;
	margin: 10px 0 10px 0;
	padding: 0 0px 5px 5px;
	background-color: rgba(255,255,255,0.05)
}
hr{
	margin-top: 20px;
	margin-bottom: 20px;
}
.left{					/*Left*/
	width: 15%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.left ul li{
	color: white;
}
.left ul li a{
	color: white;
}
.left ul li a:hover{
	color: red;
}
.left ul{
	margin: 10px 0 10px 10px;
	width: 80%;
}
.left .infodrop{
	margin-top: 20px;
	background-color: #190831;
	border: 3px solid black;
}
.left p{
	margin: 3px;
}
.arrow{
	font-size: 140%;
	padding: 5px, 5px, 0, 5px;
	color: #fff;
}
.arrow:hover{
	color: #000;
}
.right{					/*Right*/
	float: left;
	width: 30%;
	margin-top: 10px;
}
.left ul{
	margin: 0 auto;

}


/*NAV*/						
nav{											
	margin: 0;
	position: fixed;
	top: 0;
	width: 85%;
	z-index: 200;
}
nav a{
	color: white;
}
nav ul{
	list-style-type: none;
	background-color: #190831;
	padding: 0;
	margin: 0;
	text-align: center;
}
nav ul li{
	display: inline-block;
	position: relative;
	padding: 10px 100px 10px 100px;
}
nav ul li ul{
	display: none;
	position: absolute;
	left: -32px;
	top: 38px;
}
nav ul li:hover ul{
	display: block;
}												
nav a:hover{
	color: red;
}								


/*Popups for left content area*/
.popup{						
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;		/*shaded backdrop*/
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.popupContent{
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	top: 30%;
	border-radius: 10px;
	padding: 10px;		/*Content container*/
	width: 600px;
	overflow: auto;
	margin: 0 auto;
}
.popupContent p{
	color: black;
}
.popupContent h3{
	color: black;
}
.button{
	background-color: #190831;
	width: 80%;
	padding: 10px;
	border: none;
	margin: 10px 5px 5px 5px;
	color: white;
	border: 3px solid #000;
	font-size: 120%;
	font-family: Old English Text Mt, Times;
}
.button:hover{
	box-shadow: 0 0 10px 5px #08060F inset;
}
#close1{
	float: right;
	font-weight: bold;
	font-size: 25px;
	color: #aaa;
}
#close1:hover, #close1 focus{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#close2{
	float: right;
	font-weight: bold;
	font-size: 25px;
	color: #aaa;
}
#close2:hover, #close2 focus{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#close3{
	float: right;
	font-weight: bold;
	font-size: 25px;
	color: #aaa;
}
#close3:hover, #close3 focus{
	color: black;
	text-decoration: none;
	cursor: pointer;							
}								


/*Facebook drop down*/
ul li ul{							
	display: none;
	position: relative;
}
ul li:hover ul{
	display: inline-block;
}
ul{
	list-style-type: none;
}							
audio{
	position: relative;
	opacity: 0.7;
	width: 87%;
}


/*Contact Form*/										
textarea{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
form{
	float: left;
	text-align: left;
	margin: 20px 0px 5px 5px;
}
.submit{
	padding: 5px 10px 5px 10px;
}


/*Merchadise Page*/
.gallery{							
	width: 200px;
	height: 200px;
	margin: 30px 30px 40px 30px;
	display: inline-block;
	box-shadow: 3px 3px 10px #000000;
}
.gallery h3{
	font-size: 0.9em;
	padding: 5px 5px 0 5px;
}
main .middle .gallery p{
	font-size: 0.9em;
	text-align: center;
}
.gallery img{
	width: 100%;
	height: 100%;
}
.gallery .shirt, .shirtB{
	transform: rotate(90deg);
}
.shirtB{
	display: none;
	position: relative;
}
.shirtF{
	width: 100%;
	height: 100%;
}
.shirtF:hover .shirtB{
	display: inline-block;
}
#disclaimer{
	margin-top: 80px;
}


/*Artist Page*/
.gallery2{							
	width: 200px;
	height: 200px;
	margin: 30px 30px 40px 30px;
	display: inline-block;
	box-shadow: 3px 3px 10px #000000;
}
.gallery2 h3{
	font-size: 1.5em;
	padding: 5px 5px 0 5px;
	text-align: center;
}
.gallery2 p{
	font-size: 0.9em;
}
.gallery2 img{
	width: 100%;
	height: 100%;
}


/*Band Page pictures*/
.artistbanner{
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: 300px;
	box-shadow: 0 0 30px 10px #08060F inset;
}
#bpick1{
	background-image: url(../images/necrosomniumBanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#bpick2{
	background-image: url(../images/img6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -50px;
}
#bpick3{
	background-image: url(../images/empyreanBanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -270px;
}
#bpick4{
	background-image: url(../images/drakulCassette.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -100px;
}
#bpick5{
	background-image: url(../images/noceurBanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#bpick6{
	background-image: url(../images/laboouBanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -80px;
}

/*Lightbox for Merch page*/
#backdrop{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
}
#light{
	max-width: 60%;
	max-height: 60%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	margin: auto;
	box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.2);
}

/*Homepage Slideshow*/
.slideshow{
	width: 98.5%;
	height: 370px;
	position: relative;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #190831;
}
#slider{
	width: 100%;
	height: 370px;
	position: absolute;
	overflow: hidden;
}
#next{
	text-align: center;
	line-height: 38px;
	color: white;
	width: 40px;
	height: 40px;
	background-color: rgb(0,0,0);
	position: absolute;
	top: 170px;
	right: 0;
	z-index: 98;
	cursor: pointer;
	opacity: 0.5;
	font-size: 2em;
}
#next:active{
	color: #000;
}
#prev{
	text-align: center;
	line-height: 38px;
	color: white;
	width: 40px;
	height: 40px;
	background-color: rgb(0,0,0);
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 98;
	cursor: pointer;
	opacity: 0.5;
	font-size: 2em;
}
#prev:active{
	color: #000;
}
.slideshow:hover #next{
	opacity: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.slideshow:hover #prev{
	opacity: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}


/*Table*/
table{
	display: block;
	margin-top: 20px;
}
table th, td{
	color: white;
	padding: 0px 10px 10px 10px;
}
	

	
	
/*Media Queries*/
@media only screen and (max-width: 1024px){
	.right{
		display: inline-block;
		float: right;
		width: 85%;
	}
	.right h2{
	font-size: 2em;
	margin: 30px 10px 10px 10px;
	padding: 0 5px 5px 5px;
	background-color: rgba(255,255,255,0.05)
	}
	nav{
		width: 85%;
	}
	nav ul li{
		padding: 10px 70px 10px 70px;
	}
	#falls{
		height: 150px;	
	}
	h1{
		padding: 50px 0 20px 60px
	}
	.slideshow{
		width: 95%;
	}
	.middle{
		width: 80%;
	}
	audio{
		width: 300px;
	}
}