/* Font embedding using Cufon http://cufon.shoqolate.com/ */
/* Note: There are two Cufon font JS files, (1) Soho Gothic Std - Regular and Bold variants (2) Soho Gothic Std - Light and Medium variants. 
	- The code below applies either the Regular of Light fonts to elements of the web site pages. 
	- The code below applies the default for either (Regular or Light). 
	- To use either Bold or Medium for either, apply font-weight: bold in the style sheet */
Cufon.replace('#logo-description', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });
Cufon.replace('#nav li', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });
Cufon.replace('h1.intro', { fontFamily: 'Soho-Gothic-Std-Light-Med' });
Cufon.replace('.intro .sitename', { fontFamily: 'Soho-Gothic-Std' });
Cufon.replace('p.intro', { fontFamily: 'Soho-Gothic-Std-Light-Med' });
Cufon.replace('#footer-nav li', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });
Cufon.replace('#trip-logik', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });
Cufon.replace('#help', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });

Cufon.replace('h2', { fontFamily: 'Soho-Gothic-Std-Light-Med' });
Cufon.replace('h3', { fontFamily: 'Soho-Gothic-Std-Light-Med' });

Cufon.replace('dl', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });
Cufon.replace('li', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });


/* milesmarker only */
Cufon.replace('.page-box', { fontFamily: 'Soho-Gothic-Std-Light-Med' });
Cufon.replace('.milesmarker-intro', { fontFamily: 'Soho-Gothic-Std-Light-Med' });

Cufon.replace('#content p', { fontFamily: 'Soho-Gothic-Std-Reg-Bold' });

Cufon.replace('.quote', { fontFamily: 'Soho-Gothic-Std-Light-Med' });

Cufon.replace('.quote-box', { fontFamily: 'Soho-Gothic-Std-Light-Med' });

