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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
* {margin:0; padding:0}
html{height:100%}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0;}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,video{border:0; background:none}

body {
	color:#4d4d4d;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	letter-spacing:.05em;
	line-height: 1.5em;
	background:#fff;
	min-width:300px;
	height:100%;
}

a,
a:visited,
a:active {
	text-decoration:none;
	color:#4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}

a:not(.active):hover{
	color:#f00;
}

a.active {
	text-decoration:none;
	border-bottom: none;
	font-style: italic;
}

.page{
	width:100%;
	height:100%;
	min-height: 500px;
	/*overflow:hidden;*/
}

.inner{
	padding: 15%;
	margin: 0 auto;
}

h1 {
	font-size: 14px;
	letter-spacing:.25em;
}

p {
	margin-bottom: .75em;
}

blockquote {
	font-style: italic;
}

#decipher,
#photos,
#bio,
#press {
	display: none;
}

#music>img,
#music>p>img,
#photos>img,
#photos>p>img,
#bio>img,
#bio>p>img,
#press>img,
#press>p>img  {
	width: 90%;
	height: auto;
}

#header {
	color: #eee;
	background: #080808 url('images/bg.gif') repeat;
	-webkit-box-shadow:inset 0 0 150px 10px #000000;
	box-shadow:inset 0 0 150px 10px #000000;
	width: 50%;
	min-width: 300px;
	min-height: 100%;
	float: left;
}

#header a,
#header a:visited,
#header a:active {
	color:#eee;
	border-color: #aaa;
}

#nav{
	display:block;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	list-style:none;
	display: inline;
}

#info {
	
}

#shows {
	margin-bottom: .75em;
	
}

#shows p {
	margin-bottom: 0;
}

#past-shows {
	display: none;
	margin-bottom: .75em;
}

#main {
	background: #fff;
	width: 50%;
	min-height: 100%;
	min-width: 300px;
	float: left;
	text-align: center;
	color: #000;
}

#main h2 {
	font-size: 16px;
	letter-spacing:.75em;
}

#main h3 {
	font-style: italic;
	font-size: 14px;
}

#decipher h2>a.on {
	color:#f00;
}

#decipher #glitch {
	width: 335px;
	height: 335px;
	margin: 2em auto;
	-webkit-box-shadow: 0 0 5px 0 #aaa;
	box-shadow: 0 0 5px 0 #aaa;
}

#decipher #glitch>img {
	width: 335px;
	height: 335px;
	display: none;
}

.buy-link {
	width: 33%; 
	float: left; 
	text-align: center;
	margin: 0;
}

.grid-group {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.grid-group>img,
.grid-group>a,
.grid-group>div {
	display: block;
	float: left;
	margin: 0 5% 5% 0;
}

@media only screen and (max-width: 850px){
	#header {
		width: 100%;
		float: none;
	}
	#main {
		width: 100%;
		float: none;
	}
	#decipher #glitch {
		width: 100%;
		height: auto;
	}
	#decipher #glitch>img {
		width: 100%;
		height: auto;
	}
	.inner{
		padding: 10%;
		margin: 0 auto;
	}
	.buy-link {
		width: 100%; 
		margin: 20px 0;
	}
}