
// Header/Toppanel Gradients

Cufon.replace('#header h1, #footer-wrap h1', {
color: '-linear-gradient(#fff,#f5f5f5,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});	

Cufon.replace('#login h1, .regbox label', {
color: '-linear-gradient(#999, 0.45=#666, 0.45=#555, #999)',textShadow: '#333 1px 1px'
});	

Cufon.replace('.regbox label', {
color: '-linear-gradient(#999, 0.45=#666, 0.45=#555, #999)',textShadow: '#333 0.05px 0.5px'
});	

Cufon.replace('#header h2, #footer-wrap h2', {
color: '-linear-gradient(#fff,#f5f5f5,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'

});	

Cufon.replace('#header h3, #header h4, #header h5, #header h6, #footer-wrap h3,#footer-wrap h4,#footer-wrap h5,#footer-wrap h6,.tweets h3', {
color: '-linear-gradient(#fff,#f5f5f5,;)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});	

// Content Gradients

Cufon.replace('.inner-page h1,, #toppanel h1, .stage-slider h1, #login, .login_menu, #forgot_password, #contact_index', {
color: '-linear-gradient(#7f7f7f,#262323,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});	

Cufon.replace('.inner-page h2, .stagetext h2, #toppanel h2, .stage-slider h2', {
color: '-linear-gradient(#777,#555,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});	

Cufon.replace('.inner-page h3,#toppanel h3,.stage-slider h3, .inner-page h4, #toppanel h4,.stage-slider h4, .inner-page h5,#toppanel h5,.stage-slider h5, .inner-page h6,#toppanel h6, .stage-slider h6', {
color: '-linear-gradient(#777,#555,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});	


Cufon.replace('.stage-slider .gallerytitle.light h2, .stage-slider .gallerytitle.light h3, #item-header-content h2 span.highlight, .accordion-gallery .excerpt h2, .accordion-gallery .title h5', {
	color: '-linear-gradient(#f9f9f9, #fff,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});

Cufon.replace('.stage-slider .gallerytitle.dark h2, .stage-slider .gallerytitle.dark h3', {
	color: '-linear-gradient(#999, #333,)',textShadow: '0px 1px 5px rgba(0, 0, 0, 0.08)'
});


