Cufon.replace(['.main_nav', '.main h3', '.cc_title', '.page_header h3',], {
         hover: true,
         fontFamily: 'Gotham HTF'
});
Cufon.replace(['.page_header h3',], {
         hover: true,
         fontFamily: 'Gotham HTF',
         textShadow: '1px 1px white'
});

Cufon.replace(['.sidebar h5', '.sidebar h3',], {
         hover: true,
         fontFamily: 'Gotham HTF',
         textShadow: '1px 1px white'
});
Cufon.replace(['.main h1', '.full h1',], {
         hover: true,
         fontFamily: 'Gotham HTF',
         textShadow: '1px 1px white'
});
Cufon.replace(['.btn_generic',], {
         hover: true,
         fontFamily: 'Gotham HTF',
         textShadow: '1px 1px #2e9d10;'
});


