/*
Theme Name: Oblivio
Author: Michael Barrish
Author URI: http://lumino.us
Description: Theme for oblivio.com
Theme URI: http://oblivio.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, responsive-layout, translation-ready
Text Domain: oblivio
*/

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
  max-width: 50%;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
  max-width: 50%;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}


/*
-----------------------------------------
	Oblivio stylesheet
	author: Michael Barrish (http://lumino.us)
	updated: August 21, 2014
-----------------------------------------
*/

body, div, html,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, b, cite, code, em, i, img, span, strong, sub, sup,
dd, dl, dt,
fieldset, form, label, legend,
caption, table, tbody, td, tfoot, th, thead, tr
del, dfn, ins, kbd, q, s, samp, strike, tt, var,
applet, iframe, object,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
audio, mark, time, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

li, ol, ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff url(media/site/bg-body.png) no-repeat top center;
  color: #333;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: center; }

/*	Inline
	----------------------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #aaa;
  color: #333;
  text-decoration: none; }

a:visited {
  color: #666; }

a:hover,
a:focus,
a:active {
  border-bottom-color: #fff;
  color: #960; }

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

a:focus {
  outline: thin dotted; }

a img {
  border: none;
  margin-bottom: -4px; }

b,
strong {
  font-style: normal;
  font-weight: bold; }

code {
  font-family: monospace, serif;
  font-size: 16px;
  font-size: 1rem; }

em,
i {
  font-style: italic; }

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

sub {
  bottom: -0.3em; }

sup {
  top: -0.3em; }

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

/*	Block
	----------------------------------------------------------------------------- */
blockquote {
  color: #666;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 20px 1.5em; }

h1 {
  font-family: Cambria, Georgia, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: .5em;
  /* 12px/24px */ }

h2 {
  font-family: Cambria, Georgia, serif;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316;
  margin-bottom: .631578em;
  /* 24px/19px x .5 */
  padding-top: .631578em;
  /* 24px/19px x .5 */ }

h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  letter-spacing: .1em;
  text-transform: uppercase; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
  /* 24px/16px */ }

/*	Lists
	----------------------------------------------------------------------------- */
dl {
  margin-bottom: 1.5em;
  /* 24px/16px */ }

dd,
dt {
  font-size: 16px;
  font-size: 1rem; }

ol,
ul {
  margin-bottom: 1.5em;
  /* 24px */
  margin-top: 0; }

li {
  margin-bottom: .375em; }

/*	Forms
	----------------------------------------------------------------------------- */
button,
input,
select,
textarea {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

fieldset,
form,
form div {
  margin-bottom: 1.5em; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

label {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
  display: block;
  font-size: 16px;
  font-size: 1rem; }

legend {
  font-size: 16px;
  font-size: 1rem; }

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

/*	Tables
	----------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em; }

caption,
td,
th {
  font-size: 16px;
  font-size: 1rem;
  padding: .5em;
  text-align: left; }

td,
th {
  border: 1px solid #aaa;
  border-collapse: collapse;
  border-spacing: 0; }

thead th {
  font-weight: bold; }

.site-container {
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  text-align: left;
  max-width: 33em; }

.lt-ie9 .site-container {
  width: 33em; }

.site-header {
  margin-top: 1em;
  min-height: 10em;
  text-align: left;
  width: 100%; }

.site-content {
  padding-bottom: 2em; }

.site-footer {
  float: left;
  padding: 1em 0 1.5em;
  width: 100%; }

/*
-----------------------------------------
	Blockquotes
	Color Test
	Contact Form
	Copyright
	Day (used on Gone Away)
	Epigraphs
	Figures
	Footnotes
	Instant Messages
	Lists
	Nav
	Nav Anchors
	Nav Footer
	Page Description (used on bedtime stories)
	Paging Links
	Piece
	Scrawl
	Search Result
	Section Divider
	Site Logo
	Site Nav
	Site Search
	Skip Links
	Tagline
-----------------------------------------
*/
/*	Blockquotes
	----------------------------------------------------------------------------- */
.extended {
  background-color: #f5efe5;
  padding: 1.5em 1.5em 1px; }

blockquote > h2,
blockquote > h3 {
  padding-top: 0; }

blockquote > blockquote {
  background: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 0; }

.center {
  text-align: center; }

/*	Color Test
	----------------------------------------------------------------------------- */
.colortest > .item {
  display: inline;
  float: left;
  margin-right: 3%;
  width: 30%; }

.colortest > .item > p {
  text-align: center; }

/*	Contact Form
	----------------------------------------------------------------------------- */
.fscf-div-form {
  background-color: #f5efe5;
  margin-top: 1.25em;
  padding: 1.75em 1.25em 1px;
  /* 28px/16px, 20px/16px */
  position: relative; }
  .fscf-div-form fieldset,
  .fscf-div-form div {
    margin-bottom: 1.25em; }
  div.fscf-div-label {
    margin-bottom: 0; }
  .fscf-div-form .required,
  .fscf-div-form #fscf_required1 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    font-style: italic;
    position: absolute;
    right: 1.5em;
    top: 1.166666em;
    /* 14px/12px */ }
  .fscf-div-form label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429; }
  .fscf-div-form .req,
  .fscf-div-form .fscf-required-indicator {
    color: #960;
    font-weight: bold;
    padding: 0 .1em; }
  .fscf-div-form input[type="email"],
  .fscf-div-form input[type="text"],
  .fscf-div-form textarea {
    border: 1px solid #aaa;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    padding: .357142em;
    /* 5px/14px */
    width: 96%; }
  .fscf-div-form input[type="email"]:focus,
  .fscf-div-form input[type="text"]:focus,
  .fscf-div-form textarea:focus {
    border-color: #960; }
  .fscf-div-form input[type="checkbox"] {
    margin: 3px 5px 3px 0; }
  .fscf-div-form input[type="checkbox"],
  .fscf-div-form label[for="gbcc"] {
    float: left; }
  .fscf-div-form input[type="submit"] {
    background: #960;
    border: none;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: .5em 1em; }
  .ie9 .fscf-div-form input[type="submit"] {
    background: #960 !important; }
  .fscf-div-form input[type="submit"]:hover {
    background: #333;
    border-color: #666; }
  .ie9 .fscf-div-form input[type="submit"]:hover {
    background: #333 !important; }

/*	Copyright
	----------------------------------------------------------------------------- */
.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin: 0; }
  @media (min-width: 34em) {
    .copyright {
      float: right;
      margin: .2em 0 0 1em;
      text-align: right; } }

/*	Piece Date
	----------------------------------------------------------------------------- */
.piece-date {
  color: #aaa;
  display: block;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.18182;
  letter-spacing: .1em;
  text-transform: uppercase; }

/*	Day (used on Gone Away)
	----------------------------------------------------------------------------- */
.day {
  font-style: italic;
  margin: -0.375em 0 0.375em;
  text-align: right; }

.postid-782 .piece h2 {
	color: #960;
	font-size: 19px;
	font-size: 1.2rem;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}

.postid-782 .piece h2.piece-title {
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: none;
}

/* dialogue tight */
.dialogue-tight {
  margin-bottom: 1.5em; }
  .dialogue-tight p {
    margin-bottom: 0; }

/*	Epigraphs
	----------------------------------------------------------------------------- */
.epigraph dt {
  font-style: italic; }

.epigraph dd {
  margin-bottom: 1.5em;
  text-align: right; }

/*	Favs
	----------------------------------------------------------------------------- */
.favs {
  border-top: 1px solid #aaa;
  float: left;
  overflow: hidden;
  padding-top: 1.5em;
  width: 100%; }
  @media (min-width: 34em) {
    .favs {
      padding-bottom: 1.5em; } }
  .favs .fav-header {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: .2em;
    line-height: 1;
    /* 12px */
    margin-bottom: 1em;
    /* 12px */
    padding-top: 0;
    text-transform: uppercase; }

.fav {
  display: inline;
  float: left;
  margin: 0 0 1em;
  vertical-align: top;
  width: 100%; }
  .fav .fav-title {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-transform: none; }
  .fav .fav-excerpt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0; }

@media (min-width: 34em) {
  .fav {
    margin: 0 0 0 5%;
    width: 30%; } }
.fav:first-of-type {
  margin-left: 0; }

.lt-ie9 .favs .fav {
  margin: 0 0 0 3%; }

.favs-list .fav-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none; }

/*	Figures
	----------------------------------------------------------------------------- */
figure {
  margin-bottom: 1.5em; }

.figure-center {
  text-align: center; }

.figure-left,
.figure-right {
  margin: 0 0 1em; }

figure figcaption {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem; }

.figure-center figcaption {
  margin: 0 auto; }

@media (min-width: 34em) {
  .figure-left {
    float: left;
    margin: 3px 1.5em 1.5em 0; } }

@media (min-width: 34em) {
  .figure-right {
    float: right;
    margin: 3px 0 1.5em 1.5em; } }

/*	Footnotes
	----------------------------------------------------------------------------- */
.footnotes {
  border-top: 1px solid #aaa;
  list-style: inside decimal;
  margin: 3em 0;
  padding: .5em 0 0 0;
  /* 8px */ }
  .footnotes li {
    background: none;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-left: 0; }
  .footnotes .jump:visited {
    color: #333; }
  .footnotes .jump:hover {
    color: #960; }

/*	Instant Messages
	----------------------------------------------------------------------------- */
.im > li {
  background: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.im1 {
  color: #960; }

.im2 {
  font-weight: bold; }

/*	Lists
	----------------------------------------------------------------------------- */
.plain {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0; }
  .plain > li {
    padding: 0; }

.tight > li {
  margin: 0; }

/*	Nav
	----------------------------------------------------------------------------- */
.nav {
  list-style: none;
  margin-left: 0; }

.nav > li {
  display: inline; }

.nav a {
  display: inline-block; }

/*	Nav Anchors
	----------------------------------------------------------------------------- */
.nav-anchors {
  display: none;
  position: absolute;
  right: 0;
  top: 0; }
  .js .nav-anchors {
    display: block; }
  .lt-ie9 .nav-anchors {
    display: none; }
  .nav-anchors > li {
    display: inline-block; }

.anchor {
  border-bottom: 0;
  color: #fff;
  float: left;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 3.5em;
  width: 3.5em; }
  .anchor .bg {
    background: url(media/site/bg-sprite-site.png) no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 1.1em 0 0 1em; }
  .anchor .label {
    display: inline-block;
    text-indent: -9999em; }
  .anchor:hover {
    color: #000; }
  .anchor:focus {
    outline: none; }

.anchor-nav .bg {
  background-position: -18px -102px; }

.anchor-search .bg {
  background-position: 0 -102px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .anchor .bg {
    -webkit-background-size: 18px 71px;
            background-size: 18px 71px; }

  .anchor-nav .bg {
    background-position: 0 -33px; }

  .anchor-search .bg {
    background-position: 0 -15px; } }
@media (min-width: 34em) {
  .js .nav-anchors {
    display: none; } }

/*	Nav Footer
	----------------------------------------------------------------------------- */
.nav-footer {
  clear: left;
  float: left;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%; }
  .nav-footer > li {
    margin-bottom: 0; }
  .home .nav-footer, .piece .nav-footer {
    padding-top: 1em; }
  .nav-footer a {
    background: #f5efe5;
    border-bottom: 1px solid #960;
    display: block;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.84615;
    padding: .5em .5em .5em 1em; }
  .nav-footer :first-child a {
    border-top: 1px solid #960; }
  .nav-footer a:hover {
    background: #fff; }

@media (min-width: 34em) {
  .nav-footer {
    border-top: 1px solid #aaa;
    clear: none;
    display: block;
    float: left;
    padding-top: 1em;
    margin-top: 0; }
    .nav-footer > li {
      float: left;
      line-height: 1;
      margin-top: 1px;
      padding: 0 .6em; }
    .nav-footer > li:first-child {
      padding-left: 0; }
    .nav-footer a {
      background: none;
      border-bottom-color: transparent;
      border-top: 0;
      float: left;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.71429;
      font-family: Georgia, serif;
      padding: 0;
      vertical-align: top;
      width: 100%; }
    .nav-footer li:first-child a {
      border-top: 0; }
    .nav-footer a:before {
      color: #aaa;
      content: "\2044";
      left: -0.6em;
      position: relative; }
    .nav-footer li:first-child a:before {
      content: ""; } }

/*	Page Description (used on bedtime stories)
	----------------------------------------------------------------------------- */
.page-description {
  border-bottom: 1px solid #ddd;
  font-style: italic;
  margin-bottom: 2em;
  /* 56px/16px */ }
  .page-description p:last-child {
    margin-bottom: .5em; }

/*	Paging Links
	----------------------------------------------------------------------------- */
.paging {
  float: left;
  margin-top: -3em;
  padding-left: 0;
  text-align: center;
  width: 100%; }
  .paging > li {
    background: none;
    display: inline;
    font-family: Cambria, Georgia, serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: .2em;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: uppercase; }
  .paging > .previous {
    padding-right: .85em; }
  .paging > .previous:before {
    content: "\2190\00a0"; }
  .paging > .next:after {
    content: "\00a0\2192"; }

.home .paging .next,
.home .paging .next-after {
	display: none;
	visibility: hidden;
}


/*	Piece Date
	----------------------------------------------------------------------------- */
.piece-date {
  color: #aaa;
  display: block;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.18182;
  letter-spacing: .1em;
  text-transform: uppercase; }

/*	Piece
	----------------------------------------------------------------------------- */
.piece {
  margin-bottom: 4em; }

.piece-date {
  color: #aaa;
  display: block;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.18182;
  letter-spacing: .1em;
  text-transform: uppercase; }

.piece-header > h1 {
  margin: .3em 0 .633333em; }

.piece-header > h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125;
  /* 27px */
  margin: .291666em 0 .583333em;
  /* 7px and 14px */
  padding-top: 0; }

/*	Search Result
	----------------------------------------------------------------------------- */
.search-header {
  margin-bottom: 1em; }

.search-term {
  color: #960; }

.result > h3 {
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none; }

/*	Scrawl
	----------------------------------------------------------------------------- */
.scrawl > p {
  font-family: "Comic Sans MS", Casual, cursive;
  font-size: 30px;
  font-size: 1.875rem;
  font-variant: small-caps;
  letter-spacing: .1em;
  text-transform: lowercase; }

/*	Section Divider
	----------------------------------------------------------------------------- */
.piece .divider {
  margin: 1.5em 0;
  /* 24px/16px */
  text-align: center; }
  .piece .divider:after {
    content: "\2014"; }
  .piece .divider + h2 {
    padding-top: 0; }
  .postid-782 .divider {
	margin: 2em 0 1.5em; }

/*	Site Logo
	----------------------------------------------------------------------------- */
.site-logo {
  background-color: #960;
  float: left;
  margin: 0 1.5em .5em 1em; }
  .site-logo > h1,
  .site-logo > h2 {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  .site-logo .logo-link {
    border-bottom: none;
    color: #fff;
    float: left;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: .3em;
    line-height: 1; }
  .site-logo .logo-link:hover {
    /*color: #000;*/
    border-bottom: 1px solid #fff; }

/*	Site Nav
	----------------------------------------------------------------------------- */
.site-nav {
  clear: both;
  margin: 1.5em 0 0;
  max-height: 15em;
  padding-left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .js .site-nav {
    display: none; }
  .site-nav > li {
    margin: 0;
    padding: 0; }
  .site-nav a {
    background-color: #f5efe5;
    border-bottom-color: #960;
    display: block;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: .2em;
    padding: .5em .5em .5em 1.25em; }
  .site-nav a:hover {
    background-color: #fff; }

@media (min-width: 34em) {
  .site-nav {
    /*background-color: #960;*/
    clear: none;
    float: left;
    margin-top: 0; }
    .js .site-nav {
      display: block !important; }
    .site-nav > li {
      /*background-color: #000;*/
      display: inline;
      float: left;
      margin-top: 1px;
      margin: 1px 6px;
      /*padding: 0 .3em;*/ }
    .site-nav li:first-child {
      margin-left: 0; }
    .site-nav a {
      background-color: #960;
      border-bottom-color: transparent;
      color: #fff;
      display: inline-block;
      float: left;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1;
      padding: 0;
      position: relative;
      vertical-align: top;
      width: 100%; }
    .site-nav a:before {
      color: #aaa;
      content: "\2044";
      display: inline-block;
      left: -10px;
      position: absolute; } 
    .site-nav li:first-child a:before {
      content: ""; }
    .site-nav a:hover {
      /*background-color: #000;*/
      background-color: #960;
      text-decoration: underline;
      /* color: #333;*/ }
  }

/*	Site Search
	----------------------------------------------------------------------------- */
.search-form {
  background: #f5efe5;
  float: left;
  margin: 0 auto 2em;
  padding: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  /* IE won't apply allow transparent background on the submit input, so we make the background white and give it zero opacity */ }
  .js .search-form {
    display: none; }
  .search-form div,
  .search-form input {
    display: inline; }
  .search-form [type="search"] {
    background: #fff url(media/site/bg-sprite-site.png) no-repeat right 0.3em;
    border: 1px solid #960;
    border-radius: .5em !important;
    color: #333;
    display: inline;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: .4em 2.2em .4em .4em;
    width: 80%; }
  .search-form [type="submit"] {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 1.75em;
    overflow: hidden;
    position: absolute;
    right: .1em;
    text-indent: -99999em;
    top: 1em;
    width: 2em;
    z-index: 1; }
  .ie .search-form [type="submit"] {
    background: #fff;
    filter: alpha(opacity=0); }

@media (min-width: 34em) {
  .search-form {
    background: none;
    display: block !important;
    margin-top: .6em;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 0;
    width: auto; }
    .js .search-form {
      display: block !important;
      margin-top: .6em; }
    .search-form [type="search"] {
      width: 12em; }
    .search-form [type="submit"] {
      right: .1em;
      top: 0; } }

/*	Skip Links
	----------------------------------------------------------------------------- */
.skip-links {
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0; }
  .skip-links li {
    background: #960;
    display: inline;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
  .skip-links .skip-link {
    color: #fff; }

/*	Small Caps
	----------------------------------------------------------------------------- */
.caps {
  font-size: larger;
  font-variant: small-caps;
  letter-spacing: .1em;
  text-transform: lowercase; }

/*	Shovel Man
	----------------------------------------------------------------------------- */
.shovel-man {
  background: url(media/site/bg-sprite-site.png) no-repeat 0 -120px;
  display: inline-block;
  height: 21px;
  margin-right: 6px;
  width: 24px; }

/*	Tagline
	----------------------------------------------------------------------------- */
.tagline {
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  font-style: italic;
  margin: 0; }

/*	Hide and Focus
	----------------------------------------------------------------------------- */
/* Hide visually but have available for screenreaders: h5bp.com/v */
.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.focusable:active,
.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders but maintain layout */
.invisible {
  visibility: hidden; }

/* Hide visually, hide from screenreaders, remove from layout */
.hidden {
  display: none !important;
  visibility: hidden; }

/*	Clearfix
	----------------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important; }

  a {
    border: 0 !important; }

  .layout-container, .layout-header {
    margin: 0 !important;
    max-width: none !important;
    min-height: 4em !important;
    padding: 0 !important;
    top: 0 !important; }

  body {
    font-family: Georgia, serif !important;
    line-height: 1.5 !important;
    margin: 0.5in 0.5in 1in !important; }

  p, ul, ol, dl, code, form, pre, table {
    margin: 0 0 1em !important; }

  code, kbd, samp,
  blockquote, p, li, dd, dt,
  button, input, label, legend, select, textarea,
  caption, table, th, td,
  .tagline {
    font-size: 16px !important; }

  .piece-date {
    font-size: 10px !important;
    margin: 0 0 1em !important; }

  blockquote {
    padding: 0 !important; }

  h1, h2, h3 {
    font-weight: normal !important;
    margin: 0 0 0.5em !important; }

  h1 {
    font-size: 24px !important; }

  h2 {
    font-size: 20px !important; }

  h3 {
    font-size: 18px !important; }

  .piece-header h2 {
    font-size: 24px !important;
    margin-top: 0 !important; }

  .site-logo {
    margin: 0 !important; }

  .site-logo h1 a {
    font-size: 20px !important; }

  .site-footer {
    padding-top: 0 !important; }

  .tagline {
    padding: 0 !important; }

  .copyright {
    border-left: none !important;
    float: none !important;
    margin-bottom: 0.5em !important;
    padding-left: 0 !important; }

  .site-header, .paging, .favs, .nav-footer {
    display: none !important;
    visibility: hidden !important; } }
