/* Enter Your Custom CSS Here */

@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(http://fonts.googleapis.com/css?family=Bitter);

.main-container .site-header
{
  min-height: 80px;
}

.site-branding h1, .site-branding h2
{
  margin: 10px 0;
}

.primary-navigation a
{
  padding-top: 10px;
  padding-bottom: 3px;
  min-height: 30px;
}

#masthead h1.text-logo,
#masthead h2.text-logo
{
  text-transform:none;
  font-size:18px;
/*  background: url("http://fuzzychimp.com/wp-content/uploads/2015/07/logo.png") no-repeat left center;
  background-size: 70px;
  padding-left:77px;*/
}

#masthead h1.text-logo a,
#masthead h2.text-logo a
{
  float:none;
  background: url("http://fuzzychimp.com/wp-content/uploads/2015/07/small_logo.png") no-repeat right center;
  background-size: 32px;
  padding-right:50px;
}

#masthead h1.text-logo span,
#masthead h2.text-logo span
{
  font-family: 'Fredericka the Great', cursive;
  display:block;
  font-size:30px;
  margin-top:5px;
}

.featuredBox .f-excerpt
{
  display:none;
}

.single-post .post-info,
.article .post-info
{
  color:#ffffff;
}

.post-info .theauthor,
.post-info .thecomment
{
  display:none;
}

.post-info span
{
  color:#000000;
  float:left;
}

.related-posts .meta
{
  display:none;
}

/*
.site-title {
  text-transform:none;
}

.site-description {
  font-family: 'Fredericka the Great', cursive;
  display:block;
  font-size:30px;
}

.entry-title {
  font-style:italic;
  margin-bottom:0px;
}

.entry-summary {
  font-family: 'Bitter', serif;
  font-size:14px;
  font-weight:normal;
  margin-top: 0px;
}

.site-main .entry-meta .posted-on {
  display:none;
}
*/