/*
Theme Name: Ashley-WP
Theme URI: https://github.com/sesamsys/ashley-wp
Description: This is a WordPress port of the Ashley Tumblr theme.
Author: sesam
Author URI: http://sesam.hu/about
*/

body {
  color: #444;
  background: #fff;
  font-family: 'Gentium Book Basic', Georgia, serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
}


h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 400;
  line-height: 1.25;
  margin-top: .5em;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

p, .p, ul, ol {
  font-size: 18px;
}

small, .small {
  font-size: 14px;
}

strong, .strong {
  font-weight: 700;
}

p, ul, ol { 
  margin-top: 1em; 
  padding: 0;
}

      @media screen and (min-width: 480px) {
        h1, .h1 { font-size: 48px; }
        h2, .h2 { font-size: 32px; }
        h3, .h3 { font-size: 24px; }
        p, .p, ul, ol { font-size: 20px;}
        small, .small { font-size: 16px;}
      }
      
      @media screen and (min-width: 640px) {
        h1, .h1 { font-size: 64px; }
        h2, .h2 { font-size: 48px; } 
        h3, .h3 { font-size: 32px; }
      }

.wrap {
  width: 90%;
  padding: 0 5%;
  max-width: 48em;
  margin: 0 auto;
  overflow: hidden;
}

article {
  margin-top: 4em;
}

a {
  color: #09b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  width: 90%;
  padding: 2em 5% 2em;
  max-width: 48em;
  margin: 0 auto;
  overflow: hidden;
}

header h1, header p {
  margin: 0;
}

header p {
  color: #aaa;
}

header a, a.post-title {
  color: #444;
}

a.post-title:hover {
  text-decoration: none;
  color: #09b;
}

header a:hover {
  text-decoration: none;
}

p.wp-caption-text {
  font-size: 16px;
  color: #aaa;
  font-style: italic;
}

.post img, {
  max-width: 100%;
}

.post iframe, .video object {
  width: 100%;
  max-width: 100%;
}

.post blockquote {
  padding-left: 1em;
  border-left: 1px solid #ddd;
}

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

.post footer ul, .post footer ol {
  margin: 0;
}

.quote blockquote {
  padding: 0;
  border: none;
  font-style: italic;
}

.quote .comments {
  text-align: right;
}

.post footer {
  padding: 0;
  margin-top: 1em;
  color: #aaa;
  font-style: italic;
}

.post footer a {
  color: #aaa;
}

.post footer a:hover {
  color: #999;
}

.post footer .comments {
  float: right;
  margin-right: 0;
}

.post footer ul li {
  display: inline-block;
  margin-right: 1em;
}

.pagination {
  margin-top: 4em;
  text-align: center;
  line-height: 3em;
  overflow: hidden;
}

.pagination a {
  display: block;
  height: 3em;
  padding: 0 1em;
  border-radius: 0.25em;
}

.pagination a:hover {
  background: #eee;
  text-decoration: none;
}

.pagination .previous {
  float: left;
}

.pagination .next {
  float: right;
}

footer.wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}

footer .tag-links a {
  font-family: Lato, sans-serif;
  text-decoration: none;
  font-style: normal;
  background-color: #aaa;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

footer .tag-links a:hover {
  background-color: #09b;
  color: #fff;
}

footer .tag-links a:before {
  border-top: 10px solid transparent;
  border-right: 8px solid #aaa;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}

footer .tag-links a:hover:before {
  border-right-color: #09b;
}

footer .tag-links a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}

/* comments */

aside.comments {
  margin-top: 4em;
}

ol.comments {
  list-style: none;
  margin-top: 1em;
}

ol.comments, ol.comments a {
  color: #444;
}

li.comment {
  display: block;
  line-height: 1.5em;
  padding: 0.5em 1em;
}

ol.comments li.comment img.avatar {
  display: block;
  float: left;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 1em;
}

.comments .comment-text a {
  color: #aaa;
}

.comment-text {
  display: block;
  margin-left: 3em;
}

.comments .children {
  padding-left: 1em;
  border-left: 1px solid #ddd;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input,
textarea {
  border: 1px solid #ddd;
  border-radius: 0.25em;
  font-family: inherit;
  padding: 5px;
}

input:focus,
textarea:focus {
  border: 1px solid #09b;
  outline: 0;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #09b;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 80%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: none;
  border: none;
  border-radius: 0.25em;
  color: #09b;
  height: 3em;
  padding: 0 1em;
  display: inline-block;
  text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #eee;
  outline: none;
}

.menuicon {
  border: none;
  padding-left: 20px;
  display: block;
  cursor: pointer;
  float:left;
  position: fixed;
  z-index:2000;
}

div.button a {
  color: #aaa;
}

.reply {
  float: right;
  margin-right: 0;
}

.comments .reply a {
  color: #aaa;
}