/*
Theme Name: BYBA Theme - Twenty Twelve Child
Theme URI: http://backyardbeekeepers.com
Description: Child theme for the Twenty Twelve theme
Author: LJH
Author URI: http://mydomainname.com/about/
Template: twentytwelve
Version: 0.1.0
*/
@import url("../twentytwelve/style.css");

/* h3 {
padding-bottom: 5px;
margin-bottom: 5px;
} */

.entry-content h3, .comment-content h3 {
    margin: 0rem 0px;
}

h4 {
padding-bottom: 5px;
margin-bottom: 5px;
}


/* suppress display of author, etc. from pages and posts */
.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }
.entry-meta { display: none; }

.nav-previous { display: none; }
.nav-next { display: none; }

.site-content article {
    border-bottom: none;
    margin-bottom: 1rem;
}