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

a:link,a:visited,a:active {
	text-decoration: none;
	color: #229;
}
a:hover {
	text-decoration: none;
	background-color: #aaf;
	color: #55b;
}

p {
  margin-bottom: 0.5em;
  line-height: 150%;
}
p + p {
  text-indent: 1.5em;
  margin-top: 0
}


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

div.content {
	width: 450px;
	margin: auto;
	position: relative;
}

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

div.post {
	position: relative;
	margin-bottom: 75px;
}

div.post div.normal,div.videocaption,div.imgcaption {
	font-size: 12px;
}

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

div.permalink {
	font-size: 12px;
	text-align: right;
	visibility: hidden;
}

div.post:hover div.permalink {
	visibility: visible;
}

div.post h1 {
	color: #666;
	font-size: 20px;
	text-shadow: 2px 2px 2px #bbb;
}

span.weekday {
	font-size: 20px;
}

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

div.date_null {
	width:100;
}

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


