/*

Theme Name:meinkochtopf
Theme URL: http://meinkochtopf.at
Description: Food Blog Theme inspired by Yasmin (web2feel.com)
Author: M.Biebl/M.Pitra
Author URI: meinkochtopf.at
Version: 0.1
Tags: food

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

img, a img {
  border: none;
}

body {
  font-family: "Open Sans", Arial;
  color: #4e4831 /* hsl(47, 23%, 25%) */;
  font-size: 13px;
  background: #f5f4ef /* hsl(47, 23%, 95%) */;
  font-weight: 400;
}

ul {
  list-style-position: inside;
  margin: 0.25em 0.5em;
}

a {
    color: #825E65;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #C44C62;
    text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #000;
        font-family: 'Parisienne', cursive;
        padding: 0 1em;
        margin: 0 -1em;
      }


.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  width: 180px;
  height: 180px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 0 30px #bab7ab /* hsl(47, 10%, 70%) */;
}

.img-circle img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;

  height: 100%;
}

.entries {
  text-align: center;
  margin: 0 auto;
}

.entries .entry {
        width: 250px;
        margin: 1.5em;
        display: inline-block;
        zoom: 1;  *display: inline; /* IE7 */
        vertical-align: top;
      }

.entries .entry h2 {
  margin: 0;
  padding: 0.5em 0;
}

h2 {
  font-weight: normal;
  font-size: 1.75em;
}

h1 {
  font-family: 'Parisienne', cursive;
  line-height: 43px;
  padding: 0 1em;
  margin: 0 -1em;
}

footer h1 {
  margin-right: 0;
}

svg {
  vertical-align: text-top;
}

header {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}

.right {
  float: right;
  margin-left: 1em;
}

.comments {
  margin-bottom: .75em;
}

.comments small {
  display: block;

  color: #b0a682 /* hsl(47, 23%, 60%) */;
  margin-top: -0.5em;
}

.secondary {
  color: #cec8b1 /* hsl(47, 23%, 75%) */;
}

.comment {
  margin: 0.5em 0;
}

.container {
  width: 90%;
  max-width: 1500px;
  min-width: 360px;
  margin: 0 auto;
}

footer {
  clear: both;
  font-size: 0.8em;
  color: #9d9062 /* hsl(47, 23%, 50%) */;
  padding: 25px 0px;
  text-align: center;
}

.nav-right a, .nav-left a {
  position: fixed;
  top: 0;
  bottom: 0;
  font-size: 4em;
  width: 40px;
}

.nav-right a i, .nav-left a i {
  width: 40px;
  height: 1em;
  margin-top: -0.5em;
  text-align: center;
  position: absolute;
  top: 50%;
}

.nav-right a {
  right: 0;
}

.nav-left a {
  left: 0;
}

article {
  position: relative;
  float: left;
  z-index: 2;
  background: #fff;
  width: 36%;
  margin: 2%;
  padding: 2%;
  overflow: hidden;
  line-height: 1.65em;
  margin-right: 0;
}

article h1 {
  line-height: 1.25em;
  font-size: 2em;
}

article p {
  margin-bottom: 0.5em;
}

article .postmeta {
  color: #9d9062 /* hsl(47, 23%, 50%) */;
}

article .body {
  margin-top: 0.5em;
  font-size: 1.1em;
}

article img {
  float: right;
  margin: 0.25em 0 0.25em 0.5em;
  max-width: 225px;
  height: auto;
}

.top_feature {
  float: right;
  z-index: 1;
  margin-left: -2%;
  width: 60%;
}

.top_feature img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  float: none;
}

.searchform {
  display: inline;
}

.searchform button {
  border: none;
  background: transparent;
  font-size: 1.75em;
  padding: 0;
  cursor: hand;
  color: #825E65;
}

.searchform button:hover {
  color: #C44C62;
}

.article_finished {
  clear: both;
  float: none;
  position: relative;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  opacity: 0.2;
  display: block;
}

#respond {
  text-align: center;
}

.btn {
  margin-top: 1em;
  border: 0;
  float: right;
  background: #9d9062 /* hsl(47, 23%, 50%) */;
  color: #fff;
  border-radius: 1em;
  cursor: pointer;
  padding: 0.4em 0.75em;
  font-weight: bold;
  margin-right: 2.5%;
}

.btn:hover {
  color: #f5f4ef /* hsl(47, 23%, 95%) */;
}

#respond input[type=text] {
  border: 0;
  border-bottom: 1px dashed #d8d3c0 /* hsl(47, 23%, 80%) */;
  width: 42.5%;
  margin: 2.5%;
  padding: 1%;
}
#respond textarea {
  border: 1px dashed #d8d3c0 /* hsl(47, 23%, 80%) */;
  width: 95%;
  margin: 2.5%;
}

.search-results .entries .entry {
  display: none;
}

.search-results .entries .entry.match {
  display: inline-block;
}

.hidden {
  display: none;
}

.no-results .visible-no-results {
  display: inherit !important;
}

.no-results .hidden-no-results {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  article {
    position: relative;
    float: none;
    z-index: 2;
    width: 96%;
    padding: 2%;
    margin: 0;
    margin-top: -3em;
  }

  .top_feature {
    float: none;
    z-index: 1;
    margin: 0;
    width: 100%;
  }
}