@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	vertical-align: baseline;
}
/* 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;
}


/* Fonts */
@import url('http://fonts.googleapis.com/css?family=Droid+Sans');

/* scale down large images */
img{max-width:100%;height:auto;}@media \0screen {img{width:auto;/*for ie 8*/}}

/* Text */
h1, h2, h3, h4, h5, h6, p, ol:not(.nav), li:not(.nav), div#footer, td, th { color:#FFF; font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
p, ol:not(.nav), li:not(.nav), td, th { font-family: 'Open Sans', Tahoma, sans-serif; font-size:1.15em; line-height:1.4em; font-weight:300; }
p { margin-left:auto; margin-right:auto; max-width:700px; }
.sc-embed { max-width:1000px; margin-top:60px; display:none; }
.sc-embed object, .sc-embed object param { width:100%; }
h1 { font-size:4em; margin:0px 0px 60px 0px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight:600; /*text-shadow: 3px 3px 7px #111;*/ }
h2 { font-size:2.2em; font-weight:300; margin-bottom:60px; padding:0px 6px 0px 6px; clear:both; }
h3 { font-style:italic; padding:0px 6px 0px 6px; clear:both; }
em { font-style:italic; }
strong, th { font-weight:600; }
p + p, table + p { margin-top:40px; } /* spacing between <p> elements */
td, th { border:#FFF solid 1px; padding-top:10px; padding-bottom:10px; }
table { width:100%; max-width:1000px; margin-left: auto; margin-right:auto; }

img.albumcover{
	margin-bottom:25px;
}

a:link {
	color:#F06;
}
a:visited {
	color:#F06;
}
a:active {
	color:#F00;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}

/* Simple white links */

.orange a, .yellow a, .green a {
	color:#FFF;
	font-weight:600;
}

.whitelinks a {
	color:#FFF;
}

#nav a {
	color:#FFF;
	font-size:12px;
}

/* Background & Page */
div.section{
	text-align:center;
	padding: 60px 20px 60px 20px;
}

div#twentythree{
	background:#1e1b1d url('bg_stars.png') fixed;
}
div#header{
	background-color:#000;
}
div#daydot{
	/*background:#271135 url('bg_purp_bloom.png') fixed;*/
	background-color:#271135;
}
div#subversio{
	background-color:#006;
	background:#1e1b1d url('bg_wall_grey.png') fixed;
}
div#seanbutnotheard{
	background:#C30 url('bg_wall_orange_foetus.png') fixed;
}
div#rhythmandxen{
	background:#C30 url('bg_wall_carpet.png') fixed;
}
div#mksuperduper{
	background:#3d3d3d url('bg_glitch.jpg') fixed;
	background-size:cover;
}
div#sevpak{
	background:#1e1b1d url('bg_wall_grey.png') fixed;
}
div#about{
	background:#1e1b1d url('bg_wall_grey.png') fixed;
}
div#split-notes{
	background:#1e1b1d url('bg_wall_grid.png') fixed;
}
div#footer{
	background-color:#000;
}
div.orange{
	background-color:#cd5d00;
}
div.yellow{
	background-color:#7b9b34;
}
div.green{
	background-color:#063;
}






/* black background */
body {
	background-color:#222;
}

/* div#the-page set to position:fixed so it takes up the same dimensions as the body element */
div#the-page
{
	position: fixed;
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: calc(100% - 25px);
	left: 25px;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	background-color: #fff;
	overflow: auto;
	z-index: 0;
}

nav
{
	position: fixed;
	left: -16em;
	top: 0;
	bottom: 0;
	background-color:#2A2A2A;
	border-right: 25px solid #2A2A2A;
	box-shadow: 4px 0 5px rgba(0,0,0,0.4);
	z-index: 1;
	cursor: default;
}
nav:after
{
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	right: -45px;
	top: 50%;
	border-width: 15px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #2A2A2A;
}

/* nav width is total 16em */
nav ul {
	width: 14em;
	list-style-type: none;
	margin: 0;
	padding: 1em;
}
nav ul li {
	margin-bottom:0.5em;
}

/* when nav is hovered, move it into view */
nav:hover
{
	left: 0;
}

nav ul li a:link {
	color:#FFF;
	padding:0.4em;
	border-radius:0.25em;
	background-color:#171717;
	display:inline-block;
	width:100%;
	text-decoration:none;
}

nav ul li a:visited {
	color:#FFF;
	background-color:#171717;
	text-decoration:none;
}

nav ul li a:active {
	color:#FFF;
	background-color:#171717;
	text-decoration:none;
}

nav ul li a:hover {
	color:#FFF;
	background-color:#be004c;
}

nav ul li a.green-nav-btn:link {
	background-color:#063;
}

nav ul li a.green-nav-btn:visited {
	color:#FFF;
	background-color:#063;
	text-decoration:none;
}

nav ul li a.green-nav-btn:active {
	color:#FFF;
	background-color:#063;
	text-decoration:none;
}

nav ul li a.green-nav-btn:hover {
	color:#FFF;
	background-color:#be004c;
}

nav hr {
	border:0px;
	border-top:#555 1px solid;
	margin:0 0 0.5em 1em;
}


.nav-helper {
	display:none;
}

/*******************************************************
                    For mobile screens
*******************************************************/
@media screen and (max-width: 767px) {

nav ul li a {
	/*font-size:1.3em;*/
}

/* move main content over when nav is hovered */
nav:hover ~ div#the-page
{
	/*
	-webkit-transform: translateX(16em) perspective(600px) rotateY(10deg);
	-moz-transform: translateX(16em) perspective(600px) rotateY(10deg);
	-ms-transform: translateX(16em) perspective(600px) rotateY(10deg);
	-o-transform: translateX(16em) perspective(600px) rotateY(10deg);
	transform: translateX(16em) perspective(600px) rotateY(10deg);
	*/
	left:50px;
}

}

@media screen and (min-width: 768px) {
.sc-embed {
	display:block;
}

/* move main content over when nav is hovered */
nav:hover ~ div#the-page
{
	/*
	-webkit-transform: translateX(16em) perspective(600px) rotateY(10deg);
	-moz-transform: translateX(16em) perspective(600px) rotateY(10deg);
	-ms-transform: translateX(16em) perspective(600px) rotateY(10deg);
	-o-transform: translateX(16em) perspective(600px) rotateY(10deg);
	transform: translateX(16em) perspective(600px) rotateY(10deg);
	*/
	left:8em;
}

/* apply transitions when nav is hovered */
div#the-page, div#the-page:after, nav, nav *
{
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.nav-helper {
	display:block;
	position:absolute;
	top:1em;
	left:40px;
}
}