// remap jQuery to $
(function($){})(window.jQuery);


/* trigger when page is ready */
$(document).ready(function (){

	$("#navigation li").blend();
	$('#filter li').blend();
	$('.prev-posts a').blend();
	$('.next-posts a').blend();
				
    $('#slider1').bxSlider({
		auto: true,
		pager: true,
		speed: 1000,
		pause: 5000,
		autoHover: true,
		controls: false
	});

});


/* optional triggers

$(window).load(function() {
	
});

$(window).resize(function() {
	
});

*/
