html {
  height: 100%;
}

body {
  background-image: url("background.png");
  background-repeat: repeat;
  font-family: palatino, times, serif;
  font-size: 12pt;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

a {
  color: #bc3b39;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

nav {
  width: 100%;
  border-top: 2px #ccc solid;
  font-size: 14pt;
  font-family: futura, helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 50px;
  color: #666;
}

nav a {
  border: none;
  text-decoration: none;
}

nav a:hover {
  border-bottom: 2px #bc3b39 solid;
  text-decoration: none;
}

h1 {
  width: 100%;
  font-size: 18pt;
  font-weight: normal;
  text-align: center;
  margin-top: 60px;
}

h2 {
  font-size: 12pt;
  font-family: futura, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

blockquote {
  font-size: 11pt;
  line-height: 1.3;
  background-color: #eee;
  padding: 5px 50px;
  margin: 0px;
}

sup, sub {
  font-size: 0.6em;
}

div#container {
  width: 720px;
  min-height: 100%;
  margin: 0px auto;
  background: #ffffff;
  
  -moz-box-shadow:    5px 0px 5px 0px rgba(0,0,0,0.50), -5px 0px 5px 0px rgba(0,0,0,0.50);
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.50), -5px 0px 5px 0px rgba(0,0,0,0.50);
  box-shadow:         5px 0px 5px 0px rgba(0,0,0,0.50), -5px 0px 5px 0px rgba(0,0,0,0.50);
}

div#header {
  width: 600px;
  margin: 0px 60px;
}

div#main {
  width: 600px;
  margin: 0px 60px;
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 20px;
  min-height: 250px;
}

div#footnotes {
  width: 600px;
  margin: 0px 60px;
  font-size: 10pt;
  text-align: justify;
  border-top: 2px #ccc solid;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}

div#footer {
  width: 600px;
  margin: 0px 60px;
  font-size: 10pt;
  color: #666;
  text-align: center;
  border-top: 2px #ccc solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.blogentry {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

img#banner {
  margin-top: 40px;
  margin-bottom: 30px;
}

table {
  border-top: 1px #bbb solid;
  border-bottom: 1px #bbb solid;
  margin: 30px auto;
  text-align: center;
}

table#social {
  border-top: none;
  border-bottom: none;
}

table#contact {
  text-align: left;
}

table#contact tr td:first-child
{
  text-align: right;
}

th {
  font-weight: bold;
}

td {
  padding-left: 10px;
  padding-right: 10px;
}

p, li {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

p.metadata {
  width: 100%;
  font-size: 11pt;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

p.standout {
  border-top: 1px #bc3b39 solid;
  border-bottom: 1px #bc3b39 solid;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background: #fecfcf;
  font-weight: bold;
}

p.blogtitle {
  padding: 0px;
  font-size: 15pt;
  margin: 0px;
}

p.blogtitle span.author {
  color: #555;
  font-size: 12pt;
  font-style: italic;
}

p.blogdescription {
  padding: 0px;
  margin: 0px;
  color: #555;
  font-size: 13pt;
  font-style: italic;
}

span.paragraph-number {
  color: #bc3b39;
  font-weight: bold;
  float: left;
  width: 0px;
  position: relative;
  left: -25px;
}

.floatleft {
  float: left;
  margin-right: 30px;
}

.floatright {
  float: right;
  margin-left: 30px;
}

div.sfep-about {
  margin: 20px;
  float: right;
  width: 180px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

div.sfep-index {
  margin: 20px auto;
  width: 180px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

p.testimonial {
  font-size: 15pt;
  font-style: italic;
  color: #222;
  text-align: center;
  width: 90%;
  margin: 20pt auto;
  line-height: 26px;
}

p.testimonial img {
  max-height: 26px;
  vertical-align: center;
}

.bigfoot-footnote__button {
  background-color: #bc3b39;
}

.bigfoot-footnote__content {
  line-height: 1.5;
  font-size: 10pt;
  text-align: left;
}
