// JavaScript Document
$(function(){
		   var imageWidth = $('.blog_post .image img').width();
		   $('.blog_post .image cite').css('width', imageWidth);
});
