/* Author:

*/
Cufon('header ul li a', {
hover: {
color: '#a4881e'
}
});

Cufon.replace('h1', { fontFamily: 'Aaux ProMedium' });
Cufon.replace('h3', { fontFamily: 'Aaux ProMedium' });
Cufon.replace('#sections h2', { fontFamily: 'Aaux ProMedium' });
Cufon.replace('.showcase blockquote', { fontFamily: 'Aaux ProRegular' });
Cufon.replace('header blockquote', { fontFamily: 'Aaux ProMedium' });
Cufon.replace('header ul li a', { fontFamily: 'Aaux ProBlack' });



/*$(".showcase img").hide();
$(".showcase img").animate({opacity: "show"}, 600);
$(".showcase-2 img").hide();
$(".showcase-2 img").animate({opacity: "show"}, 600);*/

/*$('#placeholder').crossSlide({
  fade: 2,
  variant: true,
  easing: 'easeInOutQuad'
}, [
  {
    src:  'images/meelunie-1.jpg',
    alt:  'Sand Castle',
    from: 'bottom right 1x',
    to:   'top left 1x',
    time: 7
  }, {
    src:  'images/meelunie-2.jpg',
    alt:  'Sunflower',
    from: 'top left 1x',
    to:   'bottom right 1x',
    time: 7
  }
], function(idx, img, idxOut, imgOut) {
  if (idxOut == undefined)
  {
    // starting single image phase, put up caption
    $('div.caption').text(img.alt).animate({ opacity: .7 })
  }
  else
  {
    // starting cross-fade phase, take out caption
    $('div.caption').fadeOut()
  }
});*/



 $(document).ready(function() {
 
  
   //$('#map [title]').colorTip({color:'black'});
   $('ul.sf-menu').superfish({ 
    		pathClass:     'current', // the class you have applied to list items that lead to the current page 
    		pathLevels:    1,                  // the number of levels of submenus that remain open or are restored using pathClass 
    		delay:         800,                // the delay in milliseconds that the mouse can remain outside a submenu without it closing 
    		animation:     {opacity:'show'},   // an object equivalent to first parameter of jQuery’s .animate() method 
    		speed:         'normal',           // speed of the animation. Equivalent to second parameter of jQuery’s .animate() method 
    		autoArrows:    true,               // if true, arrow mark-up generated automatically = cleaner source code at expense of initialisation performance 
    		dropShadows:   false               // completely disable drop shadows by setting this to false
        });
                  

        });
        

