/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

@font-face {
  font-family: 'Jennifer-Lynne';
  src: url('/fonts/Jennifer Lynne.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #FFF;
  font: 13.34px Helvetica, Arial, sans-serif;
  font-size: small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: black;
  text-decoration: none;
}

a:hover   {
  color: grey;
}

div.content {
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

div #home {
  /*display: inline-block;*/
  /*padding-top: 125px;*/
}

ul.posts {
  list-style-type: none;
  font-size: 100%;
  text-align: justify;
  width: 100%;
  margin: 1em auto 2em auto;
  line-height: 1.5em;
}

ul.posts div.post {
  padding-bottom: 1em;
}

ul.posts div.post-mini {
  padding-bottom: 1em;
  margin-bottom: 1em;
  background-color: rgb(241, 241, 241);
}

ul.posts li {
  line-height: 1.75em;
}

ul.posts p {
  font-family: 'Lora', serif;
  color: rgb(60, 59, 61);
  font-size: 14px;
}

ul.posts p a {
  font-family: 'Forum', normal;
  font-size: 15px;
  color: rgb(149, 167, 205);
  text-decoration: none;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

iframe {
  margin-right: auto;
  margin-left: auto;
}

.site {
  font-size: 115%;
  text-align: justify;
  line-height: 1.5em;
}

.site .header .nav {
  list-style: none;
  text-align: center;
  height: 160px;
  margin-top: 4em;
  margin-bottom: 4em;
}

.site .header .nav li {
  display: block;
  float: left;
  width: 20%;
  height: 100%;
  line-height: 160px;
  padding-bottom: 12px;
  margin-top: auto;
  margin-bottom: auto;
  margin: 0;
  padding: 0;
}

.site .header .nav a, .site .header .nav p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'La Belle Aurore';
    font-size: 160%;
    color: rgb(158, 158, 158);
    text-align: center;
}

.site .header .top-nav {
  margin-left: 20%;
  max-width: 80%;
}

.site .header .nav li#logo img {
  width: 80%;
  margin-left: -90px;
  margin-top: 24px;
}

.social-header {
  position: fixed;
  margin-top: 2em;
  margin-left: 1em;
}

ul li.social-item {
  list-style: none;
}

ul li.social-item img {
  max-width: 30px;
  max-height: 30px;
}

ul.posts div.read-more {
  display: block;
  text-align: left;
  height: 39px;
}

a.read-more {
/*font-size: 18px;*/
  color: rgb(149, 167, 205);
  width: 100%;
  display: block;
  padding-top: 8px;  
  text-align: right;
}

ul.posts div.post hr#top {
  margin-top: 2em;
}

ul.posts a.read-more em {
  font-size: 14px;
  font-style: normal;
}

hr {
  width:100%;
  height:1px;
  background: rgb(192, 192, 192);
  margin-bottom: 5px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
}

div.center {
  text-align: center;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

/* standard */

.post {
  font-size: 100%;
  text-align: justify;
  width: 100%;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
  padding-bottom: 1em;
  float: right;
  color: black;
  font-family: 'Fjalla One';
  font-weight: 400;
  font-size: 10pt;
}

.post p.title a {
  color: black;
  font-family: 'PT Sans';
  /*font-weight: 400;*/
  font-size: 18pt;
  text-transform: uppercase;
}

.post p.title {
  margin-top: 0;
  margin-bottom: 0;
}

.post p.subtitle {
  color: #7E7D7F;
  font-family: 'PT Sans';
  font-size: 10pt;
  margin-top: 0.5em;
}

.post span.date {
  text-transform: uppercase;
}

.post div.date-container {
  width: 50px;
  position: absolute;
  margin-left: -70px;
  margin-top: -4px;
}

.post div.date-container hr#bottom-bar {
  display: none;
}

.post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

.post ul, .post ol {
  margin-left: 1.35em;
}

.post li {
  display: inline;
  list-style-type: none;
}

.post code {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .2em;
}

.post pre code {
  border: none;
}

.post p {
  font-family: 'Lora', serif;
  font-size: 14px;
  color: rgb(60, 59, 61);
}

.post p a {
  font-family: 'Forum', normal;
  font-size: 15px;
  color: rgb(149, 167, 205);
  text-decoration: none;
}

.post img {
  width: 100%;
  margin-bottom: 8px;
}

div.post hr {
  margin-top: 4px;
  height: 2px;
}

ul#social-list {
  width: 100%;
  margin-left: 2em;
  margin-right: 2em;
}

li.social-post-item {
  width: 33%;
  display: block;
  float: left;
}

li.social-post-item div {
  margin: auto;
  width: 60%;
  vertical-align: middle;
}

li.social-post-item img {
  height: 24px;
  width: auto;
  vertical-align: middle;
  margin-right: 1em;
}

li.social-post-item a {
  height: 100%;
  color: grey
}

li.social-post-item a:hover {  
  color: rgb(149, 167, 205);
}

.post-content li.social-post-item {
  width: 50%;
  display: block;
  float: left;
}

.post ul#social-post-list {
  margin-bottom: 4em;
}

.post .post-content ul#social-post-list {
  margin-bottom: 2em;
}

.post .travel-details {
  background-color: rgb(241, 241, 241);
  margin-left: 2em;
  margin-right: 2em;
}

.post .travel-details p {
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;  
}

.post .recipe-details {
  background-color: rgb(241, 241, 241);
  margin-left: 2em;
  margin-right: 2em;
}

.post .recipe-details p {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0em;
  margin-bottom: 0em;  
}

.post .recipe-details p#top {
  padding-top: 1em;  
}

.post .recipe-details p#bottom {  
  padding-bottom: 1em;
}

/*****************************************************************************/
/*
/* Travel
/*
/*****************************************************************************/

.travel {
  font-size: 115%;
  text-align: justify;
  width: 100%;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
}

.travel .travels {
  margin-top: 40px;
  padding-top:40px;
}

.travel .travels div {
  width: 32%;
  display: inline-block;
  margin-right: 0;
  margin-bottom:2%;
}

.travel .travels p {
  text-align: center;
  font-family: 'PT Sans';
  color: rgb(81, 81, 81);
}

.travel li {
  list-style: none;
  display: inline-block;
  width: 90%;
  height: 90%;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.travel img {
  width: 100%;
  height: 100%;
}

/*****************************************************************************/
/*
/* About
/*
/*****************************************************************************/

.about {
  font-size: 100%;
  text-align: justify;
  width: 110%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: -6%;
  /*margin: 3em auto 2em auto;*/
  padding-top: 3em;
  line-height: 1.5em;
  padding-bottom: 1em;
}

.about div span {
  font-family: 'Lora', serif;
  font-size: 14px;
  color: rgb(60, 59, 61);
  position: relative;
}

.about a {
  color: rgb(149, 167, 205);
}

.about img {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 2em;
  padding-bottom: 1em;
}

/*****************************************************************************/
/*
/* Archive
/*
/*****************************************************************************/

.post-list {
    padding-top: 1em;
    margin-left: 0em;
    margin-bottom: 0em;
    padding-bottom: 1em;
    list-style: none;
}

.post-list .post-teaser {
  /*max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));*/
  /*max-width:         calc(#{$content-width} - (#{$spacing-unit} * 2));*/
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-height: 40px;
  padding-right: $spacing-unit;
  padding-left: $spacing-unit;
}

.post-teaser-date {
    font-size: $small-font-size;
    color: $grey-color;
    float: right;
}


/*****************************************************************************/
/*
/* Footer
/*
/*****************************************************************************/

footer {
  bottom: 0;
}

footer p {
  color: rgba(200, 200, 200, 0.7);
  width: 100%;
  font-size: 14px;
  text-align: center;
}

footer a {
  color: rgba(200, 200, 200, 0.7);
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}

/* Mobile */

@media (max-width: 667px) {
  div.content {
    width: 100%;
  }

  .site .header .top-nav {
    margin-left: auto;
    margin-right: auto;
  }

  .site .header .nav li {  
    height: 24px;
  }

  .site .header .nav li#logo {
    height: 160px;
    width: 100%;
    margin-bottom: 1em;
  }

  .site .header .nav li#logo a {
    display: block;    
    height: 80%;
  }

  .site .header .nav li#logo img {
    margin-top: 0;
    margin-left: 0;    
    height: 100%;
  }

  .site .header .nav li {    
    width: 33%;
    line-height: 24px;
  }

  .social-header ul {
    display: none;
  }

  .post {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .post div.date-container {
    display: block;
    width: 50px;
    position: relative;
    margin-left: 0px;
    margin-bottom: 1em;
  }

  .post div.date-container hr#top-bar {
    display: none;
  }

  .post div.date-container hr#bottom-bar {
    display: block;
  }

  .about img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about div {
    max-width: 80%;
    margin-left: 10%;
  }

  .about div span {
    display: block;
  }
}

/* Pagination
-------------------------------------------------- */

.pagination {
  margin-top: 40px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
}
.pagination a,
.pagination span {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.pagination a:first-child,
.pagination span:first-child {
  border-right: 1px solid #eee;
}
.pagination a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
