$(document).ready(function(){
	$('#flickrSets').flickr({
		user_id: '39280905@N03',
		api_key: '4e6dac0d3e2cd70015a5e756254a12e9',
		type: 'setlist',
		load_photos: '#flickrThumbs',
		per_page: 20,
		litebox: true
	});
	$('ul.sf-menu').superfish();
	$('#footer ul li:first').css('border-left','0');
	$('.post:last').css({borderBottom: '0', marginBottom: '0', paddingBottom: '0'});
	$('#media_kit_content ul li').hover(
		function(){$(this).addClass('hvr')},
		function(){$(this).removeClass('hvr')}
	);
	$('.home_callout_box').not(':first').css({
	 	borderLeft: '5px solid #ef8947',
		width: '238px'
	});
	$('#media_kit_content_left ul li').each(function(i){
		var sibling = $('#media_kit_content_right ul li').get(i);
		if ($(this).height() > $(sibling).height()) {
			$(sibling).height($(this).height());
		} else if ($(this).height() < $(sibling).height()) {
			$(this).height($(sibling).height());
		}
	});
	if ($('.widgetblock').length > 0) {
	 	var left_rail_link = $('#left_rail .textwidget a').get(0).href;
	 	var left_rail_hdr = $('#left_rail h3.widgettitle');
	 	if (left_rail_link.length > 0 && left_rail_hdr.length > 0) {
	 		left_rail_hdr.wrapInner('<a href="' +  + '"></a>');
	 	}
	}
	if (typeof sIFR == "function"){
		//sIFR.bHideBrowserText = true;
		sIFR.setup();
		sIFR.replaceElement("h1", named({sFlashSrc: "/wp-content/themes/maplesyrup/sifr/goudybold.swf", sColor: "#a16b1c", sWmode: "transparent", sFlashVars: ""}));
		sIFR.replaceElement("h2", named({sFlashSrc: "/wp-content/themes/maplesyrup/sifr/goudybold.swf", sColor: "#a16b1c", sWmode: "transparent", sFlashVars: ""}));
		sIFR.replaceElement("h3.media", named({sFlashSrc: "/wp-content/themes/maplesyrup/sifr/goudybold.swf", sColor: "#a16b1c", sWmode: "transparent", sFlashVars: ""}));
		sIFR.replaceElement("#left_rail .widgetblock h3", named({sFlashSrc: "/wp-content/themes/maplesyrup/sifr/goudybold.swf", sColor: "#eb6e1f", sWmode: "transparent", sFlashVars: ""}));
		sIFR.replaceElement(".home_callout_box div.hdr", named({sFlashSrc: "/wp-content/themes/maplesyrup/sifr/goudybold.swf", sColor: "#a16b1c", sWmode: "transparent", sFlashVars: "textalign=center"}));
	}
	$('.home_callout_box').equalizeCols();
	//$('#content, #left_rail').equalizeCols();
	$('img[src$=.png]').ifixpng();
	
	$('#coda-slider-1').codaSlider({
		autoSlide: true,
		autoSlideInterval: 8000,
		autoSlideStopWhenClicked: true,
		dynamicArrows:false,
		dynamicTabs: false
	});
	
	

});
