/*
Theme Name:     Twenty Twelve Reboot
Description:    This is a customized version of the Twenty Twelve theme for StephenPickering.com
Author:         Stephen Pickering
Template:       twentytwelve

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);

.main-navigation { 
    display: none;
}

.site-header h1 a, .site-header h2 a {
     font-family: 'Playfair Display', 'Times New Roman';
     font-weight: 700;
     color: #E33C08;
}

.entry-header .entry-title {
    font-family: 'Playfair Display', 'Times New Roman';
    font-size: 30px;
    font-weight: 400;
}

.entry-content {
     font-family: 'Playfair Display', 'Times New Roman';
     font-size: 16px;
     font-weight: 400;
}

.commentlist li.bypostauthor {

     background-color: LightYellow;
     font-weight: bold;
     border: 1px solid gray;
}

ins {
	background: inherit;
	text-decoration: none;
}

