/*
Theme Name: Twenty Fourteen - Custom
Theme URI: http://www.rb94rb.com
Author: Randy Baldwin
Author URI: http://www.rb94rb.com
Description: Twenty Fourteen Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Template: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	/*max-width: 474px;*/
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */
.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	/*max-width: 474px;*/
	padding: 0 10px;
}
/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 10px auto;
	/*max-width: 474px;*/
}

.archive-title,
.page-title {
	font-size: 20px;
	font-weight: 900;
	margin: 0;
}

/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area {
	margin: 48px auto;
	/*max-width: 474px;*/
	padding: 0 10px;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		/*margin-top: -48px;*/
	}

	.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-right: 15px;
		padding-left: 15px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}