/* mourning.css */

	/* Suppress the colorful background patterns outside the main content area */
	html {
		background: #AAA !important;
		background-size: unset !important;
	}

	/* Turn the normally white margins black */
	#borderline {
		background-color: black;
	}

	#borderline #masthead {
		background: none;
		border: none;
		background-color: black;
	}

	#borderline #masthead #navmenu {
		border-radius: none;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	#navmenu li.left a:hover {
		border-top-left-radius: 11px;
	}

	#navmenu li.end {
		border-top-right-radius: 11px;
	}

	/* Remove gray outline from most of the container types */
	.roundpad, .onepost, .forumline, #end_banner, #end_note {
		border: 1px solid #000;
	}

	/* Invert admin links for readability */ 
	.adminlink	a { 
		color: #FFF; 
		font-weight: bold;
	}
	