/*
Theme Name: Twentyfifteen Child - Armin Helm
Description: Childtheme von Twentyfifteen, angepasst für Wordpress Seite mit Gedenken an und Informationen zu Armin Helm
Author: Christopher Rost
Template: twentyfifteen
Version: 1.0
Tags: twentyfifteen armin helm black white
*/

/* in memoriam image header */
#pre-header img{
	width: 100%;
}

/* Sidebar portrait image */
#sidebar-portrait{
	list-style-type:none; /*remove the bullet point*/
	margin-top: 20px;
	text-align: center;
}

#sidebar-portrait > li > img{
	height: 250px;
}

#sidebar-portrait span{
	position:absolute;
	left: -9999px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .5));
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .5);
	box-shadow: 0 0 10px rgba(0,0,0, .5);
	width: 250px;
}

#sidebar-portrait li:hover{
	z-index: 50;
	cursor:pointer;
}
#sidebar-portrait span img{
	padding:2px;
	background:#ccc;
}
#sidebar-portrait li:hover span{
	top: 10px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
	left: 85px; /*distance from the left of the thumbnail to the left of the popup image*/
}

/* Main navigation font edit */
.main-navigation{
	font-family: Verdana, Arial, Helvetica, Futura, sans-serif;
	font-size: 1.5em;
}

/* Decrease distance between content and head image */
.site-main {
	padding: 1% 0;
}

/* Like button in navigation */
.like-nav {
	margin-top: 9%;
}

/* Kommentare */

#post-21 {
	display: none;
}

.comments-area {
	margin: 0 4%;
}

/* Text */
.hentry {
	padding-top: 5.5%;
}
.entry-content, .entry-summary{
	padding: 0 5.5% 5.5%;
}