﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('h1, .transform', { fontFamily: 'DIN-Regular' });
		Cufon.replace('.overview-title', { fontFamily: 'Adobe Caslon Pro' });
		Cufon.replace('.overview-header', { fontFamily: 'DIN-Regular' });
		
		$('.page-template-overview-php #content li br').remove();
		$('.page-template-overview-php #content li > a:first-child').append('<div></div>');
		
//	Superfish drop-down menus
//		$('.main-nav ul.L1').superfish({
//			delay: 500, // one second delay on mouseout
//			animation: { opacity: 'show' }, // fade-in and slide-down animation
//			speed: 'fast', // faster animation speed
//			autoArrows: false,
//			dropShadows: false
//		}); 		
	}); 
})(jQuery);
