﻿/* MODIFIED 08 FEBRUARY 2025 14.20 */
fakeFirstDefinition {
	color: yellow;
}

body {
	font-family: "Segoe UI", "SF Pro Display Light", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14pt;
	color: black;
	line-height: 1.5em;
	padding: 6px;
	margin: 0;
}

header {
	margin: 0;
	width: 100%;
	border-bottom: thin black solid;
	background-color: #EEE;
	height: 3em;
}

div.flag_head {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1em;
}

	div.flag_head > div:first-child {
		height: 67px;
		width: 100px;
		margin: 0.5em;
	}

div.flag_head_label {
	display: flex;
	flex-direction: column;
	font-size: 160%;
	line-height: 120%;
}

	div.flag_head_label div:first-child {
		font-weight: bold;
	}
/* The following are still used by _Colors and _KinshipTerms */
html[lang|="fa"] div.flag_head_label div:first-child,
html[lang|="ur"] div.flag_head_label div:first-child {
	font-family: "Times New Roman", Times, serif;
}

/*
html[lang|="fa"] div.FlagHead_head div.FlagHead_flag div:nth-child(1),
html[lang|="ur"] div.FlagHead_head div.FlagHead_flag div:nth-child(1),
html[lang|="fa"] div.FlagHead_legend div:first-child,
html[lang|="ur"] div.FlagHead_legend div:first-child,
html[lang|="fa"] div.lang-entry div:nth-child(2) {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
}
*/
.ar-script {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
}

html[lang|="ka"] div.flag_head_label div:first-child, 
html[lang|="ka"] div.lang-entry {
	font-family: "Sylfaen", Times, serif;
	font-size: 110%;
	}

html[lang|="ka"] { 
	font-family: "Sylfaen", Times, serif;
	font-size: 120%;
	color: lime;
}

div.Kartvelian div.lang-entry  {
	font-family: "Sylfaen", Times, serif;
	font-size: 110%;
}

main {
}

footer { /* NOTE that this is not a class definition **/
	width: 100%;
	margin-top: 1em;
	border-top: thin black solid;
	background-color: #CCFFCC;
	height: 2em;
}

iframe {
	width: 100%;
	border: 0;
	background-color: white;
}

	/* LINKS TOOLBAR AT BOTTOM OF EACH PT, LangNames PAGE; renamed from .pt-footer */
	iframe.general-footer {
		margin-top: 0.5em;
		padding: 0px;
		border-top: 4px black double;
		height: 25em;
	}

body.footer a {
	padding: 4px;
	margin: 8px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
}

body.footer h2 {
	color: black;
	font-size: 100%;
	margin: 0.5em 0;
}

body.footer a:hover {
	color: white;
	background-color: black;
}
/* BROUGHT OVER FROM DEFAULT.HTML */
iframe.top {
	height: 3em;
	margin: 0;
	width: 100%;
	border-bottom: thin black solid;
	background-color: #EEE;
}

iframe.middle {
	height: 58em; /* 41em */
}

iframe.bottom {
	height: 2em;
	border-top: thin black solid;
	background-color: #CCFFCC;
}
/* END BROUGHT OVER */
h1 {
	display: block;
	font-size: 125%;
	text-align: left;
	text-decoration: NONE;
}

h2 {
	display: block;
	font-size: 115%;
	text-align: left;
	color: purple;
}

h3 {
	display: block;
	font-size: 110%;
	text-align: left;
}

h4 {
	display: block;
	font-size: 105%;
	text-align: left;
}

h5 {
	display: block;
	font-size: 100%;
	text-align: right;
}
/* THE FOLLOWING ARE FOR THE FAMILY PAGES */
.comb {
	text-align: center;
}

.ge1 {
	background: #ffffee;
}

.ge2 {
	background: #eeffff;
}

.ge3 {
	background: #ffeeff;
}

.ge4 {
	background: #eeffee;
}

p {
	font-size: 14pt;
	color: Black;
	line-height: 120%;
}

	p.copyright {
		font-size: 90%;
		font-family: "Segoe UI", "SF UI Display Light", Tahoma, Geneva, Verdana, sans-serif;
		line-height: 110%;
		margin-top: 4px;
		text-indent: -1em;
		margin-left: 1em;
	}

.def {
	font-style: italic;
	font-weight: bold;
	color: #6633CC;
}

.smallvertspace {
	padding-bottom: 0px;
}

.offwhite {
	background-color: #e6e6e6;
}

.white {
	background-color: #ffffff;
}

.buffie {
	background-color: #FFFF99;
}

.az {
	font-family: "Tahoma";
}

.arabic, #arabic, .deva, #deva {
	/* dir: rtl; doesn't work in the style sheet ==> */
	font-size: 160%;
	padding: 6px 0 9px;
}

.arabic, #arabic {
	font-family: "Times New Roman";
}
/* hindi */
.deva, #deva {
	font-family: "Arial Unicode MS";
}
/* armenian, georgian */
#hy, .hy, #ka, .ka, .kadef {
	font-family: "Sylfaen";
	font-size: 110%;
	font-weight: normal;
}

.kadef {
	color: #6633CC;
}

.ipa {
	font-family: "Times New Roman";
	font-size: 120%;
	text-align: center;
}
/* source references */
.ref {
	font-size: 100%;
	color: Navy;
}
/* stem emphasis */
.stem {
	font-weight: bold;
	color: red;
}
/* ending emphasis */
.end {
	font-weight: bold;
	color: blue;
}

IMG.map {
	border: 0;
}

IMG.flag {
	vertical-align: middle;
	border: solid 1px black;
}

img.blank {
	border: none;
}

address {
	display: block;
	font-size: 80%;
	text-align: right;
}

pre {
	font-size: 70%;
	text-align: center;
}

li {
	padding-bottom: 12px;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: dotted 1px maroon;
}

a:focus, a:hover, a:active {
	color: maroon;
	text-decoration: none;
}

.gloss {
	color: fuchsia;
	font-weight: bold;
	font-size: 250%;
	text-decoration: none;
	border: dotted 2px olive;
	padding: 0 0.05em;
}

div.stuff {
	background: #FFFFDD;
	background-position: 20% 40%;
	background-attachment: fixed;
	margin: 15em;
}

div.definitions {
	background: #C6C6C6;
}

div.copyright {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

fakeLast {
	color: yellow;
}
