@media screen and (min-width: 767px)
{
  header
  {
    background-color: #333;
  }
  header .container h1
  {
    font-family: 'Chelsea Market', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40pt;
    border-bottom: 0px;
    text-shadow: 2px 2px 5px #000000;
  }
  section#body
  {
    background-image:url('/theme/images/header_shadow.png');
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 10px;
  }
  header .container h1 a
  {
    color: #fff;
  }
  header .container h1 a:hover
  {
    color: #ddd;
  }
}

@media screen and (max-width: 767px)
{
  header .container h1
  {
    font-family: 'Chelsea Market', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 34pt;
    border-bottom: 0px;
    text-shadow: 1px 1px 3px #000000;
  }
}

header .container h1
{
  margin: 10px 0 10px;
  padding-bottom: 10px;
}
a,a:hover
{
  text-decoration: none;
}
h1 a,h1.a:hover
{
  color: #333;
}
h1,h2,h3,h4,h5,h6
{
  border-bottom: 1px solid #bbb;
}
section#body nav
{
  margin-bottom: 0px
}
article .info
{
  font-size: smaller;
}
nav.pagination
{
  text-align: center;
}
footer
{
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #bbb;
}
code
{
  color: #333;
}
.post-list {
  list-style-type: none;
  margin: 0;
}
.post-list .post {
  border-top: 1px solid #dee2e7;
  border-top: 1px solid rgba(0,0,0,0.1);
  position: relative;
  padding-left: 48px;
}
.post-content {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post-content .post-body {
  position: relative;
}
.post-content .avatar {
  top: 15px;
}
.avatar {
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  -ms-transition: left .2s linear;
  -o-transition: left .2s linear;
  transition: left .2s linear;
}
.post-content header {
  color: #777;
  line-height: 16px;
  font-size: 12px;
  position: relative;
  background-color: #fff;
}
.post-content header a, .post-content header .name {
  font-weight: 600;
}
.post-content header .time-ago, .post-content header .parent-link {
  font-weight: 400;
  font-size: 95%;
  color: inherit;
}
.post-list .children {
  list-style: none;
}
#disqus_static_comments {
  display: none;
}
