/*
Theme Name: Arcade Basic Child
Theme URI:
Template: arcade-basic
Author:
Author URI:
Description: Child Theme - für Anpassungen an Arcade Basic
Version: 0.1
Updated: 2015-05-27 12:50:11
*/

@charset "UTF-8";

/* Schriftart ggf. von Google Fonts laden; Zeile soll hier oben stehen */
/* @import url(http://fonts.googleapis.com/css?family=Bangers); */
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans); */


/* Schrift für die Header */
#site-title > a:nth-child(1) {
	font-family: 'Open Sans'; /* Theme verwendet diese Schrift bereits, kein @import nötig */
	font-size: 40%;
	
}
#site-description {
	font-family: 'Open Sans';
	font-size: 140%;
}

/* Seitentitel auf Homepage-Seite ausblenden */
.home article.page .entry-title {
	display: none;
}

/* Headerbild und -Schrift ausblenden wenn nicht Titelseite */
/*
body:not(.home) .title-card-wrapper {
	display: none;
}
main {
	padding-top: 48px;
}
*/

body.single-post.category-fotos .title-card-wrapper {
	display: none;
}
body.single-post.category-fotos main {
	padding-top: 48px;
}
body.single-post.category-fotos #site-navigation {
	background: #222;
}

/* Letzte Beiträge in Seitenleiste schlichter Anzeigen */
#secondary .widget_recent_entries ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* In Seitenleiste eingefügten Seiteninhalt 'Portfolio' kleiner und schlichter darstellen */
aside .insert-page-176 h2 {
	font-size: 100%;
	font-weight: bold;
}
aside .insert-page-176 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* Seitenleiste Liste 'Bilder des Monats' schlichter und horizontal */
#secondary .bdm-list ul li {
	display: inline;
	padding-right: 0.4em;
}

.single-post #posts-pagination {
	display: none;
}