
	
Cufon.replace('ul.sf li a span', { fontFamily: 'Walbaum Text SC', hover: true, hoverables: { span: true } });

Cufon.replace('div#posts div.post p.date', { fontFamily: 'Walbaum Text SC' });
Cufon.replace('div#posts div.post div.entry-schedule', { fontFamily: 'Walbaum Text SC' });
Cufon.replace('div#footer', { fontFamily: 'Walbaum Text SC' });
Cufon.replace('div#posts div.post h3.storytitle', { fontFamily: 'Super Grotesk A Bold', hover: true, hoverables: { a: true } });
Cufon.replace('div#posts div.page h3.storytitle', { fontFamily: 'Super Grotesk A Bold', hover: true, hoverables: { a: true } });
Cufon.replace('div#posts div#search-results h3.search-title', { fontFamily: 'Super Grotesk A Bold' });
Cufon.replace('div#sidebar li.widget h4.widget-title', { fontFamily: 'Super Grotesk A Medium', hover: true, hoverables: { a: true }  }); 
Cufon.replace('div#posts h2#postcomment', { fontFamily: 'Super Grotesk A Medium' });
Cufon.replace('div#posts h2#comments', { fontFamily: 'Super Grotesk A Medium' });

/*
jQuery.noConflict();
 
jQuery(document).ready(function() {
   jQuery("div#access ul li a").css("height","0.75em");
});
*/