body {
	background-color: #fff;
	margin: 0px;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #22e;
}
a:hover {
	text-decoration: underline;
	color: #22e;
}

p {
  margin-bottom: 0.5em;
  line-height: 150%;
}


img#titleimg {
	width: 207px;
	height: 22px;
}

div.content {
	width: 80%;
	margin: auto;
	position: relative;
}

div.title {
	margin-top: 20px;
	margin-bottom:60px;
	text-align: center;
}

div.post {
	margin-bottom: 75px;
	/* z-index: -1; */
	font-size: 12pt;
	width: 50em;
	line-height: 120%;
}

div.post div.normal,div.videocaption,div.imgcaption {
}

div.post div.comments {
	color: #777;
	margin-top: 20px;
	font-size: 13pt;
	text-align: right;
}

div.permalink {
	font-size: 10pt;
	text-align: right;
}

div.post h1 {
	font-size: 20pt;
	text-shadow: 2px 2px 2px #ccc;
	line-height: 150%;
}

div.post h2 {
	font-size: 16pt;
	text-shadow: 2px 2px 2px #ddd;
	line-height: 150%;
}

div.post h3 {
	font-size: 13pt;
	text-shadow: 2px 2px 2px #eee;
	line-height: 150%;
}

span.weekday {
	font-size: 16pt;
}

div.datebox {
	float: left;
	width: 55px;
	text-align: center;
	background-color: #494;
	padding: 1px 0px 3px 0px;
	border: 1px solid #777;
}

div.date_null {
	width:100;
}

div.date {
	position:absolute;
	left: -100px;
	width:100px;
	font-size: 10pt;
	color: #bfb;
}

div.sidebar {
	float: right;
	width: 10em;
	font-size: 13pt;
	padding-left: 32px;
	padding-bottom: 32px;
	color: #447;
	margin-left: 1em;
	border-left: 1px dashed #aaa;
	z-index: -1;
}

div.sidebar h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #444;
}

div.sidebar p {
	font-size: 11pt;
}

div.summary h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #444;
}

div.summary span.date {
	display: inline-block;
	width: 10em;
}

li {
	margin-bottom: 1em;
}

div.quote {
	font-size: 8pt;
}

