﻿/*

Theme Name: Twentyfourteen Child
Description: Child theme for the twentyfourteen theme
Author: Veronika Hofmann
Template: twentyfourteen





*/

@import url('../twentyfourteen/style.css');
@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
@media screen and (min-width: 783px) {
	 .primary-navigation {
		 float: right;
		 margin-left: 20px;
		
	        }
}
.site {
		margin: 0 auto;
		}
		media screen and (min-width: 1110px) {
	.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-left: 55px;
	        }
	            }
	        .site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
		max-width: 874px;
        }
        
        .comments-area {
		max-width: 874px;
        }
        
        .post-navigation, .image-navigation {
		max-width: 874px;
        }
        
        .site:before,
#secondary {
		width: 0;
		display: none;
	    }

.featured-content {
		padding-left: 0;
        }
        
        .site-content, .site-main .widecolumn {
		margin-left: 0;
        }  
        
        .hentry {
		max-width: 900px;
        }
.post-thumbnail img {
		width: 100%;
		}  

h1 { 
	font-family: 'Pinyon Script', cursive;
	color: #896b37;
	text-transform: none !important;
 }

h2 { 

	font-size:16px;
 }
moz-selection {
    background: none repeat scroll 0% 0% yellow;
    color: red;
    text-shadow: none;
}
.entry-meta{
display:none;
}