/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

/* =Do not add styles before the Stylesheet import
-------------------------------------------------------------- */
@import url('../twentyeleven/style.css');
 
/* =Make our page layout wider
-------------------------------------------------------------- */
#page {
   max-width: 1400px;
}
.featured-posts,
#ie7 article.intro {
   max-width: 1400px;
   
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular #comments-title {
       width: 100%;
}