/* Print style sheet - Mind of Winter Theme */

#header2, #page-tabs, #skipover, #sidebar, #credit, #commentformtitle, #commentformsection, .pagenav, .breadcrumb, .meta, p.resumelink {
  display: none;
}

.newpage {
page-break-before: always;
}

body {
  background: transparent;
  color: #000;
  font-family: Perpetua, Georgia, "Bookman Old Style", "Book Antiqua", Garamond, "Palatino Linotype", Palatino, serif;
  font-size: 12pt;
}

a:link, a:visited {
  background: transparent;
  color: #00f;
  text-decoration: underline;
}

blockquote {
  page-break-inside: avoid;
  width: auto;
  border: solid 1px #000;
  padding: 1em;
  font-size: 10pt;
}

#header h1 {
  font-size: 84%;
  letter-spacing: 6pt;
}

#header, h3, h4, .posttitle, .pagetitle {
  border: none;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  width: auto;
}

#main {
  float: none;
  margin: 0px 10%;
  padding: 0px;
  width: auto;
}

#content {
  margin: 0px;
  padding: 0px;
  width: auto;
}

#content p {
  text-align: justify;
}

.posttitle h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: dotted 1px #000;
  font-size: 84%;
}

.posttitle h2:before {
  content: "Posted: ";
}

.pagetitle h2 {
  font-size: 84%;
}

h4.byline {
  margin-top: 0;
  padding-top: 0;
  padding-left: 2em;
  font-size: 84%;
  font-variant: small-caps;
}

#content .abstract {
  border-top: 1px solid;
  padding-left: 5%;
  padding-right: 5%;
}

#content .footnotes {
  border-top: 1px solid;
  font-size: 84%;
}

#content .references {
  border-top: 1px solid;
  font-size: 84%;
}

#content .references p.referencetext {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

#content .references .bookauthor, .booktitle, .journalname {
  font-variant: small-caps;
}

#content .references .journaltitle {
  font-style: italic;
}

.feedback {
  text-align: right;
  font-size: 84%;
  margin-bottom: 2em;
}

#footer {
  position: relative;
  bottom: 0;
  margin-top: 2em;
  border: solid 1px #000;
  padding: 0 1em;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif;
  font-size: 84%;
}

a.anchornumber, a.notenumber {
  color: black;
  font-size: 84%;
  vertical-align: super;
  text-decoration: none;
}



/* BEGIN RÉSUMÉ PAGE STYLES */

div.resume h3, div.resume p.addressblock {
  text-align: center;
}

div.resume p.addressblock br {
  display: none;
}

h4.resumesectionheading {
  margin-bottom: 0;
  font-variant: small-caps;
  text-decoration: underline;
}

div.resumesection p {
  margin-top: 0;
  padding-left: 1em;
}

span.resumename {
  font-variant: small-caps;
}

span.resumetitle {
  font-style: italic;
}

/* END RÉSUMÉ PAGE STYLES */