/* 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 #page_header {
		background: none;
		border: none;
		background-color: black;
	}

	/* Use the monochrome version of the logo */
	#page_header #logo a {
		background: url(logos/logo_6_gray@2x.png) no-repeat top left / 100%;
	}

	#mourning_banner {
		float:right;
		max-width:40%;
		max-height:auto;
		margin-bottom: 20px;
	}

	@media screen and (max-width: 800px) {
		#mourning_banner {
			width: 300px;
		}
	}

	@media screen and (max-width: 700px) {
		#mourning_banner {
			width: 100%;
		}
	}

	/* 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;
	}
	