@import url('http://superninja.dk/pub/code/css/reset.css');

body {
    font: normal 1em/1.6 'Lucida Fax', 'Palatino', Georgia, serif;
    max-width: 42.25em;
    margin: auto;
}

h1 {
    text-align: center;
    font: 2em 'Gill Sans Ultra Bold', sans-serif;
    margin: 1.2em 0 .1em 0;
}

#pic {}

    #pic img {
        max-width: 100%;
    }
    
    #pic p, #oenskeliste {
        font: .8em 'Gill Sans', sans-serif;
        color: #333;
    }

#content {
    margin-top: 1.6em;
}

#other {
    clear: both;
    padding-top: 1.6em; /* No, this is not what I *really* want (I'd prefer a 
    margin), but with browser rendering in mind, I'll take what I can get */
}

    #other h2 {
        background: #03c;
        color: #fff;
        font-family: 'Gill Sans', sans-serif;
        padding: 1%;
        display: inline;
        border: 1px solid #ccc;
    }
    
    #other ul, #other li {
        display: inline;
    }
    
        #other li {
            margin-right: .2em;
        }
        
        #other li:after {
            content: '; ';
        }

#footer {
    margin-top: 3.2em;
    border-top: 1px solid #999;
    color: #999;
    text-transform: uppercase;
    font: normal .8em 'Gill Sans', sans-serif;
}

    #footer p {
        text-align: center;
        margin: 1em 0;
        text-indent: 0;
    }
    
    #footer a {
        border: none;
        color: inherit;
        text-decoration: underline;
    }

#oenskeliste {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px;
    border: 1px solid #333;
}

    #oenskeliste a {
        border: none;
        text-decoration: underline;
    }

p {
    text-align: justify;
}

p + p {
    text-indent: 1em;
}

p#currently {
    margin-top: 1.6em;
    text-indent: 0;
}

em.head {
    font: normal 1.1em/1.6 'Gill Sans', sans-serif;
}

a {
    color: #000;
    border-bottom: 2px solid #333;
    font-family: 'Gill Sans', sans-serif;
}

@media all and (min-width: 42.25em) {
    #pic {
        float: right;
        margin-left: 2.3668639%;
        width: 29.2899408%;
    }
    
    #content {
        width: 66.2721893%;
        margin: auto;
        float: left;
    }
}

@media all and (min-width: 70em) {
    h1 {
        font-size: 3em;
        margin-top: 0;
    }
}
