/*

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.

*/

/* This font is a font from http://www.josbuivenga.demon.nl/ 
@font-face {
    font-family: "Fertigo Pro";
    src: url("../images/Fertigo_PRO.otf")
}*/

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


body {
    text-align: center;
}

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

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

#page-content {
    font-family: "chaparral-pro-1","chaparral-pro-2",Georgia, serif;
    background: #ffffff;
    text-align: left;
    font-size: 18px;
    margin: 0 0;
    color: black;
    width: 850px;
    margin: 0 auto 0 auto;
    line-height: 1.6em;
}

#logo {
    padding: 20px 10px 0 10px;
    margin-top: 10px;
    padding-bottom: 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
    font-size: 48px;
    padding-top: 70px;
    padding-bottom: 40px;
    margin: 0;
}

#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: "chaparral-pro-1","chaparral-pro-2",Georgia, serif;
    
}

h1 {
    text-align: left;
    font-size: 1.35em;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ccc;
    margin-bottom: 0;
    padding-top: 11px;
}

h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ccc;
    margin-top: 1.5em;
}

h3 {
    font-size: 16px;
    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;
}

.metadata {
    float: left;
    margin-left: -140px;
    padding-top: 10px;
    width: 120px;
    font-size: 0.7em;
    text-align: center;
}

.metadata, .metadata a {
    color: #555;
    text-decoration: none;
}

.metadata .date-day {
    display: block;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ccc;
}

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

.metadata p.tags {
    line-height: 1.3em;
    margin-top: -15px;
}

#current-post {
    width: 610px;
    _width: 690px; /* IE width hack */
    padding-left: 140px;
    margin-left: 50px;
}

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

div.post div p,
div.post div ol,
div.post div ul
{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.post {
    margin-top: 30px;
}

.Link p:first-child a {
    font-size: 1.1em;
    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;
}

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

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

ul.archives-list li {
    list-style: none;
    line-height: 2em;
}

/*
*
* FOOTER
*
*/

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

#footer ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
}

#footer li {
    list-style: none;
}

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

#footer #recent-posts {
    float: left;
    text-align: left;
    padding: 1%;
    padding-left: 0;
    width: 50%;
}

#footer div {
    float: right;
    width: 20%;
    text-align: left;
    padding: 1%;
}

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

/*
*
* Some general styles
*
*/

img {
    border: 1px solid black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
    font-style: italic;
    margin: 15px;
    margin-left: -20px;
    padding-left: 50px;
    padding-top: 9px;
    padding-right: 40px;
    background: url(../images/quotes.gif) top left no-repeat;
    text-align: justify;
}

blockquote p:last-child {
    background: url(../images/quotes-close.gif) no-repeat right bottom;
    padding-bottom: 20px;
    margin-right: -40px;
    padding-right: 40px;
}

pre {
    width: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 5px;
}

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;
}
 
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;
}


