      body {
  	margin: 0;
  	padding: 15pt;
      }

      body, td, th {
        font-family: "lucida grande", lucida, tahoma, sans-serif;
	font-size: 9pt; 
     }

      #banner {
	display: block;
        margin: -15pt -15pt 0 -15pt;
        background-color: #7bd;/*#9c2; too much like kottke.org ;-)*/
        border-bottom: 1px solid #59b;
        height: 12pt;
        padding: 2pt 5pt;
        font-size: 9pt;
        color: #333;
        z-index: 1;
	font-family: georgia;
	font-size: 10pt;
	font-weight: bold;
      }

#banner a {
	color: #333;
}

      #nav {
        position: absolute;
        top: 0;
        /*width: 200pt;*/
        width: 420px;
        left: 100px;
        height: 16pt;
      }

      #nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
      }

      #nav li {
        margin: 0;
        padding: 0;
        float: left;
      }
      
      #nav a {
        height: 16pt;
        line-height: 16pt;
        padding: 0 5pt;
        display: block;
        text-decoration: none;
        font-size: smaller;
        color: white;
        float: left;
      }

      #nav a:hover {
        background-color: #8ce;
      }

      #weblog #webloglink, #projects #projectslink, #articles #articleslink, #search #searchlink, #wiki #wikilink, #about #aboutlink, #book #booklink {
        color: #333;
        font-weight: bold;
      }

      a {
        color: #368;
	text-decoration: none;
      }

img {border: 0;}

      #content {
        float: left;
        width: 480px;
        text-align: left;
	line-height: 150%;
        padding-top: 1em;
      }
      
      h1, h2 {
        font-weight: normal;
	font-size: 20pt;
	font-family: georgia, sans-serif;
	line-height: 100%;
      }

      #content textarea {
        width: 400px;
      }
      
      #breadcrumbs {
        margin: 10pt 0 -5pt 0;
      }

      .posted { 
        font-size: smaller;
	margin: 5pt 0; 
      }

      .storycontent {
	margin: 5pt 0;
      }
      
      #sidebar {
	/*float: left;*/
        position: absolute;
	left: 520px;
        top: 16pt;
        width: 300px;
        text-align: left;
      }

      #sidebar ul, #sidebar li {
        list-style: none;
	margin: 0;
	padding: 0;
      }

      h2, h3, h4 {
        margin: 10pt 0 5pt 0;
        color: #333;
      }

      .topstory {
        padding-bottom: 5pt;
        border-bottom: 1px solid #ddd;
        margin-bottom: -5pt;
      }

      #footer {
        clear: both;
	padding: 10pt 0;
	font-size: smaller;
      }

      cite {
        font-style: normal;
      }

.bloglink .description {
	font-size: smaller;
	display: block;
	padding-left: 1em;
}




















