/*
Theme Name: Twenty Twelve - QIS
Theme URI: https://wordpress.org/themes/twentytwelve/
Description: spawn of twentytwelve theme
Author: Kevin Roth
Author URI: http: //www.kevinroth.com/
Template:     twentytwelve
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve-qis
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/*
html { margin: 0 !important; }
body {
	background: inherit !important;
	padding: inherit !important;
	font: inherit !important;
}

*/
.blog_content {
	padding: 0 1em;
	position: relative;
}
.page-header {
	margin: 0;
	padding: 0;
}

.text_right {
	text-align: right;
}
nav ul, .phone_cta ul {
	margin: 1em 0;
}
h1.page-title,
h1.entry-title {
	font-size: 18px;
	font-weight: inherit !important;
	text-align: left !important;
	color: inherit !important;
	padding-top: inherit !important;
	margin: inherit !important;
}
h4 {
	margin: 1rem 0;
}
.blog_content a {
	color: #000;
	text-decoration: none;
}
.blog_content a:hover {
	color: #000;
	text-decoration: underline;
}
.site-content,
.widget-area {
	margin: 0;
}

#secondary .widget ul {
	margin: 0;
}

#colophon {
	display: none;
}
.widget-area .widget li {
	margin: 0.5rem 0;
}
.widget-title {
	font-size: 1.5em;
}
.entry-header {
    margin: 0;
}
.entry-header img.wp-post-image {
	margin: 0.35em 1em 0 0;
}
.entry-date {
	display: block;
	padding-top: 0.5em;
}
.nav_primary .topnav li:hover .drop {
	margin-top: 0;
}
.entry-header img.wp-post-image {
	max-width: 300px;
	width: 45%;
}
.entry-header img.wp-post-image.image_single {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: auto;
}

@media only screen and (max-width: 450px) { 
	.entry-header img.wp-post-image, .entry-header img.wp-post-image.image_singe {
		max-width: none;
		width: 100%;
	}
}