$(document).ready(function() {

Cufon.replace('nav ul#menu li a.nav, h3, h2, #content #certificates #contact, #content #welcome .category a, #footer-r strong, #content #contact form input[type="submit"]');


$('nav ul li').hover(function() {
  $('a.nav',this).css('color', '#fff');
  Cufon.replace('nav ul#menu li a.nav');
},function() {
  $('a.nav', this).css('color', '#383838');
  Cufon.replace('nav ul#menu li a.nav');
});

$('footer  div a#upward').click(function() {
  $('html, body').animate({scrollTop:0}, 400);
});

  $('#top #search form input[type="text"]').focus(function() { if(this.value == 'Wpisz szukaną frazę...') this.value = ''; });
  $('#top #search form input[type="text"]').blur(function() { if(this.value == '') this.value = 'Wpisz szukaną frazę...'; }); 
  
  $('#content #contact form input[type="text"]').focus(function() { if(this.value == 'imię i nazwisko...') this.value = ''; });
  $('#content #contact form input[type="text"]').blur(function() { if(this.value == '') this.value = 'imię i nazwisko...'; }); 
  
  $('#content #contact form input[type="email"]').focus(function() { if(this.value == 'adres email') this.value = ''; });
  $('#content #contact form input[type="email"]').blur(function() { if(this.value == '') this.value = 'adres email'; }); 
  
});
