    body {
      background: #222;
      margin: 20px 0px 30px 60px;
      font-size: 0.9em;
      font: Verdana,Arial,Helvetica,sans-serif;
      color: #555;
    }
	    #container {
	        width: 500px;
	        padding: 25px 25px 0px 25px;
	        background-color: #fff;
	        border-bottom: solid 8px #aaa;
	    }
        #nav {
            text-align: right;
            float: right;
            margin-left: 30px;
            margin-bottom: 10px;
font-size: 0.8em;
/*            font-size: 11px; */
            white-spacing: nowrap;
        }
        

	    h1, h2 {
	        color: #666;
	        margin: 15px 0px 20px 0px;
/*	        font-weight: normal; */
	        font-size: 1.3em;
	    }
	    h1 a, h2 a {
	        color: #666;
                text-decoration: none;
            }
h2 { font-size: 1.1em; }
	div.post {
            border-top: solid 1px #ccc;
            margin-bottom: 30px;
            position: relative;
        }
        div.post h2, div.post h1 {
            color: #444;
            margin: 10px 0px 5px 0px;
        }
        div.post h2 a, div.post h1 a {
            color: #444;
            text-decoration: none;
        }
        a {
            color: #111;
        }
        div.post, div.regular {
            /* font: Normal 11px 'Lucida Grande', Verdana, Arial, sans-serif; */
            line-height: 1.5em;
        }
div.regular {
  margin-top: 5px;
}
span.datetime {
  font-size: 0.6em;
}
        div.post img {
            border-width: 0px;
        }
        div.post {
            font-size: 0.9em;
            margin-top: 5px;
            color: #888;
        }
	    #footer {
 width: 550px;
	        margin-top: 11px;
	        font-size: 0.8em;
	        color: #eee;
text-align: center;
	    }
	    
	        #footer a {
	            color: #eee;
	        }

