body { background-color: #eeeeee; /* light gray */ font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; color: #1e1e1e; /* dark gray */ } 
h1, h2, h3, h4, h5, h6 { font-family: Georgia, serif; font-style: italic; color: #364152; } 
h1 { font-size: 0.83em; margin: 1.67em 0; color: #737b5f; }
a, a:visited { text-decoration: none; } 
a:hover { text-decoration: underline; }
ul { list-style-type: circle; color: #004060; font-size: 16px; font-weight: bold; }

/* ----- add logo Twenty Fifteen theme version 1.2 ----- */

.site-title a {
	background: url("http://woebegoneart.com/new/wp-content/uploads/logo_sq.png");
	 width: 150px; height: 0px; display: block; background-size: cover;
	text-indent: 105%; white-space: nowrap;  overflow: hidden;
}
@media screen and (min-width: 620px) { .site-title a { margin-bottom: 0; } }
@media screen and (min-width: 955px) { .site-title a { margin: 0 auto 0 auto; } .site-description {text-align: center; } }
@media screen and (min-width: 1401px) { .site-title a { width: 250px; height: 64px; } }

/* ----- attempt to reduce padding between ----- */
@media screen and (min-width: 59.6875em) {
.main-navigation {
margin: 0 5% 5%;
}
.social-navigation {
margin: 0 5% 5%;
}
.widget {
margin: 0 5% 5%;
padding: 0 5%;
}
} 

/* ----- attempt to reduce space above page title ----- */
.hentry, .page-header, .page-content {
   padding-top: 1%;
}