/* Stylesheet for Greek Myths Immortal Biographies
    Michael Wiik 2003 */

/* media all defines everything except font sizes */
@media all {
	body {
			margin : 2% 10% 5% 10%;
			color: black;
			background-color: #fffffc;
	}
	p, q, h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
	li, td, th { font-family: Verdana, Arial, Helvetica, sans-serif; }
	td, th { text-align: left; }
	cite {	font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #800000; font-weight: normal; }
	q { color: red; }

/* Headers */
	h1,h2,h3,h4,h5,h6,h7 {
		font-weight: bold;
		font-style: normal;
		color: #800000;
	}
	h3 {
		font-variant: small-caps;
		text-transform: lowercase;
		display: run-in;
	}
	h3:after	{ content: ". " }
	h1 {
	text-shadow: 0.1em 0.1em #ccc;
}

/* /Headers */

/* Standard Links */
	a:link	{ color:#800000; text-decoration: none; }
	a:visited	{ color:#800000; text-decoration: none; }
	a:active	{ color:#800000; text-decoration: none; }
	a:hover	{ color:#996600; text-decoration: underline; }
/* /Standard Links */

/* Navigation */
	#Breadcrumb { font-family: Verdana, Arial, Helvetica, sans-serif; }
	#ToC li { font-family: Garamond, Georgia, serif; }
	.BackToTop { font-family: Verdana, Arial, Helvetica, sans-serif; }
	#Copyright	{ font-family: Verdana, Arial, Helvetica, sans-serif; }
	#PrimaryNav { font-family: Georgia, serif; font-weight: bold; }
/* /Navigation */

/* Specials */
	#Pronounciation { color: #FF0000; font-weight: bold; font-family: Verdana, Arial, Helvetica,sans-serif; }
	.BookAndLine { font-family: Verdana, Arial, sans-serif; }
/*	#ImmortalTable */
/* /Specials */

/* Bio Types */
	.Name, .Titan, .Immortal, .Roman, .Historian, .Person, .Tribe, .Place, .Thing, .Beast, .Nymph, .Event { font-variant: small-caps; font-style: normal; font-weight: normal;}
	.AKA { font-variant: normal; }

ul.bookline {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.bookline strong {
	font-weight: normal;
	color: maroon;
}
/* /Bio Types */

}

/* media screen defines normal browsers on a monitor */

@media screen {
/* Headers */
	h1 { font-size: x-large; }
	h2 { font-size: medium; }
	h3,h4,h5,h6,h7 { font-size: small; }
	cite, li { font-size: 10pt; }
	td { font-size: 8pt; }
	#ImmortalTable td { font-size: 10pt; }
	th { font-size: 10pt; }
/* /Headers */

/* Navigation */
	#Breadcrumb { font-size: 8pt; }
	#ToC li { font-size: 12pt; }
	.BackToTop { font-size: 8pt; }
	#Copyright { font-size: 8pt; }
	#PrimaryNav { font-size: 12pt; }
/* /Navigation */

/* Specials */
	#Pronounciation { font-size: 12pt; }
	.BookAndLine { font-size: 8pt; }
/* /Specials */

}


