$(document).ready(function(){
	if($('.title .category').length){
		$('.title .category').each(function(){
			$(this).css({'marginRight':-$(this).width() - 5 + 'px'});
		});
	}
	if($('.more-link').length){
		$('.more-link').parent().addClass('read-more');
	}
});
