$(document).ready(function(){	
	//BANNER HOME
	$('#destaque .list li.b0 div').animate({width:'120px',height:'50px',top:'5px', left:'5px'},200);
	$('#destaque .screen li.b0').fadeIn('slow');
	var intervalo;
	var motor = 1;
	intervalo = setInterval(function(){
		$('#destaque .list li div').css({width:'130px',height:'60px',top:'0', left:'0'});
		$('#destaque .screen li').fadeOut('slow');
		
		$('#destaque .list li.b'+motor+' div').animate({width:'120px',height:'50px',top:'5px', left:'5px'},200);
		$('#destaque .screen li.b'+motor).fadeIn('slow');
		
		if(motor == 0){
			$('#marcador').animate({top: '16px'},200);
		}else if(motor == 1){
			$('#marcador').animate({top: '77px'},200);
		}else if(motor == 2){
			$('#marcador').animate({top: '137px'},200);
		}else if(motor == 3){
			$('#marcador').animate({top: '198px'},200);
		}else{
			$('#marcador').animate({top: '259px'},200);
		}
		
		if(motor < 4) motor++; else motor = 0;
	},6000);	
	$('#destaque .list li').click(function(){
		var banner = $(this).attr('class');
		clearInterval(intervalo);
		
		if(banner == 'b0'){
			$('#marcador').animate({top: '16px'},200);
		}else if(banner == 'b1'){
			$('#marcador').animate({top: '77px'},200);
		}else if(banner == 'b2'){
			$('#marcador').animate({top: '137px'},200);
		}else if(banner == 'b3'){
			$('#marcador').animate({top: '198px'},200);
		}else{
			$('#marcador').animate({top: '259px'},200);
		}
		
		$('#destaque .list li div').css({width:'130px',height:'60px',top:'0', left:'0'});
		$('#destaque .screen li').fadeOut('slow');
		
		$('#destaque .list .'+banner+' div').animate({width:'120px',height:'50px',top:'5px', left:'5px'},200);		
		$('#destaque .screen .'+banner).fadeIn();
	});	
	
	//Newsletter
	$('#maladireta input.text').focus(function(){
		if($(this).val()=='seu e-mail') $(this).val('');
	}).blur(function(){
		if($(this).val()=='') $(this).val('seu e-mail');
	});
	
	//MÃOS
	$('#main').append('<img src="/wp-content/themes/standup/images/mao-esquerda.png" id="maoesquerda" />').append('<img src="/wp-content/themes/standup/images/mao-direita.png" id="maodireita" />');
	
	//POSICIONAMENTO DE FOTOS
	$('img').removeAttr('width').removeAttr('height');
	
	//FILTRAR EVENTOS
	$('#filtro-agenda').click(function(){
		$('#agendaopen .evento').hide();
		$('#agendaopen .evento').each(function(){
			if($(this).children('a').children('.cidade:contains("São Paulo-SP")').length){
				$(this).fadeIn('slow');
			}
		});
	});
	
	//SCROLL DE COMEDIANTES
	var pgfull = Math.floor( $('#comediantes li').length / 21 );
	var prev = 0;
	var next = 2;
	var pg = 21;
	var classe = 1;
	var p = 1;
	$('#comediantes li').each(function(){
		$(this).addClass('pg'+classe);
		if(p == pg || p == pg*classe){
			classe++;
		}
		p++;
	});
	$("#comediantes .next").click(function(){
		$('html, body').animate({
		    scrollTop: $("#header").offset().top
		}, 1000);
		if(next <= pgfull+1){
			$('#comediantes li').hide();
			$('#comediantes li.pg'+next).fadeIn();
			$("#comediantes .prev").fadeIn();
			next++;
			prev++;
		}else{
			window.location = '/category/comediantes'
		}
		if(next > pgfull+1){
			$(this).html('ver todos');
		}
	});
	$("#comediantes .prev").click(function(){
		if(prev > 0){
			$('#comediantes li').hide();
			$('#comediantes li.pg'+prev).fadeIn();
			next--;
			prev--;
			$("#comediantes .next").html('ver mais');
			if(prev == 0){
				$("#comediantes .prev").hide();
			}
		}
	});
	
	//Forms de contato
	$('body.page-id-13 .post .entry ul li a').click(function(){
		$('body.page-id-13 .post .entry > div').hide();
		var tipo = '#' + $(this).attr('class');
		$(tipo).fadeIn();
	});
	
	//Hovers
	$('#semidestaque a, #gerais a, #gerais2 a').hover(function(){
		$(this).children('span').children('img').animate({opacity:0.8},200);
	},function(){
		$(this).children('span').children('img').animate({opacity:1},200);
	});
	$('#destaque .list li').hover(function(){
		$(this).children('div').children('img').animate({opacity:0.8},200);
	},function(){
		$(this).children('div').children('img').animate({opacity:1},200);
	});
	$('#lista-loja li a').hover(function(){
		$(this).children('.img').animate({top:'-10px', opacity:0.8},200);
	}, function(){
		$(this).children('.img').animate({top:'0', opacity:1},200);
	});
});

//POSICIONAMENTO DE FOTOS
/*$(window).load(function(){
	$('#semidestaque .semi li a span img, #gerais2 .blocos .big img, #autores-lista .poster img').each(function(){
		var largura = ($(this).width() / 2)*-1;
		$(this).css({'marginLeft': largura, left:'50%'});
	});
	
	$('#gerais .blocos li a span img, #gerais .links .big img, #gerais2 .blocos .medium img').each(function(){
		if($(this).height() > 80){
			var alturabloco = ($(this).height() / 2)*-1;
			$(this).css({'marginTop': alturabloco, top:'50%'});
		}else{
			$(this).css({top: '0', height: '80px', minWidth: '140px', width:'auto'});
		}
	});
	
	$('#gerais2 .javiu img').each(function(){
		if($(this).height() > 60){
			var alturabloco = ($(this).height() / 2)*-1;
			$(this).css({'marginTop': alturabloco, top:'50%'});
		}else{
			$(this).css({top: '0', height: '60px', minWidth: '90px', width:'auto'});
		}
	});
	
	$('#semidestaque .destaque .tumb img, #gerais .links .tumb img').each(function(){
		var alturatumb = ($(this).height() / 2)*-1;
		$(this).css({'marginTop':alturatumb, top:'50%'});
	});
});*/
