    jQuery(document).ready(function(){
        jQuery('div.tekdesk-logo>h1.tekdesk-logo-name').hide();
    });
	
	 jQuery(document).ready(function(){
        jQuery('div.tekdesk-post-body>div.tekdesk-article>h2.tekdesk-postheader').hide();
    });

	jQuery(document).ready(function(){
        jQuery('.tekdesk-content>div').css({'float':'right','margin-right':'5px', 'margin-top':'5px' });
    });

	jQuery(document).ready(function(){
        jQuery('.tekdesk-content>div#post-45').css({'float':'left','margin-right':'5px', 'margin-top':'5px' });
    }); 
	
	
	

