
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
   
    body {
    	background: url('http://static.tumblr.com/qxrkgx6/m5Alvirjv/broken_noise__1_.png');
    	color:  #414040;
    }
    
    a, a:visited {
    	text-decoration:  none;
    	color:  #000;
    }

	#container {
		width: 960px;
		margin: 0 auto;
		background: #fff;
		overflow: auto;
		padding-bottom: 40px;
	}
	
	.left {
		width: 550px;
		float: left;
	}
	
	.aside {
		width: 305px;
		float: left;
	}
	
	h1, h2, h3, h4 {
		font-family: 'Open Sans', sans-serif;
		font-weight: bold 700;
		font-style: italic;
		text-transform: uppercase;
		color: #000;
	}
	
	
	/** HEADER **/
	
	header {
		padding: 0 30px;
		height: 120px;
	}
	
	.logo {
	height: 120px;
	padding-top: 20px;
	}
	
	.logo h1 {
		font-size: 32px;
		float: left;
		text-indent:  2px;
	}
	
	.logo h3#description {
		font-weight: 400;
		font-style: italic;
		font-size: 16px;
		text-transform: none;
		float: left;
		margin: 33px 0 0 10px;
	}
	
	.header.logo {
		height: 90px;
		width: 500px;
		padding-top: 15px;
		line-height: 90px;
	}

	.header.logo img {
		
	    max-width: 100%;
	    max-height: 100%;
	    height: auto;
	    width: auto;
	    vertical-align: middle;
	}
	
	.featureImage {
		width: 940px;
		height: 250px;
		overflow: hidden;
		margin: 0 auto 25px;
	}
	
	.featureImage.noHeader {
		margin-top: 25px;
	}
	
	.featureImage.hasNav {
		position: relative;
	}
	
	.featureImage.hasNav .nav {
		position: absolute;
		background: none;
		bottom: 0;
		left: 0;
	}
	
	/** NAV **/
	
	.nav {
		width: 940px;
		height: 47px;
		background:  #000 url('http://static.tumblr.com/qxrkgx6/84Ulviu9d/nav-overlay.png') no-repeat left top;
		margin:  0 auto;
	}
	
	.nav ul {
		margin: 0;
		line-height: 47px;
	    overflow: auto;
	    padding-left: 20px;
	}
	
	.nav ul li {
		list-style-type: none;
		float: left;
		margin-right: 25px;
		
		
	}
	
	.nav ul li a {
		font-family:   'Open Sans', sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size:  14px;
		color:  #fff;
	}
	
	/** MAIN **/
	
	#main {
		padding:  0 30px;
		margin-top: 25px;
	}
	
	/** LEFT **/
	
	.left {
		width:  561px ;
		margin-right: 34px;
	}
	
	.permSection {
		margin-left: 56px;
	}
	
	/** POST **/

	
	.post {
		overflow: auto;
		padding-bottom: 40px;
		margin-bottom:  40px;
	}
	
	.permalink .post {
		padding-bottom: 0;
	}
	
	.leftMeta {
		float: left;
		width:  40px;
		margin-right:  20px;
		display: block;
		text-align: center;
		display: block;
		font-family:   'Open Sans', sans-serif;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.leftMeta .seperator {
		height:  3px;
		background: #000 url('http://static.tumblr.com/qxrkgx6/PL9lviz8m/pattern-overlay.png');
		margin-bottom:  5px;
	}

	.leftMeta .icon {
		height: 32px;
		background: url('http://static.tumblr.com/qxrkgx6/CKflvogkj/post-icons.png') no-repeat center top;
		height:  28px;
		margin-bottom:  10px;
	}
	
	.post.photo .leftMeta .icon {
		background-position: center -65px;
		height:  20px;
	}
	
	.post.text .leftMeta .icon {
		background-position: center -121px;
		height:  28px ;
	}
	
	.post.video .leftMeta .icon {
		background-position: center -184px;
		height:  25px;
	}
	
	.post.quote .leftMeta .icon {
		background-position: center -246px;
		height:  22px;
	}
	
	.post.chat .leftMeta .icon {
		background-position: center -306px;
		height:  24px;
	}
	
	.post.link .leftMeta .icon {
		background-position: center -367px;
		height:  22px;
	}
	
	.post.audio .leftMeta .icon {
		background-position: center -427px;
		height:  24px;
	}
	
	.post.answer .leftMeta .icon {
		background-position: center -489px;
		height: 26px;
	}
	
	.leftMeta .day {
		font-size: 20px;
	}
	
	.leftMeta .month {
		font-size: 14px;
	}
	
	.postMain {
		float: left;
		width: 500px;
	}
	
	.postMain h3.title {
		font-weight: bold;
		font-size:  22px;
		margin:  0 0 -5px 0;
	}
	
	.postMain h3.title a {
		text-decoration: none;
	}
	
	.postMain h3.title a:hover {
		text-decoration: underline;
	}
	
	/** General **/
	
	blockquote {border-left: 3px solid rgba(161, 161, 161, 0.2);margin: 10px;padding: 0 10px;}
	
	.post blockquote img, .post img {
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	.postMain ul li {
		margin-bottom: 7px;
	}
	
	.postMain p {
		line-height: 18px;
	}
	
	h3 a {
		text-decoration: none !important;
	}
	
	h3 a:hover {
		text-decoration: underline;
	}

	/** Text **/
	
	.text blockquote {
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		font-size: 16px;
	}
	
	/** Photo **/

	.highRes {
		position: relative;
	}
	
	.zoomBtn {
		position: absolute;
		bottom: 15px;
		right: 15px;
		height:  32px;
		width: 32px;
		background: url('http://static.tumblr.com/qxrkgx6/PAllvpvki/zoom.png') no-repeat left top;
		opacity: 0;
		filter:alpha(opacity=0); /* For IE8 and earlier */	
		-webkit-transition: opacity 0.2s linear;
	}
	
	.zoomBtn.hover {
		display: block;
		opacity: 0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */	
	}
	
	/** Quotes **/
	
	.quoteText {
		font-weight: bold;
		font-size:  22px;
		text-transform: none;
		font-family:   'Open Sans', sans-serif;
		color: #000;
		font-style: italic;
	}
	
	.quote .source {
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		font-size: 16px;
		margin-top: 7px;
	}
	
	.quote .postMain {
		margin-top: -2px;
	}
	
	/** Link **/
	
	.link .postMain {
		margin-top: -2px;
	}
	
	/** Chat **/
	.post.chat h3.title {
		margin-bottom: 15px;
	}	
	
	
	.post.chat ul.chat  {
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		font-size: 16px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.post.chat ul.chat li {
		margin-bottom: 20px;
	}
	
	.post.chat ul.chat .label {
		color: #000;
		font-weight: bold;
	}
	
	/** Questions **/
	
	.askerDiv {
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		font-size: 16px;
		margin-top: 7px;
	}
	
	.askerPic {
		float: left;
		margin-right: 10px;
	}
	
	/** Audio **/
	
	.audio h3.track {
		font-size: 24px;
		text-decoration: none;
		margin-bottom: 2px;
		margin-top: 0;
	}
	
	
	.audio .artist {
		font-size: 18px;
		font-weight: 500;
		text-transform: none;
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		margin-bottom: 20px;
		
	}
	
	.audio .audioContent {
		overflow: auto;
	}
	
	.audio .albumArt {
		float: left;
		margin-right: 10px;
		
	}
	
	.post.audio .albumArt {
		width: 200px;
	}
	
	
	
	/** Meta **/
	
	.meta {
		margin-top:  20px;
	}
	
	.meta a {
		padding-left: 20px;
		background: url('http://static.tumblr.com/qxrkgx6/c6elvo6f0/meta-sprite.png') no-repeat left top;
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
		-webkit-transition: opacity 0.2s linear;
		font-size: 11px;
		display: block;
		float: left;
		height:  20px;
		padding: 2px 0 0 18px;
		margin-right:  20px;
		
	}
	
	.meta a:hover {
		opacity:  1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.metaTop {
		overflow: auto;
	}
	
	.meta .source a {
		background-position: left -165px;
		font-family: Arial, sans-serif;
		font-style: normal;
	}
	
	.meta .permaLink a {
		background-position: left top;
	}
	
	.meta .notesLink a {
		background-position: left -33px;
	}
	
	.meta .shortURL a {
		background-position: left -100px;
	}
	
	.meta .commentsLink a {
		background-position: left -66px;
	}
	
	.meta .metaTags {
		margin-top: 7px;
		overflow: auto;
		background: url('http://static.tumblr.com/qxrkgx6/c6elvo6f0/meta-sprite.png') no-repeat left -133px;
		padding-left: 17px;
	}
	
	.meta .metaTags a {
		background: none;
		font-size:  10px;
		margin-right:  7px;
		padding-left: 0;
	}
	
	/** sidebar **/
	
	.widget {
		margin-bottom: 50px;
	}
	
	.widget h3.widgetTitle {
		font-size: 16px;
		margin: 0 0 3px 0;
	}
	
	.widget .seperator {
		height:  3px;
		background: #000 url('http://static.tumblr.com/qxrkgx6/PL9lviz8m/pattern-overlay.png');
		margin-bottom: 15px;
	}
	
	.widget.custom {
		overflow: hidden;
	}
	
	.tweet_list {
		margin: 0;
		padding: 0;
	}
	
	.tweet_list li {
		list-style-type: none;
	
	}
	
	.widget a.external {
		display: block;
		text-decoration: underline;
		margin-top: 7px;
		font-size: 11px;
		opacity: 1 !important;
		filter: 1 !important; /* For IE8 and earlier */	
		margin-top: 15px;
	}
	
	.tweet_text {
		font-size: 14px;
		font-weight: regular;
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		line-height: 20px;
	}
	
	.tweet_text a {
		text-decoration: underline;
	}
	
	.albumArt {
		width: 305px;
		margin-bottom: 10px;
	
	}
	
	.albumArt img {
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	.widget .albumArt {
		float: none;
	}
	
	
	#fImages a img {
		width: 71px;
		height: 71px;
	}
	
	#fImages a {
		margin-right: 5px;
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
	
	/** iTunes **/
	
	.iTunesLink {
		background: url("http://static.tumblr.com/qxrkgx6/UsZm14dw5/itunes_icon.png") no-repeat scroll left center transparent;
		    display: block;
		    margin-top: 10px;
		   padding: 11px 0 9px 38px;
		  margin: 10px 0 35px 0 !important;
	}
	
	.iTunesLink:last-child {
		margin-bottom: 0 !important;
	}
	
	/** Soundcloud **/
	
	.soundcloudPlayer {
		display: none;
		overflow: auto;
	}
	
	.soundCloudLoader {
		background: url("http://static.tumblr.com/qxrkgx6/swNlw2j5k/ajax-loader__1_.gif") no-repeat scroll 6px center #FFFFFF;
	    border-radius: 3px 3px 3px 3px;
	    color: #505050;
	    font-size: 12px;
	    padding: 12px 0 10px 40px;
	    width: 102px;
	}
	
	.soundCloudLink {
	    background: url("http://static.tumblr.com/qxrkgx6/naUlw2mwo/soundcloud-bdef1df048a47e630a952aaebcd4aa0b.png") no-repeat scroll left top transparent;
	    display: block;
	    height: 11px;
	    position: absolute;
	    right: 3px;
	    top: 8px;
	    width: 25px;
	    opacity:0.2;
	    filter:alpha(opacity=20); /* For IE8 and earlier */
	    -webkit-transition: opacity 0.2s linear;
	   
	}
	
	.soundCloudLink:hover {

		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.powerCloud {
		opacity:0.2;
		filter:alpha(opacity=20); /* For IE8 and earlier */
		display: block;
		float: right;
		 margin-top: 15px;
		 -webkit-transition: opacity 0.2s linear;
	}
	
	.powerCloud:hover {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	/** Songkick **/
	
	.songkickGigs {
		overflow: auto;
		width: 305px;
	}
	
	.songkickGigs ul {
		margin: 0;
		padding: 0;
	}
	
	
	.songkickGigs ul li {
		list-style-type: none;
		padding: 10px 0 9px 0;
		border-bottom: 1px solid #EEE;
	}
	
	.songkickGigs ul li:first-child {
		padding-top: 0;
	}
	
	
	.songkickGigs ul li a {
		color:  #000;
		font-size: 13px;
	}
	
	.songkickGigs ul li a:hover {
		text-decoration: underline;
	
	}
	
	.songkickGigs .date {
		display: block;
		font-size: 12px;
		margin-top: 3px;
	}
	
	.songkickAttr {
		background: url('http://static.tumblr.com/qxrkgx6/d3Dlw301l/songkickattr.png') no-repeat left top;
		text-indent: -9999px;
		text-transform: uppercase;
		width: 131px;
		height: 32px;
		display: block;
		float: right;
		 margin-top: 15px;
		
	}
	
	.songkickAttr:hover {
		background-position: 0 -38px;
	}
	
	
	/** Songkick Page **/
	
	.songkickLarge {
		overflow: auto;
	}
	
	.songkickLarge ul {
		margin: 0;
		padding: 0;
		margin-top: 15px;
	}
	
	
	.songkickLarge ul li {
		list-style-type: none;
		padding: 15px 0 14px 0;
		border-bottom: 1px solid #EEE;
		overflow: auto;
	}
	
	.songkickLarge ul li:first-child {
		border-top: 1px solid #eee;
	}
	

	
	
	.songkickLarge ul li a {
		color:  #000;
		font-size: 15px;
		text-decoration: none !important;
	}
	
	.songkickLarge ul li a:hover {
		text-decoration: underline;
	
	}
	
	.songkickLarge .date {
		display: block;
		font-size: 12px;
		margin-bottom: 3px;
	}
	
	.songkickLarge .buyTickets {
		float: right;
		width: 18%;
		text-align: right;
		margin-top: 10px;
		padding-right: 2%;
	}
	
	.songkickLarge .place {
		font-size: 12px;
		margin-top: 2px;
		display: block;
	}
	
	.songkickLarge .venue {
		font-size: 16px;
	}
	
	.songkickLarge .leftContent {
		float: left;
		width: 68%;
		margin-left: 2%;
		margin-top: 2px;
	}
	
	.songkickLarge .date {
		float: left;
		width: 10%;
	}
	
	.songkickAttr {
		background: url('http://static.tumblr.com/qxrkgx6/d3Dlw301l/songkickattr.png') no-repeat left top;
		text-indent: -9999px;
		text-transform: uppercase;
		width: 131px;
		height: 32px;
		display: block;
		float: right;
		 margin-top: 15px;
		
	}
	
	.songkickAttr:hover {
		background-position: 0 -38px;
	}
	
	.songkickLarge .date {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}
	
	.songkickLarge .month {
		font-size: 12px;
	}
	
	.songkickLarge .day {
		font-size: 18px;
	}
	
	
	/** Big Cartel **/
	
	#bigCartel ul {
		margin: 0;
		padding: 0;
	}
	
	#bigCartel ul li {
		list-style-type: none;
		padding: 10px 0 9px 0;
		border-bottom: 1px solid #EEE;
		overflow: auto;
	}
	
	#bigCartel ul li:first-child {
		padding-top: 0;
	}
	
	#bigCartel ul li div {
		width: 70px;
		height: 60px;
		float: left;
		overflow: hidden;
	}
	
	#bigCartel ul li img {
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	#bigCartel ul li a {
		margin: 3px 0 0 10px;
		float: left;
		width: 180px;
	}
	
	#bigCartel .title {
		font-size: 13px;
		font-weight: bold;
	}
	
	#bigCartel .price {
		display: block;
	    font-size: 12px;
	    font-weight: normal;
	    margin-top: 3px;
	}
	
	/** links **/
	
	.aside ul.linksSidebar {
		margin: 0;
		padding: 0;
	}
	
	.aside ul.linksSidebar li {
		list-style-type: none;
		padding: 3px 0 3px 0;
		font-size: 12px;
	}
	
	.aside ul.linksSidebar li a {
		color:  #414040;
	}
	
	.aside ul.linksSidebar li a:hover {
		color: #000;
	}
	
	
	
	
	/** pagination **/
	
	.pagination {
		display: none;
	}
	
	.nextPrev {
		height: 100px;
		overflow: auto;
		margin-top: 40px;
	}
	
	.nextPrev a {
		font-size: 16px;
		font-weight: bold;
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		margin-bottom: 20px;
		text-transform: uppercase;
		background: url('http://static.tumblr.com/qxrkgx6/HYtlvqefb/meta-icons.png') no-repeat left top;	
	}
	
	.nextPrev a:hover {
		text-decoration: underline;
	}
	
	.nextPrev a.prevPost {
		padding-left: 20px;
		background-position: left -192px;
	}
	
	.nextPrev a.nextPost {
		padding-right: 20px;
		background-position: right -221px;
	}
	
	.pagination {
		height: 100px;
		overflow: auto;
		margin-top: 40px;
	}
	
	.pagination a {
		font-size: 16px;
		font-weight: bold;
		font-family:   'Open Sans', sans-serif;
		font-style: italic;
		margin-bottom: 20px;
		text-transform: uppercase;
		background: url('http://static.tumblr.com/qxrkgx6/HYtlvqefb/meta-icons.png') no-repeat left top;	
	}
	
	.pagination a:hover {
		text-decoration: underline;
	}
	
	.pagination a.next {
		padding-left: 20px;
		background-position: left -192px;
	}
	
	.pagination a.new {
		padding-right: 20px;
		background-position: right -221px;
	}
	
	
	/** NOTES **/
	
	#notes {
	    font-size: 11px;
	    color:  #707070;
	}
	
	#notes ol li a {
		color: #373737;
	}
	
	#notes ol {
		margin: 0;
		padding: 0;
	}
	#notes ol li {
	    list-style-type: none;
	    margin-bottom: 10px;
	}

	ol.notes li a img {
	    display: none;
	}

	.more_notes_link_container {
	    text-align: left!important;
	}
	
	/** Disqus and Facebook **/
	
	.facebookComments, .permSection .comments {
		margin-top: 40px;
	}
	
	.commentsHeading {
		font-size: 16px;
	}
	
	.comments .commentsHeading {
		margin-bottom: 0;
	}
	
	#dsq-content h3 {
		
		font-size: 13px;
		
	}
	
	/** share **/
	
	.fbShare iframe {
		width: 105px !important;
	}
	
	.gpShare {
		margin-right: 5px;
	}
	
	.shareSection {
		overflow: hidden;
		margin-top: 25px;
	}
	
	.shareSection span {
		display: block;
		float: left;
	}
	
	/** social bar **/
	#socialBar {
	    overflow: auto;
	    margin-bottom: 5px;
	    width: 430px;
	    float: right;
	}
	#socialBar a {
	   background: url("http://static.tumblr.com/qxrkgx6/Wqnm8undn/social-sprite.png") no-repeat scroll 0 0 transparent;
      display: block;
      float: right;
      height: 29px;
      margin: 46px 0 6px 6px;
      width: 29px;
	}
	
	.aside .widget #socialBar {
		width: 305px;
		float: none;
	}
	
	.aside .widget #socialBar a {
		float: left;
	    margin: 0 0 5px 4px;
	}

	#socialBar #facebook {
	    background-position: 0 0;
	}
	#socialBar #facebook:hover {
	    background-position: 0 -49px;
	}
	
	#socialBar #twitter {
	    background-position: -37px 0;
	}
	#socialBar #twitter:hover {
	    background-position: -37px -49px;
	}
	
	#socialBar #soundcloudSocial {
	    background-position: -335px 0;
	}
	#socialBar #soundcloudSocial:hover {
	    background-position: -335px -49px;
	}
	
	#socialBar #bandcampSocial {
	    background-position: -444px 0;
	}
	#socialBar #bandcampSocial:hover {
	    background-position: -444px -49px;
	}
	
	
	#socialBar #vimeo {
	    background-position: -112px 0;
	}
	#socialBar #vimeo:hover {
	    background-position: -112px -49px;
	}
	
	
	#socialBar #flickr {
	    background-position: -262px 0;
	}
	#socialBar #flickr:hover {
	    background-position: -262px -49px;
	}
	
	
	#socialBar #lastfm {
	    background-position: -187px 0;
	}
	#socialBar #lastfm:hover {
	    background-position: -187px -49px;
	}
	
	
	#socialBar #linkedin {
	    background-position: -224px 0;
	}
	#socialBar #linkedin:hover {
	    background-position: -224px -49px;
	}
	
	
	#socialBar #foursquare {
	    background-position: -299px 0;
	}
	#socialBar #foursquare:hover {
	    background-position: -299px -49px;
	}
	
	
	#socialBar #youtube {
	    background-position: -74px 0;
	}
	#socialBar #youtube:hover {
	    background-position: -74px -49px;
	}
	
	
	#socialBar #myspace {
	    background-position: -149px 0;
	}
	#socialBar #myspace:hover {
	    background-position: -149px -49px;
	}
	
	#socialBar #hypemachine {
	    background-position: -372px 0;
	}
	#socialBar #hypemachine:hover {
	    background-position: -372px -49px;
	}
	
	#socialBar #spotify {
	    background-position: -408px 0;
	}
	#socialBar #spotify:hover {
	    background-position: -408px -49px;
	}

	
	/** footer **/
	
	footer {
		height: 100px;
	}
	
	
	/** facebook hack **/
	
	.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;}
	
	
	/** follow buttons **/
	
	.fb-subscribe, .twitter-follow-button, .g-plus {
		margin-bottom: 15px;
		displayy:block;
	}
	
	/**instagram thumbs **/
	
	/** INSTAGRAM **/
	
	ul#gramImages {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: auto;
	}
	
	ul#gramImages li {
		float: left;
		margin-right: 8px;
		margin-bottom: 5px;
		
	}
	
	
	ul#gramImages li:last-child {
		margin-right: 0;
	}
	
	ul#gramImages li a {
		display: block;
		
	}
	
	
	ul#gramImages li a img, #fImages a img {
		padding: 3px;
		background-color: #fff;
		border: 1px solid #dedede;
		width:  60px;
		height: 60px;
		transition: all 0.30s ease-in-out;
	   -webkit-transition: all 0.30s ease-in-out;
	   -moz-transition: all 0.30s ease-in-out;
	}
	
	ul#gramImages li a:hover img, #fImages a:hover img {
		-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
		
	}
	
	/** Instagram Page */
	
	.instagramPage {
		overflow: auto;
	}
	
	.instagramPage ul {
		margin: 0;
		padding: 0;
		overflow: auto;
	}
	
	.instagramPage ul li {
		list-style-type: none;
		float: left;
		margin-right: 10px;
	}
	
	.instagramPage ul li:nth-child(4n+4) { margin-right: 0; }
	
	.instagramPage ul li img {
		border: 1px solid #e5e5e5;
		padding: 3px;
		width: 109px;
		height: 109px;
	}
	
	.loadMoreGrams {
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 20px;
		margin-top: 15px;
		display: block;
		text-transform: uppercase;
		text-decoration: none !important;
		cursor: pointer;
		
	}
	
	.noMoreGrams {
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 20px;
		margin-top: 15px;
		display: none;
		text-transform: uppercase;
		text-decoration: none !important;
		color: #000;
		
	}
	
	.noMoreGrams.display {
		display: block;
	}
	
	.instagramPage .spinner {
		background: url("http://static.tumblr.com/qxrkgx6/swNlw2j5k/ajax-loader__1_.gif") no-repeat scroll 6px center #FFFFFF;
		padding: 12px;
		display: none;
	}
	
	#fancybox-title {
	
		margin-top: 9px !important;
	}



/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { qplay: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}