﻿/*
Theme Name: Schummerung
Theme URI: http://reliefshading.com/
Description: Template für die Reliefshading.com-Website
Authors: Fabian Mueller, Stefan Raeber
Author URI: http://reliefshading.com/
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);

body {
	color: black;
	font-size: 1em; /* 16px/16=1em */
	font-family: "Georgia", serif;
	line-height: 150%;
	background: #777;
	padding: 0px;
	margin: 0px;
}

math { 
	font-size: 1.2em;
}

sup {
	font-size: 0.7em;
}

.entry > ul {
	list-style-type: none;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}

.entry > ul > li:before {
	content: "–";
	position: absolute;
	margin-left: -1.1em; 
}

a[href^="http://www.shadedreliefarchive.com/"]:before {
	content: "SRA";
	font: 0.6em "Open Sans", sans-serif;
	padding: 0em 0.1em;
	margin: 0.2em;
	margin-right: 0.5em;
	color: #FFF;
	background: #000;
	border-bottom: 0.4em solid #80A919;
	opacity: 0.5;
	position: relative;
	top: -0.3em;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

a[href^="http://www.shadedreliefarchive.com/"]:hover:before {
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	opacity: 1;
}

#timeline {
	width: 480px;
	height: 550px;
	overflow: hidden;
	position: relative;
	margin-top: 3em;
}

#dates {
	width: 100px;
	height: 600px;
	overflow: hidden;
	float: left;
	padding: 0px;
}

#dates li {
	list-style: outside none none;
	width: 100px;
	height: 50px;
}

#dates li a {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	background: #EEE;
	display: inline-block;
	padding: 0.1em 0.5em;
	text-align: center;
	border: 2px solid #EEE;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#dates li a:hover {
	border-color: #a7a7a7;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#dates li a.selected {
	color: black;
}

#issues {
	width: 380px;
	height: 600px;
	overflow: hidden;
	float: left;
	padding: 0px;
}

#issues li {
	width: 360px;
	height: 600px;
	list-style: outside none none;
	padding-left: 20px;
	position: relative;
}

#issues li h3 {
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	display: block;
	font: 1.25em "Open Sans", sans-serif;
	margin: 0;
}

#issues li img {
	max-width: 358px;
	max-height: 398px;
	margin-top: 2em;
	border: 1px solid #555;
}

.linkfield a, .linkfield span {
	min-width: 1em;
	background: #EEE;
	display: inline-block;
	padding: 0.1em 0.5em;
	margin: 0.2em; 
	text-align: center;
	border: 2px solid #EEE;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.linkfield a:hover {
	border-color: #a7a7a7;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.linkfield span {
	color: #a7a7a7;
}

.linkfield {
	margin-left: -0.2em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.slideshow_container_style-light {
	border: 1px solid #a7a7a7;
}

.picturefield {
	border: 1px solid #a7a7a7;
	overflow: hidden;
	width: 400px;
	background: #a7a7a7;
}

.picturefield a {
	float: left;
	display: block;
	position: relative;
	width: 100px;
	height: 130px;
	background: #fff;
}

.picturefield_examples a {
	height: 100px;
}

.picturefield a img {
	opacity: 0.5;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	border: 1px solid #555;
	width: 98px;
	height: 128px;
}

.picturefield_examples a img {
	height: 98px;
}

.picturefield a:hover img {
	opacity: 1;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	border: 1px solid #a7a7a7;
}

.picturefield a span {
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 100px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	width: 178px;
	height: 108px;
	display: none;
	margin: 1px;
}

.picturefield_examples a span {
	height: 78px;
}

.picturefield p {
	color: black;
}

.picturefield h3 {
	font-family: Georgia, serif;
}

.picturefield a:nth-child(4n-1) span, .picturefield a:nth-child(4n) span {
	text-align: right;
	left: -200px;
}

.picturefield a:hover span {
	display: block;
}

.linkpreviews a:link, .linkpreviews a:visited {
	display: block;
	color: black;
	opacity: 0.6;
	padding-left: 140px;
	min-height: 4.5em;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
}

.linkpreviews a:hover {
	opacity: 1;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
}

.linkpreviews a img {
	position: absolute;
	margin-left: -140px;
	border: 1px solid #555;
}

.linkpreviews span {
	clear:both;
}

.imgcomp div {
	float: left;
	max-width: 50%;
}

.imgcomp div:nth-child(odd) {
	margin-right: 0.5em;
}

.imgcomp div:nth-child(even) {
	margin-right: -1em;
}

.imgcomp img {
	border: 1px solid #555;
	margin-bottom: 0.5em;
	margin-top: 1em;
	max-width: 458px;
}

.imgcomp img:first-child {
	margin-right: 1em;
}

.threeimgcomp div:nth-child(3n-2) {
	margin-right: -0.1em;
}

.threeimgcomp div:nth-child(3n-1) {
	margin-right: -0.1em;
}


.threeimgcomp div:nth-child(3n) {
	margin-right: 0em;
}

.imgcomp {
	display: block;
	overflow: hidden;
	width: 460px;
	font: 0.75em "Open Sans", sans-serif;
	margin-bottom: 1.5em;
	clear: both;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}

.alignleft {
	float: left;
	border: 1px solid #555;
	margin-right: 1em;
	margin-bottom: 1em;
}

pre {
	margin-left: 1em;
	padding-left: 1em;
	font-weight: bold;
	color: #666;
	border-left: 1px dotted #666;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	color: #8A8A8A; 
	font-size: 1.5em; /* 24px/16=1.5em */
	font-family: "Open Sans", sans-serif; /* Titel */
	font-weight: normal; 
	font-style: normal; 
	margin-bottom: 25px; 
	padding-bottom: 10px; 
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}

h2 {
	color: #8A8A8A;
	font-size: 1.25em; /* 20px/16=1.25em */
	font-family: "Open Sans", sans-serif; 
	font-weight: normal;
	font-style: normal;
	margin-top: 30px;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}
h3 {
	font-weight: lighter;
	font-size: 1em; /* 16px/16=1em */
	font-family: "Open Sans", sans-serif; 
	margin-top: 6px;
	margin-bottom: 0;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}

#wrapper {
	width: 100%;
	background: #FAFAFA;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 160px;
	position: relative;
	background: url('images/header.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header a {
	color: #FAFAFA;
	opacity: 0.9;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 6em;
	line-height: 0.7em;
	position: absolute;
	bottom: 3px;
}

#sidebar-left {
	width: 160px;
	float: left;
	margin-top: 23px;
	padding-bottom: 6em;
	padding-right: 20px;
}

#sidebar-left ul {
	padding-left: 0;
}

.menu-item {
	list-style-type: none;
}

.menu-item a {
	display: block;
	color: #777;
	text-align: right;
	font-size: 1em; /* 16px/16=1em */
	font-family: "Open Sans", sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
}

.sub-menu .menu-item a {
	font-size: 0.7em;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sub-menu {
	display: none;
}

.current_page_item .sub-menu, .current_page_parent .sub-menu {
	display: block;
}

.current_page_item > a {
	color: #EE4444;
}

.current_page_item {
}

.menu-item a:hover {
	color: #EE4444;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#main {
	float: left;
	padding-left: 19px;
	border-left: 1px solid #DDD;
	padding-bottom: 1em;
	margin-bottom: 5em;
	margin-top: 2em;
}

.entry {
	width: 30em;
	padding-right: 20px;
	float: left;

}

#sidebar-right {
	width: 0px;
	float: left;
}

#footer {
	padding-top: 1em;
	padding-bottom: 2em;
	background: #777;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.center {
	width: 960px;
	margin: 0px auto;
}

#footer div div {
	width: 480px;
	color: white;
	font-family: "Open Sans", sans-serif;
	padding-left: 40px;
	float: left;
	line-height: 1em;
}

#footer div div p {
	font-size: 0.7em;
	margin: 0px;
	margin-top: 5px;
	line-height: 1.6em;
}

#footer div div:first-child {
	margin-top: 5px;
	padding-left: 0px;
	float: left;
	width: 160px;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #CCC;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #AAA;
}