/* 
 * Author: MasterFX
 * Created: 4/6/2009
 * Version: 1.0a
 * Modified: 4/6/2009
 * License: free for all
 *
 */ 

@-moz-document domain(latimes.com) {

/* remove advertisements */
.leaderboard_img,
#adunitT,
#adunit1,
#adunit2,
#adunit3,
#adunit4,
#adunit5
{
display: none !important;
}

/* remove empty space above content */
#content { margin-top: 0px !important; }

/* reposition breadcrumbs */
#breadcrumbs { margin-top: 4.5em !important; }

/* remove empty space left of content */
.content_main_with_left_skyscraper { float: none !important; }

}