/*!
 *  Tales 3.3.6-v3
 *
 *  Copyright 2016 HackerThemes
 *  http://hackerthemes.com
 *
 */

/* General Content styles such as links, body text, or headings */
body {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
  background-color: #e9e4da;
}
a {
  color: #e84423;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ec5d40;
}
h1 {
  font-size: 38px;
  line-height: 60px;
  font-weight: normal;
  font-family: 'PT Serif', serif;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
}
h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
hr {
  border-top-color: #cbc8c2;
}
/* Font Awesome Icons */
.fa {
  font-size: 24px;
}
::selection {
  background: #3a3a3a;
  /* Safari */
  color: #e9e4da;
}
::-moz-selection {
  background: #3a3a3a;
  /* Firefox */
  color: #e9e4da;
}
/* Layout styles that deal with the overall page structure */
/* Masthead is the upper part of the header, containing logo and navigation*/
.masthead {
  padding-top: 0px;
  padding-bottom: 0px;
}
.masthead #logo {
  float: left;
  display: block;
  color: #e9e4da;
  font-family: 'PT Serif', serif;
  font-size: 32px;
  xtext-transform: uppercase;
  margin: 8px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
}
.masthead #logo img {
  margin-top: -10px;
}
.masthead #logo h1 {
  margin-top: -10px;
  padding: 0px 0px 0px 0px;
  margin: -10px 0px 0px 0px;
}
.masthead #logo p {
 font-size: 20px;
 margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}
/* Widewrappers that span the whole width of the page */
.widewrapper {
  background-color: #e9e4da;
}
.widewrapper.main {
  -webkit-box-shadow: inset 1px 10px 8px -8px #ababab;
  -moz-box-shadow: inset 1px 10px 8px -8px #ababab;
  box-shadow: inset 1px 10px 8px -8px #ababab;
}
.widewrapper.masthead {
  background-color: #e84423;
  color: #e9e4da;
}
.widewrapper.subheader {
  background-color: #343434;
  color: #e9e4da;
  font-size: 16px;
  min-height: 63px;
}
.widewrapper.footer {
  background-color: #343434;
  color: #e9e4da;
  font-size: 14px;
}
.widewrapper.footer a {
  color: #d7caaf;
}
.widewrapper.footer h1,
.widewrapper.footer h2,
.widewrapper.footer h3,
.widewrapper.footer h4,
.widewrapper.footer h5 {
  color: #e9e4da;
}
.widewrapper.copyright {
  background-color: #e84423;
  color: #e9e4da;
  padding-top: 15px;
  padding-bottom: 15px;
}
.widewrapper.copyright a {
  color: #ffffff;
}
/* Styles for the navigation, both mobile and desktop */
/* Desktop version of the navigation */
.tales-nav .nav-pills {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.tales-nav .nav-pills > li {
  margin-left: 10px;
}
.tales-nav .nav-pills > li > a {
  color: #e9e4da;
  padding: 11px 16px;
  line-height: 14px;
}
.tales-nav .nav-pills > li > a:hover,
.tales-nav .nav-pills > li > a:focus {
  color: #e9e4da;
  background-color: #f06448;
}
.tales-nav .nav-pills > li.dropdown.open.active > a:hover,
.tales-nav .nav-pills > li.dropdown.open.active > a:focus {
  background-color: #f06448;
}
.tales-nav .nav-pills .open .dropdown-toggle {
  background-color: #f06448;
}
.tales-nav .nav-pills > .active > a {
  background-color: #f06448;
}
.tales-nav .nav-pills > .active > a:hover,
.tales-nav .nav-pills > .active > a:focus {
  background-color: #f06448;
}
.tales-nav .nav-pills .dropdown-menu {
  font-size: 16px;
  border-radius: 6px;
}
.tales-nav .caret {
  border-color: #e9e4da transparent transparent transparent !important;
  display: none;
}
.tales-nav .dropdown .caret {
  margin-left: 7px;
}
.tales-nav .dropdown-menu {
  background-color: rgba(232, 68, 35, 0.9);
  border-color: transparent;
  /*IE 8 Legacy */
  border: 1px solid #e84423;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.52);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.52);
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
}
.tales-nav .dropdown-menu > li > a {
  color: #e9e4da;
  line-height: 30px;
  white-space: nowrap;
}
.tales-nav .dropdown-menu > li > a:hover,
.tales-nav .dropdown-menu > li > a:focus {
  background-color: #636c74;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: none;
  color: #e9e4da;
  filter: none;
}
.tales-nav .navbar-collapse {
  box-shadow: none;
}
.tales-nav .navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}
/* The button that expands the navigation in mobile-mode */
#mobile-nav-toggle {
  display: none;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: block;
  }
}
#mobile-nav-toggle a:hover,
#mobile-nav-toggle a:focus {
  text-decoration: none;
}
#mobile-nav-toggle .fa {
  color: #e9e4da;
}
/* Mobile version of the navigation */
@media (max-width: 767px) {
  .masthead {
    padding-bottom: 0px;
  }
  .tales-nav {
    box-shadow: none;
    background-color: #f06448;
    float: left !important;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .tales-nav .navbar-collapse {
    max-height: none;
  }
  .tales-nav .nav-pills > li {
    margin-left: 0;
    float: none;
  }
  .tales-nav .nav-pills > li > a {
    margin-left: 40px;
    margin-right: 40px;
  }
  .tales-nav .nav-pills > li a {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .tales-nav .nav-pills > li:first-child > a {
    border-top: none;
  }
  .tales-nav .nav-pills > li > a:hover,
  .tales-nav .nav-pills > li > a:focus {
    background: transparent;
  }
  .tales-nav .nav-pills > li.dropdown.open.active > a:hover,
  .tales-nav .nav-pills > li.dropdown.open.active > a:focus {
    background: transparent;
  }
  .tales-nav .nav-pills .active > a,
  .tales-nav .nav-pills .active > a:hover,
  .tales-nav .nav-pills .active > a:focus {
    background: transparent;
  }
  .tales-nav .nav-pills .open .dropdown-toggle {
    background-color: transparent;
    border-color: #eedbd8;
    padding-bottom: 7px;
  }
  .tales-nav .nav-pills .dropdown-toggle .caret {
    float: right;
    margin-top: 14px;
  }
  .tales-nav .nav-pills .dropdown-menu {
    background-color: #ed816c;
  }
  .tales-nav .nav-pills .dropdown.open {
    background-color: #ed816c;
  }
  .tales-nav .caret {
    border-color: #e9e4da transparent transparent transparent !important;
    border-width: 6px;
    display: block;
  }
  .tales-nav .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tales-nav .dropdown-menu > li {
    margin-left: 35px;
  }
  .tales-nav .dropdown-menu > li > a {
    padding-top: 9px;
    padding-bottom: 9px !important;
    font-size: 18px;
    line-height: 27px;
  }
  .tales-nav .dropdown-menu > li > a:hover,
  .tales-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
  }
  .tales-nav .navbar-nav .open .dropdown-menu > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 27px;
  }
}
/* Elements that are used througout Tales, such as Searchboxes, Blog elements, Widgets, etc. etc. */
.tales-breadcrumb {
  color: #e9e4da;
  float: left;
  margin-top: 19px;
}
.tales-breadcrumb a {
  color: #e9e4da;
}
.tales-breadcrumb a:hover,
.tales-breadcrumb a:focus {
  text-decoration: none;
}
.tales-breadcrumb .separator {
  margin: 0 10px 0 10px;
}
/* The searchbox in the subheader on top of the site */
.tales-searchbox {
  float: right;
  display: inline-block;
  min-width: 210px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.tales-searchbox form {
  margin: 0;
}
.tales-searchbox .fa {
  color: #252525;
  font-size: 19px;
}
.tales-searchbox .searchbutton,
.tales-searchbox .searchfield {
  color: #252525;
  background-color: #6e6e6e;
}
.tales-searchbox .searchbutton {
  display: inline-block;
  border: none;
  line-height: 20px;
  padding: 4px 5px 4px 15px;
  height: 31px;
  vertical-align: middle;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -webkit-box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
}
.tales-searchbox .searchbutton a:hover,
.tales-searchbox .searchbutton a:focus {
  text-decoration: none;
}
.tales-searchbox .searchfield {
  border: none;
  height: 22px;
  line-height: 22px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 6px 5px 6px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  width: 160px;
  font-size: 16px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  margin-left: -4px;
  outline: none;
}
.tales-searchbox .searchfield::-webkit-input-placeholder {
  color: #252525;
}
.tales-searchbox .searchfield:-moz-placeholder {
  color: #252525;
}
.tales-searchbox .searchfield::-moz-placeholder {
  color: #252525;
}
.tales-searchbox .searchfield:-ms-input-placeholder {
  color: #252525;
}
.tales-searchbox .searchfield:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 3px 5px 0px -4px rgba(0, 0, 0, 0.06);
}
/* The list with special bullet points, used both on blog widgets as well as in the footer (both styled here) */
.tales-list {
  list-style: none;
}
.tales-list li {
  line-height: 23px;
  margin-bottom: 14px;
}
.tales-list li a:hover,
.tales-list li a:focus {
  color: #e84423;
}
.tales-list li:before {
  content: "";
  border-color: transparent transparent transparent #202020;
  border-style: solid;
  border-width: 3px 8px;
  display: block;
  width: 8px;
  left: -20px;
  top: 15px;
  position: relative;
}
.footer .tales-list {
  margin-top: -6px;
  padding-left: 23px;
}
.footer .tales-list li {
  margin-bottom: 5px;
}
.footer .tales-list li a {
  color: #e9e4da;
  padding-bottom: 5px;
}
.footer .tales-list li:before {
  left: -21px;
  border-color: transparent transparent transparent #e9e4da;
}
/* Footer widgets */
.footer-widget {
  margin-top: 25px;
  margin-bottom: 50px;
  line-height: 23px;
}
.footer-widget h3 {
  margin-bottom: 20px;
 "\f005"
  
}
.footer-widget h3:before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    xcolor: #000;
    xfont-size: 18px;
    padding-left: 1.0em; padding-right: 0.5em;
    xposition: absolute;
    xtop: 10px;
    xleft: 0;
}
.footer-widget h3 .fa {
  font-size: 21px;
  margin-right: 11px;
}
.footer-widget .stats {
  margin-top: 23px;
}
.footer-widget .stats .line {
  font-size: 18px;
  margin-top: 10px;
}
.footer-widget .stats .line .counter {
  font-weight: 600;
  float: left;
  display: block;
}
.footer-widget .stats .line .caption {
  color: #d7caaf;
  margin-left: 56px;
  display: block;
}
.footer-widget .email {
  display: block;
  margin-top: 10px;
}
/* Blog styles */
.blog-main,
.blog-aside {
  position: relative;
}
.blog-main:before,
.blog-aside:before {
  border-left: 1px solid #cbc8c2;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
}
@media (max-width: 767px) {
  .blog-main:before,
  .blog-aside:before {
    display: none;
  }
}
.blog-main {
  padding-top: 36px;
  padding-bottom: 20px;
}
.blog-main:before {
  right: -16px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blog-main:before {
    display: none;
  }
}
.blog-aside {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .blog-aside {
    padding-top: 50px;
  }
}
.blog-aside:before {
  left: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blog-aside:before {
    display: none;
  }
}
/* Blog aside widgets */
.aside-widget {
  margin-bottom: 25px;
}
.aside-widget header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ede7dc), to(#dfd8cb));
  background-image: -webkit-linear-gradient(top, #ede7dc, 0%, #dfd8cb, 100%);
  background-image: -moz-linear-gradient(top, #ede7dc 0%, #dfd8cb 100%);
  background-image: linear-gradient(to bottom, #ede7dc 0%, #dfd8cb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffede7dc', endColorstr='#ffdfd8cb', GradientType=0);
  border: 1px #cbc8c2 solid;
}
.aside-widget header h3 {
  font-size: 24px;
  padding: 10px 20px 3px 20px;
  margin-top: 0;
  color: #202020;
}
.aside-widget .body {
  margin-top: 30px;
  padding-left: 20px;
}
.aside-widget a {
  color: #202020;
}
/* The tags widget */
.tags {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.tags li {
  float: left;
}
.tags li a {
  padding: 10px 15px;
  margin-right: 16px;
  margin-bottom: 17px;
  display: inline-block;
  background: #f5f0e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tags li a:focus,
.tags li a:hover {
  background-color: #f1ece1;
}
/* The blog main page boxes */
.blog-teaser {
  background-color: #e9e4da;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px #9c9992;
  -moz-box-shadow: 0px 1px 5px #9c9992;
  box-shadow: 0px 1px 5px #9c9992;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blog-teaser {
    display: block;
    float: none;
    width: 95%;
  }
}
.blog-teaser header {
  padding-top: 20px;
  padding-right: 45px;
  padding-left: 45px;
  text-align: center;
}
.blog-teaser header img {
  margin-bottom: 20px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.blog-teaser header h3 {
  color: #0e0706;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 10px;
}
.blog-teaser header h3 a,
.blog-teaser header h3 a:focus,
.blog-teaser header h3 a:hover {
  color: #0e0706;
}
.blog-teaser header .meta {
  color: #0e0706;
}
.blog-teaser header hr {
  border-top-color: #cbc8c2;
  border-bottom: none;
}
.blog-teaser .body {
  padding-right: 45px;
  padding-left: 45px;
  margin-bottom: 10px;
  color: #0e0706;
}
.blog-teaser .btn {
  float: right;
  margin-right: 45px;
  margin-bottom: 18px;
}
/* Blog main page paging */
.paging {
  margin-bottom: 20px;
  text-align: right;
}
.paging a:hover,
.paging a:focus {
  color: #e84423;
}
.paging i {
  font-size: 16px;
}
.paging a,
.paging span {
  margin-left: 10px;
}
.paging .newer i {
  margin-right: 5px;
}
.paging .older i {
  margin-left: 5px;
}
/* ... aand the main blog article */
.blog-post {
  margin-bottom: 90px;
}
.blog-post header h1 {
  font-family: 'PT Serif', serif;
  margin-bottom: 22px;
}
.blog-post header .lead-image {
  position: relative;
}
.blog-post header .lead-image .meta {
  padding-left: 30px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 15px;
  background-color: #e84423;
  background-color: rgba(232, 68, 35, 0.85);
  color: #e9e4da;
}
.blog-post header .lead-image .meta a {
  color: #e9e4da;
}
@media (max-width: 979px) {
  .blog-post header .lead-image .meta {
    position: relative;
    bottom: 0;
  }
}
.blog-post header .lead-image .meta .author,
.blog-post header .lead-image .meta .date,
.blog-post header .lead-image .meta .comments {
  float: left;
  margin: 10px 55px 0 0;
}
.blog-post header .lead-image .meta .author .data,
.blog-post header .lead-image .meta .date .data,
.blog-post header .lead-image .meta .comments .data {
  line-height: 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .blog-post header .lead-image .meta .author,
  .blog-post header .lead-image .meta .date,
  .blog-post header .lead-image .meta .comments {
    margin-right: 20px;
  }
}
.blog-post header .lead-image .meta .author i,
.blog-post header .lead-image .meta .date i,
.blog-post header .lead-image .meta .comments i {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.blog-post .body {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .blog-post .body {
    padding-right: 30px;
  }
}
.blog-post .body p {
  margin-bottom: 20px;
}
/* The round social icons including the animations */
.social-icons {
  text-align: center;
}
.social-icon {
  position: relative;
  margin-bottom: 90px;
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-left: 70px;
  border-radius: 200px;
}
.social-icon .inner-circle {
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  height: 113px;
  width: 113px;
  border-radius: 200px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.social-icon:hover .inner-circle {
  top: 0;
  left: 0;
  width: 135px;
  height: 135px;
}
.social-icon i {
  color: #e9e4da;
  font-size: 70px;
  position: absolute;
  top: 36px;
  left: 37px;
}
.social-icon i.fa-google-plus {
  left: 25px;
}
.social-icon i.fa-facebook {
  left: 45px;
}
.social-icon i.fa-github-alt {
  top: 32px;
}
.social-icon:first-child {
  margin-left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .span6 .social-icon {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .social-icon {
    margin-left: 40px;
    width: 122px;
    height: 122px;
  }
  .span6 .social-icon {
    margin-left: -8px;
  }
  .social-icon .inner-circle {
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    height: 100px;
    width: 100px;
  }
  .social-icon:hover .inner-circle {
    width: 122px;
    height: 122px;
  }
  .social-icon i {
    font-size: 50px;
    top: 36px;
    left: 37px;
  }
  .social-icon i.fa-facebook {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .social-icon {
    margin-left: 10px;
    width: 81px;
    height: 81px;
    margin-bottom: 40px;
  }
  .social-icon .inner-circle {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    height: 65px;
    width: 65px;
  }
  .social-icon:hover .inner-circle {
    height: 65px;
    width: 65px;
    top: 8px;
    left: 8px;
  }
  .social-icon i {
    font-size: 35px;
    top: 25px;
    left: 25px;
  }
  .social-icon i.fa-facebook {
    left: 32px;
  }
  .social-icon i.fa-github-alt {
    top: 22px;
  }
}
.social-icon.color-one {
  background-color: #494949;
}
.social-icon.color-one .inner-circle {
  background-color: #343434;
}
.social-icon.color-two {
  background-color: #ea6348;
}
.social-icon.color-two .inner-circle {
  background-color: #e84423;
}
.social-icon.color-three {
  background-color: #494949;
}
.social-icon.color-three .inner-circle {
  background-color: #343434;
}
/* Comments on blog detail page */
aside.comments,
aside.create-comment {
  margin-bottom: 100px;
}
aside.comments hr,
aside.create-comment hr {
  width: 515px;
  margin-left: auto;
  margin-right: auto;
  border-top-color: #cbc8c2;
  margin-bottom: 130px;
}
@media (min-width: 768px) and (max-width: 979px) {
  aside.comments hr,
  aside.create-comment hr {
    width: 415px;
  }
}
@media (max-width: 767px) {
  aside.comments hr,
  aside.create-comment hr {
    width: 100%;
  }
}
aside.comments h2,
aside.create-comment h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 130px;
}
aside.comments h2 i,
aside.create-comment h2 i {
  font-size: 36px;
}
aside.comments .comment {
  margin: 130px 0 0 0;
}
aside.comments .comment.reply {
  margin-left: 100px;
}
aside.comments .comment header img {
  float: left;
  border-radius: 100px;
}
aside.comments .comment header .meta {
  margin-left: 100px;
  font-size: 14px;
}
aside.comments .comment header .meta h3 {
  margin: 10px 0 0 0;
  line-height: 27px;
}
aside.comments .comment header .meta h3 a {
  color: #e84423;
}
aside.comments .comment header .meta a {
  color: #e84423;
}
aside.comments .comment .body {
  margin-top: 10px;
  margin-left: 100px;
}
/* Add commment form */
.create-comment input,
.contact-form input,
.create-comment textarea,
.contact-form textarea {
  margin-top: 15px;
}
.create-comment .btn,
.contact-form .btn {
  margin: 15px 0 0 30px;
  float: right;
}
.content,
.about {
  padding-top: 36px;
  padding-bottom: 80px;
}
/* About me page */
.about hr {
  margin-top: 75px;
}
.about-portrait {
    display: block;
    margin: auto;
      xfloat: right;
  xmargin-top: 20px;
  xmargin-left: 70px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
}
@media (max-width: 767px) {
  .about-portrait {
    float: none;
    margin: 20px auto;
  }
}
.about-button {
  margin-top: 30px;
}
/* The various styles that are used in the about me text chunk */
.about-bold {
  font-weight: bold;
}
.about-italic {
  font-style: italic;
}
.about-large,
.about-medium,
.about-small {
  font-family: 'PT Serif', serif;
  line-height: 60px;
}
@media (max-width: 767px) {
  .about-large,
  .about-medium,
  .about-small {
    display: block;
  }
}
.about-large {
  font-size: 40px;
}
.about-medium {
  font-size: 36px;
}
.about-small {
  font-size: 30px;
}
/* The centered blocks under about me, used for "Social" and "Contact" */
.tales-superblock {
  margin-bottom: 80px;
}
.tales-superblock h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
/* The image credits page */
@media (max-width: 767px) {
  .credits {
    text-align: center;
  }
  .credits img {
    margin-left: auto;
    margin-right: auto;
  }
}
.credits .image {
  margin-top: 60px;
}
.credits .details {
  margin-top: 60px;
  margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .credits .details {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .credits .details {
    margin-top: 10px;
  }
}
.credits img {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.credits .bold {
  font-weight: bold;
}
/* Form styles */
.form-control:focus {
  border-color: #e84423;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e84423;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e84423;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e84423;
}
.form-control {
  background-color: #f5f0e6;
  border-color: #cccccc;
  color: #555555;
}
.form-control::-webkit-input-placeholder {
  color: #868686;
}
.form-control:-moz-placeholder {
  color: #868686;
}
.form-control::-moz-placeholder {
  color: #868686;
}
.form-control:-ms-input-placeholder {
  color: #868686;
}
/* Buttons used in Tales */
.btn-tales-one {
  color: #e9e4da;
  background-color: #df735d;
  border-color: #df735d;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#df735d), to(#d5472a));
  background-image: -webkit-linear-gradient(top, #df735d, 0%, #d5472a, 100%);
  background-image: -moz-linear-gradient(top, #df735d 0%, #d5472a 100%);
  background-image: linear-gradient(to bottom, #df735d 0%, #d5472a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf735d', endColorstr='#ffd5472a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #cc4428;
}
.btn-tales-one:hover,
.btn-tales-one:focus,
.btn-tales-one:active,
.btn-tales-one.active,
.open .dropdown-toggle.btn-tales-one {
  color: #e9e4da;
  background-color: #d8563b;
  border-color: #d5472a;
}
.btn-tales-one:active,
.btn-tales-one.active,
.open .dropdown-toggle.btn-tales-one {
  background-image: none;
}
.btn-tales-one.disabled,
.btn-tales-one[disabled],
fieldset[disabled] .btn-tales-one,
.btn-tales-one.disabled:hover,
.btn-tales-one[disabled]:hover,
fieldset[disabled] .btn-tales-one:hover,
.btn-tales-one.disabled:focus,
.btn-tales-one[disabled]:focus,
fieldset[disabled] .btn-tales-one:focus,
.btn-tales-one.disabled:active,
.btn-tales-one[disabled]:active,
fieldset[disabled] .btn-tales-one:active,
.btn-tales-one.disabled.active,
.btn-tales-one[disabled].active,
fieldset[disabled] .btn-tales-one.active {
  background-color: #df735d;
  border-color: #df735d;
}
.btn-tales-one:hover,
.btn-tales-one:focus {
  background-color: #d5472a;
  background-position: 0 -15px;
}
.btn-tales-one:active,
.btn-tales-one.active {
  background-color: #d5472a;
  border-color: #cc4428;
}
.btn-tales-one .caret {
  border-top-color: #e9e4da;
}
.btn-tales-two {
  color: #e9e4da;
  background-color: #474748;
  border-color: #474748;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#474748), to(#292929));
  background-image: -webkit-linear-gradient(top, #474748, 0%, #292929, 100%);
  background-image: -moz-linear-gradient(top, #474748 0%, #292929 100%);
  background-image: linear-gradient(to bottom, #474748 0%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474748', endColorstr='#ff292929', GradientType=0);
  background-repeat: repeat-x;
  border-color: #242424;
}
.btn-tales-two:hover,
.btn-tales-two:focus,
.btn-tales-two:active,
.btn-tales-two.active,
.open .dropdown-toggle.btn-tales-two {
  color: #e9e4da;
  background-color: #333333;
  border-color: #292929;
}
.btn-tales-two:active,
.btn-tales-two.active,
.open .dropdown-toggle.btn-tales-two {
  background-image: none;
}
.btn-tales-two.disabled,
.btn-tales-two[disabled],
fieldset[disabled] .btn-tales-two,
.btn-tales-two.disabled:hover,
.btn-tales-two[disabled]:hover,
fieldset[disabled] .btn-tales-two:hover,
.btn-tales-two.disabled:focus,
.btn-tales-two[disabled]:focus,
fieldset[disabled] .btn-tales-two:focus,
.btn-tales-two.disabled:active,
.btn-tales-two[disabled]:active,
fieldset[disabled] .btn-tales-two:active,
.btn-tales-two.disabled.active,
.btn-tales-two[disabled].active,
fieldset[disabled] .btn-tales-two.active {
  background-color: #474748;
  border-color: #474748;
}
.btn-tales-two:hover,
.btn-tales-two:focus {
  background-color: #292929;
  background-position: 0 -15px;
}
.btn-tales-two:active,
.btn-tales-two.active {
  background-color: #292929;
  border-color: #242424;
}
.btn-tales-two .caret {
  border-top-color: #e9e4da;
}
.btn-xlarge {
  padding: 12px 46px;
  font-size: 20px;
  line-height: normal;
  border-radius: 5px;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
