/* --------------------------------------------------- */
/* content styles */
/* styles.css */
/* [version] 2003-07-30 */
/* --------------------------------------------------- */

body {
	background-color: white;
	color: black;
	margin: 0;
	top: 0;
	left: 0;
	right: auto;
	width: auto;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	voice-family: "\"}\""; voice-family:inherit;
	font-size: medium; }

html>body { font-size: medium; }

/* Masthead Tables */
/* --------------------------------------------------- */

table.masthead { color: #000; background-color: #6cf; border-bottom: 2px solid #6cf; }

tr.masthead, td.mastleft, td.mastright { border: 0 none; }
td.home { text-align: right; }
td.section { text-align: left; }

/* --------------------------------------------------- */

td { font-size: 100%; }

h1, h2, h3, h4, h5, h6 { line-height: 100%; margin-left: 10%; margin-right: 10%; }

h1 { font-size: 145%; }
h2 { font-size: 130%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; }

h1 + h2 { margin-top: -0.3em; }
h2 + h3 { margin-top: -0.4em; }
h3 + h4 { margin-top: -0.66em; }

p { font-size: 100%; line-height: 115%; text-align: left; margin: 0 10% 0.5em 10%; }

p.www, p.date, p.authbot, p.author { 
	font-family: Georgia, "Times New Roman", Times, "New York", serif; }

p.date, p.author { margin-top: 1em; margin-bottom: 1em; }
p.author { font-weight: bold; }
p.author + p.date, p.date + p.author { margin-top: -0.5em; }

p.note { font-size: 90%; }
p.note a:active { color: #c00; background-color: transparent; }

p.mk, p.dir { font-size: 90%; font-weight: bold; color: #000; margin-top: 2em; }
p.mk { background-color: #bfedff; }
p.dir { font-family: verdana, arial, sans-serif; margin-bottom: 1em; background-color: transparent; }
p.mk + p.dir, div.navbar + p.www, div.navbar + p.note { margin-top: 1em; }

p.mono, code, pre { font-family: courier, monospace; font-size: 95%; }

p.head, p.tease { font-size: 100%; font-weight: bold; text-align: center; margin-top: 0.5em; margin-bottom: 0.5em; }
p.tease { color: #6cf; background-color: transparent; }

p.link, p.example, p.copy { font-size: 90%; color: #666; background-color: transparent; }
p.copy { text-align: center; margin-top: 1em; padding-bottom: 1em; }

div.pre { margin: 0 10% 0.5em 10%; }

blockquote { font-size: 95%; margin: 0 15% 0.5em 15%; }

blockquote p { margin-left: 0; }

ul, dl, ol { padding-left: 0; margin: 0 10% 0.5em; }
ul ul, ul ul ul, ul ul ul ul, dd { margin: 0 10% 0.5em 5%; }
ul p { padding-left: 0; margin-left: 0; font-size: 90%; }

dd h2, dd h3, dd h4, dd p { margin-left: 0%; }

.author a:link, #also a:link { color: #000; background-color: transparent; }
.author a:visited, #also a:visited { color: #336; background-color: transparent; }
a:hover, a:active { text-decoration: none; }
.author a:hover, #also a:hover { color: #666; background-color: transparent; }
.author a:active, #also a:active { color: #c00; background-color: transparent; }

a.dir:link, a.dir:visited { color: #c00; }
a.dir:link, a.dir:visited, a.dir:hover, a.dir:active { font-size: 90%; background-color: transparent; }
a.dir:hover { color: #666; }
a.dir:active { color: #c00; }

a.mk:link, a.mk:visited, a.mk:hover, a.mk:active { font-size: 100%; font-weight: normal; }
a.intdoc:link, a.intdoc:visited { text-decoration: none; }

div.img { margin: 1em 0 0 10%; }
div.img .note { font-size: 85%; color: #666; background-color: transparent; margin-top: 0; margin-left: 0; }
center img { margin-top: 1em; }

acronym { border-bottom: 1px dotted #000; }

/* NavBar */
/* --------------------------------------------------- */

td.navb, td.b { font-size: 90%; color: #000; }
td.navb { background-color: #6cf; }
td.b { background-color: #fff; }

a.b:link, a.b:visited, a.b:hover, a.b:active { font-size: 90%; text-decoration: none; }
a.b:link, a.b:visited { color: #000; background-color: #fff; }
a.b:hover, a.b:active { color: #fff; background-color: #000; }

div.navbar {
	font-size: 90%;
	text-align: center;
	color: #000;
	width: 100%;
	background-color: #6cf;
	padding: 2px 0 2px 0;
	left: 0;
	margin: 0 0 0 0;
	white-space: nowrap; }

div.navlinks { position: relative; }

/* pressnote */
/* --------------------------------------------------- */

div.pressnote { 
	font-size: 90%; color: #666; background-color: transparent; margin: 1em 10% 1em 10%; }
	
div.pressnotes { 
	font-size: 90%; color: #000; background-color: transparent; margin: 1em 10% 1em 10%;
	border: 1px solid black; }
div.pressnotes p { margin: 0; padding: 0.5em; }

div.pressnote a:link, div.pressnote a:visited, div.pressnote a:active { 
background-color: transparent; }
div.pressnote a:link { color: #666; }
div.pressnote a:visited { color: #336; }
div.pressnote a:active { color: #c00; }

span.authornote, span.subtitlenote { }
span.titlenote { font-style: italic; }

/* print styles */
/* --------------------------------------------------- */

@media print {

body { font-size: 12pt; }

h1, h2, h3, h4, h5, h6, p.mk { page-break-after: avoid; page-break-inside: avoid; }
blockquote, ul, ol, dl { page-break-before: avoid; }

h1, h2, h3, h4, h5, h6, p, div.img, div.pressnote { margin-left: 5%; margin-right: 5%; }
ul, dl, ul ul, ul ul ul, ul ul ul ul { margin-left: 5%; margin-right: 5%; }

div.navbar, p.tease, p.head, center img, center a, hr, table table, table.masthead { display: none; }

p { font-size: 12pt; line-height: 120%; }

p.copy, p.mk, p.dir, div.pressnote { 
	color: #000; background-color: #fff; text-align: left; font-weight: normal; }

div.pressnote, span.authornote, span.titlenote, span.subtitlenote { font-size: 10pt; }

p.copy { font-size: 8pt; margin-top: 0.5em; }
p.dir { font-size: 10pt; margin-top: 2em; margin-bottom: 0.5em; border-top: 1pt solid #000; }
p.mk, div.pressnote { font-size: 10pt; padding: 0.25em; border: 1pt solid #000; }
p.mk { font-weight: bold; margin-top: 1em; margin-bottom: 1em; }

p.author, p.date, p.www { font-size: 11pt; font-weight: normal; }

a:link, a:visited, p.author a:link, p.author a:visited, a.mk:link, a.mk:visited, a.dir:link, a.dir:visited, div.pressnote a:link, div.pressnote a:visited { 
	text-decoration: none; color: #000; background-color: transparent; }

a.mk:link, a.mk:visited, a.dir:link, a.dir:visited, div.pressnote a:link, div.pressnote a:visited { 
	font-size: 10pt; }

a[href^="/"]:link:after, a[href^="/"]:visited:after { 
	content: " [kokhavivpublications.com" attr(href) "] "; }

a[href^="h"]:link:after, a[href^="h"]:visited:after { content: " [" attr(href) "]"; }

a.dir:link:after, a.dir:visited:after, a.mk:link:after, a.mk:visited:after { content: " "; }

p.author a[href^="/"]:link:after, p.author a[href^="/"]:visited:after { 
	content: " \A[http://www.kokhavivpublications.com" attr(href) "] "; }

acronym:after { content: " [" attr(title) "]"; }

} /* end of print */