/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
/*font-family:[[fontfamily]];*/
vertical-align: baseline;
}

h1{
/*	[[fontitalic]]*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


.container{
	width:100%;
	min-height:50px;
}

#main{
background-color:black;
}

.maincontent{
	min-height:700px;
	width:100%;
	

	border-bottom:1px solid #666;
/*	background-color:[[whitebg]];*/
	position:relative;
	z-index:10;
	padding-bottom:50px;
}

.maincontent2{
/*	background-color:rgba([[blackbg]],0.8);*/
}

.menutex{
	background:url(clay.png);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1;
	opacity:0.4;
	background-size:auto 100%;
	position:absolute;
}

#facebookfeed{
	overflow:hidden;
	background-color:#222;
	/*height:500px;*/
	border-radius:5px;
	padding-left:10px;
}

.mailinglist{
display:inline-block; width:270px; height:200px; border-radius:5px; overflow:hidden; margin:0; padding:0; border:0;
}

.bgtex1{
	background:url(coins.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	opacity:0.5;
}

.bgtex2{
	background:url(cobbles.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	opacity:0.5;
}

.bgpic{
/*	background:url(http://media.paradigmwebsites.com/artists/[[bandnamelower]]/bgpic.jpg);*/
	background-color:black;
	width:100%;
	height:100%;
	background-size:100% auto;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	opacity:0.2;
}

.maincontent2 > .vignette{
	width:100%;
	display:inline-block;
	
	border-radius:0px;
	margin-bottom:15px;
	opacity:1;
}

.vignette{
	background:url(vign_dark.png);
	background-size:100% 100%;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	border-radius:inherit;
	opacity:0.5;
}

.vignette_dark{
	background:url(vign_dark.png);
	background-size:100% 100%;
	opacity:0.5;
}

.foreground{
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
	z-index:3;
}

.instagrame_iframe{
	width:100%;
	overflow:visible;
	min-height:2000px;
}

#main{
	padding-top:100px;
}

#header{
	background-color:rgba(0,0,0,0.9);
	position:fixed;
	top:30px;
	z-index:5000;
	height:70px;
	box-shadow:0px 1px 1px rgb(0,0,0);
	border-bottom:1px solid #333;
}

#footer{
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	bottom:0px;
	z-index:5001;
	box-shadow:0px -1px 1px rgb(0,0,0);
}

h1{
	text-align:center;
	font-size:24px;
	color:#FFF;
}

.menu{
	padding-top:23px;
	position:absolute;
	z-index:66;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(fade.png);
	background-size:100% 100%;
}

.menu > h1{
/*	background-color: rgba([[h1bg]], 0.4);*/
    background-image: url("fade4.png");
    background-size: 100% 100%;
}

.footertext{
	padding-top:12px;
	position:absolute;
	z-index:55;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.footertext > h1{
	font-size:16px;
	letter-spacing:2px;
	padding-bottom:5px;
	padding-top:5px;

}

.menu > h1 > a, .featureright > p > a, p > a{
	background:none;
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	text-shadow:none;
/*	background-color:rgba([[buttonbg]], 1);*/
	border-top: 1px solid rgba(255, 255, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 0, 0.2);
	background-image: url(fade3.png);
    background-size: 100% 100%;
}

.featureright > p > a, p > a{
	font-size:24px;
}

p > a{
	
}

.subcontainer > * > * > p{
margin-bottom:10px;
}

.maincontent > .foreground > .subcontainer > * > * > .featurecontain > .featureright > p > a, p > a{
	color:#FFF;
/*	background-color:rgba([[buttonbg]], 1);*/
	border-top: 1px solid rgba(255, 255, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 0, 0.2);
	background-image: url(fade3.png);
    background-size: 100% 100%;
/*	[[fontitalic]]*/
}

.maincontent2 > .foreground > .subcontainer > * > * > .featurecontain > .featureright > p > a{
	
	color:#FFF;
/*	background-color:rgba([[buttonbg]], 1);*/
	border-top: 1px solid rgba(255, 255, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 0, 0.2);
	background-image: url(fade3.png);
    background-size: 100% 100%;
}

.menu > h1 > a:hover, .featureright > p > a:hover, .subcontainer > * > * > p > a:hover, .featureleft > p > a:hover{
	background-color:#FFF !important;
	color:black !important;
	background-image: url(fade2.png);
    background-size: 100% 100%;
}

.foreground{
	margin:0 auto;
	padding-top:30px;
	background-image: url(fade5.png);
    background-repeat: repeat-x;
	display:inline-block;
}

.maincontent2 > .foreground{
	background-image: url(fade4.png);
    background-repeat: repeat-x;
}

#slider{
	width:100%;
	z-index:333;
	background-color:black;
	position:relative;
}

#topspace{
	height:30px;
	background-color:black;
	position:fixed;
	z-index:1000;
	width:100%;
	top:0px;
}

#sliderimage1{
/*	background:url(http://media.paradigmwebsites.com/artists/[[bandnamelower]]/slider_1.jpg);*/
	background-size:100% auto;
}
#sliderimage2{
/*	background:url(http://media.paradigmwebsites.com/artists/[[bandnamelower]]/slider_2.jpg);*/
	background-size:100% auto;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
}
#sliderimage3{
/*	background:url(http://media.paradigmwebsites.com/artists/[[bandnamelower]]/slider_3.jpg);*/
	background-size:100% auto;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
}
#sliderimage4{
/*	background:url(http://media.paradigmwebsites.com/artists/[[bandnamelower]]/slider_4.jpg);*/
	background-size:100% auto;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
}
#sliderimage5{
/*	background:url(http://media.paradigmwebsites.com/artists/[[bandnamelower]]/slider_5.jpg);*/
	background-size:100% auto;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
}

.subcontainer_heading, p, h1{
	pointer-events:none;
}

a{
	pointer-events:all !important;
	position: relative;
    z-index: 2222;
}

.sliderimage{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.vector_stroke{
	z-index:200;
}

.vector_stroke1{
	background-image: url(vector_stroke1_black.png);
    background-repeat: no-repeat;
    background-position: top center; 
	z-index:21;
}

.vector_stroke2{
	background-image: url(vector_stroke1_black.png);
    background-repeat: no-repeat;
    background-position: top center; 
	z-index:21;
}

.vector_stroke3{
	background-image: url(vector_stroke1_black.png);
    background-repeat: no-repeat;
    background-position: top center; 
	z-index:21;
}

.vector_border1{
	background-image: url(vector_border4.png);
    background-repeat: repeat-x;
    background-position: top center; 
	background-size:50% auto;
	top:-1px !important;
	opacity:0.8 !important;
	left:0px !important;
	z-index:22;
}

.vector{
	width:100%;
	height:130px;
	position:absolute;
	top:-20px;
	left:-40px;
	opacity:0.3;
}

#header > .vector{
	height:50px;
}

#header > .vector{
	height:80px;
}

.maincontent2 > .foreground > .subcontainer > .vector{
	opacity:0.2;
}



.maincontent > .foreground > .subcontainer > h1, .maincontent > .foreground > .subcontainer > * > h1, .maincontent > .foreground > .subcontainer > * > * > h1{
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	font-size:36px;
	padding-bottom:40px;
	position:relative;
	z-index:6000;
}

.maincontent > .foreground > .subcontainer > p,.maincontent > .foreground > .subcontainer > * > p,.maincontent > .foreground > .subcontainer > * > * > p, .maincontent > .foreground > .subcontainer > * > * > .featurecontain > .featureright > p{
	color:#111;
	text-shadow:1px 1px 1px #BBB;
	text-align:justify;
	position:relative;
	z-index:6001;
}

.maincontent2 > .foreground > .subcontainer > h1, .maincontent2 > .foreground > .subcontainer > * > h1, .maincontent2 > .foreground > .subcontainer > * > * > h1{
	color:#EEE;
	text-shadow:1px 1px 1px #000;
}

.maincontent2 > .foreground > .subcontainer > p,.maincontent2 > .foreground > .subcontainer > * > p,.maincontent2 > .foreground > .subcontainer > * > * > p, .maincontent2 > .foreground > .subcontainer > * > * > .featurecontain > .featureright > p{
	color:#EEE;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 50px;
}

.subcontainer{
	margin: 0 auto;
	max-width:900px;
	padding-left:10px;
	padding-right:10px;
}

.subcontainer_rightsidebar_left{
	width:65%;
	float:left;
}
.subcontainer_rightsidebar_right{
	width:30%;
	float:right;
}

p, p > span{
	font-size:16px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	letter-spacing:1px !important;
}

.maincontent > .foreground > .subcontainer > * > * > .featurecontain{
	width:100%;
	display:inline-block;
	background-color:rgba(0,0,0,0.1);
	padding:20px;
	border-radius:20px;
	margin-bottom:15px;
	position:relative;
}

.maincontent2 > .foreground > .subcontainer > * > * > .featurecontain{
	width:95%;
	display:inline-block;
	background-color:rgba(0,0,0,0.4);
	padding:10px;
	border-radius:20px;
	margin-bottom:15px;
	position:relative;
}



.featureleft{
	float:left;
	position:relative;
	z-index:67;
	width:100%;
}

.subcontainer_regular > div > .featurecontain > .featureleft{
	width:65%;
}

.featureright{
	width:30%;
	float:right;
	position:relative;
	z-index:68;
}

.videoshare{
	text-align:center;
	padding-top:10px;
}

.videosharebuttons{
	display:inline-block;
}

.socialbuttons{
	width:100%;
	height:40px;
	position:fixed;
	z-index:5001;
	top:100px;
}

.socialbuttons2{
	min-width:200px;
	height:100%;
	position:relative;
	margin:0 auto;
	display:inline-block;
	top:1px;
	padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
	
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	background-image:url(fade3.png);
	background-size:100% auto;
}

.socialbutton{
	float:left;
}

.socialbuttons{
	bottom:55px !important;
	top:auto;
}

.socialbuttons2{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#buybutton{
	position:fixed;
	bottom:0px;
	right:0px;
	width:300px;
	height:85px;
/*	background-color:rgba([[buttonbg]], 1);*/
	background-image:url(fade3.png);
	background-size:100% 100%;
	z-index:12000;
	border-top-left-radius:50px;
	border-top:4px solid #FFF;
	color:white;
	border-left:2px solid #AAA;
	overflow:hidden;
	text-decoration:none;
}

.artistname{
	display:inline-block;
	position:absolute;
	bottom:20px;
	left:20px;
}

.artistname > h1{
	font-size:48px;
/*	text-shadow:1px 1px 4px #000, 1px 1px 1px #000, 7px 7px 7px rgb([[buttonbg]]);*/
}

#buybutton >div{
	
	height:100%;
}

#buybutton > div > h1{
	position:relative;
	top:30px;
	color:inherit;
	text-decoration:none;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style:italic;
}

#buybutton > div{
	color:inherit;
}

#buybutton:hover{
	background-color:rgba(255, 255, 255, 1);
	background-image:url(fade2.png);
	color:black;
}

@media screen and (max-width: 900px) {
    .subcontainer_rightsidebar_left{
		width:100%;
		float:none;
	}
	
	#buybutton{
		width:100%;
		border-radius:0px;
		border-left:0px;
		height:50px;
	}
	
	#buybutton > div > h1{
		top:12px;
	}
	
	
	
	
	.counter{
		display:none;
	}
	
	.maincontent2 > .foreground > .subcontainer > * > * > .featurecontain{
		height:480px;
	}
	
	.subcontainer_regular > div > .featurecontain > .featureleft{
		width:100%;
		float:none;
	}
	
	.featureright{
		width:100%;
		float:none;
		padding-top:10px;
	}
	
	.subcontainer_rightsidebar_right{
		width:100%;
		float:none;
		display:none;
	}
}

@media screen and (max-width: 630px) {
    .subcontainer_rightsidebar_left{
		width:100%;
		float:none;
	}
	
	.subcontainer_rightsidebar_right{
		width:100%;
		float:none;
		
	}
	
	
	
	#stats{
		display:none !important;
	}
	
	.menu > h1{
		font-size:20px;
	}
}

@media screen and (max-width: 720px) {
	.menu > h1{
		font-size:18px;
	}
	
	.menu > h1 > a, .featureright > p > a, p > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.artistname > h1{
		font-size:28px;
	}
}

@media screen and (max-width: 520px) {
	.menu > h1{
		font-size:16px;
	}
	
	.footertext > h1{
		font-size:12px;
	}
	
	.menu{
		padding-top:27px;
	}
	

}

@media screen and (max-width: 470px) {
	.menu > h1{
		font-size:14px;
	}
	
	.menu{
		padding-top:29px;
	}
	

}

@media screen and (max-width: 430px) {

}

.subcontainer_rightsidebar {
/*
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    display: inline-block;
    padding: 20px;
	padding-bottom:100px;
	box-shadow:1px 1px 2px rgb(0,0,0);
	position: relative;
    z-index: 222;
*/
	padding-bottom:100px;
}

.buybuttons{
	position:absolute;
	bottom:20px;
	right:20px;
	display:inline-block;
	padding:5px;
	background-color:rgba(0,0,0,0.8);
	border-radius:10px;
}

.buybutton > h1,.buybutton > img{
	float:left;
	display:inline-block;
}

.buybutton > img{
	margin-top:4px;
	margin-bottom:4px;
}

.buybutton > h1{
	margin-top:7px;
}

.buybutton{
	float:left;
	margin-left:4px;
	margin-right:4px;
}

.fb-comments{
	width:100%;
	position:relative;
	top:-3px;
	background-color:#333;
	display:inline-block !important;
}

td > input, td > textarea{
	width:100%;
	padding-top:3px;
	margin-bottom:8px;
}

.emaillabel{
	text-align:left;
	letter-spacing:0px;
	padding-left:15px;
}

.textInput{
	font-family: 'Roboto Condensed', sans-serif !important;
	padding:5px !important;
	border-radius:10px !important;
	font-size:18px !important;
}

.send{
	position:relative;
	top:10px;
	padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-shadow: none;
	border-radius: 5px;
	padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-shadow: none;
/*	background-color: rgba([[buttonbg]], 1);*/
    background-image: url(fade3.png);
    background-size: 100% 100%;
    border-bottom: 1px solid rgba(255, 255, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 0, 0.2);
    color: #fff;
	font-size: 24px;
	margin-bottom:50px;
/*	[[fontitalic]]*/
}

.send:hover{
	background-color:#FFF !important;
	color:black !important;
    background-size: 100% 100%;
}

#contform{
	margin-bottom:150px;
}

.counter{
	position:absolute;
	display:inline-block;
	top:20px;
	right:20px;
	pointer-events:none;
	display:none;
}

.fb-comments{
	display:inline-block !important;
	background-color:#111;
	overflow:hidden;
	top:-27px;
}

.fb-comments > span{
	position:relative;
	top:26px;
}

.video,.widget_iframe, .subcontainer_rightsidebar > div > iframe{
	position:relative;
	z-index:5000;
}

.subcontainer_regular > div > .featurecontain > .featureleft > .video{
	padding-left:20px;
	padding-right:20px;
}

.socialbuttons{
	top:auto;
	bottom:auto;
	right:0px !important;
	top:100px !important;
	width:auto;
	display:inline-block;
	height:200px;
}

.socialbuttons2{
	min-width:auto;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	height:auto;
}

.socialbutton{
	float:none;
	height:40px;
}

#showhidesocial{
	width:24px;
	height:26px;
	border:1px solid #AAA;
	position:absolute;
	top:12px;
	right:10px;
	border-radius:5px;
	overflow:hidden;
}

#showhidesocial > a{
	color:white;
	width:100%;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-decoration:none;
	text-align:center;
	height:100%;
	display:inline-block;
	background-color:black;	
	padding-top:2px;
}

#twitterdiv > iframe{
	min-width:80px;
}
