/*
Theme Name: Twenty Twelve Child
Template: twentytwelve
Author: Peter Dines
Version: 1.0
Updated: 2014-12-17 00:57:39
*/

@charset "UTF-8";

.site-content-front {
	margin: 0px 0 0;
	margin: 0rem 0 0;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        height: auto;
}

img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 3px;
    box-shadow: none;
}

/* This Block Adjusts the Overall Theme Width */
	footer[role="contentinfo"] {
	    max-width: 1100px;
	}
	@media screen and (min-width: 600px) {
	    .site {
	        max-width: 1100px;
	        max-width: 78.571428571rem;
	    }
	}
	.ie .site {
	    max-width: 1100px;
	}

body.custom-background-empty .site, body.custom-background-white .site {
    padding: 0px 20px 0px 20px;
}

.site-header {
    padding: 0px;
}

.widget.sfsi {
    margin-bottom: 0px;
}