// <![CDATA[
$(function() {

	// Slider
	$('#coin-slider').coinslider({width:944,height:284,opacity:1});
	
	/*
	$('.topnav ul').children('li').each(function() {
		$(this).children('a').html('<span>'+$(this).children('a').text()+'</span>'); // add tags span to a href
	});
	*/
	
	$('.topnav ul > li a, #search span').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	$('.blog_title').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	$('.topnav ul li ul,.cs-buttons,.wp-pagenavi a,.wp-pagenavi .current').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	$('#nav1 ul li ul,.block_top').css({"border-radius": "10px", "-moz-border-radius":"10px", "-webkit-border-radius":"10px"});
	$('.post-data').css({"border-radius": "25px", "-moz-border-radius":"25px", "-webkit-border-radius":"25px"});
	
	
	
});
// ]]>
