.hidden
{
	display:none;
}

.help
{
	cursor:help;
	border-bottom:1px dotted #5d714e;
}

.thumbnail
{
	border:0;
}

.thumbnail img, .entry img
{
	border:1px solid #dbe3d6;
	padding:5px;
	background-color:#ffffff;
	margin:5px;
}

img.thumbnail, img.thumbnail_left, img.thumbnail_right
{
	border:1px solid #dbe3d6;
	padding:5px;
	background-color:#ffffff;
}

img.thumbnail_left
{
	margin-right:15px;
	float:left;
}
img.thumbnail_right
{
	margin-left:15px;
	float:right;
}

.timestamp
{
	font-size:11px;
	line-height:12px;
	margin-bottom:10px;
	color:#454c40;
	border-bottom:1px dotted #dbe3d6;
}

.entry
{
	margin-bottom:20px;
	background-image:url("../images/blog/bg_entry_footer.png");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:50px;
}