/* --------------------------------------------------- */
/* print styles */
/* content_print.css */
/* [version] 2003-08-16 */
/* --------------------------------------------------- */

body { font-family: Arial, Helvetica, Sans-serif; font-size: 12pt; margin: 0; }
p { font-size: 12pt; line-height: 120%; }
p.author, p.date, p.www { font-size: 11pt; font-weight: normal; }

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

#masthead, #content, #breadcrumb, #copy { margin: 0; }
#masthead h1, #masthead h2 { margin: 0; font-size: 14pt; }
#masthead h2 { font-style: italic; }
#masthead { border-bottom: 1px dashed #000; }
#masthead a { text-decoration: none; }
#copy { font-size: 10pt; border-top: 1px dashed #000; }

div.navbar, p.skip, div#tease, #breadcrumb, div#banner { display: none; }

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 5pt 0; line-height: 125%; }
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; font-weight: normal; }

#also { font-size: 10pt; border: 0.5pt solid #000; margin-top: 10pt; margin-bottom: 10pt; }
#also ul { padding-left: 10pt; margin-left: 10pt; margin-top: 5pt; }
#also h2 { font-size: 10pt; margin: 0; line-height: 110%; }

a:link, a:visited {
	text-decoration: underline; font-weight: bold; color: #000; background-color: transparent;
	}
p.author a:link, p.author a:visited {
	text-decoration: none; font-weight: normal; color: #000; background-color: transparent;
	}
/* - NOTE: Valid CSS3: Substring matching Attribute Selectors - */
a[href^="/"]:link:after, a[href^="/"]:visited:after {
	content: " \A[http://www.kokhavivpublications.com" attr(href) "] ";
	}
a[href^="h"]:link:after, a[href^="h"]:visited:after {
	content: " [" attr(href) "]";
	}
#masthead a:link:after, #masthead a:visited:after {
	content: " ";
	}
acronym:after { content: " [" attr(title) "]"; }
/* - http://www.w3.org/TR/css3-selectors/#attribute-substrings - */
