body {
	font-family: "Lucida Grande", sans-serif;
	background: #2B2B2B;
	color: #888888;
}

#wrapper {
	max-width: 1000px;
	padding-top: 1em;
	width: auto;
	margin: 0 auto;
	font-size: 0.8em;
}

h1,
#logo {
	font-family: "Palatino", "Times New Roman", serif;
	color: #EEEEEE;
	border-bottom: 1px solid #444444;
}

h3 {
	color: #EEEEEE;
}

p,
h3 {
	margin-top: 2em;
	margin-bottom: 2em;
}

p {
	line-height: 180%;
}

.clear {
	clear: both;
}

/*#imageWrapper,*/
#imageWrapper img {
	display: block;
/*	max-width: 1000px;
	max-height: 1000px;*/
	width: auto;
	height: auto;
	margin: 0 auto;
	/*resize: both;*/
	max-width: 100%;
	max-height: 100vh;
	/*max-height: 90%;*/
}

#logo {
	display: block;
	border-bottom: 1px solid #444444;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	margin: 0 auto;
	width: 300px;
	padding-bottom: 0.3em;
}

#logo a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #EEEEEE;
}

#logo span {
/*	display: none;*/
}

#navigation {
	list-style: none;
	margin: 0;
	margin-bottom: 4em;
	margin-top: 1em;
	padding: 0;
	text-align: center;
}

#navigation li {
	display: inline;
	margin: 0 1em 0 1em;
}

#navigation li a  {
	color: #888882;
	text-decoration: none;
}

#navigation .current a {
	color: #EEEEEE!important;
	font-weight: bold;
}

#imageOverview {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}

#imageOverview li {
	display: inline;
}

#imageOverview li a {
	display: block;
	float: left;
	margin: 1em;
}

#imageOverview span {
	display: none;
}

.moreLink {
	display: block;
	float: left;
	margin: 1em;
	padding-top: 90px;
	width: 200px;
	height: 110px;
	text-align: center;
	border: 1px solid #444444;
}


#exif_info {
	list-style: none;
	padding: 0;
	color: #888882;
	font-size: 0.9em;
}

footer {
	border-top: 1px solid #444444;
	clear: both;
	padding-top: 2em;
	margin-top: 3em;
	padding-bottom: 2em;
	text-align: center;
}

footer a {
	color: #888882;
	text-decoration: none!important;
}

#main a {
	color: #888882;
	text-decoration: underline;
}

#main a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

/*@media (-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	#logo a {
		background-image: url(img/logo2x.png);
		background-size: 150px;
	}
}*/