// ELEMNT WRAP SCRIPT
$(".leftPanel .widget-inside ul").wrap("<div class='leftPanelBoxContent'></div>");
$(".leftPanel .widget-inside div.textwidget").wrap("<div class='leftPanelBoxContent'></div>");
$(".leftPanel .widget-inside #calendar_wrap").wrap("<div class='leftPanelBoxContent'></div>");
$(".leftPanel .widget_tag_cloud .widget-inside h2").nextAll("div:first").wrap("<div class='leftPanelBoxContent'></div>");
$(".leftPanel .widget_text").unwrap("<div class='leftPanelBoxRepeat'></div></div></div>");
$(".leftPanel .widget_text").unwrap("<div class='leftPanelBoxBottom'></div>");
$(".leftPanel .widget_text").unwrap("<div class='leftPanelBox'></div>");



//$('ul.children > li:last-child').css('background','none');
$('.footerBox ul li:first-child').css('background','none');
//$('.leftPanel  ul li:last-child').css('border-bottom','0');
$('.rightPanel .postContent:last').addClass('noPostContentDivider');

