/*
Theme Name: Child Theme
Theme URI: http://child.thevikingweb.com
Description: This is a child theme of 2014
Author: Mary Filchuk
Author URI: http://thevikingweb.com
Template: twentyfourteen
Version: 0.1
*/
@import url("../twentyfourteen/style.css");

html {
background-color: cornflowerblue;
margin: 0 auto;
padding: 0;
width: 100%;
}
body {
background-color: cornflowerblue;
margin: 0;
padding: 0;
}

.site-content .entry-content,  .site-content .entry-meta, .site-content .entry-title, .site-content .entry-header {
background-color: transparent;

}
#site-header {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.site {
	background-color: transparent;
	position: relative;
	width: 100%;
margin:0 auto;
width: 100%
padding: 0;
	z-index: 4;
}
