/* Techie style sheet by Robin Lionheart */
@import url(indented.css);

@media print {
	/* no background or color for hard copy */
	html {
		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;
	}

	body {
		font-family: Verdana, Tahoma, sans-serif;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: "OCR A Extended", OCR-A, sans-serif;
	}

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

	#contents, #css-zen-garden #linkList {
		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 {
		color: #ffe;
		background: black url(/images/background/01black.png);
  }
}

@media projection {
  html {
		color: #ffe;
		background: black none;
  }

	body {
		font-size: 24px;
  }
}

body {
		voice-family: male;
}