﻿  $(document).ready( function() {			Cufon.replace('#content h1', { fontFamily: 'Vegur', fontSize: '36px', color:'#000000', fontWeight:'normal' } );		Cufon.replace('#content h2', { fontFamily: 'Vegur', fontSize: '22px', color:'#000000', fontWeight:'normal' } );		Cufon.replace('#content h3', { fontFamily: 'Vegur', fontSize: '18px', color:'#000000', fontWeight:'normal' } );		Cufon.replace('h3.post-title', { fontFamily: 'Vegur', fontSize: '30px', color:'#000000', fontWeight:'normal' } );		Cufon.replace('h2.date-header', { fontFamily: 'Vegur', fontSize: '10px', color:'#000000', fontWeight:'normal' } );			$('.rounded').corner();		$('#sidebar .widget').corner();	}); $(document).ready( function() {		Cufon.replace('.footer-one-third h2', { fontFamily: 'ColaborateLight', fontSize: '20px', color:'#CCCCCC' } );	Cufon.replace('.footer-one-third h3', { fontFamily: 'ColaborateLight', fontSize: '20px', color:'#CCCCCC' } );		});// slider settings$(document).ready(function() { 	$('#slider1').s3Slider({ 		timeOut: 6000 	});}); // slideshow settings$(document).ready(function() {    $('.slideshow').cycle({		fx: 'fade' // transition type : fade, scrollUp, shuffle, etc...	});	});
