@import "css/reset.css";
@import "cssgrid/css/ie.css";
@import "cssgrid/css/1140.css";
/*
Theme Name: 	Claudia Hansen - Writings
Description: 	Default
Version: 		1.0
Author: 		Johannes Felscher
*/
/**/
/**/
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
* {
  outline: none;
  -webkit-transition: background 0.5s, padding 0.5s, margin 0.5s, border-radius 0.5s, font-size 0.2s;
  -moz-transition: background 0.5s, padding 0.5s, margin 0.5s, border-radius 0.5s, font-size 0.2s;
  -o-transition: background 0.5s, padding 0.5s, margin 0.5s, border-radius 0.5s, font-size 0.2s;
  transition: background 0.5s, padding 0.5s, margin 0.5s, border-radius 0.5s, font-size 0.2s;
  -webkit-font-size-adjust: none;
}
/*TEMPORARY*/
body,
html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: Raleway;
  font-weight: 300;
  letter-spacing: 1px;
  color: #489b2b;
  font-size: 14px;
  min-width: 320px;
  text-align: justify;
  opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}
h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5em;
  margin: 20px 0 10px 0;
  z-index: 1000;
}
h1 > a:first-letter {
  font-size: 1.2em;
}
h1 > a {
  text-decoration: none;
  color: #489b2b;
}
div.mainIcon {
  content: "";
  display: inline-block;
  position: fixed;
  width: 260px;
  height: 380px;
  vertical-align: bottom;
  /*margin-bottom: 40px;*/
  z-index: 1000;
  left: 20px;
  top: 0;
  background: url(images/bee.png) no-repeat;
  background-size: contain;
  -webkit-transition: all .2s;
}
div.mainIcon.bounce {
  top: -100px;
}
body:not(.home) div.mainIcon {
  height: 150px;
  width: 100px;
  top: -50px;
  left: 0;
}
h2 {
  font-family: Syncopate, Arial;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
}
h3 {
  font-family: Syncopate, Arial;
  font-weight: bold;
  font-size: 1.1em;
  width: auto;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 auto 1.5em auto;
  width: auto !important;
  display: block;
}
p:last-child {
  margin-bottom: 0;
}
iframe {
  width: 100%;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
header {
  display: block;
  color: #489b2b;
  font-family: Syncopate, Arial;
  height: 140px;
  padding-left: 260px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
body:not(.home) header {
  padding-left: 120px;
  height: 100px;
}
header .description {
  margin: -15px 0 0 0;
  font-size: 1.2em;
  width: auto;
  text-transform: uppercase;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  text-align: center;
  display: block;
  height: 20px;
  clear: both;
}
/*nav a:hover, header a:hover {opacity: 0.8}*/
div#copyright {
  position: fixed;
  bottom: 0px;
  right: 5px;
  padding-bottom: 2px;
  /*width: 200px;*/
  z-index: 100;
  color: #489b2b;
  text-transform: uppercase;
  text-align: right;
  font-size: 0.8em;
  font-weight: 400;
  background: #ffffff;
}
div#copyright:before {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
/*SOCIAL ICONS*/
div.socialIcons {
  position: absolute;
  height: 20px;
  top: 25px;
  right: 5px;
  text-align: right;
}
div.socialIcons a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  margin-left: 10px;
  line-height: 20px;
}
div.socialIcons a img {
  height: 80%;
  width: auto;
}
div.socialIcons a.flickrIcon {
  margin-top: 1px;
}
/**/
/*CONTACT*/
div.contact * {
  text-align: center;
}
div.contact div.contact_info {
  color: #489b2b;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 40px;
  font-weight: bolder;
}
div.contact div.about {
  /*font-size: 0.8em;*/
  max-width: 400px;
  /*text-align: justify;*/
  display: inline-block;
}
/*POST LISTING*/
div.postListing {
  font-size: 0;
  text-align: justify;
  /*margin-left: 200px;*/
  /*-webkit-columns: 2 200px;
		-webkit-column-gap: 120px;*/
}
div.postListing div.post {
  cursor: default;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 80px;
  overflow: visible;
  border: solid #fff;
  border-width: 0;
  -webkit-box-sizing: border-box;
  -webkit-transition: border .2s;
}
div.postListing div.post.birded {
  border-left-width: 320px;
}
div.postListing div.post h3 {
  font-weight: 700;
  border-bottom: 2px solid rgba(72, 155, 44, 0.1);
}
div.postListing div.post.birded h3 a {
  margin-left: -10px;
}
div.postListing div.post h3:before {
  content: "";
  display: block;
  float: left;
  width: 100px !important;
  height: 100px !important;
  background: #489b2b;
}
div.postListing div.post h3.hasImage:before {
  display: none !important;
}
div.synopsis {
  overflow: hidden;
}
div.postListing div.post h3 a {
  padding: 5px 0 4px 0;
  margin: 0 0 5px 0;
  display: block;
  width: 100%;
  -webkit-transition: border .2s, background .5s;
}
div.postListing div.post img,
div.postListing div.post h3:before {
  display: inline-block;
  width: 100px;
  float: left;
  margin-right: 10px;
  margin-top: -20px;
  border: solid #ecf4e9;
  border-radius: 50%;
  border-width: 5px;
  -webkit-transition: border 0.25s, border-radius 0.25s, margin 0.25s, width 0.25s;
  -webkit-box-sizing: border-box;
}
div.postListing div.post.birded img,
div.postListing div.post.birded h3:before {
  border-width: 5px;
  margin-left: -20px;
  margin-right: 20px;
}
div.postListing div.post a:hover img {
  /*border-color: @mainColor;*/
  border-width: 0;
}
div.postListing > div:nth-child(2n+1) {
  margin-right: 10%;
}
/**/
#main,
#container {
  height: 100%;
  position: relative;
}
.row > *:not(h2) {
  margin-bottom: 30px;
}
.blueBorder {
  border: 3px solid #489b2b;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px !important;
}
/*.blueBorder > * {border-radius: 10px !important;}*/
.alignRight {
  text-align: right;
}
.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}
.alignright {
  margin: 0 0 10px 20px;
  float: right;
}
.alignnone {
  margin: 0 0 10px 0;
}
.offset1 {
  margin-left: 5.5%;
}
.offset2 {
  margin-left: 17.25%;
}
#navhovertitle {
  text-shadow: 0 0 5px #fff;
  padding-top: 10px;
  line-height: 1;
  vertical-align: bottom;
  font-weight: 400;
  position: fixed;
  overflow: visible;
  text-align: center;
  font-size: 1.2em;
  font-family: Syncopate, Arial;
  text-transform: uppercase;
}
article {
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
article p {
  text-align: justify !important;
}
div.pagination {
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  z-index: 100;
}
div.pagination:before {
  display: block;
  content: '';
  clear: both;
}
div.pagination span {
  /*font-weight: 300;*/
  padding-right: 10px;
}
div.pagination a {
  vertical-align: middle;
  background: #489b2b;
  color: #fff;
  width: 24px;
  height: 20px;
  padding-top: 4px;
  text-indent: 1px;
  display: inline-block;
  border-radius: 5px;
  margin: -1px 5px 0 5px;
  font-weight: normal;
}
div.pagination a:hover {
  background: rgba(72, 155, 44, 0.1);
  color: #489b2b;
  font-weight: bold;
}
div.pagination.mobile {
  display: none;
}
div.pagination.mobile a {
  width: auto;
  background: none;
  color: #489b2b;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.pagination.mobile a:nth-child(2) {
  margin-left: 40px;
}
div.noPosts {
  text-align: center;
  position: relative;
  padding-top: 40px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  position: fixed;
}
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
  h1 {
    white-space: nowrap;
    font-size: 1.4em;
    letter-spacing: normal;
    padding: 0 0 10px 0;
    margin-top: 80px !important;
  }
  h2 {
    font-size: 1.3em;
    margin-top: -40px;
  }
  h2.gallery {
    display: none;
  }
  div.mainIcon {
    height: 100px !important;
    width: 65px !important;
    top: -30px !important;
    left: 10px !important;
    margin: 0 !important;
    position: absolute;
  }
  .socialIcons {
    text-align: center !important;
    width: 100%;
    top: 10px !important;
    right: 0 !important;
    left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(72, 155, 44, 0.1);
  }
  .socialIcons > a {
    margin: 0 10px;
    zoom: .75;
  }
  .socialIcons img {
    height: 100% !important;
  }
  header {
    height: auto;
    /*margin-bottom:0 !important;*/
  }
  header * {
    text-align: center !important;
  }
  header a.links {
    width: 75px;
    height: 75px;
  }
  div.postListing > div:last-child {
    margin-bottom: 20px;
  }
  div.postListing div.post.birded {
    border: none;
  }
  div#copyright {
    text-align: center;
    left: 0;
  }
  div.noPosts {
    text-align: center;
    position: relative;
    padding-top: 0;
    top: -40px;
  }
  div.pagination.mobile {
    display: block;
  }
  div.pagination.desktop {
    display: none;
  }
  .alignleft,
  .alignRight {
    margin: 0 0 10px 0;
    float: none;
    display: block;
    width: 100%;
  }
}
/* ========================================== */
/* ! Min Height   */
/* ========================================== */
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  /*html {zoom:0.6;}*/
}
