$(document).ready(function() {
	$("div.go, div.play, .vidItem-wrap ,div.zoom, div.view, div.read_more, div.external, div.arrow_left, div.arrow_right, div.read_article, div.zoom_rounded").hover(function(){
		$("img", this).stop().animate({ "opacity": 0.3 }, 400);
		}, function() {
		$("img", this).stop().animate({ "opacity": 1 }, 250);
	});
	
$( "#dialog_signin,#dialog_signin2" ).hide();
 $("#btn_signin").click(function() { 
	 $( "#dialog_signin" ).dialog({
			position: 'top',
			resizable: false,
			height: 235,
			width: 300,
			modal: true
	 });
});
 $("#btn_signin2").click(function() { 
	 $( "#dialog_signin2" ).dialog({
			position: 'top',
			resizable: false,
			height: 235,
			width: 300,
			modal: true
	 });
});

	
});


// Apply font replacement (cufon)
// -------------------------------------------------------------------
Cufon.replace('h1,h2', { fontFamily: 'Vegur' });
//Cufon.replace('h2', { fontFamily: 'Vegur Light' });

