/*
	==== ("Deleted") ====
	Puts a dark background on the site and also removes the header and iframes.
	Tweaks the borders a bit so they are slightly more visible.

	==== Full Change Log ====
	0.0.0 - NOT YET RELEASED!
	==== End Change Log ====
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("localhost") {*{/*$*/}
	/* Removals */
	iframe, #headerlogo {display:none!important;}

	/* The Theme */
	body, #header {
		background-color:		#101010 !important;
	}
	#subnavbar, .current-page, .status-notice {
		background-color:		#202020 !important;
	}
	h5, .sidebar li, .sidebar p, #edit, .form label, .form p, #stats li, .status-notice {
		color:					AliceBlue !important;
	}

	/* Border tweaks */
	* {border:none!important;}
	img.preview {
		padding:				1px !important
	}
	img.has-children {
		border:					2px solid #00FF00 !important;
	}
	img.has-parent {
		border:					2px solid #CCCC00 !important;
	}
	img.flagged {
		border:					2px solid #FF0000 !important;
	}
	img.pending, img.pending:hover {
		border:					2px solid #0000FF !important;
	}
}