/*
Theme Name: twentytwelve-child
Theme URI: https://10spells.a111.co.uk
Author: Alison Roe (following Benjamin Lu, Silver Platinum)
Author URI: https://10spells.a111.couk
Template: twentytwelve
Description: Twenty Twelve Child is a responsive theme based on Twenty Twelve and Silver Platinum
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: simplifed twentytwelve, custom fonts
Version: 0.0.1
Text Domain: twentytwelve-child
*/


/* =Basic structure
-------------------------------------------------------------- */


/* Body, links, basics */
html {
	font-size: 100%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Courier New, Courier, monospace, serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: Courier New, Courier, monospace, serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #9b9a56;
}



/* Header */

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #000;
}


/* Images */

.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: 0px;
	box-shadow: none;
}


/* Navigation Menu */

.main-navigation {
display: none;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */

    .site-header h1,
	.site-header h2 {
		text-align: center;
	}

	.site {
		margin: 0 auto;
		max-width: 700px;
		max-width: 50rem;
		overflow: hidden;
	}

