/* Expands 2014 Theme to use full page width available */
.site,
.site-header {
 max-width: 100%;
}


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, 
.page-content {
 /* Original max-width: 474px */
 max-width: 80%;
}

/* 
This looks ridiculous
.post {
  max-width: 474px !important;
}
*/