$(function(){
	initCufon();
});
function initCufon(){
	Cufon.replace('#nav a', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('#sidebar .cell .heading h3', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.twitter-widget .twitter-bottom p', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.widget .information p', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.gallery .txt-holder h1', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.gallery .txt-holder h2', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.news-post .txt h2', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.btn-continue span', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.visual .date p', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.visual .cell .txt h3', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.post .title h1', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.post .title p', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.post .content h3', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.comments-list .txt .row strong', {fontFamily: '"Rockwell"',hover: true});
	Cufon.replace('.post .title h3', {fontFamily: '"Rockwell"',hover: true});
}
