Cufon.replace('.myr, h4, h2, h3, .sidebar ul li a, .more-button', { fontFamily: 'myr', hover: true });
Cufon.replace('.myrGrad', { fontFamily: 'myr', color: '-linear-gradient(#808489, #5d6166)', hover: true });
Cufon.replace('.subdesc, .titil, .date, .month', { hover:true, fontFamily: 'TitilliumText14L' });
$(document).ready(function() {
	
	$("a[rel=external]").attr("target","_blank");
	
	$().UItoTop({ easingType: 'easeOutQuart' });
	
	$(".click-it").click(function(){ // it will just load the vimeo video when asked, for sure =]
		$(this).slideUp(1000);
		setTimeout(function() { 
			$(".clicked").html('<iframe src="http://player.vimeo.com/video/9070127?color=ffffff&amp;autoplay=1" width="921" height="380" frameborder="0"></iframe>').show(1000); 
		}, 1000); 
	});
	
	$('.more-button, .left-head, .blog-box, .pf-box-view').corner("8px");
	
});


