* {
  -webkit-font-smoothing: antialiased;
}
body {
  padding-top: 0px;
  -webkit-text-size-adjust: none;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #303030;
}
h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #303030;
  border-bottom: 1px dashed #303030;
}
h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14pt;
  color: #303030;
}
.blog-post-date {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #909090;
}
p {
  color: black;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
a {
  color: #303030;
}
.bio {
  font-size: 14px;
  color: #606060;
}
.bio img {
  width: 144px;
  height: 144px;
  margin-bottom: 20px;
  border-radius: 8px;
}
pre {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #DEDEDE;
  padding: 5px 10px 5px 10px;
  background-color: ghostWhite;
  overflow: auto;
}
blockquote{
  margin-left:1em;
  padding-left:1em;
  border-left:2px solid #CCC;
  color:#CCC;
}

.navbar {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #303030;
}

.navbar ul {
}

.navbar li { 
  display: inline;
  margin-right: 20px;
}

.navbar a {
  color: #f0f0f0;
  text-decoration: none;
}

.weblog-header {
  margin-bottom: 20px;
}

.weblog-posts-for-month {
  margin-bottom: 20px;
}

.weblog-monthly-header {
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog-post-day {
  border: 1px solid #c0c0c0;
  padding: 5px;
  background-color: ghostWhite;
}
.blog-comments {
  border-top: 1px solid #e0e0e0;
  background-color: #f0f0f0;
}

@media screen and (min-width: 1px) and (max-width: 1023px) { 
  body {
    min-width: 0px;
  }
  .bio {
    display: none;
  }
  .container_12 {
    width: 95%;
  }
  .grid_12 {
    width: 95% !important;
  }
  .grid_9 {
    width: 95% !important;
  }
  h1 {
    word-wrap: break-word;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) { 
}
@media screen and (min-width: 1px) and (max-width: 767px) { 
  /* mobile styles */ 
}



