/*
 * Default CSS settings for mkdiary.css
 * DO NOT EDIT THIS file.
 * You can override these by putting your css in `./diary.css'.
 */
body {background: lightseagreen;}
h1, h2, h3, hr, p.clear, ul, ol, dl, table, pre, div.footer {clear: both}
p.cont {clear: none;}
h1:first-child {border-top: 0px; padding-top: 0px;}
h1 {
  padding: 0.5ex 0; border: groove #aaa; border-width: 2px 0;
  border-bottom: solid 1px #aaa; padding-bottom: 0.2ex;
}
img.thumbnail, img.thumnail {float: left; margin: 0 1em 1ex 0;}
p.shout {text-align: center; font-size: 140%; font-weight: bold;}
div.samp {margin-left: 1em;}
div.footer {border-top: groove #bbb 2px;}
