/*
Theme Name: Custom Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Template: twentytwelve
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
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-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentytwelve/style.css");

	.site  {
		margin: 0 auto;
		max-width: 1000px;
		max-width: 71.42857143rem;
		overflow: hidden;
	}
.site-header {
	padding: 24px 0 0 0;
	padding: 1.714285714rem 0 0 0;
}

body, body.custom-font-enabled {	 
	font-family: sans-serif;
	}

a, .entry-meta a {
	text-decoration: none; color: mediumblue;
}
a:hover {
	color: #0f3647;
}

/*.author-info a, .entry-meta a, .site-header p.site-title a {
	text-decoration: none; color: mediumblue;
	} */

.site-header p.site-title a {
	text-decoration: none; color: black;
	font-weight: bold;
	}

.site-header p.site-title {
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.site-header span.site-description {
	font-size: 80%;
	line-height: 100%;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.site-header p {
	font-weight: normal;
	font-size: 100%;
	line-height: 1.846153846;
	color: #757575;
}

.entry-content a {
	text-decoration: underline;
	}

.home .entry-header .entry-title a, .blog .entry-header .entry-title a {
	color: #444;
	}

.format-status .entry-header p {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header p {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}