/*
Theme Name: BlogSixteen Child
Theme URI: http://www.blogsixteen.com
Template: blogsixteen
Author: Marcus Tisater
Author URI: http://www.marcustisater.se
Description: BlogSixteen is the new fresh look for a blogish style. Customise it to look whatever you would like. Have fun!
Tags: light,dark,two-columns,right-sidebar,responsive-layout,accessibility-ready
Version: 1.4.6.1465463124
Updated: 2016-06-09 09:05:24

*/

#masthead {
    width: 100%;
    height: 0;
	padding: 0;
	margin: 0;
}

.site-branding {
    padding: 0;
}

@media only screen and (min-width: 37.5em) {
	#masthead {
    	width: 100%;
    	height: 0;
		padding: 0;
		margin: 0;
	}

.site-branding {
   	 padding: 0;
	}
	
header#masthead.site-header	{
	background-color:#FFF;
	padding:: 0;
	margin: 0;
}
}

@media only screen and (max-width : 37.5em) {
	#masthead {
    	width: 100%;
    	height: 0;
		padding: 0;
		margin: 0;
	}

.site-branding {
    padding: 0;
	}
	
header#masthead.site-header	{
	background-color:#FFF;
	padding:: 0;
	margin: 0;
}
}

@media only screen and (min-width : 768px) {
	#masthead {
    	width: 100%;
    	height: 0;
		padding: 0;
		margin: 0;
	}
}

header#masthead.site-header	{
	background-color:#FFF;
	padding: 0;
	margin: 0;
}

.single .byline, .group-blog .byline {
	display: none;
}


li > ul, li > ol {
    margin-bottom: 0;
    margin-left: -1em;
}


.widget {
	border:none;
	padding: 0;
    margin: 0;
}

.size-post-thumbnail {
height: auto;
max-width:226px;	
}

.entry-content h4 {
	font-weight:normal;
	color: #53565A;
}

h1.page-title
{
   margin-top: 0;
   font-size: 1.5em;
   line-height: 1.25em;
   color: #ff8200;
}

.entry-content h3 {
	font-size: 0.75em;
	line-height: 1.25em;
}


.entry-content h2 {
	font-size: 1em;
	line-height: 1.25em;
}


h3.widget-title
{
    margin: 7px 0;
    color: #ff8200;
}

h1.entry-title {
	margin-top: 0;
	font-size: 1.5em;
	line-height: 1.25em;
	color: #ff8200;
}

h2.entry-title a {
	margin-top: 0;
	color: #ff8200;
}

.blog .post h2 a {
  color: #FF8200;
  a {color: #FF8200; !important;
}

img.header
                {width:100%;!important!}

p.elsfooter {
	color:#505050; font-size: 14px
}

ul.children {
                font-size: 16px;
}



