// JavaScript Document

(function($){
	
	Cufon.replace('h1', {hover: true})('h2', {hover: true})('.image-heading h1', {textShadow: '2px 2px #000'});
	
    $(document).ready(function() {		
		$('#drop-nav:first').children().hover(
    		function(){
				$(this).addClass('hover');
        		$('ul', this).css('top', '47px');
    		},
    		function(){
        		$('ul', this).css('top', '-200em');
				$(this).removeClass('hover');
    		}
    	);
		
		if($('#top-bar').length){
			$('#header-wrapper').css('padding-top', '50px');
		}
		
		$('#drop-nav').sdNavCol();
		
		$('table.tblListing').each(function(){
			$('tbody tr:odd', this).addClass('odd');
		});
		$('#search-term').example('Search');
		
		$('a[href^="http://lfserver.noblenet.org/weblink7"]').attr('href','http://lfserver.noblenet.org/weblink8/');
    });
})(jQuery);
