#content .post {
	padding-bottom: 20px;
	border-bottom: 1px dotted #B2B4B8;
	margin-bottom: 20px;
}
#content .post h2 {
	font-size: 25px;
	letter-spacing: -1px;
	margin-bottom: 0;
	color: #422;
}
#content .post h2 a:link, #content .post h2 a:visited {
	text-decoration: none;
	color: #422;
}
#content .post h2 a:hover {
	color: #666;
}
#content .post h2 a:active {
	color: #F00;
}
#content .post small {
	margin: 0 0 0 5px;
}
#content p {
	line-height: 1.4;
}
#content p  a:link {
	color: #552C2C;
}
#content p a:visited {
	color: #333;
}
#content p a:hover {
	color: #777;
}
#content p a:active {
	color: #F00;
}

div.bookmarkify {
	padding: 8px;
	width: 220px;
	background: #EEE;
	border: 1px solid #B2B4B8;
}

div.title {
	padding: 4px 7px 10px 7px;
	font-weight: bold;
	text-align: center;
}
