/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

body {
  font: 400 14px/1.8 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #040404;
  background-color: #28e2ff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

hr {
  margin-top: 20px;
  margin-bottom: 20px; }

h2 a {
  color: #21759b;
  text-decoration: none; }

h2 a:visited {
  color: #21759b;
  text-decoration: none; }

h2 a:hover {
  color: #21759b;
  text-decoration: underline; }

.wrapper {
  background-color: #fdfdfd;
  box-shadow: 3 2px 6px rgba(100, 100, 100, 0.3);
  max-width: 100%;
  padding: 15px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 15px;
  margin-right: 15px; }

.banner {
  height: auto;
  max-width: 100%; }

.main-area {
  display: flex;
  flex-direction: column; }

.page-content {
  flex-grow: 1;
  flex-shrink: 1; }

.side-bar {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px; }

@media (min-width: 960px) {
  .wrapper {
    max-width: 960px;
    padding: 40px;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto; }

  .main-area {
    flex-direction: row; }

  .side-bar {
    width: 250px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 0px;
    margin-bottom: 0px; } }
.side-bar h3 {
  font-size: 10pt;
  margin-top: 20px; }

.rss-subscribe {
  font-size: 10pt;
  margin-top: 20px; }

.recent-posts {
  font-size: 10pt;
  display: flex;
  flex-direction: column; }

.recent-post {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.site-header {
  padding-bottom: 24px; }

.post-title {
  font-size: 22px; }

.post-meta {
  color: #888888;
  font-size: 12px; }

.post-content {
  margin-top: 15px; }

.post-content p {
  padding-bottom: 15px; }

.post-content li {
  margin-left: 20px; }

.post-content ul {
  margin-bottom: 15px; }

.caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px; }

.caption-caption {
  color: #888888;
  font-size: 12px;
  font-style: italic; }

.tag {
  font-style: italic; }

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px; }

.question {
  margin-top: 20px;
  margin-bottom: 20px; }
