/*OVERRIDE RESKIN*/

html {
	overflow-x: hidden;
}

body {
	background: #ffffff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

#header-wrapper {
	height: 290px;
	background: #000000;
	color: #fff;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#header-wrapper.fixed #header {
	padding: 0;
}

#modal-overlay {
	top: 0px;
}

#header {
	max-width: 100%;
}

#header #blog-title {
	border-bottom: 0;
	padding: 110px 0 101px;
}

.backstretch {
	background: #000000;
}

#header #blog-title h1  {
	width: 293px;
	height: 19px;
	background: url(http://assets.umusic.co.uk/polydor/hudsontaylor/tumblr/assets/images/logo.png) no-repeat top left;
	margin: 0 auto;
	text-indent: -9999px;	
}

#header #blog-title h1 a {
	display: block;
}

#feeds-wrapper #feeds #profile #social-icons li.soundcloud a {
	background: url(http://assets.umusic.co.uk/polydor/hudsontaylor/tumblr/assets/images/icon-soundcloud.png);
}

#header .navigation {
	background: #000;
	height: 60px;
}

#header .navigation .inner {
	max-width: 1160px;
	margin: 0 auto;
}

#header #feeds-list {
	width: auto;
}

#header #feeds-list>ul {
	margin-top: 0;
}

#header #feeds-list>ul li {
	background: none;
	height: 60px;
	line-height: 60px;
	width: auto;
	text-indent: 0;
	margin-right: 20px;
}

#header #feeds-list>ul li:hover,
#header #feeds-list>ul li:hover a {
	color: #bbb;
}

#header #links {
	width: auto;
}

#header #links li {
	margin-left: 30px;
}

#header #search {
	float: right;
}

#header #search form {
	background: #fff;
}

#feeds-wrapper {
	background: #f5f5f5;
	color: #4b4b4b;
	text-shadow: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

#feeds-list a,
#feeds-list a:visited {
	color: #ffffff;
}

#feeds-wrapper #feeds #profile h1, 
#feeds-wrapper #feeds #profile h2, 
#feeds-wrapper #feeds #group-blog h1, 
#feeds-wrapper #feeds #group-blog h2,
#feeds-wrapper #feeds #profile, 
#feeds-wrapper #feeds #group-blog,
#feeds-wrapper #feeds #profile #twitter .tweet p,
#feeds-wrapper #feeds #profile #twitter .tweet a {
	color: #4b4b4b !important;
	text-shadow: none !important;
}

#feeds-wrapper a {
	color: #000000;
}

.index #posts article {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*.index #posts article:after {
	display: none;
}*/

.index #posts .type-audio:after {
	background: url(http://assets.umusic.co.uk/polydor/hudsontaylor/tumblr/assets/images/main-sprite.png) no-repeat -130px -300px;
	display: block;
	left: 10px;
}

.index #posts article .mini-meta {
	background: #000;
}

.index #posts article .mini-meta:after {
	background: #000;
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	content: "test";
	text-indent: -9999px;
	box-shadow: 0px 0px 50px 25px #000;
}

.page-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 800;
	background: #f5f5f5;
	width: 100%;
	height: 70px;
}

.page-footer .inner {
	max-width: 1160px;
	margin: 0 auto;
	height: 17px;
	padding: 27px;
}

.page-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.page-footer ul li {
	float: left;
	margin-right: 40px;
}

.page-footer ul li a {
	background: url(../images/social-footer.png) no-repeat;
	height: 17px;
	display: block;
	text-indent: -9999px;
}

.page-footer ul li.facebook a {
	width: 9px;
	background-position: 0 0;
}

.page-footer ul li.youtube a {
	width: 23px;
	background-position: -107px 0;
}

.page-footer ul li.twitter a {
	width: 19px;
	background-position: -48px 0;
}

.page-footer ul li.soundcloud a {
	width: 20px;
	background-position: -169px 0;
}

.page-footer ul li.instagram a {
	width: 16px;
	background-position: -227px 0;
}

.page-footer ul li.facebook a:hover { background-position: 0 -60px; }
.page-footer ul li.youtube a:hover { background-position: -107px -60px; }
.page-footer ul li.twitter a:hover { background-position: -48px -60px; }
.page-footer ul li.soundcloud a:hover { background-position: -169px -60px; }
.page-footer ul li.instagram a:hover { background-position: -227px -60px; }

#infscr-loading > div {
	display: none !important;
}

@media only screen and (max-width: 1240px) {
	#header {
		width: 100% !important;		
	}
	#header-wrapper .navigation .inner {
		max-width: 924px;
	}
	.page-footer .inner {
		max-width: 924px;	
	}
	#header #feeds-list>ul li { 
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.page-footer .inner,
	#header-wrapper .navigation .inner {
		max-width: 694px;
	}
}