/*!
* The following replaces all the cufon based text
*/	
		

//Shared

Cufon.replace('#intro h1', { fontFamily: 'trajan',hover: true });
                         
Cufon.replace('#intro h3', { fontFamily: 'trajan',hover: true });

Cufon.replace('#intro .text p, #headerQuote p.quote, .inlineQuote p.quote, #twoCol .leftCol .simpleQuote p.quote', { fontFamily: 'zingha',hover: true });


//Homepage
		
Cufon.replace('#homeWrapper #content h1, #homeWrapper #content h2', { fontFamily: 'trajan',hover: true});
Cufon.replace('#homeWrapper #content .welcome p.intro', { fontFamily: 'zingha',hover: true });
                         

//About and On the Estate		
		
Cufon.replace('.promo h2', { fontFamily: 'trajan',hover: true});


//Two Column		

//Cufon.replace('#twoCol .leftCol h1', { fontFamily: 'zingha',hover: true});

Cufon.replace('#twoCol .rightCol h3', { fontFamily: 'trajan',hover: true});
Cufon.replace('#news h3', { fontFamily: 'trajan',hover: true});


//Nuggets		

Cufon.replace('.inlineNugget h4, .nuggetWrapper h4', { fontFamily: 'trajan',hover: true});

Cufon.replace('.pipHeaderquote p.quotex', { fontFamily: 'zingha',hover: true });


//Bio Blog posts		

Cufon.replace('#twoCol .leftCol #latestPosts h2', { fontFamily: 'trajan',hover: true});

//Distributors		

Cufon.replace('#distributors .agentLinks h3', { fontFamily: 'trajan',hover: true});

