/***condensed meyer reset***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;}
	
fieldset, img { 
	border: 0;}
	
table {
	border-collapse: collapse;
	border-spacing: 0;}
	
ol, ul, li {
	list-style: none;}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;}
	
caption, th {
	text-align: left;}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;}
	
q:before, q:after {
	content: '';}
	
abbr, acronym { 
	border: 0;}


/***********************/

body {
	font-family: 'Lato', "Lucida Grande", "Lucida Sans Unicode", 'Verdana', sans-serif;
	font-size: 120%;
	font-weight: 300;
	text-align: left;
	background: #ffffff;
}

/***boxes etc***/

#pageContainer {
	width: 90%;
	margin: 30px auto;
	overflow: hidden;}

#nav {
	margin-bottom: 1.5em;
	}
	
#gallery {
	width: 500px;
	margin: 30px auto;
	text-align: left;
	padding: 15px;
	text-align: left;}
		
img.galleryItem {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	width: 75px;
	height: 75px;
	margin: 10px;}

a.galleryLink {
	text-decoration: none;
	border: 0 none;
	box-shadow: none;}

a:hover.galleryLink {
	}
				
img.icon {
	border: 1px solid #777;
	margin-bottom: .75em;}

img.mainpic	{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
/*	width: 100%; */
	} 

img.socialButton {
	width: 40px;
	height: 40px;}

.auto-resizable-iframe {
	max-width: 480px;
	margin: 0px;
}

.auto-resizable-iframe > div {
	position: relative;
	padding-bottom: 75%;
	height: 0px;
}

.auto-resizable-iframe iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 85%;
	height: 85%;
 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

iframe {
	border: 5px solid #000;
    border-radius: 5px;;
    }

/***typography***/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	letter-spacing: .2em;
	}
	
h1, h2, h3 a {
	text-decoration: none;
	color: inherit;}

h1 {
	font-size: 42pt;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;}

h2 {
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	color: #31729c;
	margin-bottom: .15em;}
	
h3 {
	margin-bottom: 1em;
	font-size: 28px;
	line-height: 1.3em;
	text-transform: ;}
	
h5 {
	font-size: 16px;
	letter-spacing: -.05em;
	margin-bottom: 1em;
}

p {
	font-size: 100%;
	line-height: 1.65em;
	margin-bottom: 1.5em;}

p.small {
	font-size: 10px;}
	
p.smallcaption {
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-top: -2em;}

p.slashes {
	font-size: 10px;}
	
p.large {
	font-size: 1.5em;
}

a.captionlink {
	font: italic bold 11pt Georgia, serif;}

a.nodecoration {
	text-decoration: none;}

em	{
	font-weight: bold;
	}

p a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0px solid #d1e1e6;
	box-shadow: inset 0 -5px 0 #d1e1e6;}

video.headerVideo {
	width: 66%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	margin-bottom: .5em;
	}

a:hover {
	border-bottom: 0px solid #caea03;
	box-shadow: inset 0 -5px 0 #caea03;}
	
ul.linkList {
	font-family: 'Crimson Text', serif;
	list-style: none;
	margin: 0 0 1em 0;
	font-size: 16px;
	line-height: 1.5em;}

.linkList a {
	text-decoration: none;
	border-bottom: 0px solid #d1e1e6;
	box-shadow: inset 0 0 0 #d1e1e6;}
	
.linkList a:hover {
	border-bottom: 0px solid #caea03;
	box-shadow: inset 0 -5px 0 #caea03;}
	
a.socialButton {
	border-bottom: 0;
	box-shadow: none;}
	
img.socialButton {
	border: 0;
	box-shadow: none;
	margin-right: .25em;
	height: 30px;
	width: 30px;
}

img.socialButton:hover {
	}

.headerSubhead {
	font-size: 100%;
}

/***ubaplayer***/
	
#fallback {
	display: none;}

ul.controls {
	margin-top: 15px;}
	
.audioButton {
	background: url("../i/btn@2x.png") no-repeat 0 0px;
	background-size: 20px 200px;
	display: inline;
	cursor: pointer;
	margin-left: -6px;
	padding: 10px;}

.audioButton:hover {
	background-position: 0 -40px;}

.audioButton.playing {
	background-position: 0 -80px;}

.audioButton.playing:hover {
	background-position: 0 -120px;}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("../i/loading.gif") no-repeat 0 0px;
	background-size: 20px 20px;
	display: inline;
	cursor: pointer;
	margin-left: -6px;
	padding: 10px;}

#player {
	display: none;}

/*** discog ***/

#bio {
	width: 85%;
	}
	
#bio a {
	text-decoration: none;
	}

.headerPic {
	height: 220px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;}

.bannerPic {
	height: 220px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
#discogContainer {
	width: 100%;
	text-align: left;
	margin: 15px auto;
	overflow: hidden;
	}
		
.discogItem {
	color: #797478;
	float: left;
	width: 20%;
	height: 260px;
	margin: 0 0 50px 0;
}

.discogItem p {
	margin: .5em 0;
	font: 10px Verdana, sans-serif;}

.discogItem a {
	border-bottom: 0px;
	box-shadow: none;}

.discogItem img {
	height: 220px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;}

img.lightBorder {
	border-color: #ddd;}

#creditsKey {
	clear: both;
	padding: 20px 0 0 0;}
	
	
/* MEDIA QUERIES*/

@media only screen and (min-width: 1701px) {
	.discogItem { width: 16%; }
}

@media only screen and (max-width : 1400px),
only screen and (max-device-width : 1400px){
	.discogItem {width: 25%;}
}

@media only screen and (max-width : 1100px),
only screen and (max-device-width : 1100px){
	.discogItem {width: 33%;}
}
 
@media only screen and (max-width : 785px),
only screen and (max-device-width : 785px){
	.discogItem {width: 50%;}
}

@media only screen and (max-width : 712px),
only screen and (max-device-width : 712px){
	iframe {width: 100%;}
}

@media only screen and (max-width : 956px),
only screen and (max-device-width : 956px){
	img.mainpic {width: 100%; height: auto;}
	}

@media only screen and (max-width : 520px),
only screen and (max-device-width : 520px){
	#discogContainer {
		text-align: center;
	}
	.headerSubhead {
/* 		font-size: 65%; */
	}
	p {
		font-size: 90%;
	}
	#headerText {
	}
	.discogItem {
		height: 265px;
		width: 100%;
		margin: 20px auto;
		margin-bottom: 30px;
	}
	body {
		text-align: center;
	}
	.hidden-mobile {
    	display: none;
	}
	#bio {
		width: 100%;
	}
	.audioButton {
		margin-left: 0px;
	}
	.audioButton.loading, .audioButton.loading:hover {
		margin-left: 0px;
	}
}

@media only screen and (max-width : 390px),
only screen and (max-device-width : 390px){
	video.headerVideo {width: 220px; height: auto;}
	}

/*@media only screen and (max-width : 375px),
only screen and (max-device-width : 375px){
	.discogItem {width: 49%; height: auto; margin-bottom: 5%;}
	.discogItem img {width: 90%; height: auto;}
	.discogItem p {font-size: 9px;}
}*/