/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Brad Kanther
 Author URI:   http://ceethreedee.com/wordpress-notes/twenty-fourteen-child-theme-how-to-actually-add-full-width-to-post-content-and-images
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../twentyfourteen/style.css");

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
 /* Original max-width: 474px */
 max-width: 95%;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 95%;
}

.comments-area {
	margin: 48px auto;
	max-width: 95%;
	padding: 0 10px;
}


/*ADDED BY ME*/
/* Extends page column */
.site
{
	/* WAS 1260px */
	max-width: 100%;
}
/* Extends top menu bar */
.site-header
{
	/* WAS 1260px */
	max-width: 100%;
}
/* I couldn't get the functions.php mod to work. */
/* https://wordpress.org/support/topic/header-image-width-4/ */
#site-header img
{
	width: 100% !important;
	height: 100% !important;
}

	/* WAS 474px */
/*
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content
{
	max-width: 100%;
}
.page-header
{
	max-width: 100%;
}
*/