/*
Theme Name: Fade to Mind 2014
Theme URI: http://fadetomind.net
Author: Nick Scholl
Author URI: http://twitter.com/nickschollVEVO
*/



/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */

@font-face {
	font-family: ChoqueDisplaySSiBoldItalic;
	src: url('no-techn.eot');
	src: local("☺"), url('no-techn.woff') format('woff'),
			 url('no-techn.ttf') format('truetype'),
			 url('no-techn.svg#webfont') format('svg');
	font-weight: bold;
	font-style: italic;
}

html,
body {
	min-height: 100%;
}

body {
	background: #000;
	font-family: ChoqueDisplaySSiBoldItalic, "Helvetica Neue",Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	line-height: 14px;
}
#header {
	left: 10px;
	padding: 8px 0 0;
	position: fixed;
	right: 10px;
	top: 0;
	z-index: 20;
}
	#header h1 {
		left: 10px; 
		position: fixed;
		top: 1px;
		width: 55px; 
		z-index: 40;
	}
	#header h1 a {
		background: url(/img/logo-236x283.png) no-repeat center center transparent;
		background-size: auto 100%;
		display: block;
		height: 45px;
		text-indent: -6000px;
	}

	input[type="submit"] {
		background: #ededed;
		border: none;
		color: #b5b5b5;
		display: inline-block;
		font-family: ChoqueDisplaySSiBoldItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 5px 10px;
		text-decoration: none;
		text-shadow: 0 1px 0 #FFF;
		transition: all .5;
		-moz-transition: all .5;
		-otransition: all .5;
		-webkit-transition: all .5;
	}
		input[type="submit"]:hover {
			color: #FFF;
			text-shadow: 0 1px 0 #b5b5b5;
		}
	
	header .pad {
		padding: 5px 10px;
		text-align: left;
	}
	header form {
		color: #b5b5b5;
		float: left;
		padding: 1px 10px;
		text-align: left;
	}
		header form input[type="text"] {
			background: none;
			border: none;
			border-bottom: 1px solid #b5b5b5;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 11px;
			outline: none;
			width: 150px;
		}
	
	
	#navigation {
		background: #ededed;
		border-bottom: 1px solid #b5b5b5;
		border-top: 1px solid #FFF;
		padding-left: 50px;
		transition: all .5;
		-moz-transition: all .5;
		-otransition: all .5;
		-webkit-transition: all .5;
	}
		#navigation>ul {
			float: left;
		}
		#navigation>ul>li {
			float: left;
		}
		#navigation>ul>li>a:link,
		#navigation>ul>li>a:visited {
			color: #b5b5b5;
			display: block;
			font-size: 16px;
			height: 16px;
			line-height: 1.2;
			padding: 5px 10px;
			text-align: left;
			text-decoration: none;
			text-shadow: 0 1px 0 #FFF;
			transition: all .5 linear;
			-webkit-transition: all .5 linear;
		}
		#navigation>ul>li>a:hover {
			color: #FFF;
			text-shadow: 1px 1px 0 #b5b5b5;
		}

#navigation>.social {
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
}
	.social li {
		padding: 4px 0 0 5px;
	}
		.social iframe {
			vertical-align: top;
		}
	#navigation>ul.social>li>a {
		font-size: 12px;
	}

.subnav {
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	border: 1px solid #b5b5b5;
	border-top: none;
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left: 49px;
	padding: 10px;
}	
	.subnav ul {
		column-count: 3;
		column-gap: 20px;
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
	}
	.subnav li {
		line-height: 1.5em;
		text-align: left;
		width: 33%;
	}
	.subnav a:link,
	.subnav a:visited {
		color: #b5b5b5;
		text-decoration: none;
	}
	.subnav a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
.response {
	line-height: 1.3;
}	

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
}

pre {
	font-family: ChoqueDisplaySSiBoldItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	max-width: 100%;
	height: auto!important;
}

#nav_trig {
	display: none;
}

.column {
	font-size: 13px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.info .column { 
	background: #666;
	border-right: 2px solid #000;
	margin: 20px 0;
	padding: 10px;
	text-transform: uppercase;
}
	.info .column+.column {
		border-right: 0;
	}


.col-secondary {
	width: 40%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.col-secondary+.col-primary {
		width: 60%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

#container {
	line-height: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

	.tile {
		background-position: center top;
		background-repeat: repeat;
		line-height: 0;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
		body:not(.tax-artist) .items:first-of-type .tile:first-of-type {
			background-position: center 40px;
			padding-top: 40px;
		}
			body:not(.tax-artist) .items:first-of-type .tile:first-of-type .fade {
				top: 40px;
			}
		body:not(.tax-artist) .items:first-of-type .tile:first-of-type .permalink a {
			top: 0;
		}
	
	.fade {
		background-color: rgba(0,0,0,.5);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.box {
		margin: 0 auto;
		position: relative;
		z-index: 5;
	}	
		.box:hover {
			z-index: 6;
		}

	
	.box>img {
		cursor: pointer;
		left: 0;
		margin: 0 auto;
		opacity: 0;
		position: relative;
		top: 0;
		box-shadow: 0 0 20px rgba(0,0,0,.8);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.8);
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
		-webkit-transition: border, box-shadow;
		-webkit-transition-duration: 1s, 3s;
	}

	
		.box a { 
			text-decoration: none;
		}

		
.info {
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	color: #FFF;
	display: none;
	font-size: 45px;
	height: auto;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
	text-align: left;
	position: relative;
	z-index: 4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-box-shadow: 0 0 50px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,.8);
}
	.single .info {
		width: 600px;
	}

	.info h1 {
		font-size: 40px;
	}

		.info h1 small { font-size: 16px; }
	.info a { 
		color: #FFF;
		text-decoration: underline;
	}
		.info a:hover {
			color: #b5b5b5;
			text-shadow: 0 1px 0 #EEE,  -2px -2px 2px #000;
			text-decoration: none;
		}
	.info p,
	.info ul { 
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 11px; 
		font-style: normal;
		font-weight: normal;
		line-height: 1.3;
		margin: 1em auto 0;
	}
		.info ul li {
			list-style: none;
			margin-bottom: 5px;
		}

.home .videos .permalink {
	display: none;
}
		
.permalink {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
	.permalink a {
		background: url(/img/other/link.png) no-repeat scroll center top transparent;
		    color: #5A5A5A;
		    display: block;
		    font-size: 10px;
		    font-weight: normal;
		    line-height: 12px;
		    padding-top: 36px;
		    position: absolute;
		    right: -20px;
		    text-align: center;
		    text-decoration: none;
		    width: 50px;
	}
.audioplayer_container a {
	color: #5a5a5a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}	
	.permalink a:hover { 
		color: #FFF;
		text-shadow: 1px 1px 0 #000;
	}

.info h3 {
	font-size: 16px;
	margin-top: .4em;
}
	.info h3+p {
		margin-top: .4em;
	}

.tracklist {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
}
 	.tracklist li {
		line-height: 1.3;
		margin: 0 0 2px;
	}

.static {
	width: auto;
}

.single-videos .tile {
	height: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.single-videos .box {
	height: 100%;
}

.single-videos iframe {
	height: 100%;
}
.single-videos .permalink {
	opacity: 0;
	position: fixed;
	right: 10px;
	top: 40px;
	transition: opacity 1 linear;
	-moz-transition: all 1;
	-o-transition: all 1;
	-webkit-transition: opacity 1 linear;
}
	.single-videos .permalink:hover { 
		opacity: 1; 
		transition: opacity 1 ease-in-out;
		-moz-transition: all 1 ease-in-out;
		-o-transition: all 1 ease-in-out;
		-webkit-transition: opacity 1 ease-in-out;
	}

.single-videos #navigation {
	opacity: 0;
	transition: opacity 1 ease-in-out;
	-moz-transition: opacity 1 ease-in-out;
	-o-transition: opacity 1 ease-in-out;
	-webkit-transition: opacity 1 ease-in-out;
}

.single-videos #navigation:hover {
	opacity: 1;
	transition: opacity 1 ease-in-out;
	-moz-transition: opacity 1 ease-in-out;
	-o-transition: opacity 1 ease-in-out;
	-webkit-transition: opacity 1 ease-in-out;
}
	
.play-button {
	background: url(/img/other/play-button.png?2) no-repeat center center;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}	

.player {
	margin-top: 20px;
}	

.error404 {
	background: url(/img/other/404.gif) fixed center center;
}


.artistInfo {
	background-color: #000;
	background-position: 340px 30px;
	background-size: auto 100%;
	color: #FFF;
	padding-bottom: 40px;
	padding-top: 80px;
	text-align: center;
	box-shadow: inset 0 -10px 30px #000, inset 0 10px 40px #000;
	-moz-box-shadow: inset 0 -10px 30px #000, inset 0 10px 40px #000;
	-ms-box-shadow: inset 0 -10px 30px #000, inset 0 10px 40px #000;
	-o-box-shadow: inset 0 -10px 30px #000, inset 0 10px 40px #000;
	-webkit-box-shadow: inset 0 -10px 30px #000, inset 0 10px 40px #000;
}
.artistInfo header {
	width: 320px;
	margin: 0 auto 0 70px;
}

	.artistInfo h1 {
		background: rgba(0,0,0,.4);
		font-size: 30px;
		line-height: 1em;
		padding: 10px 5px 8px;
	}

	.artistInfo .social {
		background: rgba(0,0,0,.4);
		margin-top: 1px;
		height: 24px;
		padding: 5px 0;
	}
		.artistInfo .social>* { 
			display: inline-block;
			margin: 0 5px;
			vertical-align: middle
		}
		.artistInfo .social>a { display: none }
		

	.artistInfo figure img {
		width: 320px;
	}
	
	.artistInfo h2,
	.artist_agent {
		background: rgba(0,0,0,.4);
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		line-height: 1.3em;
		padding: 8px 10px;
		text-align: left;
	}
		.artist_agent a {
			color: #FFF;
		}
	.artist_agent {
		margin-top: 1px;
	}
	
.info input[type=email],
	.info input[type=text] {
		background: rgba(255,255,255,.2);
		border: 1px solid #ededed;
		font-size: 14px;
		padding: 8px;
		width: 70%;
		outline: none!important;
	}
#mce-EMAIL{
		background: rgba(255,255,255,.0);
		border: none;
		border-bottom: 1px solid #b5b5b5;
		font-size: 10px;
		outline: none!important;
		box-shadow:none;
		color: #b5b5b5;
}
 	.info input[type=submit] {
		width: 25%;
		line-height: 24px;
	}	
	
.band {
	background: #444;
	background: rgba(0,0,0,.6);
	margin-bottom: 20px;
	padding: 15px 10px 10px;
}	
	.band h1 {
		color: #FFF;
		font-size: 20px;
		line-height: 1em;
	}

#close_promo {
	position: fixed;
	bottom: 119px;
	left: 296px;
	font-size: 16px;
	color: red;
	cursor: pointer;
	display: block;
	line-height: .75em;
	font-weight: normal;
	text-shadow: 2px 2px 1px #000;
}
	.home #close_promo {
		font-size: 50px;
		bottom: auto;
		left: auto;
		right: 20px;
		top: 10px;
	}
#promo_splash {
	position: fixed;
	bottom: 10px;
	left: 0;
	background: rgba(0,0,0,.75);
	width: 270px;
	z-index: 30;
	padding: 0 20px;
}
	.home #promo_splash {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
	}
	#promo_splash table {
		height: 100%;
	}
	#promo_splash td {
		padding: 10px;
		vertical-align: middle;
	}


#release_signup {
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: left;
	width: 600px;
}
	#release_signup input[type=email],
	#release_signup input[type=text] {
		background: rgba(255,255,255,.2);
		border: 1px solid #ededed;
		font-size: 16px;
		padding: 8px;
		width: 300px;
		outline: none!important;
	}
	#release_signup input[type=submit] {
		width: 275px;
		line-height: 26px;
	}
	
	#release_signup div.wpcf7-validation-errors {
		color: #FFF;
		margin: 0;
		padding: 15px;
	}

	#release_signup div.wpcf7-mail-sent-ok {
		border: none;
		color: #FFF;
		font-size: 20px;
		text-align: center;
	}


@media only screen and (max-width: 1000px) {
	#header h1 {
		width: 90px;
	}
		#header h1 a {
			height: 90px;
		}
	
	#navigation>.social {
		float: none;
	}
	#navigation>form {
		float: left;
		clear: left;
		display: inline-block;
	}
	
	
	#navigation {
		padding-bottom: 5px;
		padding-left: 100px;
	}
	#navigation>ul>li>a:link, #navigation>ul>li>a:visited {
		font-size: 1.8em;
		height: auto;
	}
	
	header form {
		float: right;
	}
	
	
}



@media only screen and (max-width: 800px) {
	body {
		overflow-x: hidden;
	}
  .box>img {
		width: 100%;
	}
	
	.menu-out {
		overflow:hidden;
	}
	
	.menu-out #main {
		position: relative;
		left: 204px;
	}
	.menu-out #header {
		left: 204px;
	}
	
	#header {
		background: #ededed;
		border-bottom: 1px solid #b5b5b5;
		border-top: 1px solid #FFF;
		left: 0;
		right: 0;
		padding: 5px 0;
		position: relative;
	}
	
	#nav_trig {
		color: #444;
		cursor: pointer;
		display: inline-block;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		font-size: 36px;
		line-height: 0;
		border: none;
		padding: 20px 6px 21px;
		float: left;
		margin: 20px;
	}
	
	#header h1 {
		position: relative;
		float: right;
		right: 10px;
		left: auto;
	}

	
	#navigation {
		display: none;
		padding-left: 110px;
		position: absolute;
		background: none;
		border-bottom: none;
		border-top: none;
		background: #FFF;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		padding-left: 0;
		border-right: 3px solid #000;
	}
		.menu-out #navigation {
			display: block;
		}
	
	#navigation>.social,
	#navigation>form {
		display: none;
	}
	
	#navigation>ul>li,
	#navigation>ul>li.hidden {
		float: none;
		display: block;
		visibility: visible;
	}
	
	#artists {
		position: fixed;
		bottom: -1px;
		top: -1px;
		left: -1px;
		margin-left: 0;
		right: -1px;
		overflow: auto;
	}
		#artists ul {
			column-count: 1;
	    column-gap: 0;
	    -moz-column-count: 1;
	    -moz-column-gap: 0;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 0;
		}
			#artists ul li {
				width: auto;
				font-size: 20px;
			}
				#artists ul li a {
					display: block;
					padding: 10px;
				}
	
	#artists_close {
		position: fixed;
    right: 25px;
    top: 25px;
    color: #FFF;
    cursor: pointer;
    font-size: 50px;		
	}
		
		
	body.home .info {
		display: none;
	}
	
	.artistInfo {
		background-position: center 30px;
		box-shadow: inset 0 -10px 30px #000, inset 0 40px 40px #000;
		background-size: 100% auto;
		-moz-box-shadow: inset 0 -10px 30px #000, inset 0 40px 40px #000;
		-ms-box-shadow: inset 0 -10px 30px #000, inset 0 40px 40px #000;
		-o-box-shadow: inset 0 -10px 30px #000, inset 0 40px 40px #000;
		-webkit-box-shadow: inset 0 -10px 30px #000, inset 0 40px 40px #000;
	}
	.artistInfo header { margin: 0 auto }
	
	.info {
		padding: 15px;
		width: auto!important;
	}
	.info h1 {
		font-size: .5em;
	}
	
	.info p, .info ul {
		font-size: 10px;
	}


	
}

@media only screen and (max-width: 600px) {
	#container {
		min-width: auto;
	}
}

@media only screen and (max-width: 450px) {

}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

