/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       Dani
 Template:     twentythirteen
 Version:      1.0.0
 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/





/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	line-height: 1.6;
}

.site-content article, .widget-area .widget, .entry-content {
    -moz-hyphens: none;
    word-wrap: normal !important;
}

.site-title {
	font-family: Bitter,Georgia,serif;
}

.nav-menu li a {
	font-size: 16px;
	font-family: 'Source Sans Pro';
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background-color: #220e10;
	color: #fff;
}

.navbar {
	background: #f7f5e7 url("http://www.schminktisch-guenstig.de/wp-content/themes/twentythirteen-child/images/navbar.png") no-repeat scroll center top / 1600px;
}

@media (max-width: 767px) {
	.navbar {
		background: none repeat scroll #f7f5e7;
	}
}
@media (max-width: 359px) {
	.navbar {
		background: none repeat scroll #f7f5e7;
	}
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	padding: 0 376px 0 40px;
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

.archive-meta {
	margin-top: -30px;
}