
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
    font-family: 'DeliciousRoman';
    src: url('../fonts/delicious-roman-webfont.eot');
    src: local('☺'),
        url('../fonts/delicious-roman-webfont.woff') format('woff'),
        url('../fonts/delicious-roman-webfont.ttf') format('truetype'),
        url('../fonts/delicious-roman-webfont.svg#webfonteHikh74h') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    border-bottom: 1px dotted black;
    color: black;
    pointer: cursor;
    text-decoration: none;
}
a:hover {
    border-bottom: 2px solid black;
}
h1 {
    font-family: DeliciousRoman;
    font-size: 3.0em;
    margin-bottom: 20px;
}
header {
    margin-bottom: 20px;
}

body {
    background-color: #eee;
    font-size: 16px;
}
em {
    font-style: italic;
}
p {
    line-height: 1.2em;
}

body > header {
    margin: auto;
    text-align: center;
    max-width: 460px;
}
    body > header h1 {
        font-size: 10.0em;
        margin-bottom: 0px;
    }
        body > header h1 span {
            color: #666;
            font-size: 0.5em;
        }
    body > header h2 {
        color: #999;
        font-style: italic;
        text-align: right;
    }
    body > header h2 a {
        border-bottom: 1px dotted #999;
        color: #999;
    }
    body > header h2 a:hover {
        border-bottom: 2px solid #999;
        color: #999;
    }

#links,
#from-blog {
    margin: 50px auto;
    width: 90%;
}
    #links article,
    #from-blog article {
        background-color: white;
        border: 1px solid #bbb;
        float: left;
        margin: 1%;
        min-height: 150px;
        padding: 0;
        width: 46%;
    }
        #links article > *,
        #from-blog article > * {
            padding: 5px 10px;
        }

    #links article {
        width: 30%;
    }
    #links h1,
    #from-blog header {
        background-color: #ddd;
    }
        #links h1 span {
            color: #666;
            font-size: 0.5em;
        }
