body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background: transparent;
    font-size: 12pt;
    line-height: 16pt;
    margin: 0;
    padding: 16pt 24pt 32pt 24pt;
}

h1,
h1 small,
h1 a,
h1 a:hover {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    line-height: 30pt;
    background: transparent;
    font-size: 36pt;
    color: #666;
}

h1 {
    margin: 0;
}

h1 small {
    font-size: 12pt;
    line-height: 14pt;
    letter-spacing: 3pt;
}

#home div.vcard {
    margin-bottom: 12pt;
}

#bananarama {
    margin: 2pt 0 12pt 0;
    text-transform: uppercase;
    font-size: 9pt;
    line-height: 14pt;
    color: #999;
}

#bananarama * {
    letter-spacing: 3pt;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: normal;
    color: #000;
    background: #ddd;
    margin: 16pt 0 16pt -3pt;
    padding: 0 3pt 0 3pt;
    clear: both;
    font-size: 12pt;
}

h2 * {
    color: #000;
    letter-spacing: 3pt;
}

* > h2 {
    float: left;
    display: inline;
    margin: 0 0 16pt -3pt;
}

h2 + * {
    clear: both;
    margin-top: 0 !important;
}

#home h2 {
    margin: 16pt 0 12pt -3pt;
}

h3 {
    font-size: 12pt;
    margin-bottom: 0;
}

a {
    color: #000;
    background: #ddd;
    padding: 0 2pt 0 2pt;
    margin: 0 -2pt 0 -2pt;
    text-decoration: none;
}

a:hover,
p.note em a:hover {
    background: #000;
    color: #fff;
}

p.note em a {
    background: #FCF6D5;
}

dl,
dt,
dd,
ul,
ol,
p {
    margin: 0;
    padding: 0;
}

* > ul,
* > ol {
    padding-left: 2em;
    margin-left: -2em !important;
}

body.text p {
    margin: 1.4em 0;
}

body.text ul,
body.text ol {
    margin: 16pt 0 0 0;
}

body.text ul ul,
body.text ul ol,
body.text ol ul,
body.text ol ol {
    margin-left: 16pt !important;
    list-style-type: disc;
}

li {
    margin: 0 0 16pt 0;
    padding: 0;
    list-style-position: outside;
}

#elsewhere li {
    display: inline;
    list-style-type: none;
    margin: 0;
}

#elsewhere li:before {
    content: "/ ";
}

#elsewhere li:first-child:before {
    content: "";
}

dl {
    clear: both;
}

dt {
    font-weight: bold;
    clear: both;
}

dd {
    margin: 0 0 1.4em 0;
    zoom: 1;
}

#portfolio {
    overflow: hidden;
}

#portfolio li {
    float: left;
    display: inline;
    margin-right: 1em;
}

#portfolio a {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: solid 3pt #ddd;
}

#portfolio a:hover {
    border: solid 3pt #000;
}

abbr {
    border: none;
}

#footnotes {
    margin-top: 72pt;
    font-size: 9pt;
    line-height: 12pt;
}

sup {
    line-height: 0.1em;
    font-size: 0.7em;
}

small {
    font-size: 1em;
    color: #666;
}

#copyright {
    margin-top: 72pt;
}

q,
q:lang(en) {
    quotes: "‘" "’" "“" "”";
    font-style: normal;
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

q:before   {
    content: '\2018';
}

q:after    {
    content: '\2019';
}

q q:before {
    content: '\201C';
}

q q:after  {
    content: '\201D';
}

dd:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html dd {
    height: 1%;
}

p.note em {
    background: #fef5ae;
}

em em {
    font-style: normal;
}

kbd {
    font-size: 1em;
    line-height: 1em;
}

img {
    border: 0;
}

.screenshot_osx {
    width: auto;
}

.screenshot_osx img {
    margin: -20px -40px -55px -40px;
}

.screenshot_osx a {
    background: transparent;
}

#letter,
#backhome,
#cruft {
    display: none;
}