@import "http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700|Lustria";
/*
Theme Name:     PubSpring Luke Barr
Description:    Child theme for the Pubspring Framework
Author:         Bud Parr
Author URI:     http://sonnetmedia.net
Version:        0.130628
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lustria", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
  background-color: #fdfdfc;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #809858;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #57683c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d5d5d5;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #2b2720;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #d5d5d5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dl-horizontal dd:after {
  clear: both;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #d5d5d5;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d5d5d5;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.pure-button-small {
  font-size: 85%;
}
.pure-button {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #a19c93;
  color: #d5d5d5;
}
.pure-button-primary,
a.pure-button-primary {
  background-color: #b2453b;
  color: #d5d5d5;
}
.proper-noun {
  font-style: italic;
}
.image-shadow {
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.51);
}
.shadow-light {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.7142857145;
}
.dig-in,
.dig-in a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9.1px;
  text-transform: uppercase;
  line-height: 1.1;
}
.fine-print {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.200000000000001px;
  line-height: 1.1;
}
.light {
  color: #999999;
}
.byline {
  font-size: 90%;
  font-style: italic;
}
footer p,
footer a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.flow_left,
.alignleft {
  float: left;
  margin: 0 24px 16px 0;
}
.flow_left img {
  margin-bottom: 0px;
}
.quote_attribution p {
  display: inline;
}
.inline,
ul.inline li {
  display: inline;
}
ul.small li a {
  font-size: 13.299999999999999px;
}
.mt50 {
  margin-top: 50px;
}
.no-margin {
  margin: 0;
}
hr,
.divider {
  margin: 2em auto;
  width: 70%;
}
img {
  width: auto\9;
  /* ie8 */

}
.strong {
  font-weight: bold;
}
.widget {
  margin-bottom: 2em;
}
a.label:hover,
a.badge:hover {
  text-decoration: none;
  cursor: pointer;
}
.post {
  padding-bottom: 2em;
}
.post-title {
  color: #e7e7e7;
  color: #cce42f;
  color: #809858;
  margin-bottom: 0.2em;
}
.post-avatar {
  border-radius: 50px;
  float: right;
  margin-left: 1em;
}
.post-description {
  font-size: 16px;
  line-height: 1.8em;
}
.post-header,
.post-description {
  max-width: 750px;
}
.post-meta {
  color: #999;
  font-size: 85%;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-meta p {
  display: inline;
}
.post-meta a {
  margin-left: .5em;
  font-size: 80%;
}
.post-category {
  margin: 0 0.1em;
  padding: 0.3em 1em;
  color: #fff;
  /*background: #999;*/

  font-size: 80%;
}
.post-category-design {
  background: #5aba59;
}
.post-category-pure {
  background: #4d85d1;
}
.post-category-yui {
  background: #8156a7;
}
.post-category-js {
  background: #df2d4f;
}
.post-images {
  margin: 1em 0;
}
.post-image-meta {
  margin-top: -3.5em;
  margin-left: 1em;
  color: #fff;
  text-shadow: 0 1px 1px #333;
}
.posts {
  margin-top: 12%;
}
.entry-title {
  margin-bottom: 0;
  margin-top: 35px;
  text-transform: capitalize;
}
.post-title {
  font-family: "Fredericka the Great", "Lustria", Georgia, "Times New Roman", Times, serif;
  color: #b2453b;
  margin-top: 0;
}
.list-block {
  clear: both;
  width: 100%;
  height: 200px;
}
ul.buy-retailers {
  background-color: #FFF;
  padding: 1em;
  border-radius: 3px;
  width: 220px;
  float: left;
  margin-right: 2em;
  min-height: 219px;
}
ul.buy-retailers li {
  list-style-type: none;
  color: #999;
  margin-bottom: .5em;
  text-transform: lowercase;
}
ul.buy-retailers li a {
  margin-bottom: 1em;
  margin-top: 8px;
}
section.events-section {
  background-color: #f3f3ed;
  padding: 1em 2em;
  max-width: 750px;
  border-radius: 4px;
  margin-bottom: 2em;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.event-date {
  color: #a19c93;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 150px;
  border: 1px solid #090909;
}
.event-date .month {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.event-date .day {
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
}
.event-date .year {
  font-size: 16px;
}
footer[role=contentinfo] {
  padding: 1em;
  font-size: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer[role=contentinfo],
footer[role=contentinfo] a {
  color: #847e73;
}
footer[role=contentinfo] .pure-menu a:hover,
footer[role=contentinfo] .pure-menu a:focus {
  background: none;
}
a .icon-twitter {
  color: #21c4f5;
}
a:hover .icon-twitter {
  color: #e7e7e7;
  text-decoration: none;
}
a .icon-facebook {
  color: #3a5998;
}
a .icon-google-plus {
  color: #dd4b39;
}
a:hover .icon-facebook {
  color: #e7e7e7;
  text-decoration: none;
}
a:hover .icon-google-plus {
  color: #e7e7e7;
  text-decoration: none;
}
a .icon-stack-base {
  color: transparent;
}
a:hover .icon-stack-base {
  color: #312918;
  text-decoration: none;
}
.sharing-buttons {
  clear: both;
}
.sidebar .sharing-buttons {
  margin-top: 14px;
}
.quote-bit {
  margin-bottom: 1em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* LAYOUT CSS */
.pure-g > div,
.pure-g-r > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar {
  padding-right: 3em;
  padding-top: 8px;
}
#layout,
#nav {
  max-width: 990px;
  margin: 0 auto;
}
#layout {
  min-height: 900px;
}
.sidebar img {
  border: 1px solid #2d261a;
  max-width: 100%;
  margin-bottom: 6px;
}
ul.nav {
  background: none;
  border: none;
  margin-top: 1em;
  max-width: 22%;
  padding: .75em .25em 1.5em 0;
  display: inline;
  font-size: 14px;
}
ul.nav li {
  display: inline;
  margin-right: 1em;
  font-size: 14px;
}
ul,
ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-item a:hover,
.nav-item a:focus {
  text-decoration: none;
}
.quotes p {
  margin-bottom: 0;
}
.quotes,
.quotes p {
  font-size: 22.400000000000002px;
  line-height: 1.3;
  font-family: "Lustria", Georgia, "Times New Roman", Times, serif;
  color: #808080;
}
.quotes p.post-meta,
.quotes .post-meta p,
.quotes .post-meta {
  font-size: 12px;
  margin-top: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.quotes .post-meta p {
  font-size: 90%;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 4em;
}
.quotes p.post-meta:before,
.quotes .post-meta p:before {
  content: "— ";
}
.quotes .quote-long p {
  margin-top: 20px;
  font-size: 15.400000000000002px;
  line-height: 1.6;
  border-left: 3px solid #333;
  padding-left: 1em;
  margin-left: 3em;
}
body {
  background: #110d0a url(/assets/img/koran_v1_bk_1698_7.jpg) no-repeat center top;
}
#nav {
  margin-top: 150px;
  margin-bottom: 2em;
}
h1,
h2,
h3,
h4,
nav ul li {
  text-transform: uppercase;
}
h4 {
  line-height: 1.2;
}
.brand-title,
.brand-tagline {
  margin: 0;
}
.brand-title {
  text-transform: uppercase;
}
.brand-tagline {
  font-weight: 300;
  color: #8e8ed6;
}
.book-title {
  text-transform: uppercase;
  font-weight: 700;
}
.current {
  color: #57683c;
}
.content-subhead {
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid #eee;
  padding: 0.4em 0;
  font-size: 80%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.strong {
  color: #d5d5d5;
}
.nav-item a:hover,
.nav-item a:focus {
  border: 3px solid #8e8ed6;
  color: #8e8ed6;
  text-decoration: none;
}
.sidebar a.current {
  color: #a19c93;
}
p > img {
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.51);
}
.entry-title,
.entry-title a,
h3 {
  color: #dfdfdf;
  color: #999999;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #333;
}
embed,
iframe,
object {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    position: relative;
    margin: 0;
  }
  .header {
    text-align: center;
    top: auto;
    margin: 3em auto;
    position: static;
  }
  #layout {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .content {
    padding: 2em 1em 0;
  }
  .sidebar {
    text-align: left;
    width: 100%;
    position: relative;
    margin: 0;
    display: none;
  }
  body.home .sidebar {
    display: inline-block;
    position: relative;
  }
  .sidebar img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
