/*
Theme Name:     twentyfourteen-childtheme
Description:    
Author:         Enqvist
Template:       twentyfourteen

(optional values you can add: Theme URI, Author URI, Version)
*/

/* Import parent theme */
@import url("../twentyfourteen/style.css");
.site {
	margin:0 auto;
	}

/* Feature Image alignment to Center */
img.attachment-post-thumbnail.wp-post-image {
float:none; clear:both;
margin-left:auto;
margin-right:auto;
display:block;
}

/* Resize Content Area to bigget size */

.hentry {
    max-width: 100%;
}

.site-content .entry-header, 
.site-content .entry-content, 
.site-content .entry-summary, 
.site-content .entry-meta, 
.page-content { 
		margin: 0 auto; 
		max-width: 100%; 
		}