/*
Theme Name: Jar of Stars
Theme URI: http://www.paperstars.net/
Description: Version 1 for Paper Stars
Version: 1
Author: Cat
Author URI: http://www.shattered-wings.net/
*/
  
body {
  margin: 0;
  color: #3e3e3e;
  font: 16px 'Open Sans', sans-serif;
  line-height: 27px;
  background: #f2f2f2;
}
strong, em, i, u, b,
.main-content .entry-title h2 a:hover {
  color: #963b75;
}
h1, h2, h3, h4 {
  margin: 0 0 2px;
  padding: 0;
  line-height: 1.2;
  color: #656565;
  font-family: 'Quicksand', sans-serif;
}
h1, h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
.entry-content h3 {
    margin-bottom: 10px;
}
p {
    padding: 0;
    margin: 0 0 18px;
}
a {
    text-decoration: none;
}
.main-content a {
  color: #106799;
}
.main-content .entry-content a {
    border-bottom: 1px solid #c3dbf1;
}
.main-content a:hover {
    color: #99104a;
}
.pagetitle {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
  clear: both;
}
.pagetitle.archive, .pagetitle.search-results {
    margin-bottom: 40px;
}
hr {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 0 18px;
    padding: 0;
}

/* Layout
 * ***************************************/
.layout-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.layout-header {
  text-align: center;
  padding: 30px 0 50px;
}
.header-site_title {
  text-align: center;
  margin: 0 0 2px;
  padding: 0 0 15px;
  line-height: 1.2;
  font-family: 'Quicksand', sans-serif;
  font-size: 4em;
}
.header-site_title a {
  color: #656565;
}
.header-site_navi {
  max-width: 720px;
  padding: 0 10px 5px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  font-size: 1.4em;
}
.header-site_navi--link {
  padding: 0 5px;
  display: inline-block;
  margin: auto;
}
.header-site_navi--link a {
  color: #998410;
  padding: 0 10px;
}
.header-site_navi--link a:hover {
  border-bottom: 2px solid #998410;
}
.main-content {
  max-width: 730px;
  padding: 0 15px;
  margin: 0 auto;
}
img.header-banner,
.main-content img {
  max-width: 100%;
  height: auto;
}
.layout-footer {
  border-top: 2px #d5d5d5 solid;
  margin-top: 50px;
  padding: 50px 0 30px;
}
.layout-footer .social-media,
.layout-footer .admin-actions {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.layout-footer .social-media li {
  padding: 0 5px;
  display: inline-block;
}
.layout-footer .social-media a {
  display: inline-block;
  opacity: 0.7;
}
.layout-footer .social-media a:hover {
  opacity: 1;
}
.layout-footer .social-media img {
  border: 0;
}
.layout-footer .social-media .twitter img {
  width: 37px;
  height: 30px;
}
.layout-footer .social-media .instagram img,
.layout-footer .social-media .flickr img {
  width: 30px;
  height: 30px;
}
.layout-footer .social-media .tumblr img {
  width: 17px;
  height: 30px;
}
.layout-footer .social-media .email img {
  width: 38px;
  height: 30px;
}
.layout-footer .admin-actions li {
  display: inline;
  padding: 0 10px;
  font-size: 0.9em;
}
.layout-footer .admin-actions li a {
  color: #777;
}
.layout-footer .site-search {
  text-align: center;
}
.layout-footer .site-search input[type=submit],
.layout-footer .site-search input[type=text] {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  padding: 5px 10px;
  font: 13px Verdana, Arial, sans-serif;
  line-height: 1.6;
}
.layout-footer .site-search input[type=text] {
  width: 50%;
}
.layout-footer .site-search input[type=submit] {
  background: #e2e2e2;
}
.layout-footer .site-search input[type=submit]:hover {
  background: #d2d2d2;
}

/* Entry
 * ***********************************/
.entry-title {
  text-align: center;
}
.entry-title h1, .entry-title h2 {
  padding: 2px 0 30px;
}
.entry-title h1, .entry-title h2,
.entry-title h1 a, .entry-title h2 a {
  color: #656565;
}
.entry-title .time-author {
  color: #998410;
}
.entry-content {
    padding-bottom: 20px;
}
.main-content .entry-meta {
    overflow: hidden;
    border-top: 1px solid #d5d5d5;
    padding: 10px;
    color: #777;
    margin-bottom: 50px;
    text-align: center;
}
.main-content .entry-meta .comment-count a {
  background: url('replies-icon.png');
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center left;
  padding-left: 20px;
}
.main-content .entry-meta.single-entry-meta {
    margin-bottom: 25px;
}
.main-content ol.commentlist {
  list-style-type: none;
  padding-left: 0;
}
img.bordered {
  border: 1px solid #000;
}
.spaced_out li {
  padding: 5px 0 8px;
}
.spaced_out_small li {
  padding: 2px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.main-content .paging {
  overflow: hidden;
  font-size: 14px;
}
.main-content .paging .prev {
  float: left;
}
.main-content .paging .next {
  float: right;
}
.main-content .paging.bottom-paging {
    margin-top: 30px;
}
.main-content ol,
.main-content ul {
  margin: 0 0 18px;
  list-style-type: disc;
  padding: 0 0 0 25px;
}
.main-content ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.gallery {
    padding-bottom: 18px;
}
li > .gallery {
  padding-bottom: 0;
}
.gallery .gallery-item {
    margin: 10px 0 0;
}
li.gallery-adjustment {
  margin-top: -1em;
}
.wp-caption-text {
  font-size: 14px;
  padding-top: 5px;
  color: #999;
  text-align: center;
  max-width: 100%;
}
.left-img-with-text {
  border: 1px solid #000;
  margin-right: 10px;
  float: left;
}
.comments-area .comment-author {
  font-size: 20px;
}
.comments-area .says {
  display: none;
}
.comments-area .comment-author cite.fn {
  font-style: normal;
}
.comments-area .comment-meta {
  padding-bottom: 5px;
}
.comments-area h3#comments {
  padding-bottom: 10px;
}
.comments-area .comment-meta, .comments-area .comment-meta a {
  color: #998410;
  font-size: 14px;
}
.main-content .comments-area {
    padding-top: 25px;
}
.main-content .comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 50px;
}
.main-content .comment-list li {
    border-bottom: 1px solid #d5d5d5;
    padding: 18px 10px;
}
.main-content .comment-list p {
    margin: 14px 0;
    clear: both;
}
.main-content .comment-list .children {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.main-content .comment-list .children li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 18px;
}
.main-content .comment-list .children li,
.main-content .comment-list li #respond {
    border-top: 1px solid #d5d5d5;
}
.main-content .comment-list li #respond {
    margin: 16px 0 0 20px;
    padding: 16px 0 8px;
}
.main-content #respond p {
    margin-bottom: 10px;
}
.main-content #respond label {
    display: block;
}
.main-content .form-allowed-tags {
    font-size: 14px;
    color: #777;
}
.main-content .form-allowed-tags code {
    font-size: 12px;
}
.main-content #respond textarea#comment {
    width: 500px;
    height: 150px;
}
.main-content #respond input[type=text] {
  width: 350px;
}
.main-content input[type=text],
.main-content textarea#comment,
.main-content input[type=submit] {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  padding: 5px 10px;
  font: 14px Verdana, Arial, sans-serif;
  line-height: 1.6;
}
.main-content .form-submit input#submit {
  padding: 3px 10px;
  background: #e2e2e2;
}
.main-content .form-submit input#submit:hover {
  background: #d2d2d2;
}
.entry-banner {
  max-width: 100%;
  height: auto;
}
.no-comments {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}

/* Pages
***************************/
ul.blog-links {
  margin: 0 0 3em;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
ul.blog-links li {
  float: left;
  display: block;
  width: 300px;
}
ul.links-with-desc li {
  color: #777;
}
ul.links-with-desc li a {
  margin-right: 5px;
}
ul.site-categories {
  margin: 5px 0 0 10px;
  padding: 0 0 18px;
}
ul.site-categories ul.children {
  margin: 0;
  padding: 0 0 0 25px;
}
ul.site-categories li {
  padding: 2px 0;
}

@media only screen and (max-width: 732px) {
  .mobile-only {
    display: block;
  }
  ul.blog-links li {
    float: none;
  }
  .gallery .gallery-item {
    width: 35%!important;
  }
}
@media only screen and (max-width: 600px) {
  .header-site_title {
    font-size: 3.2em;
  }
}
@media only screen and (max-width: 550px) {
  .main-content #respond textarea#comment {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 480px) {
  .left-img-with-text {
      float: none;
      margin: 0 auto 10px;
      display: block;
  }
  .gallery .gallery-item {
      width: 50%!important;
  }
}
@media only screen and (max-width: 400px) {
  .main-content #respond input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
}
