/*
 Theme Name:   Twenty Fifteen Balaam Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme by Andy Balaam
 Author:       Andy Balaam
 Author URI:   http://www.artificialworlds.net
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

body,.post-navigation .post-title,.comments-title,.comment-reply-title
{
    font-family: "Noto Sans",sans-serif;
}

#sidebar
{
    background-image: url( '/blog/wp-content/uploads/jason-bache-moon.png' );
    background-repeat: no-repeat;
    background-position: 57px 48px;
}

#sidebar .site-title a
{
    color: #d6d1ce;
}

#sidebar .site-description
{
    color: #000000;
    padding-right: 30%;
    padding-top: 4px;
}

pre
{
    white-space: pre;
    background-color: #EEEEEE;
}

p.social {
    text-align: center;
}

p.social a {
    opacity: 0.7;
    font-size: 0.8em;
}

p.social a:hover {
    opacity: 1;
    color: black;
}


