/*
Theme Name: Chateau Child
Theme URI: http://chateau-theme.com
description: >-
  Chateau Child Theme
Author: John Doe
Author URI: http://example.com
Template: chateau-theme-master
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: chateau-theme-child
*/

#page-inner {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 2%;
	box-sizing: border-box;
}

#header, #main, #aboutInfo, #siteMapList {
	width: 100%;
}

#menu {
	float: none;
	padding-bottom: 17px;
}

#menu .menu::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#menu .current_page_item li a, #menu .current_page_parent a {
	color: #990000;
}

.postEntry img {
	max-width: 100%;
}

#mainTitle {
	width: 76%;
}

#search {
	width: 22%;
	margin: 0 0 20px;
}

#search #s {
	width: 73.5%;
}

#mainImage {
	max-width: 960px;
}

#mainImage img {
	width: 100%;
	height: auto;
}

#copyright p {
	padding: 0 5%;
	width: auto;
	text-align: center;
}

#content {
	width: 76.1%;
}

.postEntry {
    color: #333;
    float: right;
    font-size: 13px;
    padding: 15px 2.8% 0 0;
    width: 72.8%;
}

.postEntry .aligncenter {
	margin: 1em;
}

.postExtras {
    color: #333;
    float: left;
    font-style: italic;
    line-height: 170%;
    padding: 61px 0 50px;
    text-align: right;
    width: 19.2%;
}

.postTitle h2 {
    border-bottom: 1px solid #ddd;
    color: #990000;
    font-size: 3em;
    font-style: italic;
    font-weight: normal;
    min-height: 1em;
    padding: 6px 0 16px 24.5%;
}

.postInfo {
    padding: 10px 2.8% 0 24.5%;
}

.sidebar-item img {
	max-width: 100%;
	height: auto;
}

#aboutInfo {
	display: none;
}

#subscribe-submit button {
	border: 1px solid #ccc;
	padding: 4px;
}

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption, 
.wp-block-image.is-resized > figcaption {
	width: 100%;
}

.wp-block-image .aligncenter > figcaption {
	text-align: center;
}

@media (min-width: 961px) {
	.mec-fes-form .mec-fes-form-cntt,
	.mec-fes-form .mec-fes-form-sdbr {
		box-sizing: border-box;
		width: auto;
		float: none;
		padding: 0;
	}
}

@media (max-width: 800px) {
	#page-inner {
	padding: 0 5%;
	}
	
	#main #content {
		border: none;
		margin: 0;
		padding-left: 0;
		width: 100%;
	}
	
	.postDate {
		line-height: 1.5em;
		text-align: right;
		top: 7px;
		left: 0;
		width: 15%;
	}
	
	.postDate * {
		display: inline;
		padding: 0;
	}
	
	.postDate strong, .postDate em, .postDate span {
		font-size: 1.3em;
		letter-spacing: 0;
	}
	
	.postDate span, .postDate em {
		top: 0;
	}
	
	.postDate span {
		color: #333;
		font-variant: normal;
	}
	
	.postExtras p, .postExtras li {
		width: auto;
	}
	
	#sidebar {
		width: auto;
		margin: 0 7%;
	}
}