.site-branding {
    border-bottom: 1px dashed #263248;
    padding: 1em;
}

.site-title {
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: normal;
}

.site-description {
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
}
                    
.site-branding a { 
    text-decoration: none; 
}

.site-title a,
.site-description { 
    color: #263248;
}

/* Featured Images */

.single-post-thumbnail { 
    background: #111 url(images/bg.png) repeat; 
}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
}

            