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,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* ----------------------------------------------- */

body {
	background: url(../img/reimi-band.jpg) no-repeat center -130px;
	background-attachment: fixed;
	font: 10px/1 'american typewriter', monospace, sans-serif;
	-webkit-font-smoothing: antialiased; /* crisp text rendering in webkit / safari */
	text-align: center;
}

/* ----------------------------------------------- */

#title {
	color: white;
	font: 40px/1 'marker felt', monospace, sans-serif;
	padding: 40px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

#bubbles {
	width: 780px;
	min-height: 900px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 700px auto 30px auto;
}

.bubble {
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	float: left;
	height: 80px;
	margin: 30px;
	padding: 60px;
	width: 80px;
}

.bubble:not(.video) {
	-webkit-transition-property: all;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
}

.bubble span {
	color: #fff;
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}

span.invisible {
	visibility: hidden;
}

a:hover span.invisible {
	visibility: visible;
}

#bubbles .bubble.download {
	background-image: url(../img/arrow.png) !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

span.big { font-size: 230%; }
span.small { font-size: 130%; letter-spacing: .1em; }

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	background: #444 !important;
}

/* ----------------------------------------------- */

#info {
	-webkit-box-shadow:
		0 2px 0 rgba(0, 0, 0, .4) inset,
		0 4px 0 rgba(0, 0, 0, .2) inset,
		0 6px 0 rgba(0, 0, 0, .1) inset;
	-moz-box-shadow:
		0 2px 0 rgba(0, 0, 0, .4) inset,
		0 4px 0 rgba(0, 0, 0, .2) inset,
		0 6px 0 rgba(0, 0, 0, .1) inset;
	padding-bottom: 300px;
	clear: both;
	background: #1c1c1c url(../img/reimi-band-invert.jpg) no-repeat center -130px;
	background-attachment: fixed;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
	text-align: left;
}

#info .center {
	width: 1000px;
	margin: 0 auto;
}

#info h2 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

#info p {
	font-size: 130%;
	line-height: 1.5;
	margin-bottom: 10px;
}

#info p a {
	background: #ddd;
	color: #333;
	padding: 0 5px;
}

#info p a:hover {
	color: #fff;
}

#info a {
	border-radius: 5px;
}

#bio {
	margin: 15px;
	float: left;
	min-width: 290px;
	max-width: 30%;
}

#images {
	float: left;
	height: 100%;
	width: 30%;
	padding: 15px;
	min-width: 290px;
}

#images a {
	display: block;
	margin: 0;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #111;
}

#images img {
	background: #333 url(../img/loader.gif) no-repeat center center;
	height: 75px;
	width: 100px;
}

#disclaimer {
	padding: 15px;
	float: left;
	width: 30%;
	min-width: 290px;
}

#cc-license {
	display: block;
	background: transparent !important;
	opacity: .5;
	height: 16px;
	padding: 0;
	width: 60px;
}

#cc-license:hover {
	opacity: .7;
}

/* ----------------------------------------------- */

@media only screen and (max-device-width:480px) {

	body {
		-webkit-text-size-adjust: none;
	}

	#info {
		padding-bottom: 20px;

	}
	
}