@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;
}

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

header img {
	height: 100%;
	width: 100%;
	float: left;
}

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

li {
	display: inline-block;
	width: 65px;
	font-size: 1.125em;
}

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

#thumbsarea {
	max-height: 83%;
	overflow: auto;
}

.year p {
	position: absolute;
	top: 5px; left: 20px;
	font-size: 2.25em;
}

.year p.lia {
	color:yellow;
	font-size:1.5em;
}

.link, .year {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	background: #fff;
}

img {
	width: 100%;
	float: left;
}

.link:hover img {
	opacity: .6;
}

.link p {
	font-size: 2.25em;
	position: absolute;
	text-align: right;
	right: 0; bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
 
.link p.lia {
	display: none;
}

.link:hover p {
	color: black;
}

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