/*
Theme Name:     twentytwelvechild
Description:    Anpassungen an Twenty Twelve
Author:         Daniel Fuhrhop
Template:       twentytwelve
Version:        0.1
*/

/* Einbindung des Stylesheets des Eltern-Themes*/
@import url("../twentytwelve/style.css"); 

/* Rahmen um Fotos entfernen*/
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	box-shadow: none;
}

/* Abstände innerhalb der Sidebar Widgets ändern*/
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 12px;
	margin-bottom: 2.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 12px;
	margin-bottom: 0.714285714rem;
}

/* Abstände zwischen Beiträgen und Überschriften verringern*/
.site-content article {
	border-bottom: 1px double #ededed;
	margin-bottom: 36px;
	margin-bottom: 2.72857143rem;
	padding-bottom: 6px;
	padding-bottom: 0.4214285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Abstand nach Beitragsüberschriften verringern*/
.entry-header {
	margin-bottom: 12px;
	margin-bottom: 0.8514285714rem;
}
