/* 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; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
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; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
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; }


/*
         _,.-------.,_
     ,;~'             '~;,
   ,;                     ;,
  ;     IM HUNGRY . . .     ;
 ,'       FOR BALL'S !!     ',
,;                           ;,
; ;      .           .      ; ;
| ;   ______       ______   ; |
|  `/~"     ~" . "~     "~\'  |
|  ~  ,-~~~^~, | ,~^~~~-,  ~  |
 |   |        }:{        |   |
 |   l       / | \       !   |
 .~  (__,.--" .^. "--.,__)  ~.
 |     ---;' / | \ `;---     |
  \__.       \/^\/       .__/
   V| \                 / |V
    | |T~\___!___!___/~T| |
    | |`IIII_I_I_I_IIII'| |
    |  \,III I I I III,/  |
     \   `~~~~~~~~~~'    /
       \   .       .   / 
         \.    ^    ./
           ^~~~^~~~^

 */



body {
	height: 100%;
	width: 100%;
	position: relative;
	background: #000;
	z-index: 100;
}

	#canvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	a#image_area {
		position: fixed;
		text-indent: -9999px;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		width: 895px;
		margin-left: -447px;
		z-index: 10;
		background: url(../img/header2.gif) right top no-repeat;
		background-size: cover;
		-moz-box-shadow: -10px 10px 25px #000;
		-webkit-box-shadow: -10px 10px 25px #000;
		box-shadow: -10px 10px 25px #000;
	}

	#canvas_over {
		opacity: .6;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
		cursor: pointer;
	}

#player_embed {
	display: none;
	width: 400px;
	height: 100px;
	border: 5px solid #761914;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 40;
	-moz-border-radius-topright: 18px;
	-webkit-border-top-right-radius: 18px;
}


/***************************************************************
 *                          RELEASES                           * 
 ***************************************************************/

body#releases {
	position: relative;
}

body#releases #main {
	z-index: 1111;
	background: url(../img/vhs.gif) 0 0 no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

body#releases h1 {
	position: fixed;
	top: 32px;
	left: 24px;
	width: 441px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	background: url("../img/header-releases.gif") 0 0 no-repeat;
	opacity: .5;
	z-index: 111;
}

body#releases ul {
	position: relative;
	padding: 124px 24px 24px;
	z-index: 112;
}

body#releases ul > li {
	float: left;
	display: block;
	width: 450px;
	margin: 0 30px 0 0;
	min-height: 600px;
	padding: 15px;
	opacity: 0.95;
	background: #fefefe;
}

body#releases ul > li .release_header {
	height: 450px;
	width: 450px;
	display: block;
}
	body#releases ul li#release-yoko_belnades .release_header {
		background: url(../img/releases/yoko_belnades.jpeg) no-repeat 0 0;
		-moz-background-size: cover;
		background-size: cover;
	}
	
	body#releases ul li#release-in_pleasant_company .release_header {
		background: url(../img/releases/comp-noble.jpeg) no-repeat 0 0;
		-moz-background-size: cover;
		background-size: cover;
	}
	
	body#releases ul li#release-now_thats_what_i_call_drone_vol_1 .release_header {
		background: url(../img/releases/comp-drone.jpeg) no-repeat 0 0;
		-moz-background-size: cover;
		background-size: cover;
	}
	
body#releases ul li h2 { font: bold 22px arial; letter-spacing: 1px; padding: 12px 0 0; }
body#releases ul li h3 { font: italic 10px arial; padding: 6px 0 10px; }
body#releases ul li h4 { font: 12px arial; padding: 0 0 18px; }

	body#releases ul li ol {
		padding: 18px 0 0;
		counter-reset: item 0
	}

	body#releases ul li#release-in_pleasant_company ol {
		counter-reset: item 22
	}

	body#releases ul li#release-now_thats_what_i_call_drone_vol_1 ol {
		counter-reset: item 2
	}

body#releases ul li ol li {
	display: block;
}
	body#releases ul li ol li:before {
		content: counter(item) ". ";
		counter-increment: item;
		display:inline-block;
		margin-right: 12px;
		}

		body#releases ul li ol li a {
			color: #691a38;
			text-decoration: none;
		}
			body#releases ul li ol li a:hover,
			body#releases ul li ol li a:visited {
				color: #b9335c;
			}







.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:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@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; }
}

