@charset "UTF-8";

/* pixel, pt, em conversions http://pxtoem.com/ */
/* Blue: #365f91 */

/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 0.813em;  /* 10pt, 13px */
  margin: 0;
  padding: 0;
  font-family: arial, "Open Sans", sans-serif;
  line-height: 1.357;
  background: #888888;
  color: #1A1A1A;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.overflow-container {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  background: #F2F2F2;
}

.max-width {
  max-width: 745px;
  margin: 0 auto;
}

.main {
  margin: 0 auto;
}

.theme-container {
  padding: 0 4.166%;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

p {
  margin: 0.9em 0;
}

a {
  color: #924677;
  font-weight: 700;
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
}
a:link, a:visited {
  color: #1A1A1A;
}
a:hover, a:active, a:focus {
  color: #924677;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: arial, "Open Sans", sans-serif;
  margin: 1.0em 0 0 0;
  padding: 0;
  font-weight: 700;
}
h1 {
  font-size: 184.6%;  /* 18pt */
  line-height: 1.357;
  color: #365f91;
}
h2 {
  font-size: 146.2%;  /* 14pt */
  line-height: 1.143;
  color: #365f91;
}
h3 {
  font-size: 123.1%;  /* 12pt */
  line-height: 1.4;
  color: #365f91;
}
h4 {
  font-size: 115.4%;  /* 11pt */
  line-height: 1.4;
  color: #365f91;
}
h5 {
  font-size: 115.4%;  /* 11pt */
  line-height: 1.4;
  color: #365f91;
  font-style: italic;
}
h6 {
  font-size: 100%;  /* 10pt */
  text-decoration: underline;
  line-height: 1.4;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 1.5em;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

/* Markup styles */
pre {
  word-wrap: break-word;
  background: #F2F2F2;
  white-space: pre-wrap;
  padding: 0.75em;
}

code {
  background: #F2F2F2;
  padding: 0 0.375em;
}

blockquote {
  margin: 1.5em 1.5em 1.5em 0;
  padding-left: 1.5em;
  border-left: solid 3px #365f91;
}
blockquote cite {
  display: block;
  text-align: right;
}

hr {
  margin: 1.5em 0;
  height: 2px;
  background-color: #365f91;
  border: none;
}

/* Table styles */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.5em 0;
}

td,
th {
  padding: 0.5em;
  border: solid 1px #4D4D4D;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  text-align: center;
  margin: 1.5em auto;
  display: block;
}

.alignnone {
  margin: 1.5em 0;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption-text,
.gallery-caption {
  margin: 0 0 1.84502em;
  color: #4D4D4D;
}

/* ie image border fix */
a img {
  border: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.entry {
  position: relative;
  background: white;
  box-shadow: none;  /*0 2px 2px 0 rgba(0, 0, 0, 0.1);*/
  margin-bottom: 0;  /*1.5em;*/
}

.post-container {
  padding: 1.5em 6.249% 1.5em;
}

.post-header {
  display:none;
  margin-bottom: 1.5em;
}

.post-title {
  margin-top:0.5em;
  /*color: #1A1A1A;*/
}
.post-title a {
  /*color: #1A1A1A;*/
  text-decoration: none;
}

.post-header .post-title {
  border-bottom: 3px solid #365f91;
}

.post-byline span {
  color: #4D4D4D;
}
.post-byline span span {
  font-size: 1em;
  font-style: italic;
}

.post-content iframe {
  max-width: 100%;
}
.post-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media all and (min-width: 50em) {
  .post-container {
    padding: 1.5em 6.249% 1.5em; /*2.25em 8.332% 1.5em;*/
  }

  .post-title {
    /* font-size: 1.75em; */
    /* 28px / 16px */
    /* line-height: 1.357; */
    /* 38px */
    font-size: 184.6%;  /* 18pt */
    line-height: 1.357;
  }
}

/*===== Template Layout Styles =====*/

.dtpt-wrapper {
}

.dtpt-page-content {
  max-width: 745px;
  margin: 1em auto 1em auto;
  /*background-color: #ffffff;*/
  padding: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.dtpt-header {
  margin-bottom: 0px;
}

.dtpt-header img {
  width:100%;
  height:auto;
  vertical-align: middle; /* fix 3px bottom margin */
}

.dtpt-post-header {
  /*display:none;*/
  padding: 1.0em 6.249% 1.0em;
  background-color: #e8e8e8;
  border-bottom: 1px solid #d8d8d8;
}

.dtpt-post-title .post-title {
  margin: 0;
}

.dtpt-footer {
  background-color: #122768;
  color: #c8c8c8;
  font-size: 92.3%;
}

.dtpt-left-footer {
  float:left;
  max-width:350px;
  margin: 6px 0 6px 20px;
}

.dtpt-right-footer {
  float:right;
  max-width:350px;
  padding: 6px 20px 6px 0;
}

.dtpt-left-footer a, .dtpt-right-footer a {
  color: #c8c8c8;
  font-weight: normal;
  text-decoration: underline;
}

.dtpt-left-footer a:hover, .dtpt-right-footer a:hover {
  color: #ffffff;
}

/*
ATTENTION:
Please do not edit this. Your changes will be overwritten when you update this plugin.
*/
