.post {
  padding-bottom: 3ex;
  border-bottom: 3px solid #ffff99;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #FFF;
	font-style: italic;
}

.post-title{
	color: #FFF;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #ffff99;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #999;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #999;
	background: transparent;
	text-decoration: none;
}

.post-content{
	padding: 10px;
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}