/*
Theme Name: Leaf Child
Description: Child theme for the Leaf theme.
Author: You
Author URI: https://github.com/bradthomas127/leaf-child
Template: leaf
Version: 1.0
*/

@import url("../leaf/style.css");

/* Add specific style overrides below.
-------------------------------------*/

.site-header h1 a:hover {
    color:#555555 !important;
}

.site-header h1 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
}

.site-header h2 {
    font-family: georgia;
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 4em;
    margin-bottom:1rem;
}

.widget-area .widget {
    margin-bottom: 2.4rem
}

.site-footer .widget-area .widget, .footer-navigation li a,
.site-footer .widget-area .widget a {
    color: #cccccc;
}

.search-bar #s {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    font-size: 1.2rem;
    max-width: 260px;
    padding: 0.7rem 1.2rem 0.6rem 1rem;
}

.search-bar {
    float:left;
    position:none;
}

#get-issue {
    background: #ffffea; 
    border: 1px dotted #cccccc; 
    padding: 1em;
}

.aligncenter {
    text-align:center;margin:0 auto;
}