
Cufon.replace('h2#StrapLine');
Cufon.replace('h1#PageTitle');

$(function() {
 $("#ToolNav li:first-child").addClass("First");
});

Cufon.replace('#BlogNav a', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('#PageNav a', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('#main-content h2', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('#main-content h3', { 
	fontFamily: 'Garamond' ,
	hover: true
});

Cufon.replace('.widget_categories h2', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('.widget_archive h2', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('#SubNav ul a', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('#SubNav h2', { 
	fontFamily: 'Garamond' ,
	hover: true
});
Cufon.replace('#SubNav h3', { 
	fontFamily: 'Garamond' ,
	hover: true
});

$(document).ready(function() 
{
	$.fn.qtip.styles.mystyle = { // Last part is the name of the style
	   width: 200,
	   background: '#000',
	   color: '#fff',
	   textAlign: 'center',
	   border: {
	      width: 7,
	      radius: 5,
	      color: '#C1A220'
	   },
		tip: 'topLeft',
	   name: 'dark' // Inherit the rest of the attributes from the preset dark style
	}
});

