/*
Theme Name: Betty Hall Photography 2016
Theme URI: http://www.throwingabrick.com/wordpress/customizing-the-wordpress-twenty-ten-theme.html
Description: A Twenty Sixteen Child Theme
Author: Brian E. Hall
Author URI: http://www.brianehall.com
Template: twentysixteen
Version: 1.0
*/

@import url('../twentysixteen/style.css');

/**** Reduce header spacing ****/
/* .site { margin-top: 0; } */
@media screen and (min-width: 61.5625em) { 
    .site-header { padding: 2.625em 4.5455%; }
}
@media screen and (min-width: 56.875em) {
    .site-header { padding: 2.625em 4.5455%; padding-bottom: 0; }
}
.header-image, .site-header-menu { margin: 0; }

/*******************************************/
/* Remove right sidebar on pages and posts */
/*******************************************/
.page .content-area,
.single .content-area {
     width: 100%; 
}
@media screen and (min-width: 56.875em) {
    .content-area .post {
        width: 100%;
    }
}

/*******************************************/
/* Reduce white space left of blog posts   */
/*******************************************/
@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) .entry-content { width:77%; }
}

/*******************************************/
/* Left-align navigation                   */
/*******************************************/
/*
.site-header-main{
    float: left;
}
*/

/*******************************************/
/* Remove Powered by WordPress             */
/*******************************************/
.site-info { margin-left: auto; margin-right: auto; } 

/*******************************************/
/* Contact form width                      */
/*******************************************/
div#wpcf7-f4209-p4210-o1 { max-width: 600px; }

/*******************************************/
/* Prevent blog images overflowing left sidebar  */
/*******************************************/
@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) img.below-entry-meta 
	{ margin-left: 0;
	  max-width: 100%;
	}
}

@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) figure.below-entry-meta 
	{ margin-left: 0;
	  max-width: 100%;
	}
}
/* Make author's comments yellow */
li.bypostauthor {background:#ffffcc !important; color:#cc3300;}


