/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 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:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");


.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

/*
 * This is a keeper. Just needs to be below
 * the global stuff further up in this file
*/

.page-template-no-sidebar-page-php .entry-header,
.page-template-no-sidebar-page-php .entry-content,
.page-template-no-sidebar-page-php .entry-summary,
.page-template-no-sidebar-page-php .entry-meta
{
	max-width: 800px; /* 1598 */
	width: 100%;
	padding-right: 0;
}

