/*-------------------------------------------------------------------------------*/
/*	Cufon replacement calls...
/*-------------------------------------------------------------------------------*/
// Example: Cufon.replace('h1', { fontFamily:'gotham', hover:true }); // NOTE: use hover:true only if necessary for links, otherwise leave it off to save overhead
// Font Families: mrs-eaves, gotham-book

Cufon.replace('h1', { fontFamily:'mrs-eaves'});
Cufon.replace('h2', { fontFamily:'gotham-book'});
Cufon.replace('h3', { fontFamily:'mrs-eaves'});
Cufon.replace('h4', { fontFamily:'gotham-book'});
Cufon.replace('h5', { fontFamily:'mrs-eaves'});

Cufon.replace('#nav>li>a', { fontFamily:'mrs-eaves', hover:true });
Cufon.replace('#sidebar_navigation-title', { fontFamily:'gotham-book'});
Cufon.replace('#footer_nav>ul>li>a', { fontFamily:'gotham-book', hover:true });
Cufon.replace('#footer_events-title .title', { fontFamily:'gotham-book'});

//Events

Cufon.replace('#calendar_nav .month_title', { fontFamily:'gotham-book'});
Cufon.replace('#eventlist .event .title', { fontFamily:'gotham-book'});
Cufon.replace('#menu_ctg>li>a', { fontFamily:'mrs-eaves'});

//Sermons

Cufon.replace('#sermonlist .featured .row_title', { fontFamily:'gotham-book'});
Cufon.replace('#sermonlist .list_sermon .col_date', { fontFamily:'gotham-book'});
Cufon.replace('.sermon_filters .menu>li>a', { fontFamily:'mrs-eaves'});

//Home Page

Cufon.replace('#sidebar_title', { fontFamily:'gotham-book'});
Cufon.replace('#text_feature .feature .title2', { fontFamily:'gotham-book'});
Cufon.replace('#text_feature .feature .title1', { fontFamily:'mrs-eaves'});
