/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


body {
	position:relative;
	
	min-width:960px;
	
	background:#000;
}

.b-victim-bg {
	position:absolute;
	z-index:-1;
	top:0;
	right:0;
	
	display:none;
	
	width:100%;
	height:auto;
}

.b-wrapper {	
	/*position:fixed;*/
	
	width:960px;
	margin:0 auto;
	padding:20px 0;
}
.b-victim-text {	
	display:block;
	overflow:hidden;
	
	width:695px;
	height:60px;
	margin:0 auto 20px auto;
	
	text-indent:100%;
	white-space:nowrap;
	
	background:url(images/home/b-victim-text.png) center no-repeat;
}

.b-innoe-logo {
	position:absolute;
	z-index:1;
	right:0;
	bottom:0;
	
	display:block;
	overflow:hidden;
	
	width:157px;
	height:154px;
	
	text-indent:100%;
	white-space:nowrap;
	
	background:url(images/home/b-innoe-logo.png) 0 0 no-repeat;
}

.b-bandcamp-wrapper {
	position:relative;
	
	width:350px;
	margin:0 auto;
	padding:1em 2em;
	
	background:url(images/home/bg-black-lines.png);
}
.b-bandcamp {
	position:relative;
	
	display:block;
	
	height:230px;
}

.b-victim {
	position:absolute;
	z-index:1;
	top:2em;
	right:2em;
}


.b-nav {margin-top:1em;}
.b-nav li {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:12px;
	
	display:inline-block;
		//display:inline;
		//zoom:1;
	
	margin-right:0.5em;
	
	vertical-align:top;
}
.b-nav li a {
	color:#c8c4ca;
	
	text-decoration:none;
	
	border-bottom:1px solid #767575;
}
.b-nav li a:hover {color:#dcdadd;}