/*

This style sheet is from www.dx13.co.uk and can be used as a learning
aid only. The design described by this style sheet is copyright
Michael Rhodes and may not be reproduced in any form besides fair
use.

*/

.wf-loading {
    /* Hide the blog title and post titles while web fonts are loading */
    visibility: hidden;
}

html {
  font-size: 10px;
}

body {
    text-align: center;
    text-rendering: optimizelegibility;
    margin: 0;
}

body a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color: black;
}

body a:hover {
    border-bottom: 1px solid black;
}

#in-development-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: yellow;
    border-bottom: 2px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
}

#page-content {
    font-family: "Source Sans Pro","source-sans-pro-1",
        "source-sans-pro-2", sans-serif;
    background: #ffffff;
    text-align: left;
    font-size: 1.6rem;
    color: black;
    width: 100%;
    max-width: 850px;
    margin: 0 auto 0 auto;
    line-height: 2.6rem;
}

.footnote {
    font-size: 1.6rem;
    color: #555;
}

.pagination {
    height: 10rem;
    padding-top: 5rem;
}
.pagination .older {
    float: left;
}
.pagination .newer {
    float: right;
}

#logo {
    margin-top: 5px;
    padding: 20px 0 15px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.thin-hide-inline { display: none; }

#logo a {
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 1px #AAA;
    border: none;
}

#logo {
    color: #ccc;
}

#logo a:hover {
    color: black;
    text-shadow: 0 1px 1px #555;
}

/**************************
 *
 * Site-wide styles
 *
 ***************************/

h1, h2, h3 {
    line-height: 34px;
    font-family: "Source Sans Pro","source-sans-pro-1",
        "source-sans-pro-2",sans-serif;
}

h1 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}

h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ccc;
    margin-top: 3rem;
}

h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: -15px;
    padding-top: 5px;
    text-shadow: 0px 1px 1px #ccc;
}

h1 a, h3 a {
    color: black;
    text-decoration: none;
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: none;
}

h1 a:hover, h3 a:hover {
    border-bottom: 1px solid black;
}

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

.metadata {
    font-size: 1.4rem;
    text-align: center;
}

.metadata, .metadata a {
    color: #555;
    text-decoration: none;
    font-family: "Source Sans Pro","source-sans-pro-1",
        "source-sans-pro-2",sans-serif;
}

.metadata .date-day {
    font-weight: bold;
    text-shadow: 0px 1px 1px #ccc;
}

.metadata .date-year {
    padding-right: 10px;
}

.metadata .date-month, .metadata .date-year {
    text-shadow: 0px 1px 1px #ccc;
    font-weight: bold;
}

.metadata .tags {
    padding-left: 10px;
}

#current-post {
    padding-left: 18px;
    padding-right: 18px;
}

#current-post div > p:first-child {
    padding-top: 8px;
}

div.post div p,
div.post div ol,
div.post div ul
{
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
}

.post {
    margin-top: 30px;
}

.Link p:first-child a {
    font-size: 2.2rem;
    text-shadow: 0px 1px 1px #ccc;
}

.Link p:first-child a:after {
    content: " \00bb";
}

.notice {
    background: rgb(246, 229, 149);
    padding: 5px;
    margin: 10px;
    text-align: center;
    font-style: italic;
}

.preview-banner {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #F3ED76;
}

/*******************
 *
 * Archives lists
 *
 *******************/

.archives-metadata {
    width: 70px;
    color: #999;
    float: left;
    text-align: right;
    padding-right: 15px;
}

ul.archives-list {
    padding-left: 0;
}

ul.archives-list li {
    list-style: none;
    line-height: 4rem;
}

/*
*
* FOOTER
*
*/

#footer {
    font-size: 1.6rem;
    clear: both;
    padding: 0 10px 20px 10px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    border-top: 1px dotted #ccc;
    background: none;
}

#footer p {
    margin-top: 0;
    margin-bottom: 0;
}

#footer div {
    text-align: center;
    margin-top: 20px;
}

#footer div h3 {
    margin: 0;
    font-style: italic;
}

/*
*
* Some general styles
*
*/

img {
    border: 1px solid black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

img.fullbleed {
    width: 100%;
}

blockquote {
    font-style: italic;
    margin: 15px;
    margin-left: 22px;
    padding-top: 9px;
    padding-right: 20px;
    text-align: justify;
}

blockquote p:first-child {
    margin-top: 0;
}

blockquote:before {
    content: "\201C";
    font-size: 6.8rem;
    font-weight: bold;
    float: left;
    color: #ccc;
    margin-right: 3px;
    margin-left: -42px;
    padding-top: 14px;
    font-family: "Source Sans Pro","source-sans-pro-1",
        "source-sans-pro-2",sans-serif;
}
/*blockquote:after {
    content: "\201D";
    font-weight: bold;
    color: #ccc;
    margin-right: 3px;
} */

pre, code, tt {
    font: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    padding: 0.4rem 0.4rem;
    font-size: 1.4rem;
    background-color: #F5F5F5;
    border-radius: 3px;
}

pre {
    padding: 0.4rem 0.8rem;
    width: 100%;
    overflow: auto;
    font: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    line-height: 2.6rem
}

table td {
    margin: 0;
    padding: 5px;
}

table tr.even {
    background: #efefef;
}

table tr.odd {
}

table th {
    border-bottom: 1px solid #ccc;
}

/*
 *
 * Tabbed navigation
 */

ul#navigation {
    list-style: none;
    text-align: center;
    padding: 1px;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    font-style: italic;
    font-size: 2rem;
}

ul#navigation li {
    display: inline;
    padding: 5px 15px;
    margin: 0;
}

ul#navigation li a {
    text-decoration: none;
    color: black;
    border: none;
}

ul#navigation li a:hover {
    text-decoration: underline;
    color: black;
}
