/*
 * fonts
 */

@font-face {
	font-family: 'Michroma';
	src: url('../fonts/Michroma-webfont.eot');
	src: url('../fonts/Michroma-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Michroma-webfont.woff') format('woff'),
		url('../fonts/Michroma-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Play';
	src: url('../fonts/Play-webfont.eot');
	src: url('../fonts/Play-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Play-webfont.woff') format('woff'),
		url('../fonts/Play-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '8-bit';
	src: url("../fonts/8bitOperatorPlus-Regular.ttf");
}

@font-face {
	font-family: '8-bit';
	font-weight: 800;
	src: url("../fonts/8bitOperatorPlus-Bold.ttf");
}

@font-face {
	font-family: 'SuperScr';
	src: url("../fonts/SUPERSCR.TTF");
}

/* binaerpilot.no
 */

html {
  position: relative;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	margin-bottom: 175px;
	overflow-x: hidden;
}

#mute, #menu li a {
	-webkit-transition:color .5s ease-in-out;
	transition:color .5s ease-in-out;
}

html, .sm2-bar-ui .sm2-main-controls {
	-webkit-transition:background-color .5s ease-in-out;
	transition:background-color .5s ease-in-out;
}

body {
	background-color: transparent;
	font-family: '8-bit', Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #222;
	line-height: 1.6em;
}

h1, h2 {
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

h1 {
	font-family: 'SuperScr', Helvetica, Arial, sans-serif;
	font-size: 64px;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	letter-spacing: -1px;
	margin-top: 60px;
}

#content h2:first-child {
	margin-top: 0;
}

#content {
	margin-left: 220px; /* 80 padding */
	opacity: 0;
	padding: 40px 0;
}

a {
	color: black;
	text-decoration: none;
}

b {
	letter-spacing: -1px;
}

td a,
p a {
	border-bottom: solid 2px rgba(0,0,0,.15);
}

td a:hover,
p a:hover {
	border-color: black;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.toggle-content p,
#disqus_thread,
#content p {
	max-width: 820px;
}

h1, h2, p, li.release, ul.list {
	opacity: 0;
}

.no-fade {
	opacity: 1;
}

html.static h1, html.static h2, html.static p {
	opacity: 1;
}

/* header */
#promo {
	position: relative;
	background-color: whitesmoke;
	border-top: solid 17px whitesmoke;
	border-bottom: solid 18px whitesmoke;
	margin-bottom: 0;
	padding: 0;
	padding-left: 180px;
	width: 100%;
	height: 105px;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
}

a.hide-promo {
	background-color: transparent;
	color: black;
}

#promo {
	opacity: .5;
}

#promo .hide-promo:hover {
	opacity: 1;
}

#promo iframe {
	position: absolute;
	top: -5px; left: 170px;
	padding: 0;
	width: 598px;
}

#promo::after {
	content: " ";
	position: absolute;
	top: 0;	left: 766px;
	z-index: 1337;

	background-color: whitesmoke;
	height: 115px;
	width: 2px;
}

.image-container,
.video-container {
	line-height: 1px;
}

.player-container {
	max-width: 580px;
}

.release-player-container {
	max-width: 540px;
}

#header {
	position: fixed;
	top: 0; left: 0;
	z-index: 2;
	background-color: #222;
	color: white;
	height: 100%;
	width: 180px;
	background: linear-gradient(to bottom,  #000 0%, #222 50%);
}

#logo {
	display: inline-block;
	line-height: 1px;
	padding: 40px 0;
	text-align: center;
	width: 180px;
}

#menu ul {
	position: relative;
	text-align: center;
	z-index: 2;
}

#menu ul li {
	background-color: transparent;
	width: 180px;
}

#menu ul li a {
	border: none;
	color: white;
	display: inline-block;
	padding: 10px 20px;
}

/* content */
#menu li a, .call-to-action {
	text-transform: uppercase;
}

.call-to-action {
	position: relative;
	background-color: #222;
	border: none;
	box-shadow: rgba(0,0,0,.15) 5px 5px 0;
	color: white;
	display: inline-block;
	line-height: 35px;
	height: 35px;
	margin: 20px 20px 0 0;
	padding: 10px 40px;
	padding-left: 90px;
}

.call-to-action:hover {
	background-color: black;
}

.call-to-action:hover .fa {
	border-color: rgba(255,255,255,.25);
}

.call-to-action.no-shade {
	box-shadow: none;
}

.call-to-action .fa {
	position: absolute;
	left: 0; top: 0;

	border-right: solid 2px rgba(255,255,255,.15);
	font-size: 28px;
	height: 35px;
	line-height: 36px;
	padding: 10px 20px;
}

#menu li:first-child {
	position: relative;
}

/* disqus */
#disqus {
	position: relative;

	background-color: #cc0;
	margin-left: 160px;
	max-width: 100%;
	opacity: 0;
	padding: 20px;
	padding-left: 60px;
}

#disqus .cta-container {
	margin-top: 0;
	margin-bottom: 20px;
}

.hide-disqus, .hide-promo, .show-promo {
	position: absolute;
	top: -20px; right: -26px;
	z-index: 3;
}

.hide-disqus, .hide-promo {
	padding-left: 65px;
	padding-right: 0;
	width: auto;
}

.hide-promo, .show-promo {
	top: -20px;
}

.show-promo {
	background-color: transparent;
	box-shadow: none;
	color: black;
	display: none;
	opacity: .5;
	padding: 0;
	width: auto;
}

.show-promo .fa {
	border: none;
	position: relative;
	margin-right: 0;
}

.show-promo:hover {
	background-color: transparent;
	opacity: 1;
}

.hide-disqus {
	display: none;
}

.hide-promo {
	background-color: transparent;
	box-shadow: none;
}

.hide-promo:hover {
	background-color: transparent;
}

.hide-disqus .fa, .hide-promo .fa {
	border-right: none;
	margin-right: none;
}

#disqus_thread {
	color: black;
	display: none;
}

#disqus_thread a {
	color: black;
}

#footer {
	position: absolute;
	left: 0; bottom: 0;

	background-color: black;
	color: white;
	font-size: 13px;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 1.8em;
	padding-top: 20px;
	padding-bottom: 96px;
	padding-right: 40px;
	padding-left: 180px;
	width: 100%;
	text-align: left;
	z-index: 3;
}

#footer a {
	border-color: rgba(255,255,255,.15);
	color: white;
}

#footer a:hover {
	border-color: white;
}

#footer::before {
	position: absolute;
	z-index: 2;
	content: " ";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 40px;
	border-color: transparent transparent transparent #222;
}

#footer p {
	margin-bottom: 0;
}

#social {
	background-color: black;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 24px;
	padding: 20px 20px 41px 20px;
	text-align: center;
	width: 140px;
}

#social li {
	display: inline;
}

#social a {
	color: white;
	display: inline;
	opacity: .5;
	text-align: center;
}

#social a:hover {
	opacity: 1;
}


/* player */
.sm2-bar-ui {
	border-radius: 0;
}

.sm2-bar-ui {
	font-family: '8-bit', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.sm2-playlist-target {
	font-size: 12px;
}

.sm2-bar-ui .sm2-main-controls, .sm2-bar-ui .sm2-playlist-drawer {
	background-color: white;
}

.sm2-bar-ui .sm2-inline-texture {
	background: transparent;
}

#player {
	background-color: black;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 20px 40px 30px 180px;

	width: 100%;
	z-index: 4;
}

#hero {
	display: none;
	position: absolute;
	top: 0; left: 20px;
	overflow:hidden;
	height: 120px;
}

p.cta-container {
	margin-bottom: 40px;
}

.cta-container .external {
	display: inline-block;
	position: relative;
	top: 15px;
	font-size: 64px;
	margin-top: 20px;
}

.cta-container .external a {
	border-bottom: none;
	color: #222;
}

.cta-container .external a:hover {
	color: black;
}

/* releases */
#releases {
	position: relative;
	max-width: 100%;
	margin-top: 80px;
	min-height: 620px;
}

#releases .release {
	float: left;
	background-color: white;
	box-shadow: rgba(0,0,0,.15) 5px 5px 0;
	margin-right: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 260px;
}

#releases .release .name {
	display: block;
	font-family: 'SuperScr', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding: 10px 20px;
	width: 220px;
}

#releases .release .player-container .sm2-bar-ui .sm2-main-controls {
	background-color: whitesmoke;
	height: 55px;
}

#releases .release .player-container .sm2-playlist {
	display: none;
}

#releases .release .name, .list .call-to-action {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#releases .release .call-to-action {
	margin-top: 0;
	font-size: 18px;
}

.list li {
	float: left;
}

.list .call-to-action, li.release .call-to-action {
	width: 130px;
}

#releases canvas, .full-release-container canvas {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.form-container {
	position: relative;
	background-color: rgba(0,0,0,.1);
	background-image: url("../images/scanlines.png");
	left: -40px;
	margin-top: 40px;
	padding: 10px 40px;
	width: 200%;
}

.form-container p.textarea {
	height: 94px;
}

.form-container p.textarea textarea {
	height: 70px;
}

.form-container textarea,
.form-container input[type="password"],
.form-container input[type="email"],
.form-container input[type="text"] {
	border-radius: 0;
	border: solid 5px #222;
	margin: 0;
	padding: 7px 10px;
	box-shadow: rgba(0,0,0,.15) 5px 5px 0;
}

.form-container input[name="_gotcha"] {
	display: none;
}

.form-container *:focus {
	border-color: black;
}

.form-container input[type="email"],
.form-container input[type="text"],
.form-container textarea {
	min-width: 280px;
	width: 60%;
}

.form-container label.radio {
	cursor: pointer;
	display: block;
}

.form-container label.radio i {
	color: rgba(0,0,0,.15);
	margin-right: 10px;
}

.form-container label.radio input[type="radio"]:checked + i {
	color: black;
}

.form-container label.radio input {
	display: none;
}

.form-container .call-to-action {
	margin-top: 0;
}

::-webkit-input-placeholder {
	color:    #222;
}
:-moz-placeholder {
  color:    #222;
}
::-moz-placeholder {
  color:    #222;
}
:-ms-input-placeholder {
  color:    #222;
}

.list li {
	display: inline;
	margin-right: 20px;
	width: 260px;
}

.list .call-to-action {
	box-shadow: none;
	font-size: 16px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 80px;
	width: 140px;
}

.list .call-to-action .fa {
	font-size: 20px;
	height: 35px;
	line-height: 38px;
	padding: 5px 20px;
}

.bars {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 2px;
	margin-bottom: 20px;
}

.bars .bar {
	float: left;
	background-color: white;
	width: 260px;
	height: 2px;
	margin-right: 20px;

}

.possible-spoilers {
	margin-top: 40px;
}

.form-error i, .possible-spoilers i {
	margin-right: 10px;
}

p.note, p.possible-spoilers, p.possible-spoilers a {
	color: rgba(0,0,0,.5);
}

.possible-spoilers a:hover {
	color: black;
}

.iframe {
	border: none;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.soundcloud-container {
	margin-bottom: 40px;
}

.soundcloud-container iframe {
	max-width: 540px;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.pixelate {
	opacity: 0;
}

.explore #content {
	padding: 0;
	padding-left: 0;
	margin-left: 180px;
}

.explore #content::before {
	position: absolute;
	z-index: 2;
	content: " ";
	left: 180px;
	top: 68px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 40px;
	border-color: transparent transparent transparent black;
}

.explore .show-promo {
	opacity: 0;
}

#explore {
	background-color: transparent;
	background: linear-gradient(to right,  #000 0%, #222 100%);
	color: white;
	height: 68px;
	padding-left: 40px;
}

#explore {
	position: absolute;
	width: 100%;
	z-index: 1337;
}

#explore a {
	color: white;
	display: inline-block;
	padding: 10px 0;
	min-width: 60px;
}

#explore #youtube-link {
	opacity: 0;
	position: relative;
	top: -10px;
	padding-top: 0;
	margin-left: 10px;
	font-size: 20px;
	text-transform: uppercase;
}

#mute {
	font-size: 48px;
	opacity: 0;
}

#tubular-player {
	margin-top: -40px;
}

#paypal-form {
	display: none;
}

#tubular-container {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%
}

.soundcloud-container, .wide-layout-container {
	max-width: 1140px;
	min-width: 540px;
}

.full-release-container {
	position: relative;
}

.full-release-container .call-to-action, 
.full-release-container h1 {
	margin: 0;
}

#release-image {
	position: relative;
}

#release-image::after {
	position: absolute;
	z-index: 2;
	content: " ";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 20px;
	border-color: transparent transparent transparent #ff0;
}

.mp3 li {
	font-size: 13px;
	line-height: 1.8em;
}

.mp3 li a {
	color: black;
	border-bottom: solid 2px rgba(0,0,0,.5);
}

.mp3 li a:hover {
	border-color: black;
}

#itunes-link {
	font-size: 18px;
}

html.static {
	background-image: url("../images/staticBg.png");
	background-repeat: no-repeat no-repeat;
	background-position: 100% 420px;
	background-attachment: fixed;
	background-color: #0ff;
}

html.static.release {
	background-color: #ff0;
}

.static-container {
	max-width: 820px;
	margin: 80px auto;
	padding: 0 20px;
}



/* toggle
*/
a.toggler {
	font-size: 13px;
}

.toggle-content {
	display: none;
	padding: 20px 0;
	max-width: 650px;
}

.toggle-content, .meta-container, p.quote {
	font-family: 'Lucida Grande', Consolas, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

.read-more-container {
	margin-left: 0;
	max-width: 100%;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}

.meta-container {
	position: absolute;
	left: 280px; top: 0;
	max-width: 240px;
}

table {
	width: 100%;
}

.meta-container table td {
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px 0;
}

.meta-container table tr td:last-child {
	padding-left: 15px;
}

.meta-container td.label {
	font-size: 20px;
	padding-bottom: 7px;
	text-align: center;
	min-width: 30px;
}

p.quote {
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 40px;
}

p.quote .author {
	display: block;
	font-size: 14px;
}

p.donors {
	color: rgba(0,0,0,.5);
}

.monospace {
	font-family: monospace;
}

#static-logo {
	position: absolute;
	top: 0; left: 0;

	background-color: #222;
	box-shadow: rgba(0,0,0,.15) 5px 5px 0;
	padding: 10px 20px;
}

.contact #content p.quote {
	max-width: 520px;
}

.contact #content p.possible-spoilers {
	margin-top: 0;
}

.content-container {
	max-width: 100%;
	overflow-x: hidden;
}