/* This is version 8 of my personal website design, following version
   7 of 2011.  Copyright (C) 2015 Sean Whitton, all rights reserved:
   please ask me before making your site look like mine :) */

body {
    background: #FFFFF6;
    color: #111;
    font-family: "Palatino", serif;
    text-align: justify;
    font-size: 110%;
    margin: 0 auto;
    max-width: 50em;
    padding: 2em;
}

.pageheader .actions ul {
    padding-bottom: 1em;
}

h1, h2, h3, h4, h5, .title {
    font-family: "Helvetica", sans-serif;
}

h1 {
    border-bottom: 3px double #666;
    width: 80%;
    max-width: 25em;
    font-size: 140%;
}

h2 {
    font-size: 130%;
}

img.mugshot {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

blockquote {
    margin-left: 2em;
    border-left: #000 solid 3px;
    padding-left: 1em;
    padding-right: 10em;
}

/* fix blog next/prev post links overlapping post content; this overrides
 * a position:absolute in ikiwiki's style.css */
.trailprev {
    position: initial;
}
