/* Style Sheet for Yarrow Paisley's Home Plot */

/* Text and Background */

body {
  color: #000000;
  background-color: #AD8DF9;
  margin: 1.5em;
  font-size: 100%;
  font: 1.4em "Goudy Bookletter 1911", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

a  {
  text-decoration: none;
}

a:link, a:active, a:visited  {
  color: #0B3861;
}

a:hover {
  color: #000000;
}

ul, dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.bullets {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

li.bullets {
  margin-left: 3em;
  padding-top: 1em;
  text-align: left;
}

li.nobullets {
  margin-left: 3.75em;
  list-style-type: none;
  padding-top: .25em;
  text-align: left;
}

li.list_heading {
  margin-left: 1em;
  list-style-type: none;
  padding-top: 1em;
  text-align: left;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
}

td.list_heading {
  margin-left: 3em;
  list-style-type: none;
  text-align: left;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
}

dt {
  padding-top: 1.5em;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
}

dd {
  margin-left: 3em;
  margin-right: 5em;
  padding-top: 1em;
  text-align: left;
}

dd.noindent {
  padding-top: 0em;
  margin-left: 0em;
}

td {
  padding: .25em;
}

em {
  font-style: italic;
}

img {
  width: 100%;
  height: auto;
}

/* Miscellaneous Useful Classes */

.spacious {
  margin-left: 3em;
  margin-right: 5em;
  padding-top: 1em;
  text-align: left;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.contentcenter {
  margin-left: auto;
  margin-right: auto;
}

.biggertext {
  font-size: larger;
}

.smallertext {
  font-size: smaller;
}

.boldtext {
  font-weight: 900;
}

.smallcap {
  font-variant: small-caps;
}

.fullBox_title {
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
  font-size: 2em;
}

.rightBox_title {
  font-family: "Miltonian", Helvetica, Arial, sans;
  font-weight: bold;
  font-size: .8em;
  color: #7A5C99;
}

.rightBox_line_first_letter {
  font-family: "Miltonian", Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: bold;
  font-size: 1.3em;
}

dd.padding_zero {
  padding-top: 0em;
  padding-bottom: 0em;
}

/* Containing Elements */

div.container
{
margin:0em;
}

div.fullBox {
  margin-left: 16.3em;
  margin-right: 3.25em;
  margin-top: 4.5em;
  margin-bottom: 1em;
}

div.leftBox {
  position: fixed;
  top: .5em;
  left: .5em;
  width: 14em;
}

div.leftBox a:link, div.leftBox a:hover, div.leftBox a:active, div.leftBox a:visited {
  color: #000000;
}

div.rightBox {
  position: fixed;
  font-size: 125%;
  top: 1.25em;
  right: .5em;
  width: 1.25em;
  margin-left: 0em;
  padding-top: .5em;
  padding-bottom: .75em;
  padding-right: .75em;
  border-left: double #7A5C99;
  z-index: -1;
  text-align: center;
}

div.lit_sub_menu {
  position: fixed;
  font-size: 50%;
  color: #7A5C99;
  top: 29em;
  right: 1em;
  padding-top: 2.5em;
  padding-bottom: 1.25em;
  padding-left: .5em;
  border-left: solid #7A5C99;
  border-width: thin;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
  text-align: right;
}

div.lit_sub_menu a:link, div.lit_sub_menu a:hover, div.lit_sub_menu a:active, div.lit_sub_menu a:visited {
  color: #7A5C99;
}

div.horizontal_line_right {
  position: fixed;
  top: .5em;
  right: 1.25em;
  width: 3.75em;
  border-top: double #7A5C99;
  border-right: double #7A5C99;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
  font-size: 1em;
  z-index: -1;
}

div.vertical_line_right {
  position: fixed;
  top: 1.75em;
  right: .5em;
  width: 1.25em;
}

div.validator {
  position: fixed;
  bottom: .5em;
  left: .5em;
}

div.vertical_line {
  position: fixed;
  left: 14.7em;
  top: 2.25em;
  padding-right: .5em;
  border-right: double #7A5C99;
  z-index: -1;
}


/* Floating Elements */

div.header {
  float: right;
  position: relative;
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: .25em;
  border-bottom: solid #7A5C99; 
  border-width: thin;
  clear: both;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
}

div.header_double_bottom {
  float: right;
  position: relative;
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: .25em;
  border-bottom: double #7A5C99; 
  clear: both;
  font-family: "Josefin Sans", Helvetica, Arial, sans;
  font-weight: bold;
}

div.header ul {
  text-align: right;
}

div.headerMod {
  margin-left: -5em;
  margin-bottom: 1em;
  width: 16em;
  border-bottom: none;
}

div.headerMod dt, div.headerMod dd {
  font-size: 80%;
  margin-left: 0em;
  margin-right: 0em;
}

/* id elements */

#greye {
  /*width: 25em;*/
  text-align: center;
}

#headerMod_no_border {
  border-width: 0em;
}

#name_adjust {
  color: #7A5C99;
  padding-bottom: .5em;
  font-weight: bold;
  font: 1.7em "Miltonian", Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

#center_the_plot {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
