/*
 * linklog.css:
 * Styles for linklog.
 *
 * Copyright (c) 2006 Chris Lightfoot. All rights reserved.
 * Email: chris@ex-parrot.com; WWW: http://www.ex-parrot.com/~chris/
 *
 * $Id:$
 * 
 */

body {
    background-color: white;
    color: black;
    margin-left: 2em;
    font-family: sans-serif;
    line-height: 130%;
    max-width: 40em;
}

h1 { margin-left: -1em; font-size: 120%; }
h2 { margin-left: -0.5em; font-size: 110%; font-weight: normal; font-style: italic; width: 100%; border-bottom: 1px solid #888; }

li {
    padding-left: 0em;
}

a:link      { color: #00c; text-decoration: underline; }
a:hover     { color: #00f; text-decoration: underline; }
a:visited   { color: #008; text-decoration: underline; }

p#links     { font-size: 80%; }
p#blurb     { font-size: 80%; }
p.pagenav   { font-size: 80%; }
div.linkblurb   { font-size: 90%; padding: 0; margin-top: 0; margin-bottom: 0.5em; }
div.linkblurb p.first { margin-top: 0; }

div#smallprint { text-align: right; font-size: 80%; border-top: 1px solid #888; }

table       { font-size: 100%; border-collapse: collapse; }
td, th      { border: 1px solid silver; }

