/*
Theme Name: What Sarah Read
Theme URI: http://whatsarahread.com/
Author: Anna Moore and Creative Whim
Author URI: http://annamariemoore.com/
Description: A custom WordPress blog for What Sarah Read
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creativewhim
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
    1.1 Headings
    1.2 Blockquotes
2.0 Elements
    2.1 Buttons
    2.2 Tables
    2.3 Captions
    2.4 Lists
3.0 Forms
4.0 Navigation
    4.1 Links
    4.2 Menus
    4.3 Pagination
5.0 Accessibility
6.0 Alignments
7.0 Clearings
8.0 Content
    8.1 Header
    8.2 The Latest
    8.3 Posts and Pages
    8.4 Comments
    8.5 Sidebar
    8.6 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Arvo:400,700,400italic,700italic);
body {
  color: #919191;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6; }

p {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
1.1 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #0e344f;
  font-family: Arvo, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  margin: 0 0 10px;
  text-transform: uppercase; }

h1, h2 {
  font-size: 15px;
  font-weight: bold; }

.page-header {
  border-color: #dfdedd;
  margin: 0 0 20px;
  padding-bottom: 6px; }
  .page-header h1 {
    font-family: Arvo, serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-align: center; }

article.post h3, article.post h4, article.post h5, article.post h6, article.page h3, article.page h4, article.page h5, article.page h6,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  color: #e49170;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 15px 0; }
article.post h4, article.post h6, article.page h4, article.page h6,
#tinymce h4,
#tinymce h6 {
  color: #696969; }
article.post h5, article.post h6, article.page h5, article.page h6,
#tinymce h5,
#tinymce h6 {
  font-weight: bold;
  text-transform: none; }

/*--------------------------------------------------------------
1.2 Blockquotes
--------------------------------------------------------------*/
blockquote {
  background: #fdebe3;
  border: 6px solid #f8d9cc;
  color: #5c5c5c;
  font-size: inherit;
  margin: 0 auto 20px;
  padding: 15px; }

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------
2.1 Buttons
--------------------------------------------------------------*/
.btn,
#commentform #submit,
input[type="submit"] {
  background: transparent url("assets/images/submit-arrow.png") no-repeat right center;
  border: none;
  color: black;
  font-family: Arvo, serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 30px 5px;
  text-decoration: none;
  text-transform: uppercase; }
  .btn:focus,
  #commentform #submit:focus,
  input[type="submit"]:focus {
    outline: 0; }

/*--------------------------------------------------------------
2.2 Tables
--------------------------------------------------------------*/
table {
  width: 100%; }
  table th {
    background: #fdebe3;
    color: black;
    font-family: Arvo, serif;
    font-size: 10px;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase; }
  table th, table td {
    border: 1px solid #fdebe3;
    padding: 5px;
    vertical-align: top; }

/*--------------------------------------------------------------
2.3 Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #fdebe3;
  max-width: 100%;
  padding: 5px;
  text-align: center; }
  .wp-caption img {
    margin-bottom: 5px; }
  .wp-caption .wp-caption-text {
    color: black;
    font-family: Arvo, serif;
    font-size: 10px;
    font-style: italic; }

/*--------------------------------------------------------------
2.4 Lists
--------------------------------------------------------------*/
.entry-content ul ul {
  list-style: none;
  padding-left: 15px; }
  .entry-content ul ul > li:before {
    content: "+";
    margin-right: 4px; }
.entry-content ol ol {
  list-style-type: lower-latin;
  padding-left: 25px; }

/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control,
textarea,
select {
  background: #fdebe3;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: black;
  display: block;
  font-family: Arvo, serif;
  font-size: 11px;
  font-weight: normal;
  padding: 8px 9px;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  .form-control:focus,
  textarea:focus,
  select:focus {
    box-shadow: none;
    outline: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: black; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  .form-control:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: black; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  .form-control::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: black; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  .form-control:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: black; }

/*--------------------------------------------------------------
4.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Links
--------------------------------------------------------------*/
a {
  color: #e49170;
  text-decoration: underline; }
  a:hover {
    color: #c36540; }

/*--------------------------------------------------------------
4.2 Menus
--------------------------------------------------------------*/
.navbar-creativewhim {
  background: none;
  margin: 0; }
  .navbar-creativewhim .navbar-nav > li > a {
    color: #f37542;
    font-family: Arvo, serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: .4em;
    text-decoration: none;
    text-transform: uppercase; }
    .navbar-creativewhim .navbar-nav > li > a:hover, .navbar-creativewhim .navbar-nav > li > a:focus, .navbar-creativewhim .navbar-nav > li > a:active {
      background: none; }
  .navbar-creativewhim .navbar-collapse {
    box-shadow: none; }
  .navbar-creativewhim .dropdown-menu {
    background: #fefdfc;
    box-shadow: none;
    border: none;
    border-radius: 0; }
    .navbar-creativewhim .dropdown-menu > li > a, .navbar-creativewhim .dropdown-menu > li.active > a, .navbar-creativewhim .dropdown-menu > li.active > a:hover {
      background: none;
      color: #f37542;
      font-family: Arvo, serif;
      font-size: 9px;
      letter-spacing: .4em;
      padding: 3px 15px;
      text-decoration: none;
      text-transform: uppercase; }

/* Adjustments for desktops only */
@media (min-width: 768px) {
  .navbar-creativewhim > .container {
    padding-top: 15px; }
  .navbar-creativewhim .navbar-nav.navbar-left {
    text-align: left; }
  .navbar-creativewhim .navbar-nav.navbar-right {
    text-align: right; }
  .navbar-creativewhim .col-md-5 {
    padding: 0; }
  .navbar-creativewhim .navbar-nav {
    float: none; }
    .navbar-creativewhim .navbar-nav > li {
      display: inline-block;
      float: none;
      margin: 0 10px; }
      .navbar-creativewhim .navbar-nav > li > a {
        display: inline; }
      .navbar-creativewhim .navbar-nav > li.open a {
        background: none; }
      .navbar-creativewhim .navbar-nav > li:after {
        color: #f37542;
        content: '/';
        font-size: 11px;
        margin-left: 20px; }
      .navbar-creativewhim .navbar-nav > li:last-child:after {
        display: none; } }
@media (min-width: 1200px) {
  .navbar-creativewhim .navbar-collapse > .row {
    margin: 0 -80px; } }
/* Mobile Only */
@media (max-width: 767px) {
  .navbar-collapse {
    background: none; }

  .navbar-toggle {
    background: #f37542;
    display: block;
    float: none;
    margin: 8px auto; }
    .navbar-toggle .icon-bar {
      background: white; } }
/*--------------------------------------------------------------
4.3 Pagination
--------------------------------------------------------------*/
#pagination a {
  color: black;
  display: inline-block;
  font-family: Arvo, serif;
  font-size: 11px;
  padding: 6px 30px 5px;
  text-decoration: none;
  text-transform: uppercase; }
#pagination #newer_posts a {
  background: url("assets/images/submit-arrow-left.png") no-repeat left center; }
#pagination #older_posts a {
  background: url("assets/images/submit-arrow.png") no-repeat right center; }

/*
@media (min-width: 768px) {
    #pagination {
        margin: 0 -30px;

        .col-xs-6 {
            padding: 0 30px;
        }
    }
}
*/
/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #222;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.clear-overflow {
  clear: both;
  overflow: hidden; }

/*--------------------------------------------------------------
8.0 Content
--------------------------------------------------------------*/
body {
  background: none;
  background-position: bottom center !important; }

@media (min-width: 1200px) {
  .container {
    width: 960px; } }
#page > .container {
  margin-bottom: 140px; }

#content {
  margin-top: 50px; }

/* Desktop Only */
@media (min-width: 992px) {
  #main {
    padding-right: 0; }

  #secondary {
    padding-left: 45px; }
    #secondary .widget {
      padding: 0 20px 35px; } }
/*--------------------------------------------------------------
8.1 Header
--------------------------------------------------------------*/
#page {
  background: url("assets/images/bg-header.png") repeat-x center top;
  padding-top: 106px; }

#masthead {
  background: url("assets/images/header-content-div.png") repeat-x center bottom;
  min-height: 225px;
  padding-bottom: 50px; }

.site-branding {
  margin: 30px 0; }

@media (min-width: 1000px) {
  .site-branding {
    margin: 0 0 -135px; }
    .site-branding > a {
      display: inline-block;
      position: relative;
      z-index: 90; } }
/*--------------------------------------------------------------
8.2 The Latest
--------------------------------------------------------------*/
#the_latest {
  background: #faf8f2;
  border-top: 12px solid #e7e1cf;
  border-bottom: 2px solid #f3f0e7;
  text-align: center; }
  #the_latest h1 {
    background: url("assets/images/latest-triangle.png") no-repeat center top;
    color: #a0998d;
    font-family: Arvo, serif;
    font-size: 10px;
    height: 48px;
    letter-spacing: .3em;
    padding: 2px 0 0 4px;
    text-transform: lowercase; }
    #the_latest h1 span {
      display: block;
      text-transform: uppercase; }
  #the_latest img {
    border: 4px solid #d7d4cf; }
  #the_latest h2 {
    color: #bcb6ab;
    font-family: Arvo, serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase; }
  #the_latest h3 a {
    color: #787878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none; }

/* Desktop Only */
@media (min-width: 768px) {
  #the_latest .container > .row {
    margin-top: -45px; }
    #the_latest .container > .row #latest_left {
      padding-right: 50px; }
    #the_latest .container > .row #latest_right {
      padding-left: 50px; } }
/*--------------------------------------------------------------
8.2 Posts and Pages
--------------------------------------------------------------*/
article.post, article.page {
  margin-bottom: 30px;
  position: relative; }
  article.post .entry-title, article.post .entry-title a, article.page .entry-title, article.page .entry-title a {
    color: #0e344f;
    font-family: Arvo, serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 1px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase; }
  article.post .post-meta-top, article.page .post-meta-top {
    color: #a7a8a9;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  article.post .post-meta, article.page .post-meta {
    background: url("assets/images/bg-meta.png") repeat-x center center;
    color: #0e344f;
    font-family: Arvo, serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1;
    min-height: 55px;
    padding: 35px 10px;
    text-transform: uppercase; }
    article.post .post-meta a, article.page .post-meta a {
      color: #0e344f;
      text-decoration: none; }
    article.post .post-meta p, article.page .post-meta p {
      margin: 0; }
  article.post img.featured-image, article.page img.featured-image {
    background: white;
    border: 1px solid #e4e4e5;
    border-radius: 2px;
    padding: 5px; }

.ornament {
  margin: 60px 0; }

/* Desktop Only */
@media (min-width: 768px) {
  .arrow {
    background: url("assets/images/post-arrow.png") no-repeat;
    display: block;
    width: 52px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: -60px; } }
/*--------------------------------------------------------------
8.3 Comments
--------------------------------------------------------------*/
#comments {
  position: relative; }

.comments-title {
  margin-bottom: 30px; }

.comment-list {
  list-style: none;
  padding: 0; }
  .comment-list > .comment {
    border-bottom: 1px solid #dfdedd;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  .comment-list .comment img.avatar {
    float: left; }
  .comment-list .comment .comment-body {
    margin: 0 0 0 60px;
    padding: 15px 0 0; }
    .comment-list .comment .comment-body .comment-author {
      color: #0e344f;
      font-family: Arvo, serif;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: .1em;
      line-height: 1;
      text-transform: uppercase; }
      .comment-list .comment .comment-body .comment-author .fn {
        font-style: normal; }
        .comment-list .comment .comment-body .comment-author .fn a {
          color: #0e344f;
          text-decoration: none; }
    .comment-list .comment .comment-body .comment-meta {
      margin-bottom: 5px; }
      .comment-list .comment .comment-body .comment-meta a {
        color: #a7a8a9;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .2em;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase; }
    .comment-list .comment .comment-body .reply a {
      background: #add2b1;
      color: white;
      display: inline-block;
      font-family: Arvo, serif;
      font-size: 8px;
      font-weight: bold;
      letter-spacing: .2em;
      line-height: 1;
      padding: 5px 2px 5px 5px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      .comment-list .comment .comment-body .reply a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 8px;
        border-color: transparent transparent transparent #add2b1;
        position: absolute;
        right: -8px;
        top: 0; }
      .comment-list .comment .comment-body .reply a:hover {
        background: #96bb9a; }
        .comment-list .comment .comment-body .reply a:hover:after {
          border-color: transparent transparent transparent #96bb9a; }
  .comment-list .children {
    list-style: none;
    padding: 0; }
    .comment-list .children .comment-body {
      padding-bottom: 25px; }
  .comment-list > .comment > .children {
    padding-top: 25px; }

/* Form */
#respond #reply-title {
  font-size: 15px;
  margin-bottom: 20px; }
#respond .form-group {
  margin-bottom: 8px; }
#respond .row {
  margin: 0 -1px 0 0; }
  #respond .row .form-group {
    margin-bottom: 1px; }
  #respond .row .col-md-4 {
    padding: 0 1px 0 0; }
#respond .form-submit {
  text-align: right; }

/* Desktop Only */
@media (min-width: 768px) {
  .comment-list .children {
    padding: 0 0 0 60px; }

  #respond #reply-title {
    position: relative; }
    #respond #reply-title:before {
      background: url("assets/images/post-arrow.png") no-repeat;
      content: '';
      display: block;
      width: 52px;
      height: 16px;
      position: absolute;
      top: 1px;
      left: -60px; } }
/*--------------------------------------------------------------
8.4 Sidebar
--------------------------------------------------------------*/
.widget {
  background: url("assets/images/divider-sidebar.png") no-repeat bottom center;
  margin-bottom: 20px;
  padding-bottom: 35px; }
  .widget .widget-title {
    color: #c1bb36;
    font-family: Arvo, serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .3em;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .widget select {
    display: block;
    width: 100%; }

/* Search Widget */
.widget.widget_search .search-field,
.widget.widget_search #subscribe-field,
.widget.jetpack_subscription_widget .search-field,
.widget.jetpack_subscription_widget #subscribe-field {
  background: #fdebe3 url("assets/images/submit-arrow.png") no-repeat 95% center;
  padding: 8px 9px;
  width: 100%; }
  .widget.widget_search .search-field::-webkit-input-placeholder,
  .widget.widget_search #subscribe-field::-webkit-input-placeholder,
  .widget.jetpack_subscription_widget .search-field::-webkit-input-placeholder,
  .widget.jetpack_subscription_widget #subscribe-field::-webkit-input-placeholder {
    letter-spacing: .2em; }
  .widget.widget_search .search-field:-moz-placeholder,
  .widget.widget_search #subscribe-field:-moz-placeholder,
  .widget.jetpack_subscription_widget .search-field:-moz-placeholder,
  .widget.jetpack_subscription_widget #subscribe-field:-moz-placeholder {
    letter-spacing: .2em; }
  .widget.widget_search .search-field::-moz-placeholder,
  .widget.widget_search #subscribe-field::-moz-placeholder,
  .widget.jetpack_subscription_widget .search-field::-moz-placeholder,
  .widget.jetpack_subscription_widget #subscribe-field::-moz-placeholder {
    letter-spacing: .2em; }
  .widget.widget_search .search-field:-ms-input-placeholder,
  .widget.widget_search #subscribe-field:-ms-input-placeholder,
  .widget.jetpack_subscription_widget .search-field:-ms-input-placeholder,
  .widget.jetpack_subscription_widget #subscribe-field:-ms-input-placeholder {
    letter-spacing: .2em; }
.widget.widget_search #subscribe-email,
.widget.jetpack_subscription_widget #subscribe-email {
  margin: 0; }
.widget.widget_search #subscribe-submit,
.widget.jetpack_subscription_widget #subscribe-submit {
  display: none; }

/* Calendar Widget */
.widget.widget_calendar table caption {
  text-align: center; }
.widget.widget_calendar table th, .widget.widget_calendar table td {
  padding: 2px;
  text-align: center; }
.widget.widget_calendar table tfoot td {
  border: none;
  padding: 5px; }
.widget.widget_calendar table tfoot #prev {
  text-align: left; }
.widget.widget_calendar table tfoot #next {
  text-align: right; }

/* Currently Reading widget */
.widget.UBB-currentlyReadingWidget p {
  background: url("assets/images/currently-reading.png") no-repeat 160px center;
  text-align: left !important; }
  .widget.UBB-currentlyReadingWidget p img {
    width: 158px !important; }
.widget.UBB-currentlyReadingWidget #ubb-reading-nothing {
  background: none !important; }

/* Challenges */
.widget.widget_sarah_challenges {
  clear: both;
  overflow: hidden; }
  .widget.widget_sarah_challenges a {
    display: block;
    float: left;
    margin-bottom: 5px;
    padding-right: 5px;
    width: 105px; }
  .widget.widget_sarah_challenges img {
    display: block;
    height: 105px;
    width: 105px; }

/*--------------------------------------------------------------
8.5 Footer
--------------------------------------------------------------*/
#footer {
  background: url("assets/images/bg-footer.png") repeat-x center bottom;
  color: #0f344f;
  font-family: Arvo, serif;
  font-size: 8px;
  font-weight: bold;
  padding-top: 28px;
  min-height: 132px; }
  #footer .attribution {
    letter-spacing: .3em;
    line-height: 1;
    text-transform: uppercase; }
    #footer .attribution #design_credits {
      color: #de8968;
      display: block;
      font-size: 9px;
      margin-top: 8px;
      text-transform: lowercase; }
      #footer .attribution #design_credits a {
        color: #de8968;
        text-decoration: none; }
        #footer .attribution #design_credits a:hover {
          text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
