/* Main Tags */
body { font-family: 'Vollkorn', 'Georgia', 'Times New Roman', serif;
       background-color: #222; color: #ddd; }

a:link, a:visited, a:active, a:hover { text-decoration: none; }
a:link, a:visited, a:active { color: #a50; }
a:hover { color: #f80; }

/* Site Title */
h1 { font-size: 3em; font-weight: bold; }

/* Page Title */
h2 { font-size: 2em; margin: 1em 0 0.4em 0; font-weight: bold; }

/* Post Title */
h3 { font-size: 1.5em; margin: 1em 0 0.2em 0; font-weight: bold; }

/* Width Title */
h4 { font-size: 1.2em; margin: 0.6em 0 0.2em 0; font-weight: bold; }

/* Main Content */
#page { width: 40em; margin: 1em auto; position: relative; }

/* Post Meta */
div.post dl.meta { font-size: 0.9em; margin: 0.5em 0; position: relative; overflow: auto; }
div.post dl.meta dt { font-weight: bold; clear: left; float: left; }
div.post dl.meta dd { float: left; }
div.post dl.meta dt, div.post dl.meta dd { margin: 0.2em 0.5em 0.2em 0; }

div.post div.body { clear: both; margin: 0.5em 0; font-size: 1.0em; }

/* Post Content */
div.post div.body p { margin: 0.5em 0; clear: both; overflow: auto; line-height: 1.4em; }
div.post div.body h5 { margin-top: 1em; }
div.post div.body h5 + p { margin: 0.2em 0; }

div.post div.body ul { margin: 1em 3em; font-size: 0.9em; list-style: outside; }
div.post div.body ol { margin: 1em 3em; font-size: 0.9em; list-style: outside; list-style-type: decimal; }
div.post div.body li { line-height: 1.2em; margin: 0.2em 0; }

div.post div.body dl { overflow: auto; font-size: 0.9em; margin: 0.5em 0; }
div.post div.body dl dt, div.post div.body dl dd { float: left; margin: 0.2em 0 0.2em 0; line-height: 1.2em; }
div.post div.body dl dt { font-weight: bold; clear: left; margin-right: 0.5em; width: 8em; text-align: right; }
div.post div.body dl dd { width: 30em; }

div.post div.body pre { border-width: 2px; border-style: solid; border-color: #a50;
                        display: block; overflow: auto;
                        -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em;
                        padding: 0.5em 1em; margin: 1em 3em; line-height: 1.4em; }

/* Images */
div.post div.body a img { border-width: 2px; border-style: solid; border-color: #a50;
                          -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em;
                          height: 125px; width: 125px;
                          float: left; margin: 0.5em 1em 0.5em 0; }

/* Post Comments */
div.post div.number_comments { overflow: auto; line-height: 1.2em; }
div.post div.number_comments a { float: right; font-size: 0.7em; }

div.post div.show_comments { overflow: auto; line-height: 1.2em; }
div.post div.show_comments a { float: right; font-size: 0.7em; }
.dsq-dc-logo { display: none !important; }

/* Tags */
#tag_cloud { width: 18em; float: right; text-align: right;
             line-height: 1.5em; height: 1.5em; }

/* Individual Tag Sizes */
a.enormous { font-size: 1.5em; }
a.large { font-size: 1.2em; }
a.medium { font-size: 1.0em; }
a.small { font-size: 0.8em; }
a.tiny { font-size: 0.6em; }

/* Feed Link */
a#feed_link { position: absolute; top: 0; right: 0;
              display: block;
              height: 28px; width: 28px;
              text-indent: -9999px;
              -webkit-transform: rotate(8deg);
              -moz-transform: rotate(8deg);
              background-image: url('/images/feed-icon-28x28.png');
              background-repeat: no-repeat;
              background-position: right center; }

/* Search */
#search_form { position: absolute; top: 0px; right: 34px;
               height: 28px; line-height: 28px; }
#search_form label { display: none; }

/* Validation Image */
#validation { margin-top: 1em; }
