/*
Theme Name: Climate Child of 2014
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Warren Meer
Author URI: http://climate-skeptic.com
Description: Child of 2014 theme
License: GNU General Public License v2 or later
License URI: 
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.
*/

/* blockquote indent */

blockquote {
padding-left: 40px;
}

/*   center   */
#page {
margin-left: auto;
margin-right: auto;
}




/** Fix strangely narrow defaults of 2014 themen */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.post-navigation,
.image-navigation,
#disqus_thread,
.comments-area {
max-width: 100%;
}


.post-thumbnail img {
	width: 100%
	}

.single .post-thumbnail {
       margin-top: 70px;
	
}


.single .post-thumbnail img {
       display: none; 
}


