@font-face {
    font-family: pencil;
    src: url(https://blog.pugs.ly/media/fonts/pencil-regular.otf);
}

body {
    background-color: #f6f6fa;
    background-image: url(https://blog.pugs.ly/media/images/paper_texture.png);
    font-family: pencil, comic sans ms, sans-serif;
    font-size: 0;
    color: #1f1f1f;
}

#container {
    max-width: 750px;
    margin: auto;
}

#header {
    text-align: center;
    margin-bottom: 17px;
}

#logo {
    display: inline-block;
    max-width: 100%;
    margin-left: 16px;
    border: 0;
}

#logo-email-container {
    text-align: center;
    margin-bottom: 32px;
}

#logo-email {
    display: inline-block;
    max-width: 100%;
}

#navigation {
    display: inline-table;
    height: 163px;
    max-width: 274px;
    vertical-align: bottom;
}

#navigation p {
    display: table-cell;
    vertical-align: middle;
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 34px;
    line-height: 1.1765;
}

.divider {
    display: block;
    max-width: 100%;
    margin-bottom: 23px;
}

#filter-order {
    margin-top: -18px;
    margin-bottom: 17px;
    text-align: right;
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 16px;
}

.post-preview {
    margin-bottom: 35px;
}

h1, h2, h3 {
    text-align: left;
    font-weight: normal;
    line-height: 1.1944;
    margin-top: 0;
    margin-bottom: 13px;
}

h1 {
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 36px;
}

h2 {
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 32px;
}

h3 {
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 28px;
}

.date {
    margin-top: -1px;
    margin-bottom: 16px;
    font-size: 16px;
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
}

#content {
    margin-bottom: 31px;
}

#content p, ul, ol, #comments p {
    margin-top: 0;
    margin-bottom: 20px;
}

#content p, li, #comments p {
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 24px;
    line-height: 1.25;
}

#content li {
    margin-bottom: 8px;
}

#content img, 
.iframe-container, 
table, 
audio {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    border: 0;
    image-orientation: from-image;
    border-spacing: 0;
}

#content audio {
    width: 100%;
}

#content figcaption {
    margin-top: -18px;
    margin-bottom: 17px;
    text-align: center;
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 20px;
}

input, textarea {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 18px;
    font-size: 11.5px;
    font-family: 'Helvetica', Arial, sans-serif; /* font-family is required with every font-size for gmail */
    color: #1f1f1f;
}

/* Input text */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
    padding:10px;
    width:335px;
    border:2px solid #d0d0d0;
    border-radius:3px;
}

/* Input text focus */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
    outline:none;
    border-color:#a7a7a7;
}

/* Input buttons */
input[type=button],
input[type=submit],
input[type=reset] {
    height:34px;
    background-color: #d0d0d0;
    border:0;
    border-radius:3px;
    padding:0 18px;
    font-weight: bold;
    cursor:pointer;
}

/* Input buttons hover */
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #c5c5c5;
}

/* Input buttons focus */
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
    outline: none;
}

.subscribe-button {
    background-color: #d1be7d !important;
}

.subscribe-button:hover {
    background-color: #c4b276 !important;
}

.hp-input {
    display: none !important;
}

.input-inline-element {
    display: inline-block;
    font-family: pencil, comic sans ms, sans-serif !important; /* font-family is required with every font-size for gmail */
    font-size: 16px !important;
}

#content > ul > img,
#content > ol > img,
#content > ul > audio,
#content > ol > audio,
#content > ul > .iframe-container,
#content > ol > .iframe-container {
    margin-top: 20px;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#content td {
    padding: 0;
}

#content td img {
    margin: 0;
}

.inline-navigation {
    margin-top: 27px;
    margin-bottom: 27px;
    text-align: center;
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 16px;
}

.inline-navigation p {
    margin: 0;
}

.inline-navigation img {
    margin-left: 11px;
    margin-right: 9px;
    margin-bottom: -4px;
    border: 0;
}

.inline-navigation a {
    display: inline-block;
}

#comments {
    margin-top: 32px;
    margin-bottom: 31px;
}

.comment {
    margin-top: 14px;
    margin-bottom: 23px;
}

.comment-date {
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 16px;
}

.comment-reply-text {
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 22px;
}

#add-comment {
    margin-top: 29px;
}

#copyright {
    margin-top: 0;
    margin-bottom: 29px;
    text-align: center;
    font-family: pencil, comic sans ms, sans-serif; /* font-family is required with every font-size for gmail */
    font-size: 14px;
}

#container a {
    color: inherit;
    text-decoration: none;
}

#container a:hover {
    text-decoration: underline;
}

#container a:active {
    text-decoration: none;
}

#content a,
#comments a {
    color: grey;
}

#content a:hover,
#comments a:hover {
    color: inherit;
}
