/* Add any valid CSS declarations */

h2#site-slogan {
  margin: 0px 0px 0px 10px;
}

.footnotes 
{
  position: absolute;
  left: 1px;
  right: 2px;
  z-index: 2;
}
.footnote-label
{
position: absolute;
left: -1px;
right: -1px;
padding-right: 1px;
}
ul.footnotes li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style-type: none;
    margin-left: 2.5em;
}
blockquote, q {
    font-style: italic;
    quotes: "" "";
    text-indent: 25px;
   background-color: #d3cfc8;
}
