/*

Theme Name: Twentytwelve Child

Description: Child theme for the twentytwelve theme 

Author: Chris H

Template: twentytwelve

*/

/* now using enqueue to load parent theme via functions.php */
/* @import url("../twentytwelve/style.css"); */

span#blogTitle {
display: block;
}

.site-header span#blogTitle {
		text-align: center;
}

.site-header span#blogTitle {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	font-weight: bold;
}

span#blogTitle {
clear: both;
}

.site-header span#blogTitle a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}

.site-header span#blogTitle a:hover {
	color: #21759b;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) { 

	.site-header span#blogTitle {
		text-align: left;
	}
	
	.site-header span#blogTitle {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	.widget-area {
		float: right;
		width: 27.5%;
	}
}

/* remove previous and next post links from bottom of each post */
.nav-single {
   display: none;
}

/* Remove Proudly Powered by Wordpress link in Footer */
.site-info {
   display: none;
}

/* Remove mobile menu toggle button */
.menu-toggle {display: none;}