#archive h2 {
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.15em;
}
#archive .postThumb {
  margin: 1.25em 0 0 0;
}

#archive .postmeta {
  margin-top: 14px;
}

#archive .postmeta p span {
  display: block;
}

#smartArchivesBlock {
  width: 100%;
  font-size: 16px;
}
#smartArchivesBlock th {
  text-align: left;
  vertical-align: middle;
}
#smartArchivesBlock td {
  width: 50px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
#smartArchivesBlock td.emptymonth {
  font-size: 11px;
  color: #888;
}

/* fix for admin scrolling with page behind gustavus bar */
#wpadminbar {
  position: fixed !important;
}

/* Author */
h2#page-subtitle div.author {
  font-size: 18px;
  margin: 5px 0;
}

#aboutAuthor, #aboutCategory {
  font-style: italic;
  font-size: 14px;
}
#aboutAuthor img {
  float: left;
  margin: 0 10px 10px 0;
}

.wp-cloud a {
  display: inline-block;
  margin: 4px;
  vertical-align: middle;
}

/* IMAGES IN POSTS */
  #singlePost .featuredImage {
    position: relative;
    padding: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #singlePost .featuredImage a {
    display: block;
    margin: 0;
    padding: 0;
  }
  #singlePost .featuredImage img {
    min-width: 100%;
    min-height: 25px;
    height: auto;
  }
  #singlePost .featuredImage .wp-caption-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    margin: 0;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-align: left;
  }
  #singlePost .featuredImage:hover .wp-caption-text {
    background-color: rgba(0, 0, 0, .7);
  }
  div.wp-caption {
    background-color: #FFF;
    border: 1px solid #ddd;
    text-align: center;
    max-width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  div.wp-caption img {
    background: none;
    border: none;
    padding: 0;
    float: none;
    height: auto;
  }
  p.wp-caption-text {
    font-size: 11px;
    margin: 1em 5px;
    line-height: 1.3em;
    text-align: left;
    color: #444;
  }
  .alignright {
    float: right;
    margin: 0 0 10px 15px;
  }
  .alignleft {
    float: left;
    margin: 0 15px 10px 0;
  }
  .aligncenter {
    margin: 0 auto;
  }

/* COMMENTS */
  ol.commentlist, ol.commentlist ul.children {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }
  ol.commentlist ul.children, ol.commentlist li.depth-2 {
    border-style: solid;
    border-color: #ece8e2;
  }
  ol.commentlist ul.children {
    margin: 1.5em -1em -1.25em 0;
    border-width: 0 0 0 3px;
  }
  ol.commentlist > li > ul.children {
    margin-right: -1.5em;
    padding-right: .5em
  }
  ol.commentlist li.depth-2 {
    border-width: 0 3px 0 0;
  }
  ol.commentlist li {
    margin: .25em 10px .25em 0;
    padding: 1.5em;
    clear: both;
  }
  ol.commentlist ul.children li {
    margin: 0;
    padding: 1.5em 1em 1.5em 1.5em;
  }
  ol.commentlist li img.avatar {
    float: left;
    margin: 0 .5em .5em 0;
    border: 1px solid #eee;
    padding: 2px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  ol.commentlist li cite {
    font-family: Georgia, serif;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
  }
  ol.commentlist li .commentmetadata {
    margin-top: 0;
    padding-top: 0;
  }
  ol.commentlist li .commentmetadata a {
    text-decoration: none;
    color: #666;
    font-weight: normal;
    font-size: 10px;
  }
  ol.commentlist li.even {
    background-color: #fff;
  }
  ol.commentlist li.odd {
    background-color: #f8f6f2;
  }
  div.reply a:link, div.reply a:visited, a.post-edit-link {
    font-size: 10px;
    font-weight: normal;
    background-color: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: .4em 1em;
    border: 1px solid #e3e3e3;
    color: #557;
    outline: none;
  }
  div.reply a:hover, a.post-edit-link:hover {
    color: #080;
    background-color: #f0f6f0;
  }


/* RSS WIDGET */
#local-navigation .widget_rss .description {
  display: none;
}

#local-navigation i.icon-rss {
  margin-left: 5px;
}

/* Subscribe Widget */
#local-navigation #feedburner_email_widget_sbef_submit {
  width: 100%;
  margin: 5px 0px;
}

#local-navigation #feedburner_email_widget_sbef_email {
  width: 100%;
  margin: 0;
}

/* Search Widget */
#local-navigation #searchArea {
  margin: 10px 0px;
}

#local-navigation input#search {
  width: 74%;
}

#local-navigation button#searchsubmit {
  width: 24%;
  padding: 6px;
  vertical-align: top;
}

/* TABLET AND MOBILE */
@media screen and (max-width: 1024px) {
  #archive h2 {
    font-size: 23px;
  }

  #archive .postThumb {
    margin-right: 12px;
    /*display: inline-flex;*/
  }
  #archive .postexcerpt {
    padding-left: 0;
  }

  #archive .postmeta {
    float: right;
    text-align: right;
    margin-top: -15px;
  }

  #archive .postmeta p span {
    display: inline;
  }

  #archive .postmeta p span:after {
    content: '|';
    margin: 0 5px;
    font-size: 16px;
  }

  #archive .postmeta p span:last-child:after {
    content: '';
    margin-right: 0;
  }

  #mobile-local-links #searchArea {
    margin: 10px;
  }
  #mobile-local-links input#search {
    width: 73%;
    padding: 10px 5px;
    vertical-align: bottom;
  }
  #mobile-local-links button#searchsubmit {
    width: 24%;
    margin-left: 5px;
  }
  #mobile-local-links i.icon-rss {
    margin-left: 5px;
  }

  /* Subscribe */
  #mobile-local-links :any(#feedburner_email_widget_sbef_email, #feedburner_email_widget_sbef_submit) {
    width: 100%;
  }

  #mobile-local-links :any(#feedburneremailwidget-3, #searchform) {
    margin: 10px;
  }
}
