/* 2ch-ish retro look */
body{background:#efefef;font-family: 'MS PGothic', 'Courier New', monospace;padding:12px;}
.nav{margin-bottom:8px}
h1{background:#cfcfcf;padding:6px;border:1px solid #888;}
.thread-item{padding:8px;border-bottom:1px dotted #666;margin:6px 0;background:#fff;}
.post{padding:8px;border-bottom:1px dotted #666;background:#fff;margin:6px 0;}
.small{font-size:12px;color:#444;margin-bottom:6px;}
input, textarea, button { font-family: inherit; }
img.post-img{max-width:200px;margin:4px;border:1px solid #ccc;}
.highlight{background: #fffa9c;}
form.new-thread, form.post-form{background:#ddd;padding:10px;border:1px solid #999;margin-top:10px;}
