html {
    background: #fff url(../img/pony.png) no-repeat fixed 0 -300px;    
}

body {
    color: #222;    
    font-family: "Sabon LT Std", "Hoefler Text", "Palatino Linotype", "Book Antiqua", serif;
    font-size: 16px;  /* Jeff Croft says pixels are OK now. */
    padding-top: 20px;
}

#body {
    margin: 0 auto;
    width: 512px;  
    position: relative; 
}

#foot {
    border-top: 1px #ccc solid;
    width: 320px;
    margin: 40px auto 40px auto;
    padding-top: 19px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

a, a:link, a:visited {
    color: #226;
}

a.footnote-reference {
    text-decoration: none;
}
a.footnote-reference sup {
    text-decoration: underline;
}

a.subtle, a.subtle:link, a.subtle:visited {
    color: inherit;
    text-decoration: none;
}

abbr {
    border-bottom: 1px gray dotted;
}

blockquote {
    margin: 0 0 20px 32px;
    color: #333;
    border-left: 4px #ccc solid;
    padding-left: 6px;
}

blockquote, blockquote p {
    font-size: 14px;
    line-height: 20px;    
}

dd {
    line-height: 20px;    
    margin-left: 32px;
}

dt {
    line-height: 20px;    
    margin-top: 20px;
    font-weight: bold;
}

em { 
    font-style: italic; 
}

form {
    margin-top: 20px;
}

form input[type="text"] {
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    border: 0px none;
    border-bottom: 1px #ccc solid;
    float: right;
    width: 400px;
    height: 19px;
}

form input[type="submit"] {
    font-size: 16px;
    height: 24px;
    margin: 8px 0px;
    padding: 0px 12px;
    border: 1px #222 outset;
    background-color: #eee;
}

form label {
    float: left;
    display: block;
    width: 100px;
    line-height: 20px;
}

form p {
    overflow: hidden;
}

form p.help {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: -20px;
    color: #666;
}

form p.submit {
    text-align: right;
}

form textarea {
    background: transparent url(../img/textarea.gif);
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    border: 0px none;
    float: right;
    width: 398px;
    height: 200px;
}

form.edit textarea {
  width: 99%;
  height: 600px;
  border: 0px none;
  background: white;
  margin: 2px;
  font: 12px/14px Consolas, monospace;
}

form ul.errorlist {
    margin-left: 0;
}

form ul.errorlist li {
    color: #600;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    margin-top: -20px;
}

.entry p.error {
    text-align: center;
    color: #600;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

h1 span.subtitle {
    display: block;
    margin-bottom: 20px;
}

h1 .dquo {
    margin: inherit;
}

h2 {
    font-size: 20px;
    line-height: 40px;
}

h3 {
    font-variant: small-caps;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
}

h4 {
    font-size: 17px;
    font-style: italic;
    line-height: 40px;
}

h3 a[name], 
h4 a[name] { 
    color: inherit; 
}

h3 span.caps { 
    font-size: 17px; 
    line-height: 20px; 
}

h3 tt {
    font-size: inherit;
}

hr {
    border: 0px none;
    height: 1px;
    width: 320px;
    text-align: center;
    background-color: #ccc;
    margin: 20px auto 19px auto;
}

li {
    line-height: 20px;
    margin-bottom: 20px;
}

li .dquo {
    margin-left: 0;
}

ol li {
    list-style: decimal outside;
}

p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

p span.caps {
    font-variant: small-caps;
    font-size: 14px;
    line-height: 20px;
}

pre, code, tt {
    font-family: Consolas, Inconsolata, Monoaco, monospace;
    font-size: 14px;
    line-height: 20px;
}

strong { 
    font-weight: bold; 
}

sup {
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
}

ul, ol, dl {
    margin: 0 0 20px 32px;
}

ul li {
    list-style: circle outside;
}

ul.compact li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

ul.compact dt, ul.compact dl {
    margin: 0;
    font-weight: normal;
}

ul.compact ul {
    margin-bottom: 0;
}

p#rellinks {
    text-align: center;
    height: 40px;
}

p#rellinks a {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 12px;
}

p#rellinks a img {
    opacity: 0.6;
}

p#rellinks a:hover img {
    opacity: 1.0;
}

.admonition {
    margin-left: 32px;
    font-size: 14px;
    line-height: 20px;
}

.admonition .admonition-title {
    margin-bottom: 0;
    font-size: 17px;
    font-style: italic;
    line-height: 40px;
}

.body img {
    display: block;
    margin: 20px auto;
}

.comments h1 {
    text-align: center;
    line-height: 20px;
}

.comments dl {
    margin-left: 0;
}

.comments dd p {
    font-size: 14px;
    line-height: 20px;
}

.dquo { margin-left: -.25em; }

.entry .header h1 {
    text-align: center;
}

.entry .header h2 {
    text-align: center;
    line-height: 20px;
}

.entry .header h1 a, 
.entry .header h1 a:link, 
.entry .header h1 a:visited,
.entry .header h2 a, 
.entry .header h2 a:link, 
.entry .header h2 a:visited,
.today h2 a,
.today h2 a:link,
.today h2 a:visited {
    color: #222;
    text-decoration: none;
}

.entry .header p.date {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.entry .message {
    margin-left: 32px;
}

.entry .inline {
    margin-bottom: 20px;
    line-height: 20px;
}

.entry .inline p .dquo {
    margin-left: 0;
}

.entry .inline h4,
.entry .inline p {
    display: inline;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.entry .inline h4 a {
    line-height: 20px;    
}

.entry .inline p:before {
    content: " — ";
}

.entry .inline p.tags {
    font-size: 12px;
    line-height: 20px;
    opacity: 0.5;
}

.entry.inline p.tags a {
    font-size: 12px;
    line-height: 20px;
}

.entry .inline .tags:hover {
    font-size: 12px;
    line-height: 20px;
    opacity: 1.0;
}

.entry .inline .tags:before {
    content: "";
}

.nav {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding-bottom: 9px;
    padding-top: 9px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.nav a[rel="next"] {
    float: right;
    text-align: right;
    width: 160px;
}

.nav a[rel="prev"] {
    float: left;
    text-align: left;
    width: 160px;
}

.nav p.tags {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 163px;
}

.nav p.series {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 20px;    
}

.inline-footnote {
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-style: italic;
}

.line-block {
    margin: 0 0 20px 32px;
    color: #333;
}

.line-block >.line {
    white-space: pre;
}

.literal-block, .doctest-block {
    margin: 0 32px 20px 32px;
}

.nada {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
}


.group.tracks p, .group.code-commits p {
    display: list-item;
    list-style: circle outside;
    margin-left: 32px;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.group.code-commits code {
    line-height: 19px;
    font-size: 13px;
}

.note .admonition-title {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.note .admonition-title:after { content: ":"; }

.note p, .note pre.literal-block {
    margin-left: 32px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
}

.note pre.literal-block { margin-left: 64px; }

.note p tt {
    font-size: 12px;
    line-height: 20px;
}

.photos img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.photos {
    overflow: auto;
}

.rubric {
    color: #333;
    font-style: italic;
    margin-bottom: 40px;
}

.tagindex .body p {
    line-height: 30px;
    text-align: justify;
}

.tagindex a { text-decoration: none; }
.tagindex a.size-1 { font-size: 10px; }
.tagindex a.size-2 { font-size: 10px; }
.tagindex a.size-3 { font-size: 18px; }
.tagindex a.size-4 { font-size: 22px; }
.tagindex a.size-5 { font-size: 26px; }
.tagindex a.size-6 { font-size: 30px; }

.tagindex p.sorter {
    text-align: right;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 0;
}
.tagindex p.sorter em {
    font-style: normal;
    font-weight: bold;
}

.today h2 {
    text-align: center;
}

.gist .gist-file, .gist .line { font-size: 12px; line-height: 16px;}

/*
*
* Hi there!
*
* I paid for these fonts. You should too!
* Please don't steal.
*
* This CSS file has been generated by fontsquirrel.com and is based on the work of Paul Irish. 
*
*/

@font-face {
    font-family: 'Sabon LT Std';
    src: url('SabonLTStd-Roman.eot');
    src: local('Sabon LT Std Roman'), local('SabonLTStd-Roman'), url('../fonts/SabonLTStd-Roman.otf') format('opentype');
}

@font-face {
    font-family: 'Sabon LT Std';
    font-weight: bold;
    src: url('SabonLTStd-Bold.eot');
    src: local('Sabon LT Std Bold'), local('SabonLTStd-Bold'), url('../fonts/SabonLTStd-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Sabon LT Std';
    font-style: italic;
    src: url('SabonLTStd-Italic.eot');
    src: local('Sabon LT Std Italic'), local('SabonLTStd-Italic'), url('../fonts/SabonLTStd-Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Sabon LT Std';
    font-style: italic;
    font-weight: bold;
    src: url('SabonLTStd-BoldItalic.eot');
    src: local('Sabon LT Std Bold Italic'), local('SabonLTStd-BoldItalic'), url('../fonts/SabonLTStd-BoldItalic.otf') format('opentype');
}

