/*
Theme Name: Twenty Fourteen Child
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: Mathias G.
Author URI: http://www.jbc-hasselfelde.de
Description: Child Theme from Twenty Fourteen
Version: 1.0
Template: twentyfourteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

/**
 * 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
 * -----------------------------------------------------------------------------
 */
 
/* 
Theme customization starts here 
-----------------------------------------------
*/

/* 1.0 Reset */
/* 2.0 - Repeatable Patterns */
/* 3.0 - Basic Structure */

.site {
	max-width: 100%; 
}

/* 4.0 - Header */

.site-header {
	max-width: 100%;
}

/* 5.0 - Navigation */

@media screen and (min-width: 1008px) {
  div#secondary{position:fixed;left:100%;}
}

/* 6.0 - Content */

.site,
.content-area,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-header,
.site-content .entry-meta,
.page-content {
	background-image: url("/wp-content/dokumente/wald.png"); 
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100%;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 632px;
}


/*   6.1 - Post Thumbnail */
/*   6.2 - Entry Header */

.entry-title {
	font-weight: 500;
	text-transform: none;
}

/*   6.3 - Entry Meta */

.entry-meta {
	text-transform: none;
}

.site-content .entry-meta {
	max-with: 100%;
}

/*   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 */

.comments-area {
	max-width: 80%;
}

/* 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  */
 
