/*
Theme Name:     AHG TwentyTwelve
Description:    Child theme for the TwentyTwelve theme.
Template:       twentytwelve
Version:        1.0.0
Author: Kevin McCarthy
Author URI: http://kaymic.com
*/

@import url("../twentytwelve/style.css");

#hosted {
	width: 150px;
	height: 50px;
	display: inline-block;
	background-image: url('http://thecomputershopny.com/wp-content/uploads/hosted-logo.png');
	background-size: 150px 50px;
}

#masthead *, #menu-navigation, .entry-title { text-align: center; }

#masthead img { width: auto; height: auto; max-width: 100%; }

/*#masthead hgroup * { color: #69c; font-family: "Times New Roman",Georgia,Serif; }*/
/*#masthead hgroup a:hover { text-decoration: underline; }*/

/*#menu-navigation {
	border-bottom: 1px solid #f00;
	border-top: 1px solid #f00;
}*/

header.entry-header img {
	margin: 0 auto;
	width: auto;
	display: block;
}

@media screen and (max-width: 600px) {
	img.responsive { width: 100%; height: auto; max-width: 100%; }
}