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

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 {
	height: 17%;
	background-color: #feb6a6;
	position: relative;
}

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

header span {
	left: 0;
	bottom: 6.435394671%;
	font-size: 1.125em;
}

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

#thumbsarea {
	height: 83%;
	overflow: auto;
	background: #fff;
}

.row {
	overflow: hidden;
}

.row:nth-child(2n) {
	background-color: #DDDDDD;	
}

.icon, .link, .linko {
	float: left;
	position: relative;
	height: 0;
	overflow: visible;
}

.icon {
	width: 50%;
	padding-bottom: 50%;
}

.icon img {
	width: 200%;
	opacity: 0.7;
}

.icon span.date {
	padding-top: 10px;
	top: 0;
	padding-left: 2px;
	font-size: 1.375em;
}

.icon span.title {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: right;
	right: 0;
	font-size: 1.5em;
}

.link, .linko {
	width: 50%;
	padding-bottom: 16.6666666666%;
}

.link:hover {
	background-color: black;
}

p {
	text-align: center;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	padding-top: 5px;
	font-size: 2.1875em;
}

p.verso, p.versolr, p.versoxs {
	display: none;
}

.link:hover p {
	display: none;
}

.link:hover p.versoxs, .link:hover p.versolr {
	color: white;
	display: block;
}

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