/*
Fluid - The Ultimate Digg CSS Patch
version 1.5

1.5 - Released uncompressed (clean) source, fixed profile page
1.0 - Initial release

illicium 2006
*/

@-moz-document domain(digg.com), domain(duggmirror.com) {
	/* --- misc --- */
	a {
	 text-decoration: underline !important;
	 font-weight: normal !important;
	}
	h3 {
	 font-size: 16pt !important;
	}
	.fieldset-footer {
	 background-color: #fff !important;
	 background-repeat: no-repeat !important;
	}
	#sidebar li.beta a, .sub-upcoming {
	 background-position: top right !important;
	 background-repeat: no-repeat !important;
	}

	/* --- hide various things --- */
	#footer, .copyright, #item_ad, .banner_ad_unit, .top_ad_image, .banner_ad, .comments_ad_image {
	 display: none !important;
	}

	/* --- sidebar fixes --- */
	#contents, #sidebar {
	 border: none !important;
	 background: none !important;
	}
	#sidebar {
	 float: right !important;
	 margin: 1em 0 !important;
	 padding: 0 !important;
	 width: 20% !important
	}
	#sidebar li, #sidebar li.toggle li a {
	 background: none !important;
	}
	#sidebar li a, #sidebar a.button-link, #sidebar a.button-link-drop, .button-link-drop-disabled, .button-link-disabled, #side-login {
	 width: auto !important;
	}
	#sidebar li .toggle, #sidebar li .toggle-current {
	 width: 15px !important;
	}
	#sidebar li.view-all a, #sidebar li.view-all-current a {
	 background: none !important;
	}
	#sidebar a.button-link, #sidebar a.button-link-drop, .button-link-drop-disabled, .button-link-disabled, #side-login { 
	 background: none !important;
	}
	#sidebar .button-link-drop-disabled, #sidebar .button-link-disabled {
	 background: #e1e1e1 !important;
	}

	/* --- width/height fixes --- */
	#contents {
	 float: left !important;
	 width: 79% !important;
	}
	#container {
	 width: 99% !important;
	 background: none !important;
	 padding: 0 !important;
	}
	.comment, #sub-nav, .sub-menu {
	 width: 100% !important;
	}
	.news-body {
	 padding-left: 3.7em !important;
	}
	.sub-menu {
	 height: 20px !important;
	}

	/* --- header fixes --- */
	#header {
	 background: #356AA0 !important; 
	 min-height: 30px !important;
	 margin-bottom: 5px !important;
	 -moz-border-radius-bottomleft: 8px;
	 -moz-border-radius-bottomright: 8px;
	 width: 100% !important;
	}
	#header h1 a, #header h1 span {
	 text-indent: 10px !important;
	 font-size: 24px;
	 font-weight: bold;
	}

	/* --- user profile page fixes --- */
	.extra-nav, .user-profile {
	 width: 100% !important;
	}
	.user-profile .extra-nav h2 {
	 text-indent: 40px !important;
	}
	.user-profile {
	 padding: 0 !important;
	}
	.user-profile .user-image {
	 top: 0 !important;
	 left: 0 !important;
	 width: 32px !important;
	 height: 32px !important;
	}

	/* --- yellow diggit button enhancements --- */
	.digg-it, .news-digg, .digg-count {
	 width: 40px !important;
	}
	.news-digg strong {
	 font-size: 17px !important;
	 font-weight: bold !important;
	}
	.news-digg a {
	 text-decoration: none !important;
	}
}