$(document).ready(function(){
	//$('#menu img').hover(function() { $(this).animate({ backgroundColor: "#121418" }, 'fast'); },function() { $(this).animate({ backgroundColor: '#181b20' }, 'fast'); });
	//$('#menu a').hover(function() { $(this).stop().animate({"opacity": 0.8}); },function() { $(this).stop().animate({"opacity": 1}); });
	
	
	$('input').hover(function() { $(this).css({ border:'2px solid #faa61a' }); },function() { $(this).css({ border:'2px solid #4e575c' }); });
	$('.button').hover(function() { $(this).css({ backgroundColor:'#4e575c', border:0 }); },function() { $(this).css({ backgroundColor:'#faa61a', border:0 }); });
	$('select').hover(function() { $(this).css({ border:'2px solid #faa61a' }); },function() { $(this).css({ border:'2px solid #4e575c' }); });
	$('textarea').hover(function() { $(this).css({ border:'2px solid #faa61a' }); },function() { $(this).css({ border:'2px solid #4e575c' }); });

	//PROJETOS
	
	//projeto01
	
	$('.projeto01').hover(function() {
		$('.desc01').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc01').stop(true,true).fadeOut(400);
	});
	
	//projeto02
	
	$('.projeto02').hover(function() {
		$('.desc02').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc02').stop(true,true).fadeOut(400);
	});
	
	//projeto03
	
	$('.projeto03').hover(function() {
		$('.desc03').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc03').stop(true,true).fadeOut(400);
	});
	
	//projeto04
	
	$('.projeto04').hover(function() {
		$('.desc04').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc04').stop(true,true).fadeOut(400);
	});
	
	//projeto05
	
	$('.projeto05').hover(function() {
		$('.desc05').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc05').stop(true,true).fadeOut(400);
	});

	//projeto06
	
	$('.projeto06').hover(function() {
		$('.desc06').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc06').stop(true,true).fadeOut(400);
	});	

	//projeto07
	
	$('.projeto07').hover(function() {
		$('.desc07').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc07').stop(true,true).fadeOut(400);
	});

	//projeto08
	
	$('.projeto08').hover(function() {
		$('.desc08').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc08').stop(true,true).fadeOut(400);
	});
	
	//projeto09
	
	$('.projeto09').hover(function() {
		$('.desc09').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc09').stop(true,true).fadeOut(400);
	});

	//projeto10
	
	$('.projeto10').hover(function() {
		$('.desc10').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc10').stop(true,true).fadeOut(400);
	});

	//projeto11
	
	$('.projeto11').hover(function() {
		$('.desc11').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc11').stop(true,true).fadeOut(400);
	});
	
	//projeto12
	
	$('.projeto12').hover(function() {
		$('.desc12').stop(true,true).fadeTo(400, 0.9);
	}, function() {
		$('.desc12').stop(true,true).fadeOut(400);
	});

});
