/*
Theme Name: NB13
Theme URI: http://noahbrier.com
Author: Noah Brier
*/

.more-info-mobile {
    display: none
}

@media (max-width: 767px) {
  body {
    padding: 20px !important;
  }

  .more-info-desktop {
    display: none;
  }

  .more-info-mobile {
    display: inline;
  }
}

body {
    font-size: 18px;
    line-height: 25px;
    font-family: "Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: normal;
}

header {
    padding-bottom: 0;
    color: #999;
}

header:hover {
    color: #EEE;
}

header h1 a img {
    width: 50px;
    height: 50px;
    background: url(assets/images/noah-brier-dot-com.png) 0 0;
}

header h1 a:hover img {
    width: 50px;
    height: 50px;
    background: url(assets/images/noah-brier-dot-com.png) 0 -50px;
}

.email-subscribe-dropdown {
    display: none;
    color: #000;
}

h2 {
    font-family: "bree-serif", georgia, serif;
    color: #009900;
    letter-spacing: .1em;
    font-size: 24px;
    word-wrap: break-word;
}

h3 {
    font-family: "bree-serif", georgia, serif;
    color: #009900;
    letter-spacing: .1em;
    font-size: 18px;
}

ul, ol {
    padding-left: 30px;
}

ul li, ol li {
    padding-bottom: 5px;
    line-height: 24px;
}

a,a:visited {
    color: #009900;
}

a:hover {
    color: #004000;
    text-decoration: none;
}

blockquote {
    line-height: 26px;
}

blockquote p {
	color: #808080;
	font-weight: normal;
}

blockquote p:not(:first-child) {
	margin-top: 10px;
}

article {
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #DDD;
    overflow-x: hidden;
}

.comment-form, .comments {
    border-bottom: 1px solid #DDD;
}

.comment-form {
    padding: 20px 0;
}

.comments li, .empty-comments {
    list-style-type: none;
    padding-bottom: 20px;
}

.comments li .comment-meta {
    padding: 5px 0;
}

article p.meta, .comments li .comment-meta {
    font-weight: 700;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

p.page-nav {
    padding-top: 30px;
}

footer {
    padding: 30px 0 10px 0;
}