@charset "UTF-8";
/* CSS Document */
#wrapper {
  max-width: 900px;
  margin: 0 auto;
}
p {
    line-height: 1.5;
    text-indent: 25px;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0.25;
    margin-bottom: 0;
    orphans: 3;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
	font-variant: small-caps;
}
h3 {
    text-align: center;
	orphans: 3;
}
h4 {
	text-align: center;
	font-style: italic;
}
ol {
    line-height: 1.5;
}
ul {
    line-height: 1.5;
}
blockquote {
    line-height: 1.25;
    margin-top: 25px;
    margin-bottom: 25px;
}
table {
    page-break-inside: avoid;
    margin-top: 25px;
    margin-bottom: 25px;
}
.bibliography {
    line-height: 1.25;
    margin-top: 10px;
    text-indent: -25px;
    padding-left: 25px;
}
.bq {
    line-height: 1.25;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.flush-left {
	text-indent: 0px;
}
.flush-right {
	text-align: right;
}
.footnote {
    line-height: 1.5;
    text-indent: -25px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.footnote2 {
    line-height: 1.5;
    text-indent: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.margnote {    
	float: right;
    color: rgb(0,62,164);
    width: 95px;
    font-size: 85%;
	text-indent: 0;
    line-height: .85em;
    text-align: left;
	margin-left: 10px;
    background: #eee;
    padding: 4px;
}
.note {
	margin-top: 25px;
}
.page-break {
	page-break-before: always;
}
.pn {
    font-weight: bold;
}
.poem {
    line-height: 1.25;
    text-indent: 0;
}
.quote {
    line-height: 1.25;
}
.sc {
    font-variant: small-caps;
}
.section {
	margin-top: 25px;
}
.speaker {
	text-align: center;
  	font-weight: bold;
  	font-size: 14px;
  	margin-top: 12px;
  	margin-bottom: 12px;
}
.table {
	text-indent: 0px;
	line-height: 1.25;
}
/* NEW CODE FOR MILTON POEM*/

.line1 {
	margin-top: 25px;
	line-height: 0.5;
    text-indent: 25px;
}
.line2 {
	line-height: 0.5;
    text-indent: 25px;
}
.line {
	line-height: 0.5;
    text-indent: 0px;
}
.margnote2 {    
	float: right;
    color: rgb(0,62,164);
    width: 40px;
    font-size: 85%;
	text-indent: 0;
    line-height: .85em;
    text-align: center;
	margin-left: 10px;
    background: #eee;
    padding: 4px;
}

/* WOMBAT CITATION TOOL CODE */
.citation {
  padding: 1em;
  background-color: #d7d5d0;
  border: 1px solid #b1b1b1;
  font-size: smaller;
  position: relative
}
.citation.mla em {
  text-decoration: underline;
  font-style: normal
}
.citation.mla em em:before, .citation.mla em em:after {
  content: "'"
}
.citation-picker {
  font-size: 9px;
  line-height: 9px;
  position: absolute;
  right: 1em;
  top: -1em
}
.anchor-tool a, .direct-link-tool a, .anchor-tool a:visited, .direct-link-tool a:visited, div.meta .anchor-tool a, div.meta .direct-link-tool a, div.meta .anchor-tool a:visited, div.meta .direct-link-tool a:visited {
  text-decoration: none;
  font-size: 24px;
  padding: 4px 8px;
  display: block;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #4b629b !important
}
.anchor-tool, .direct-link-tool {
  position: absolute;
  left: -80px;
  top: 0;
  background: #fdf7ce;
  display: block;
  border: 1px solid #fcdbbc;
  margin: 0;
  padding: 0;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center
}
/* CONTENT AREA */
.contentArea {
  width: 900px;
	margin: auto;
}
.contentArea .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contentcenter {
  width: 600px;
  margin: auto;
}