$(document).ready(function(){ 

	$('a.boka, li.boka a').click(function() {
		$('body').append('<div id="shadow"><!-- --></div><div id="booking"><div id="close"><a href="#">Stäng fönster &raquo;</a></div><iframe src="http://www.lysandeutsikter.se/ext_book.php" frameborder="0" scroll="auto" /></div>');
		
		$('#shadow').css('opacity', 0.6).height($(document).height()).click(function() {
			$(this).remove();
			$('#booking').remove();
		})
		
		$('#close').click(function() {
			$('#shadow').remove();
			$('#booking').remove();
		});
		
		return false;
	});
	
});


var grotesk = { src: template_directory +'/js/sifr/grotesk.swf' };
sIFR.activate(grotesk);

sIFR.replace(grotesk, {
	selector: '#body .content h1',
	css: {'.sIFR-root': { 'color': '#000000', 'font-size': '38px' }},
	wmode: 'transparent'
});

sIFR.replace(grotesk, {
	selector: '#body .content h2',
	css: {'.sIFR-root': { 'color': '#000000', 'font-size': '20px' }},
	wmode: 'transparent'
});

sIFR.replace(grotesk, {
	selector: '.col.right .items .item h1',
	css: {'.sIFR-root': { 'color': '#000000', 'font-size': '17px' }},
	wmode: 'transparent'
});