// <![CDATA[
$(function() {

  // Slider
  $('#coin-slider').coinslider({width:660,height:260,opacity:1});

  // Radius Box
  //$('.content p.pages span, .content p.pages a').css({"border-radius":"6px", "-moz-border-radius":"6px", "-webkit-border-radius":"6px"});
  //$('.content .mainbar img.fl').css({"border-radius":"10px", "-moz-border-radius":"10px", "-webkit-border-radius":"10px"});
  //$('.content p.pages span, .content p.pages a').css({"border-radius":"16px", "-moz-border-radius":"16px", "-webkit-border-radius":"16px"});
  $('.menu ul').css({"border-top-left-radius":"10px", "border-bottom-left-radius":"10px", "-moz-border-radius-topleft":"10px", "-moz-border-radius-bottomleft":"10px", "-webkit-border-top-left-radius":"10px", "-webkit-border-bottom-left-radius":"10px"});
  $('.content .sidebar .gadget ').css({"border-radius":"18px", "-moz-border-radius":"18px", "-webkit-border-radius":"18px"});
  $('.home_content_body .left_contenttwo2 .post_content_three ').css({"border-radius":"18px", "-moz-border-radius":"18px", "-webkit-border-radius":"18px"});

});	

// Cufon
Cufon.replace('h1, h2, h3, h4, h5, h6', { hover: true });
//Cufon.replace('h1', { color: '-linear-gradient(#fff, #ffaf02)'});
//Cufon.replace('h1 small', { color: '#8a98a5'});

// ]]>
