/*
Theme Name:   Fourteenpress
Theme URI:    https://noorsplugin.com/
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:   https://noorsplugin.com/fourteenpress/
Template:     twentyfourteen
Version:      0.7
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
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;
}  


/* <-- ------------------------------------------------------------ added RF 191103 */
/*
h1 {
	background-color: #999;	 border-radius: 2px; 
	margin-top: 1em;	margin-bottom: 0.5em;
	padding-left: 0.4em;	padding-top: 0.4em;	padding-bottom: 0.3em;
}
*/

/*
h2 {
	background-color: #ccc;	border-radius: 2px;
	|*	border-bottom: solid 4px #666666; *|
	|* border-left: solid 0.5em #666666; *|
	margin-top: 1em;	margin-bottom: 0.5em;
	padding-left: 0.4em;	padding-top: 0.4em;	padding-bottom: 0.3em;
}
*/

h3 {
	background-color: #ccc;	border-radius: 2px;
	/* border-left: solid 0.5em #666666; */
	/*	border-bottom: solid 3px #666666; */
	margin-top: 1em;	margin-bottom: 0.5em;
	padding-left: 0.4em;	padding-top: 0.4em;	padding-bottom: 0.3em;
}

h4 {
	/*	border: solid 1px red; */			/* for test */
	background-color: #ccc;	border-radius: 2px;
	/* border-left: solid 0.5em #666666; */
	/*	border-bottom: solid 3px #666666; */
	margin-top: 1em;	margin-bottom: 0.5em;
	padding-left: 0.4em;	padding-top: 0.4em;	padding-bottom: 0.3em;
}

h5 {
	/*	border: solid 1px red; */			/* for test */
	background-color: #ccc;	border-radius: 2px;
	/*	border-bottom: solid 3px #666666; */
	margin-top: 1em;	margin-bottom: 0.5em;
	padding-left: 0.4em;	padding-top: 0.4em;	padding-bottom: 0.3em;
}

h6 {
	/*	border: solid 1px red; */			/* for test */
	background-color: #ccc;	border-radius: 2px;
	/*	border-bottom: dotted 2.5px #666666; */
	margin-top: 1em;	margin-bottom: 0.5em;
	padding-left: 0.4em;	padding-top: 0.4em;	padding-bottom: 0.3em;
}

.site-header {		/* line 889 */
	background-color: #000033; /* #000; #333; 660033 333300 003333 003366 000033*/
}

.site-footer { /* line 2946 */
	background-color: #333; /* #000;  #660033; */
}


#description_box {
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 33%;
	font-size: 90%;
	color: #666;
}

 added RF 191103 ------------------------------------------------------------ --> */
