/*
Theme Name: Wishlist
Description: Give me stuff
Version: 0.1
Author: Jonathan Holst
Author URI: http://holst.biz/

*/
/* A slightly adapted version of the stylesheet from holst.biz */

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

h2 {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    margin-top: 1.6em;
}

h3 {
    font-family: 'Myriad Pro', sans-serif;
    font-style: italic;
}

p {
    text-align: justify;
}

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

ul {
    list-style: disc;
}

    ul ul {
        margin-left: 1em;
    }

strong {
    font-weight: bold;
}

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