/* Copyright © 2000-2008 by Alejandro Gómez de Argüello y de Laburu */

/* colors */
@media print {
	body * {
		color: black !important;
		background-color: white !important;
		border-color: white !important;
	}
}
@media screen {
	body, h1, h2, h3, h4 {
		color: black !important;
		background-color: white;
	}
	#navigation,
	#translations,
	#participation {
		/* color: black; */ /* for the validator's anal-retentiveness */
		background-color: gray;
	}
	#leaders,
	#header,
	#marrow,
	#footer,
	#trailers,
	.juice-right,
	.juice-left,
	#marrow h1,
	#marrow h2,
	#marrow h3,
	#marrow h4 {
		/* color: black; */ /* for the validator's anal-retentiveness */
		/* background-color: white; */ /* for the validator's anal-retentiveness */
	}
	.foobar a,
	.foobar a.revealed {
		background-color: white !important;
	}
	.foobar a.obscured {
		background-color: silver !important;
	}
	/*a,
	.foobar a,
	*/
	a:link,
	.foobar a:link {
		color: blue;
	}
	a:hover,
	.foobar a:hover,
	a:link:hover,
	.foobar a:link:hover {
		background-color: yellow !important;
	}
	a:link:visited,
	.foobar a:link:visited {
		color: purple;
	}
	a:link:active,
	.foobar a:link:active {
		color: red;
	}
	.smiley {
		color: black !important;
		background-color: yellow !important;
	}
	.warning {
		border-color: red;
	}
	#table-of-contents {
		border-color: silver;
	}
}

