/* Mourning in America style sheet by Robin Lionheart */
/* I miss freedom */
@import url(indented.css);

@media print {
	/* no background or color for hard copy */
	html, body {
		color: black;
		background-color: white;
	}
	a {
		color: black;
		background-color: transparent;
	}
}

@media screen, tv, projection {
	/* color video media */
	a {
		text-decoration: inherit;
	}
	a:hover {
		text-decoration: underline;
	}
	a:link {
		color: #f88;
		background-color: transparent;
	}
	a:visited {
		color: #fbb;
		background-color: transparent;
	}
	a:hover, a:active {
		color: #0ff;
		background-color: transparent;
	}
	a.local:link, a.local:visited,
	a.internal:link, a.internal:visited {
		color: #cf8;
		background-color: transparent;
	}
	a.glossary {
		font-weight: bold;
	}
	a.irrelevant:link, a.irrelevant:visited  {
		color: #ffe;
		background-color: transparent;
	}

	#contents {
		background-color: #444;
	}

	div.pullquote, div.sidebar {
		color: black;
		background-color: #ccc;
	}

	ul {
		list-style-type: square;
	}

	ul ul {
		list-style-type: disc;
	}

	ins.revdate em { /* older */
		color: #aaa;
	}
	ins.revdate strong { /* recent */
		color: #cfa;
	}
}

@media screen, tv {
	html, body {
		color: #ffe;
		background-color: black;
	}
}

@media projection {
	html, body {
		color: #ffe;
		background-color: black;
		font-size: 24px;
	}
}

h1:lang(eo), h2:lang(eo), h3:lang(eo), h4:lang(eo), h5:lang(eo), h6:lang(eo) {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "News Gothic MT", "News Gothic", "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
}

h1 cite, h2 cite, h3 cite, h4 cite, h5 cite, h6 cite {
	font-style: normal;
	text-decoration: underline;
}

body {
	voice-family: female;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Verdana, "Lucida Sans", Univers, "Univers 55", "Gill Sans MT", "Gill Sans", Gill, "Zurich BT", Zurich, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

h1:before {
	content: url(/images/yellowribbon30.png);
	padding-right: 1em;
}
h1:after {
	content: url(/images/yellowribbon30.png);
	padding-left: 1em;
}
