﻿/** FONTSETTINGS **/
Cufon.replace(['h1', 'h2', 'h3', 'label.url', 'label.contactlabel', '#undermenu a', '.startpuffar h3', '.banners h3', '.tent h3'], {
    fontFamily: 'Vida 33 Pro'
});

$(document).ready(function() {
    $('#splash').show();
    $('#splash ul').innerfade(
        { animationtype: 'fade', speed: 750, timeout: 10000, type: 'random', containerheight: '1em' });
});


Cufon.replace('#menu a', { fontFamily: 'Vida 33 Pro', hover: true });

//Cufon.replace('.paper-box p, .content p, .holder p, .nutrition caption, .textcontent h3', { fontFamily: 'Adobe Jenson Pro', hover: true }); Cufon.replace('.text h3, .text p, .products-list fieldset label, .feature p,.feature fieldset label, .main-product .text ul li, .width50 li, .text li, .nutrition th, .links li, .nutrition td, #footercopy, #attr', { fontFamily: 'Adobe Jenson Pro' }); Cufon.replace('.paper-box h1, #footer h4', { fontFamily: 'Algerian' }); Cufon.replace('.flat-rate, .width50 h2, .content h2, .feature h2', { fontFamily: 'Oklahoma' }); Cufon.replace('#homelink', { fontFamily: 'Oklahoma', hover: true });


/*Cufon.replace(['.coworktype span', '.refspan span', '#menu a', '.co-details p', '#contact p', '#copyright p', 'span.type'], {
fontFamily: 'Trade Gothic LT STD'
});*/

