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

a:hover {
  text-decoration: underline;
}

body {
  background-image: url('landscape_cropped2.png');
  background-repeat: repeat-x;
  background-color: #3b4f61;
}

figure {
  text-align: center;
  margin: auto;
  font-size: 0.9em;
  color: #f4f6f8;
  display: inline-block;
  background-color: #3b4f61;
}

figure video {
  margin: 0.5em;
}

figure img {
  margin: 0.5em;
}

figcaption {
  padding: 0 0.5em 0.5em;
}

h1, h2, h3 {
  font-family: 'Calligraffitti', cursive;
  color: #082747;
}

hr {
  border-top: 4px double #082747;
}

nav ul {
  list-style-type: none;
}

.center {
  text-align: center;
}

.disabled {
  display: none !important;
}

.double-space {
  margin-top: 1.5em;
}

.entry-summary {
  border-bottom: thin dashed #082747;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.entry-summary p:first-child {
  margin-top: 0.1em;
}

.entry-summary-img {
  float: right;
  /*display: inline-block;*/
  vertical-align: middle;
  border: 3px solid #082747;
}

.entry-summary-text {
  display: block;
}

.fixed-width {
  max-width: 500px;
}

.inline-partner {
  display: inline-block;
}

.pagination {
  padding: 0.2em;
}

.pagination li {
  display: inline;
}

.right-float {
  float: right;
}

.taglist {
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
}

.taglist li {
  display: inline;
}

.wrapper {
  display: block;
  text-align: center;
}

#blog-entry {
  padding: 1.2em;
}

#blog-entry p:nth-child(3) {
  margin-top: 1.5em;
}

#blog-entry p img {
  display: block;
  margin: 1.5em auto;
}

#mainheader {
  height: 250px;
}

#mainheader h1 {
  font-size: 5em;
  position: relative;
  left: 15%;
  top: -85px;
  width: 85%;
}

#mainheader a {
  text-decoration: none;
  color: #082747;
}

#content {
    margin-left: 15%;
    margin-right: 2%;
    padding-top: 0.3em;
    background-color: rgba(244, 246, 248, 0.6);
    background-image: url('cloud_bg_texture1.png');
    border-image-source: url('border2.png');
    border-image-slice: 19 18 19 18;
    border-image-width: 20px;
    border-image-outset: 18px; 
    border-image-repeat: stretch;
    color: #082747;
    font-size: 1.2em;
    position: relative;
    top: -55px;
}

#content article {
  padding: 1.2em;
}

#content h1 {
  font-size: 2em;
  margin-top: 0.4em;
  margin-bottom: -0.4em;
  padding: 0;
}

#content h1 a {
  color: #082747;
}

  #mainfooter {
    clear: left;
    color: #92a9bd;
    font-size: 0.8em;
    width: 80%;
    text-align: center;
    margin: auto;
    position: relative;
    top: -2em;
  }

#mainnav {
    position: absolute;
    top: 188px;
    margin-top: 20px;
    padding-top: 1.2em;
    padding-left: 1.2em;
    float: left;
    margin-right: 1em;
    width: 13.5%;
    text-align: right;
    font-size: 1.2em;
  }

#mainnav a {
  color: #f4f6f8;
}

#mainnav a:hover {
  text-decoration: underline;
}

#mainnav ul {
  margin-top: 0;
  padding-left: 0.5em;
}

#mainnav ul li {
  display: block;
  background-color: #92a9bd;
  padding-right: 40px;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0.3em;
  border-bottom: 2px solid #082747;
  border-left: 2px solid #082747;
}

#main {
  width: 100%;
}

#tagblock {
  padding: 1.2em;
}

#tags-comments {
  clear: right;
}
