/*
 Theme Name:     Twenty Fourteen Extended
 Description:    Make use of full width page templates in the Twenty Fourteen theme
 Author:         Nexcius
 Author URI:     http://www.nexcius.net
 Template:       twentyfourteen
 Version:        1.0.1
*/



@import url("../twentyfourteen/style.css");

/*This section sets page to 100% width */

.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: 900px;

}


.comments-area {
margin: 48px auto;
max-width: 600px;
padding: 0 10px;
}


.site-content .entry-meta {
background-color: #fff;
margin-bottom: 8px;
max-width:800px;
}


.widget a:hover {
 color: #fff;
 display:block;
 background-color: #41a62a;
 text-align: center;
 }

