h1, h2 {
  font-family: 'Droid Serif', Georgia, Times, serif;
}
h2 {
  font-size: 24;
  line-height: 35px;
}

ul, p {
  font-size: 16px;
  line-height: 22px;
}

ul > li {
  margin-bottom: 1px;
  line-height: 24px;
}

a {
  color: #308489;
}

a,
a:link {
  cursor: pointer;
}

blockquote {
  font-family: 'Droid Serif', Georgia, Times, serif;
  font-size: 18px;
  font-style: italic;
  width: 70%;
  margin: 0.25em 0;
  margin-bottom: 1em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote > p {
  margin-top: 1em;
}
body {
  font-size: 17px;
  padding-top: 60px;
}
table tfoot th,
table tbody th {
  border-top: 1px solid #ddd;
}
.wc-navbar {
  position: fixed;
}
.wc-navbar-inner {
  background-image: -moz-linear-gradient(top, #308489, #fff);
  background-image: -ms-linear-gradient(top, #308489, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#308489), to(#fff));
  background-image: -webkit-linear-gradient(top, #308489, #fff);
  background-image: -o-linear-gradient(top, #308489, #fff);
  background-image: linear-gradient(top, #308489, #fff);
}
.navbar .nav > li > a {
  font-family: 'Droid Serif', Georgia, Times, serif;
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #444;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.wc-frontpage-banner {
  font-family: 'Droid Serif', Georgia, Times, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #111;
}

.wc-frontpage-banner span {
  font-style: italic;
}
.wc-popular-tags {
  font-size: x-small;
  font-style: italic;
  color: #808080;
}
.wc-post {
  text-align: justify;
  margin-bottom: 10px;
  padding: 5px;
}
.wc-post hr {
  height: 1px;
  background-color: #308489;
  border: none;
}
.wc-post-dateline {
  font-weight: bold;
  font-size: x-small;
  color: #808080;
}
.wc-post-navigation {
  border-bottom: solid 1px;
  height: 2em;
}
.wc-post-left-nav {
  text-align: right;
  position: fixed;
  font-size: xx-large;
  color: #808080;
}
.wc-post-left-nav > a,
.wc-post-right-nav > a {
  text-decoration: none;
}
.wc-post-right-nav {
  position: fixed;
  font-size: xx-large;
  color: #808080;
}
.wc-post-note {
  font-style: italic;
  margin-bottom: 5px;
  border-bottom: solid 1px;
}
.wc-post-next {
  text-align: right;
  float: right;
  width: 50%;
}
.wc-post-previous {
  text-align: left;
  float: left;
  width: 50%;
}
.wc-post-title {
  font-family: 'Droid Serif', Georgia, Times, serif;
  font-size: 24px;
  line-height: 30px;
}
#wc-brand {
  font-family: 'Droid Serif', Georgia, Times, serif;
  color: #444;
}
.wc-mu {
  color: #444;
  margin-top: 10px;
}
.wc-banner {
  color: #444;
  margin-top: 10px;
  text-align: right;
  font-family: 'Droid Serif', Georgia, Times, serif;
  font-size: 25px;
  letter-spacing: 2px;
  padding-right: 10px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.wc-footer {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: solid 1px;
}

.wc-content-container {
  margin-top: 5px;
}

.wc-copyright {
  text-align: center;
}
.footnotes {
  border-top: ridge;
  margin-top: 30px;
}
.quote {
  clear: both;
  color: #000;
  font-family: 'Droid Serif', Georgia, Times, serif;
  font-style: italic;
  font-size: small;
  background-color: #c0c0c0;
  border: solid 1px #111;
  min-height: 2em;
}
.document-header {
  border: solid 1px #000;
  overflow: hidden;
}
