.hidden {
  display: none;
}

p {
  line-height: 1.6;
  margin: 10px 0 20px;
}
p a, article > li a {
  text-decoration: none;
  border-bottom: 1px black dotted;
}
p a:hover, article > li a:hover {
  text-decoration: none;
  border-bottom: 1px #0085a1 dotted;
}

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

p a, article > li a {
  text-decoration: none;
  border-bottom: 1px black dotted;
}
p a:hover, article > li a:hover {
  text-decoration: none;
  border-bottom: 1px #0085a1 dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
header h1, header h2, header h3 {
  text-shadow: 1px 1px #555;
}



.intro-header {
  background: no-repeat center center;
  background-color: #808080;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}

.intro-header .short-heading {
  padding: 90px 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 200px 0;
  }

  .intro-header .short-heading {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 300px 0;
  }

  .intro-header .short-heading {
    padding: 120px 0;
  }
}

.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 65px;
    line-height: 80px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}


a {
  color: #404040;
}
a:hover,
a:focus {
  color: #0085a1;
}

blockquote {
  color: #808080;
  font-style: italic;
}


.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085a1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}
.post-preview .post-preview-thumb {
  float: right;
  padding: 5px;
}
.post-preview.post-todo {
  opacity: 0.5;
  filter: alpha(opacity=50); }

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}


footer {

}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
