/*
Theme Name:   Fourteenpress
Theme URI:    http://noorsplugin.com/fourteenpress/
Description:  Fourteenpress is a Twenty Fourteen child theme. This theme turns Twenty Fourteen into a blog theme by changing its default layouts. It allows you to create a responsive website with a sleek design easily.
Author:       Noor Alam
Author URI:   http://noorsplugin.com/
Template:     twentyfourteen
Version:      0.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         accessibility-ready, black, custom-background, custom-header, custom-menu, dark, editor-style, featured-images, fixed-layout, flexible-header, full-width-template, green, left-sidebar, light, microformats, post-formats, responsive-layout, right-sidebar, rtl-language-support, sticky-post, theme-options, three-columns, translation-ready, two-columns, white
Text Domain:  fourteenpress

This theme, like WordPress, is licensed under the GPL.
*/

@media screen and (min-width: 783px) {
    .primary-navigation {
        float: right;
        margin-left: 20px;
    }
}
.site {
    margin: 0 auto;
}
@media screen and (min-width: 1110px) {
    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
        padding-left: 55px;
    }
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    max-width: 874px;
}

.comments-area {
    max-width: 874px;
}

.post-navigation, .image-navigation {
    max-width: 874px;
}

.site:before,
#secondary {
    width: 0;
    display: none;
}

.featured-content {
    padding-left: 0;
}

.site-content, .site-main .widecolumn {
    margin-left: 0;
}  

.hentry {
    max-width: 900px;
}  
