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

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

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

#pic {
    float: right;
    margin-left: 1em;
    width: 12.375em;
}

    #pic p, #oenskeliste {
        font: .8em 'Myriad Pro', sans-serif;
        color: #333;
    }

#content {
    width: 28em;
    margin: auto;
    float: left;
}

#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: 'Myriad Pro', sans-serif;
        padding: 1%;
        display: inline;
        border: 1px solid #ccc;
    }
    
    #other ul, #other li {
        display: inline;
    }
    
        #other li {
            margin-right: 1em;
        }
        
        #other li:after {
            content: '; ';
        }

#footer {
    margin-top: 3.2em;
    border-top: 1px solid #999;
    color: #999;
    text-transform: uppercase;
    font: normal .8em 'Myriad Pro', 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 'Myriad Pro', sans-serif;
}

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