/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Peter Goldstein
 Author URI:   http://www.pgit.nl
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child

/* =Theme customization starts here
-------------------------------------------------------------- */

/* centreren site */
.site {
	max-width: 1260px;
	position: relative;
	margin: 0 auto;
 }

/* Increase width of Article Area */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
 /* Original max-width: 474px */
 max-width: 85%;
}

.hentry {
    max-width: 85%;
}

/* Increase width of Post navigation and Comments area */
.post-navigation,
.image-navigation {
    max-width: 85%;
}
 
.comments-area {
    max-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
}

