div#blog h4
{
	margin:0 0 2px 0;
	font-size:12px;	
}

div#blog .navilinks
{
	text-align:center;
	margin:3px;	
}

#post
{
	padding:0;
	background:url(/img/layouts/jonathan-david/blog_body.png);	
	background-repeat:repeat-y;
	width:480px;
	margin:auto;
}

#post #post_top
{
	margin:0;
	padding:0;
	height:10px;
	background:url(/img/layouts/jonathan-david/blog_top.png);
	background-repeat:no-repeat;
}

#post #post_inner
{
	min-height:87px;
	margin:0;
	padding: 10px 25px 20px 20px;
	background:url(/img/layouts/jonathan-david/blog_bottom.png);
	background-position: bottom left;
	background-repeat:no-repeat;	
}

#post #post_content
{
	margin: 10px 0;
}

#post #post_files
{
	border-top: 1px solid #A6A6A6;
	padding: 10px 5px;
}

#post_files ul
{
	list-style:none;
}

#post_files img
{
	border:none;
}

#subscriber_links
{
	text-align:center;
}