// JavaScript Document

// Header/Toppanel Gradients

Cufon.replace('#header h1, #footer-wrap h1', {
color: '-linear-gradient(#777,#222,)'
});	

Cufon.replace('#header h2, #footer-wrap h2', {
color: '-linear-gradient(#999,#333,)'
});	

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(#999,#333,)'
});	

// Content Gradients

Cufon.replace('.inner-page h1,#toppanel h1', {
color: '-linear-gradient(#777,#555,)'
});	

Cufon.replace('.inner-page h2, .stagetext h2, #toppanel h2', {
color: '-linear-gradient(#777,#555,)'
});	

Cufon.replace('.inner-page h3,#toppanel h3, .inner-page h4, #toppanel h4,.inner-page h5,#toppanel h5,.inner-page h6,#toppanel h6', {
color: '-linear-gradient(#777,#555,)'
});	


Cufon.replace('.stage-slider .gallerytitle.light h2, .stage-slider .gallerytitle.light h3', {
	color: '-linear-gradient(#f9f9f9, #fff,)'
});

Cufon.replace('.stage-slider .gallerytitle.dark h2, .stage-slider .gallerytitle.dark h3', {
	color: '-linear-gradient(#999, #333,)'
});

Cufon.replace('.newsbox h3,.aboutus h3,.morebox a,#content .entryright  h3,h1,.more2,.txtproducts', { hover: true
	
});




