html, body { background-color:white; text-align:center; color:#222; } 

#wrap { height:800px; width:auto; margin:0px 10%; text-align:center; }
#page { height:800px; width:auto; margin:0px auto; max-width:700px; text-align:left; }

a { color:rgb(140, 0, 3); text-decoration:none; }
a:hover { text-decoration:underline; }
h1 a:hover { text-decoration:none; } 
h1, h2, .date, h3, h4, .site, h1 a { width:auto; text-align:center; color:rgb(60, 58, 53); }
.site { margin-top:25px; }
h1 { width:auto; text-align:center; font-size:43px; line-height:1; font-family:georgia; letter-spacing:-0.1px; }
.date { text-align:right; margin-top:0px; }

h2, h3, h4 { text-align:left; font-family:georgia; }
h2 { font-size:22px; margin-bottom:4px; margin-top:25px; }
h3 { font-size:18px; margin-bottom:3px; margin-top:20px; }
h4 { font-size:16px; margin-bottom:2px; margin-top:15px; }

ul { margin-bottom:10px; margin-left:25px; font-family:corbel,'lucida grande',helvetica,sans-serif; font-size:16px; line-height:1.4; }
ul li { margin-top:5px; list-style:circle; }

.index { margin-top:25px; }
    .index li { margin:10px 0; }
    .index h2 { margin:0; }

p, .date, .site a, .next, .prev { font-family:corbel,'lucida grande',helvetica,sans-serif;  }
.date, .site a, .next, .prev { font-size:16px; line-height:1.3; }
p { font-size:16px; line-height:1.4; margin-bottom:10px; }

#footer p { font-size:14px; margin-top:7px; line-height:1.2;  margin-bottom:0px; }
#footer { width:auto; text-align:center; border-top:1px solid #999; margin-top:25px; margin-bottom:25px; padding-top:18px; }

em { font-style:italic; }

.topimage { margin:25px auto; text-align:center; }

.post-links { width:100%; clear:both; margin:15px 0; height:20px; }
    .prev, .next { width:50%; float:left; }
    .prev { clear:left; text-align:left; }
    .next { clear:right; text-align:right; }

pre { margin:0; background-color:rgb(228, 228, 228); overflow:scroll; margin-bottom:20px; }
pre code, code { background-color:rgb(228, 228, 228); font-family:consolas, "courier new", monospace; margin:0px 5px; color:rgb(60, 58, 53); font-size:12px; line-height:1.3;  }
pre code { width:auto; margin:0; }
