@font-face {
  font-family: "Gentium Book Basic";
  src: local("Gentium Book Basic"), local("Gentium"),
       url(fonts/GenBkBasR.ttf) format("truetype");
}

@font-face {
  font-family: "Gentium Book Basic";
  src: local("Gentium Book Basic Italic"), local("Gentium Italic"),
       url(fonts/GenBkBasI.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Gentium Book Basic";
  src: local("Gentium Book Basic Bold"), local("Gentium Bold"),
       url(fonts/GenBkBasB.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Gentium Book Basic";
  src: local("Gentium Book Basic Bold Italic"), local("Gentium Bold Italic"),
       url(fonts/GenBkBasBI.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* Font families */

body {
  font-family: Gentium, Georgia, "Times New Roman", serif;
  font-size-adjust: none;
}

code, kbd, pre, pre code, samp {
  font-family: "DejaVu Sans Mono", Consolas, "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", Monaco, "Courier New", monospace;
  font-size-adjust: 0.55;
}

/* Sizing */

body {
  font-size: 131.25%; /* 21pt/28pt */
  line-height: 1.3333;
  width: 40em;
  margin: 0 auto;
}

h1 { font-size: 2.8571em; line-height: 1.4; } /* 60pt */
h2 { font-size: 1.7142em; line-height: 1.5556; } /* 36pt */
h3 { font-size: 1.1428em; line-height: 1.1667; } /* 24pt */
h4, h5, h6 { font-size: 1em; line-height: 1.3333; } /* 21pt */
.summary { font-size: 0.8571em; line-height: 1.5556; } /* 18pt */
caption { /* 16pt */
  font-size: 0.7619em;
  line-height: 1.75
}
sub, sup { /* 14pt */
  font-size: 0.6667em;
  line-height: 1; /* otherwise sub and sup can break rhythm of container */
}

h1, .copyright {
  /* padding: 0 0 0 5%; */
  text-align: center;
  color: #555;
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  letter-spacing: 0.2em;
}

address.author, h2, .summary {
  text-align: center;
}

h2 {
  margin: 0.6667em 0; /* ? */
}

h3 {
  letter-spacing: 0.3em;
  margin: 1em 0;
}

h3, h4, dfn, .initial, .halmos {
  color: #b50010;
}

h4, h5 {
  margin: 1.3333em;
}

h5, h6 {
  font-style: italic;
}

/* "In heads and titles use the best available ampersand" -- EoTS 5.1.3 */
h1 .amp, h2 .amp, h3 .amp, h4 .amp, h5 .amp, h6 .amp {
  font-family: "Goudy Old Style", "OFL Sorts Mill Goudy", Baskerville,
               "Goudy Bookletter 1911", Palatino, "Book Antiqua", serif;
  font-weight: normal;
  font-style: italic;
}

/* run-in sidehead */
h6 { display: inline; }
h6 + p { display: inline; }

dfn {
  font-style: normal;
  font-weight: normal;
}

abbr {
  letter-spacing: 0.05em;
}

p {
  margin-bottom: 0;
}
p + p {
   text-indent: 2em;
   margin-top: 0;
}
div.figure p + p {
   text-indent: 0;
}

blockquote, p.source {
  margin: 1.42855em;
}

div.header, ul, ol, dl, pre, div.figure, .summary {
  margin: 1.3333em 0;
  padding: 0;
}

.summary {
  margin-left: 2.8571em;
  margin-right: 2.8571em;
}

blockquote + p.source {
  margin-top: -2.8571em;
}

dl dd {
  margin: 0 0 0 2em;
}

:link    { color: #34d; }
:visited { color: #804180; }
:link, :visited {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}

h1 :link, h1 :visited,
address.author :link, address.author :visited {
  color: inherit;
}

/* em, strong { */
/*   background-color: #fe9; */
/* } */

em, .summary {
  font-style: italic;
  font-size-adjust: 0.5;
}

strong {
  font-weight: bold;
}

p.source {
  text-align: right;
  font-style: italic;
}

.initial {
  display: block;
  float: left;
  margin-right: 0.125em;
  /* margin-top: -0.08em; */
}

/* Red highlights */

address.author {
  color: #333;
}

/* tables */

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #999;
  text-align: right;
}

caption {
  text-align: center;
  padding: 0 0 0.75em 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

.draft-notice {
}

.draft-notice hr {
  display: none;
}

.aside {
  display: block;
  background-color: #eee;
  margin: 1.4286em 0;
  padding: 1.4286em;
  border: 1px solid #999;
  -webkit-box-shadow: 4px 4px 4px #999;
}

ins.aside {
  background-color: #dfd;
  border-color: #0a0;
}

del.aside {
  background-color: #fdd;
  border-color: #c00;
}

p + p.aside {
  text-indent: 0;
  margin-top: 1.4286em;
}

h2, h3, .lettering, .finis, dl.personae dt {
  font-variant: small-caps;
  font-size-adjust: 0.55;
}

.issue {
  padding-left: 0.714275em;
  border-left: 0.714275em solid #b50010;
}

ins {
  background-color: #dfd;
  text-decoration: none;
}

del {
  background-color: #fdd;
}

/* Layout */

.faq {
}

.section {
  margin: 0 0 0 5%;
  padding: 0;
  width: 45%;
  float: left;
}

.section ul {
  list-style-type: none;
}

.copyright {
  margin: 1.3333em;
  clear: both;
}
