/* 
 * This file sets all of the styles that require cufon changes.
 */

Cufon.replace('h1:not(.clean)', { fontFamily: 'Century Gothic', color: '-linear-gradient(#579ed2, #0d5891)', textShadow: '0px 2px 2px #d6d6d6', fontSize: '36px', letterSpacing: '-2px', hover: true });
Cufon.replace('h2:not(.clean)', { fontFamily: 'Century Gothic', color: '-linear-gradient(#8CC541, #5a8128)', fontSize: '26px', hover: true });
Cufon.replace('h3:not(.clean)', { fontFamily: 'Century Gothic', color: '-linear-gradient(#7cbcdf, #2F91C4)', fontSize: '22px', letterSpacing: '-1px', hover: true });
Cufon.replace('h5:not(.clean)', { fontFamily: 'Century Gothic', fontSize: '14px', letterSpacing: '-1px', hover: true });

Cufon.replace('.tab-top h4', { fontFamily: 'Century Gothic', color: '-linear-gradient(#fff, #efefef)', textShadow: '0px 1px 1px #0d5891', fontSize: '26px', letterSpacing: '-1px', fontWeight: 'bold', hover: true });
Cufon.replace('.requestDemoTab a', { fontFamily: 'Century Gothic', color: '-linear-gradient(#f2696d, #ec2129)', textShadow: '0px 1px 1px #999', fontSize: '26px', letterSpacing: '-1px', fontWeight: 'bold', hover: true });

Cufon.replace('#content .sidebar .head', { fontFamily: 'Century Gothic' });

Cufon.replace('.home h3:not(.clean, .account_font)', { fontFamily: 'Century Gothic', color: '#fff', fontSize: '22px', letterSpacing: '-1px', textShadow: '0px 1px 1px #316F96', hover: true });


