/* Write here your custom CSS rules. */
h2 { font-weight: bold; font-size: 24px; }
h2.storytitle { font-size: 26px; color: #111; }
h3 { font-size: 20px; font-weight: bold; }
h4 { font-size: 18px; font-weight: bold; }
p, li { line-height: 1.3em; }

/* code block and pre */
pre, div.dp-highlighter { margin-left: 40px; width: 85%; }
div.dp-highlighter li { font-family: Consolas, "Courier New", Courier, mono; }
.mycode, code { margin:1em 2em 0; display:block; white-space:pre; border-left:3px solid #c90; padding: 0.5em; line-height:1.5em; width:80%; background-color:#ffc; }
.bg-yellow { background-color:#ffc; }
.bgy { background-color:#ffc; }
.red { color:#c33; }
.blue { color:#03c; }
.bold { font-weight:bold; }

/* post content */
.storycontent a { color:#03c; }
.meta a, a.more-link { color:#D70606; }