/*
Theme Name: ssp Twenty Fourteen
Template: twentyfourteen
Author: Joseph Philbert
Version: 1.0
Updated: 2014-01-31 21:01:54
*/

@charset "UTF-8";
@import url('../twentyfourteen/style.css');

.site-title {
    background-repeat: no-repeat;
    background-image: url(http://stopstealingphotos.com/wp-content/uploads/2014/01/556955_435144373230949_2029008447_n.jpg);
    background-size: contain;
    line-height: 90px;     /*Orininal height was 48px*/
    font-size: 65px;     /*Adjust font size so full image is clickable*/
}
.site-title a {
    color: transparent;     /*Title text invisible*/
}
.site-title a:hover {
    color: transparent;     /*Title text invisible on hover*/
}
#primary-navigation {
    margin-top: 32px;     /*New site tile height minus original to line up at the bottom of header*/
}
.search-toggle {
    margin-top: 32px;     /*New site tile height minus original to line up at the bottom of header*/
}