/*
 
 Theme Name:     TwentyFourteen Full Width
 
 Description:    Full width variation of the Twenty Fourteen theme
 
 Author:         Will Taylor (based on work by Nexcius)
 
 Author URI:     http://www.nexcius.net
 
 Template:       twentyfourteen
 
 Version:        1.0.1
 
*/
 
 @import url("../twentyfourteen/style.css");

.site {
background-color: #fff;
max-width: 100%;
position: relative;
}

.site-header {
background-color: #000;
max-width: 100%;
position: relative;
width: 100%;
z-index: 4;
}


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