body {
    font-family: /* "Handwriting - Dakota", */ Helvetica, Arial, sans-serif;
    background-color: #EEE;
    line-height: 1.5em; /* 24px */
    width: 54.125em; /* 866px */
    margin: 0 auto;
    padding: 3em;
    padding-left: 3em; /* 48px */
    padding-right: 3em; /* 48px */
    text-shadow: 0px 1px 1px #FFF;
}
a:link {
    text-decoration: none;
    border-bottom: 1px solid #666;
    color: #000;
}
a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #666;
    color: #000;
}
a:link:hover, a:visited:hover {
    text-decoration: none;
    border-bottom: none;
    color: #900;
}
p, ul, ol { margin: 1.5em 0 1.5em 0; }
blockquote {
    margin-left: 1.5em;
    margin-right: 1.5em;
    font-style: oblique;
}
blockquote cite:before {
    content: "— ";
}
blockquote cite {
    font-style: normal;
}
ul {
    list-style: square;
}

body > header h1 {
    font-size: 2em; /* 32px */
    width: 1.25em; /* 20px */
    margin: 0 0 0.75em 1.4375em;
    text-align: center;
    background-color: #900;
    padding: 0.75em; /* 24px */
    border-radius: 0.25em;  /* 8px */
    -moz-border-radius: 0.25em; /* 8px */
    -webkit-border-radius: 0.25em; /* 8px */
    font-family: "Hiragino Maru Gothic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-shadow: none;
}
body > header h1 a:link, body > header h1 a:visited, body > header h1 a:link:hover, body > header h1 a:visited:hover {
    text-decoration: none;
    border-bottom: none;
    color: #eee;
    line-height: 1.5em;
}
body > header, body > nav, body > aside {
    clear: left;
    width: 8.375em; /* px */
    float: left;
    margin-right: 3em; /* 48px */
    text-align: right;
    /*
    background-color: #090;
    */
}
body > aside {
    clear: none;
    float: right;
    margin: 0 0 1.5em 1.5em;
    text-align: left;
    /*
    background-color: #090;
    */
}
body > aside p:first-child, nav ul:first-child {
    margin-top: 0;
}
body > nav a:link, body > nav a:visited, body > nav a:link:hover, body > nav a:visited:hover {
    border-bottom: none;
}
nav ul {
    list-style: none;
    padding: 0;
    text-transform: lowercase;
}
body > article, body > footer {
    display: block;
    width: 31.125em; /* 498px */
    margin-left: 11.375em; /* 182px */
    margin-right: 11.375em; /* 182px */
    /*
    background-color: #090;
    */
}
article > header h2 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    margin: 1em 0;
    color: #666;
}
dt {
    line-height: 1.5em;
    font-weight: bold;
    margin: 1em 0;
}
dd {
    margin: 1em 0;
}
.dateline { color: #666; }
article > header h2 a:link, article > header h2 a:visited {
    border-bottom: none;
}
p.photo a:link, p.photo a:visited, p.photo a:link:hover, p.photo a:visited:hover { border-bottom: none; }
p.photo a:link img, p.photo a:visited img {
    border: 0.25em solid #CCC;
    padding: 0.25em;
    background-color: #FFF;
    border-radius: 0.25em;  /* 8px */
    -moz-border-radius: 0.25em; /* 8px */
    -webkit-border-radius: 0.25em; /* 8px */
}
p.photo a:link:hover img, p.photo a:visited:hover img {
    border-color: #900;
}
p.photo img { border: none; }
body > footer {
    text-align: center;
    color: #666;
}