@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../../fonts/HelveticaNeue-UltraLight.eot');
	src: url('../../fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeue-UltraLight.woff') format('woff'), url('../../fonts/HelveticaNeue-UltraLight.ttf') format('truetype'), url('../../fonts/HelveticaNeue-UltraLight.svg#UltraLight') format('svg');
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-size: 1em;
	font-family: 'Helvetica Neue';
	font-weight: 100;
	color: white;
	line-height: 1;
	background: #000;
}

p {
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: white;
}

a:hover {
	color: black;
}

#wrapper {
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}

img {
	width: 100%;
}


h1, h2, span { 
	position: absolute;
	bottom: 6.435394671%;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 100;
    margin: 0;
}

header {
	position: relative;
	height: 17%;
	max-width: 1024px;
	overflow: hidden;
}

header img{
	height: 100%;
}

span {
	left: 0;
	font-size: 1.125em;
}

h1 {
	right: 0;
	bottom: 38.61236802%;
	font-size: 1.875em;
}

h2 {
	right: 0;
	font-size: 1.125em;
}

#spacer {
	height: 2.5%;
	line-height: 1em;
	font-size: 0.625em;
	color: #999999;
	padding-left: 5px;
	background: #fff;
}

#spacer a:link, #spacer a:visited {
	text-decoration: underline;
	color: #999999;
}

#thumbsarea {
	height: 80.5%;
	overflow: auto;
}

.year {
	background: #fff;
	width: 100%;
	float: left;
}

.inner {
	position: relative;
	padding-bottom: 33.333333333%;
	height: 0;
}

.inner p {
	position: absolute;
	bottom: 25px; left: 20px;
	font-size: 1em;
	color: #999999;
}

a.thumb {
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}

a.thumb img {
	width: 150%;
}

footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding-left: 20px;
	color: #fff;
	font-size: 1em;
	background: #000;
}