/*blog*/
div.blog {
  width: 100%;
  position: relative;
}
div.blog .blog_content_wrap {
  margin-bottom: 20px;
}
div.blog .blog_header {
  margin: 2em 0 1.2em;
  position: relative;
}
div.blog .blog_header .entry-title {
  width: 100%;
  font-size: 24px;
  padding: 0;
  text-align: left;
  margin: 0;
}
div.blog .blog_header a,
div.blog .blog_header a:link,
div.blog .blog_header a:visited {
  text-decoration: none;
}
div.blog .blog_header a:hover {
  text-decoration: underline;
}
.blog_summary_wrap {
  margin-left: 10px;
}
.blog_summary {
  margin-top: 0.9em;
}
.blog_full {
  margin-top: 20px;
  min-height: 150px;
}
.blog_summary_wrap .blog_image {
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
.blog_thumb .thumb_thumb_decoration {
  position: absolute;
  display: block;
  width: 138px;
  height: 138px;
  border: 1px solid #FFF;
  margin-left: 3px;
  opacity: 0.5;
  margin-top: 3px;
}
.blog_summary .blog_text.has_image {
  padding-left: 168px;
}
.blog_text p {
  margin: 0 0 10px 0;
  padding: 0;
}
div.blog .blog_date {
  z-index: 10;
  left: 11px;
  position: absolute;
  width: 56px;
  float: right;
  text-align: center;
  color: #4b443a;
  background: #f8f4e9;
  border-top: 2px solid #edebdf;
  border-left: 2px solid #edebdf;
  border-right: 2px solid #edebdf;
}
div.blog-single .blog_date {
  margin-top: -8px;
  display: none;
  /* remove to display blog date on inner page */
}
div.blog-single .blog_header {
  margin: 0 0 1.2em 0;
  margin-left:90px;
  /* uncomment to display blog date on inner page */
}
.blog-single .blog_image {
  float:right;
  margin-left: 12px;
  margin-bottom: 15px;
  max-height: auto;
  max-width: 250px;
}
.blog-single .blog_links {
  margin-bottom: 1em;
  /* uncomment to display blog date on inner page */
  /*margin-bottom: 2em;
    margin-left: 90px;*/
}
div.blog .blog_date:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -2px;
  border-top: 1px solid #e8e6da;
  border-left: 1px solid #e8e6da;
  border-right: 1px solid #e8e6da;
}
div.blog .blog_date:after {
  /* 1px outer border */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 33px 0 33px;
  border-color: #e8e6da transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  z-index: 2;
  left: -5px;
  content: '';
}
div.blog .blog_date div {
  /* white separator/overlay */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 33px 0 33px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  content: '';
  z-index: 4;
  bottom: -13px;
  left: -5px;
}
div.blog .blog_date div:before {
  /* 2px inner border */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 30px 0 30px;
  border-color: #edebdf transparent transparent transparent;
  position: absolute;
  content: '';
  z-index: 3;
  top: -13px;
  left: -30px;
}
div.blog .blog_date div:after {
  /* inner triangle */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 29px 0 29px;
  border-color: #f8f4e9 transparent transparent transparent;
  position: absolute;
  top: -14px;
  content: '';
  left: -29px;
  z-index: 5;
}
div.blog .blog_date span {
  display: block;
  width: 100%;
}
div.blog .blog_date span.month {
  font-size: 13px;
  height: 16px;
  margin-top: 5px;
}
div.blog .blog_date span.day {
  font-size: 18px;
  height: 20px;
  color: #c9a976;
}
div.blog .blog_date span.year {
  font-size: 13px;
  height: 16px;
}
.blog_text .blog_date {
  margin-top: -62px;
}
.blog_links_sep {
  font-size: 10px;
  padding: 0 3px;
}
.blog_links ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
  position: relative;
}
.blog_links ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative;
}
.blog_links ul li:after {
  right: 6px;
  position: absolute;
  content: "";
  top: 5px;
  border-radius: 50%;
  height: 2px;
  width: 2px;
}
.blog_links a,
.blog_links a:link,
.blog_links a:visited {
  text-decoration: none;
}
.blog_links a:hover {
  text-decoration: underline;
}
/* other */
/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #E7E2AF;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
/* Image borders */
.wp-caption img {
  border-color: #E7E2AF;
}
/* blog navigation */
.navigation {
  margin: 0;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 20px;
}
.navigation .nav-previous {
  display: inline-block;
}
.navigation .nav-sep {
  display: inline-block;
}
.navigation .nav-next {
  display: inline-block;
}
.navigation .meta-nav {
  display: none;
}
.navigation,
.navigation a,
.navigation a:link,
.navigation a:visited {
  color: #b8e9f0;
}
.dtbaker_pagination {
  padding-top: 20px;
  text-align: center;
}
ul.dtbaker-page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.dtbaker-page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul.dtbaker-page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}
.dtbaker-page-numbers a,
.dtbaker-page-numbers span {
  display: block;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #f0ece1;
}
.dtbaker-page-numbers a span {
  padding: 0;
}
.dtbaker-page-numbers a:hover,
.dtbaker-page-numbers li > span,
.dtbaker-page-numbers.current,
.dtbaker-page-numbers.current:hover {
  background: #f8f4e9;
  text-decoration: none;
}
.dtbaker-page-numbers:hover {
  text-decoration: none;
}
