/* Unredesign Digg

	Removes adverts, makes the submission-details take up less space,
	makes the comment-headers smaller
*/
@-moz-document domain("digg.com")
{
	/* Sort adverts (Adblock only half-works, there's still gaps/borders ads */
	
	.rectangle_ad_unit,.top_ad_image,.comments_ad_image
	{ /* Hide oh-so-unobtrusive adverts */
		display:none !important;
	}
	.comment
	{ /* Resize comments back into space adverts hijacked */
		margin-right:90px !important;
	}
	
	
	
	/* Start of attempt to make comment top-bar-thingys smaller again */
	/* TODO */
	.c-info,.c-digg
	{ 
		
	}
	
	.c-body-inside
	{
		
	
	}
	
	
	/* Make the submitter details take less space */
	/* Todo : make them back to a single line? */
	.news-details
	{
		padding: 0px !important;
	}
	.news-full .news-details dd 
	{
		margin-bottom:1px !important;
	}
	
	
	
	/* Make descrption and such wider */
	
	.news-full, .news-full-confirm 
	{
		margin-right: 0px !important;
		margin-top: 3px !important
	}
	
}