/* page */
body {
  margin:.5in .75in;
  padding:0;
  font:small verdana,sans-serif;
}


/* header */
#header {
  margin:0;
}


/* hide */
#toplinks, #links, #food, #subcol, #nav, #cnav, .none, .more, .permalink, 
  .commentlink, #comment-notes, .mlist, .log #subcol, .end, #footer {
     display:none;
}


/* show */
.log .previously {
  display:block;
}
.events .more {
  display:inline;
}


/* headings */
h1, h2, h3 {
  margin:1em 0 .5em;
  font-family:Georgia,Serif;
  font-weight:normal;
  clear:both;
}
h1 {
  margin-top:.5em;
  font-size:180%;
}
h2 {
  font-size:140%;
}
h3 {
  font-size:125%;
}
h4 {
  font-size:110%;
}
h5 {
  font-size:100%;
}


/* links */
a {
  color:black;
  text-decoration:none;
}
a img {
  border-width:0;
}



/* misc */
p {
  margin:0 0 .75em;
  line-height:1.3em;
}
p, dl, ul, table {
  font-size:85%;
  line-height:1.6em;
}
table p, dl ul, dl p, dl dl {
  font-size:100%;
}
dt {
  font-size:117%;
  font-weight:bold;
}
ul, dl {
  margin-top:0;
  margin-bottom:.75em;
}
dl dl {
  margin:.125in .5in .25in;
}
dd {
  margin:0 0 .75em;
  padding:0;
}
.imgleft {
  position:relative;
  float:left;
  margin:.4em 1em .4em 0;
}
.imgright {
  position:relative;
  float:right;
  margin:.4em 0 .4em 1em;
}
p.left img, p.right img {
  display:block;
  margin-bottom:.05in;
  border:.5pt solid silver;
  padding:.05in;
}
p.left em, p.right em {
  display:block;
  margin-bottom:.05in;
  color:gray;
}
.imgleft, .left, img.left {
  float:left;
  margin:.05in .1in .05in 0;
}
.imgright, .right, img.right {
  float:right;
  margin:4px 0 4px 8px;
}
img.imgleft, img.imgright {
  padding:4px;
  border:1px solid #ddc;
}
img.block {
  display:block;
  margin:.5em 0;
}
hr {
  background:gray;
  display:block;
  border-width:0;
  height:.25pt;
}
th {
  text-align:left;
  font-weight:normal;
}
code {
  font:110% monaco,"courier new",courier,monospace;
}
p.codeblock, pre.codeblock, div.codeblock {
  background:#ddd;
  padding:.125in;
  font:108%/1.3em monaco,monospace;
}
p.codeblock code, pre.codeblock code, div.codeblock code {
  font-size:100%;
}


/* footer ~ hide
#footer {
  margin-top:.125in;
  border-top:.25pt solid silver;
  padding-top:.125in;
}
#footer p {
  margin:0;
}
*/