/*
Theme Name: ArtsEditor
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>ArtsEditor</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ArtsEditor
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ArtsEditor is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 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-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.72222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 600px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 18px;
      font-size: 1.8rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  margin-left: -.05em;
  margin-bottom: .1em; }
  @media screen and (min-width: 600px) {
    h1 {
      font-size: 36px;
      font-size: 3.6rem; } }

h1 a, h2 a {
  color: inherit !important;
  font-weight: 400; }
  h1 a:hover, h2 a:hover {
    color: #e5b133 !important; }

.category-features h1,
.category-monthly-issues-1999-2003 h1 {
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (min-width: 600px) {
    .category-features h1,
    .category-monthly-issues-1999-2003 h1 {
      font-size: 48px;
      font-size: 4.8rem; } }

.page-category h1.entry-title,
.page-search h1.entry-title,
h2 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media screen and (min-width: 600px) {
    .page-category h1.entry-title,
    .page-search h1.entry-title,
    h2 {
      font-size: 28px;
      font-size: 2.8rem; } }

h2 {
  line-height: 1.25;
  margin-bottom: .8em; }

.archive-articles h2 {
  margin-bottom: 0; }

h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.2em; }

.type-page h1,
.page-search .page-header h1 {
  text-transform: lowercase; }

.page-search .page-header p {
  margin-top: 1.2em;
  margin-bottom: 2.5em; }

.home .page .entry-title,
.page-category h1.page-title {
  color: #e5b133;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: .05em;
  margin-right: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-bottom: 1.1em; }
  @media screen and (min-width: 600px) {
    .home .page .entry-title,
    .page-category h1.page-title {
      font-size: 24px;
      font-size: 2.4rem; } }

.home .page .entry-title {
  margin-right: 0; }

.gray-title {
  color: #868686;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  display: block; }
  @media screen and (min-width: 600px) {
    .gray-title {
      font-size: 16px;
      font-size: 1.6rem; } }

.gray-title.light {
  color: #cccccc; }

.subtitle {
  color: #868686;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 600; }
  @media screen and (min-width: 600px) {
    .subtitle {
      font-size: 21px;
      font-size: 2.1rem; } }

p {
  margin-bottom: 1.2em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  border: none;
  background: #6b9dba;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: .6em 1em .8em;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block; }

a.button, a.button:visited {
  color: #fff;
  -webkit-appearance: none; }

button:hover, .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #e5b133; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: black;
  border: 1px solid #919191;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: black; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 4px 11px;
  -webkit-appearance: none;
  border-radius: 0; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 9px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #6b9dba;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:visited {
    color: #6b9dba; }
  a:hover, a:focus, a:active {
    color: #e5b133; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  padding: 23px 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 5px 0 6px;
    color: inherit;
    text-transform: lowercase; }
    .main-navigation a:hover {
      color: #e5b133; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #e5b133; }

/* Small menu */
.menu-toggle {
  float: right;
  width: 45px;
  height: 40px;
  padding: 10px;
  padding-bottom: 7px;
  margin: 25px 0 0; }
  @media screen and (min-width: 600px) {
    .menu-toggle {
      margin: 30px 0 0; } }
  @media screen and (min-width: 990px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:hover {
    cursor: pointer;
    opacity: 0.3; }
  .menu-toggle .bar {
    background: #000;
    height: 2px;
    margin-bottom: 5px; }

.head-wrap {
  overflow: hidden;
  clear: both; }

#masthead .large-screens {
  display: none; }
  @media screen and (min-width: 990px) {
    #masthead .large-screens {
      display: block; } }

#masthead .small-screens {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px; }
  @media screen and (min-width: 990px) {
    #masthead .small-screens {
      display: none; } }
  #masthead .small-screens .head-wrap {
    display: none; }
    #masthead .small-screens .head-wrap.open {
      display: block; }

#masthead .small-screens header {
  border: none;
  padding: 0;
  background: transparent; }
  #masthead .small-screens header:focus {
    outline: none; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: black;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    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 */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  margin-bottom: 2em;
  display: block; }
  @media screen and (min-width: 600px) {
    .alignleft {
      display: inline;
      float: left;
      margin: .5em 2em 2em 0; } }

.alignright {
  margin-bottom: 2em;
  display: block; }
  @media screen and (min-width: 600px) {
    .alignright {
      display: inline;
      float: right;
      margin: .5em 0 2em 2em; } }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.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; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 2.5em; }

.home .type-page {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.2em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.2em; }

/* Main Layout */
#page {
  max-width: 1256px;
  padding: 0 21px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    #page {
      padding: 0 72px; } }

@media screen and (min-width: 990px) {
  #masthead {
    width: 26.97842%;
    float: left;
    padding-right: 42px; } }
@media screen and (min-width: 990px) {
  #masthead .line {
    border-bottom: 1px solid #cccccc;
    height: 23px; } }
#masthead .site-branding {
  position: absolute;
  z-index: 10; }
  @media screen and (min-width: 990px) {
    #masthead .site-branding {
      position: static; } }
#masthead .site-title {
  padding: 23px 0 5px; }
  #masthead .site-title img {
    display: block;
    width: 200px; }
    @media screen and (min-width: 600px) {
      #masthead .site-title img {
        float: none;
        width: 260px; } }
    @media screen and (min-width: 990px) {
      #masthead .site-title img {
        width: auto; } }
#masthead .site-description {
  margin-bottom: 0; }
#masthead .search-form-wrap {
  position: relative;
  padding-bottom: 18px; }
  #masthead .search-form-wrap .search-form {
    padding-bottom: 1.2em; }
  #masthead .search-form-wrap .search-field {
    width: 100%;
    box-sizing: border-box;
    height: 38px; }
  #masthead .search-form-wrap input[type="submit"] {
    background: white url(images/icon-search-2x.png) center no-repeat;
    background-size: 21px;
    border: none;
    box-shadow: none;
    text-indent: -999em;
    padding: 7px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 2px;
    top: 1px; }
#masthead .social {
  padding-bottom: 50px;
  content: "";
  display: table; }
#masthead .social div {
  width: 38px;
  height: 38px;
  margin-right: 8px;
  float: left; }
#masthead .civil {
  font-style: italic;
  padding-bottom: 50px;
  content: "";
  display: table;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 600px) {
    #masthead .civil {
      font-size: 16px;
      font-size: 1.6rem; } }
#masthead .civil img {
  max-width: 100px;
  margin-top: 0.3em;
  margin-bottom: -0.3em; }
#masthead .civil a {
  text-decoration: none;
  color: inherit;
  font-weight: normal; }
#masthead .civil a:hover {
  color: inherit; }

#sidebar-left, #sidebar-top {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 990px) {
    #sidebar-left, #sidebar-top {
      margin: 0;
      text-align: left; } }

#sidebar-left {
  clear: both; }
  @media screen and (min-width: 990px) {
    #sidebar-left {
      margin-right: -42px; } }

@media screen and (min-width: 990px) {
  #content {
    width: 73.02158%;
    padding-left: 7.55396%;
    float: right; } }
#content #main {
  padding-top: 19px; }
@media screen and (min-width: 600px) {
  #content #main:first-child {
    padding-top: 40px; } }
@media screen and (min-width: 990px) {
  #content #main:first-child {
    padding-top: 64px; } }

.entry-meta {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-bottom: 1.1em;
  line-height: 1.25;
  position: relative; }
  .entry-meta .date-genre {
    display: block;
    padding-top: .2em; }
    @media screen and (min-width: 600px) {
      .entry-meta .date-genre {
        display: inline;
        padding: 0; } }
  .entry-meta .category {
    color: #e5b133;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: .05em;
    margin-right: 15px; }
    @media screen and (min-width: 600px) {
      .entry-meta .category {
        font-size: 24px;
        font-size: 2.4rem; } }
  .entry-meta .share {
    position: absolute;
    right: 0;
    top: .5em; }

.date {
  color: #868686;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 5px; }
  @media screen and (min-width: 600px) {
    .date {
      font-size: 16px;
      font-size: 1.6rem; } }

.genre {
  color: #868686;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600; }
  @media screen and (min-width: 600px) {
    .genre {
      font-size: 16px;
      font-size: 1.6rem; } }

.smaller {
  font-size: .9em; }

.share {
  color: #ff693a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600; }
  .share .plus {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: .3em;
    margin-bottom: -2px; }
    .share .plus .bar {
      width: 2px;
      height: 16px;
      position: absolute;
      left: 7px;
      background: #ff693a; }
    .share .plus .bar:first-child {
      width: 16px;
      height: 2px;
      left: 0;
      top: 7px; }
  .share .text {
    display: inline-block;
    padding: .2em 0; }

.addthis_sharing_toolbox {
  display: inline-block; }

.at4-share-title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600px;
  color: #ff693a; }

.atss-right {
  right: 10px !important; }

.page-category .entry-meta,
.page-search .entry-meta {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 3px; }

.entry-summary {
  content: "";
  display: table; }
  .entry-summary p {
    display: inline; }
  .entry-summary .continue {
    padding: 0 .5em; }

.entry-footer .contributor {
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 600px) {
    .entry-footer .contributor {
      font-size: 16px;
      font-size: 1.6rem; } }
.entry-footer .top-page {
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 600px) {
    .entry-footer .top-page {
      font-size: 16px;
      font-size: 1.6rem; } }

.site-footer {
  clear: both;
  border-top: 1px solid #cccccc;
  padding: 10px 0 30px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 600px) {
    .site-footer {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 990px) {
    .site-footer .site-info, .site-footer .tagline {
      margin-left: 26.97842%;
      padding-left: 7.55396%; } }
  .site-footer .tagline {
    color: #868686;
    margin-top: 1em; }

/* Image clusters */
@media screen and (min-width: 600px) {
  .type-post .entry-content .wp-caption.alignleft {
    float: none;
    margin-right: 0;
    width: auto !important;
    content: "";
    display: table; }
    .type-post .entry-content .wp-caption.alignleft img {
      float: left;
      width: 60%;
      padding-right: 1.5em; }
    .type-post .entry-content .wp-caption.alignleft .wp-caption-text {
      margin-left: 60%; } }
@media screen and (min-width: 600px) {
  .type-post .entry-content .wp-caption.alignright {
    float: none;
    margin-left: 0;
    width: auto !important;
    content: "";
    display: table; }
    .type-post .entry-content .wp-caption.alignright img {
      float: right;
      width: 60%;
      padding-left: 1.5em; }
    .type-post .entry-content .wp-caption.alignright .wp-caption-text {
      margin-right: 60%; } }

/* From the Archives */
.archive-articles {
  margin-bottom: 2.5em;
  width: 100%;
  content: "";
  display: table; }
  .archive-articles .gray-title {
    padding: .2em 0 0; }

.archive-article {
  padding-bottom: 1.2em; }
  @media screen and (min-width: 600px) {
    .archive-article {
      padding-right: 42px;
      float: left;
      width: 50%; } }

.archive-article:nth-child(odd) {
  clear: both; }

/* Tagline under logo */
.site-tagline {
  color: #868686;
  font-style: italic;
  padding: 1.4em 0 0;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 990px) {
    .site-tagline {
      padding: .4em 0 0; } }
  .site-tagline sup {
    font-size: .5em;
    margin-left: .2em; }

/* Images with border */
.border {
  border: 1px solid #cccccc; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.2em;
  max-width: 100%; }
  .wp-caption img {
    display: block; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }

.wp-caption-text {
  color: #868686;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  margin-top: .6em; }
  @media screen and (min-width: 600px) {
    .wp-caption-text {
      font-size: 16px;
      font-size: 1.6rem; } }

@media screen and (min-width: 600px) {
  .featured-image {
    max-width: 65%; } }
@media screen and (min-width: 600px) {
  .featured-image {
    width: 354px; } }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }
