/*
Theme Name: lucytheme
Theme URI: http://thestagblog.com
Description: Child Theme for the stagblog ala pagelines
Author: Joseph Steigerwald
Author URI: http://steigerwaldpost.com/
Template: pagelines
Version: 0.1
*/
 
@import url("../pagelines/style.css");

h1, .fpost .entry-title {
    font-size: 23.6px;
}

span.fn {font-size: 107%; font-weight: bold;}

.subhead {
    color: rgba(0, 0, 0, 0.7);
    font-size: 110%;
}

.subhead {
    margin-bottom: 4px;
    padding-bottom: 0;
}

h6.site-description {font-size:105%;}

blockquote {
    border-left: 6px groove rgba(0, 0, 0, 0.6);
    font-size: 75%;
    font-style: italic;
    margin: 0 20px 5px;
    padding: 0 0 0 15px;
}

blockquote p {
font-size:14px;
}