/* @override 
	http://nancymonson.interpolate.org/css/typography.css
	http://nancymonson.interpolate.org/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Icon webfont generated by http://fontello.com 
   
   ## Entypo
   
      Copyright (C) 2012 by Daniel Bruce
   
      Author:    Daniel Bruce
      License:   CC BY-SA (http://creativecommons.org/licenses/by-sa/2.0/)
      Homepage:  http://www.entypo.com
   
   
   ## Font Awesome
   
      Copyright (C) 2012 by Dave Gandy
   
      Author:    Dave Gandy
      License:   SIL ()
      Homepage:  http://fortawesome.github.com/Font-Awesome/
   
   
   ## Elusive
   
      Copyright (C) 2013 by Aristeides Stathopoulos
   
      Author:    Aristeides Stathopoulos
      License:   SIL (http://scripts.sil.org/OFL)
      Homepage:  http://aristeides.com/
   
   
   ## MFG Labs
   
      Copyright (C) 2012 by Daniel Bruce
   
      Author:    MFG Labs
      License:   SIL (http://scripts.sil.org/OFL)
      Homepage:  http://www.mfglabs.com/
   
   ========================================================================== */


@font-face {
  font-family: 'nancy-icons';
  src: url('../font/nancy-icons.eot');
  src: url('../font/nancy-icons.eot#iefix') format('embedded-opentype'),
       url('../font/nancy-icons.woff') format('woff2'),
       url('../font/nancy-icons.woff') format('woff'),
       url('../font/nancy-icons.ttf') format('truetype'),
       url('http://www.nancymonson.com/font/nancy-icons.svg?57738615#nancy-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'nancy-icons';
    src: url('http://www.nancymonson.com/font/nancy-icons.svg?54307228#nancy-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "nancy-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-mail-outline:before { content: '\e800'; } /* '' */
.icon-tag:before { content: '\e801'; } /* '' */
.icon-play-circled-large:before { content: '\e802'; } /* '' */
.icon-home:before { content: '\e803'; } /* '' */
.icon-homestead:before { content: '\e804'; } /* '' */
.icon-comment-2:before { content: '\e805'; } /* '' */
.icon-comment-1:before { content: '\e806'; } /* '' */
.icon-bookmark:before { content: '\e807'; } /* '' */
.icon-calendar-outline:before { content: '\e808'; } /* '' */
.icon-user-1:before { content: '\e809'; } /* '' */
.icon-user:before { content: '\e80a'; } /* '' */
.icon-play-circled:before { content: '\e80b'; } /* '' */
.icon-issuu:before { content: '\e80c'; } /* '' */
.icon-contently:before { content: '\e80d'; } /* '' */
.icon-phone:before { content: '\f098'; } /* '' */
.icon-pinterest:before { content: '\f0d3'; } /* '' */
.icon-googleplus:before { content: '\f0d4'; } /* '' */
.icon-mail:before { content: '\f0e0'; } /* '' */
.icon-zoom:before { content: '\f0fe'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-video-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-twitter:before { content: '\f304'; } /* '' */
.icon-facebook:before { content: '\f308'; } /* '' */
.icon-linkedin:before { content: '\f30c'; } /* '' */
.icon-comment-3:before { content: '\f4ac'; } /* '' */
.icon-calendar:before { content: '\f4c5'; } /* '' */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#top-banner {
  height: 200px;
  width: 100%;
  z-index: 9;
  position: absolute;
}
#top-banner {
  display: block;
  background-position: top right;
  background-image: url("../images/header_bg_white.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: auto 200px;
}

/* basic width */
#global-header nav ul,
#global-header nav .wrapper,
#global-header h1,
#global-header h2,
#global-header h3,
#canvas {
  max-width: 940px;
}

/* green band */

#global-header nav,
#global-footer {
  background-color: #cbdd50;
}

#global-header {
  position: relative;
  z-index: 11;
  margin: 0px auto 0;
}

#global-header h1 {
  text-decoration: none;
  margin: 0;
  padding: 55px 0em 0em 50px;
  font: normal 42px/1em minion-pro, Georgia, serif;
  display: inline-block;
  overflow: hidden;
}

#global-header h1 a,
#global-header h1 a:visited,
#global-header h1 a:hover {
  color: #eb0029;
  text-decoration: none;
}
#global-header h2 {
  color: #888;
  font-family: minion-pro, Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.4em;
  margin: 12px 0 0 53px;
  padding: 0;
}
#global-header h3 {
  color: #bbb;
  font-family: europa;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 1px;
  margin: 12px 0 0 53px;
  padding: 0;
}
#global-header h3 a {
  color: #bbb;
  text-decoration: none;
}
#global-header h3 a:before {
  color: #bbb;
  content: "·";
  padding: 0 .4em;
}
#global-header h3 a:hover {
  color: #8faf15;
}
#global-header nav {
  width: 100%;
  position: relative;
}
#global-header a {
  color: #919191;
}
#global-header li.active a {
  color: #5c5c5c;
  font-weight: bold;
}
#global-header a:hover {
  color: #b00845;
}
#global-header nav {
  position: absolute;
  top: 200px;
  margin: 0px 0 0px 0;
  padding: 0;
  text-align: center;
}
#global-header nav ul {
display: block;
  margin: 0 auto;
  padding: .4em;
}
#global-header nav li {
  display: inline-block;
  position: relative;
}
#global-header nav li a {
  display: inline-block;
  padding: 0.15em .75em;
  color: #fff;
}
#global-header nav li a:hover {
  color: #5c5c5c;
  text-decoration: none;
}
#global-header nav li + li {
  margin-left: 0px;
}
#global-header nav a {
  font-family: europa, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
}
#global-header nav li#nav_home a span {
  display: none;
}
#global-header nav li#nav_home a:before {
  font-family: nancy-icons;
  font-weight: normal;
  content: '\e804';
}

#global-header div#connect-bar {
  background-color: #a6b927;
  width: 100%;
  display: block;
  overflow: auto;
  /*position: relative;*/
  /*top: 0;*/
}
#global-header div#connect-bar .wrapper {
  margin: 0 auto;
}

#global-header div#connect-bar .social-networks {
  float: left;
  padding: 0;
}
#global-header div#connect-bar .social-networks li span {
  display: none;
}
#global-header div#connect-bar .social-networks li a {
  font-size: 20px;
  line-height: 1.65em;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  /*color: #fff;*/
}
.signup-bar {
  float: right;
  display: block;
  font-family: europa;
  font-weight: bold;
}
.signup-bar p {
  float: left;
  margin: 10px 5px;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.signup-bar .btn {
  /*clear: both;*/
  float: right;
  display: block;
  font-family: europa;
  font-weight: bold !important;
  font-size: 13px !important;
  text-align: center;
  margin: 6px 10px 5px;
  padding: 3px 12px 2px 12px;
  border-radius: 5px;
}
.signup-bar .btn-primary {
  background-color: #fff !important;
  color: #5c5c5c;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #a6b927 !important;
}
.signup-bar .btn-primary:hover {
  color: #000 !important;
  border: 1px solid #fff !important;
}

#canvas {
  margin: 175px auto 0;
  padding: 0px 50px;
  position: relative;
  z-index: 10;
  overflow: auto;
}

#content {
  position: relative;

  overflow: auto;
    font-family: minion-pro, ff-tisa-web-pro, Georgia, serif;
  width: 65%;
  float: left;
}
#sidebar {
  float:right;
  width: 25%;
}

#content img,
#sidebar img {
  width: 100%;
}
#content h1 {
  margin-top: 2em;
}
#content article:first-of-type h1,
#content #primary h1,
#content h1.page-heading {
  margin-top: 0;
}
#content h2 {
  margin-top: 1.5em;
}
#content h3 {
  font-style: italic;
  font-weight: 400;
  margin: 1.5em 0 -0.25em 0;
  font-size: 1.45em;
}
#content h3 + .img-group {
  margin-top: 1em;
}
#content h3.cathead {
  font-style: normal;
}
#content h3.cathead span {
  font-style: italic;
}
#content p,
#content li {
  font-size: 1.2em;
}
#content p + ul {
  margin-top: -1.25em;
}
#content ul {
  padding-left: 0;
}
#content li {
  list-style: none;
  padding-left: 1em;
}
#content li:before {
  content: '– ';
  margin-left: -1em;
  width: 1em;
  display: inline-block;
}
#content li .published {
  color: #999;
}
#content li .published:before {
  content: "–";
  padding-right: .25em;
  color: #999;
}
#content ol li {
  list-style: decimal;
  padding-left: 0;
  margin-left: .8em;
}
#content ol li:before {
  content: "";
  padding: 0;
}
#content a {
  color: #222;
/*  text-decoration: none;*/
}
#content a:before {
  /*content: "›\00a0";*/
  color: #8fae17;
/*  padding-right: 3px;*/
  display:inline-block;
}
#content a:hover {
  color: #8fae17;
}

#content blockquote {
  margin-left: 20px;
  font-style: italic;
  color: #8faf15;
}
#content blockquote span.source {
  font-style: normal;
  font-size: .9em;
  color: #555;
}
#content blockquote span.source:before {
  content: "—";
  padding: 5px;
}
#content p.source {
  font-size: 1em;
  color: #555;
  margin-left: 20px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #8fae17;
  padding-bottom: 40px;
}
#content p.source:last-child {
  border-bottom: none;
}
#content p.cite {
  font-size: 1em;
  color: #777;
  margin-left: 20px;
  margin-bottom: 30px;
  font-style: italic;
}
#content table + p.cite {
  /*margin-left: 20px;*/
}
#content p.author {
  font-style: italic;
  /*font-size: 1em;*/
}
#page {
  position: relative;
}
.page-title,
.page-description {
  display: none;
}

.row {
  clear: both;
  overflow: auto;
}
.two-col {
  width: 48%;
  float: left;
}
.two-col + .two-col {
  float: right;
}
.main-col {
  width: 60%;
  float: left;
}
.main-col > p {
  margin-top: 0;
}
.sidebar {
  width: 35%;
  float: right;
}

.smallprint {
  font-size: .85em;
}
figure.left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
figure.right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
figure.left img,
figure.right img {
  width: auto;
}
#content figure.right img.inset {
  width: 160px;
  height: auto;
}
figure.narrow {
  margin-top: 7px;
  width: 80%;
  float: right;
}
figure img {
  margin-top: 5px;
}
figure.narrow img {
  border: 1px solid #333;
}
#content figure.narrow img {
  width: 98%;
}

#content .img-group {
  display: block;
	overflow: auto;
}
#content .img-group img {
	margin: 8px;
	width: auto;
	border: 1px solid #ddd;
	padding: 4px;
	box-shadow: 0 0 5px #ddd;
}
#content .img-group a img {
	margin: 16px;
}
#content a.lightbox:hover,
#sidebar a.lightbox:hover {
	cursor: -webkit-zoom-in;
}
#content a.lightbox {
  position: relative;
}
#content a.lightbox:hover:before { 
  font-family: nancy-icons;
  content: '\f0fe'; 
  position: absolute;
  font-size: 40px;
  top: 40%;
  left: 41%;
  }
#content .img-group a:hover:before {
  left: 37%;  
}
.quilts-page #content a.lightbox:hover:before {
  left: 47%;
}
#content .img-group img:first-child {
  margin-left: 0;
}
#content a.img-group:hover img,
#content div.img-group a:hover img {
	border-color: #8fae17;
}
#content .img-group a {
	/*margin:.7143em 5px;*/
	float: left;
}
#content .img-group.logogrid img {
	width: 28%;
	padding: 0;
	margin: 2.5%;
	box-shadow: none;
	border: none;
}
#content .img-right {
	float:right;
	margin:.4em .7143em .4em .7143em;
}
#content .img-left {
	float:left;
	margin:.4em .7143em .4em .7143em;
}
#content .img-large img {
	height: auto;
	width: auto;
}
#content table {
  /*width: 100%;*/
  margin: 20px;
}
#content table th,
#content table td {
  text-align: left;
  padding: .5em .75em;
  border: 2px solid #fff;
  font-size: .95em;
  font-family: europa;
}
#content table td li {
  font-size: 1em;
}
#content table td li cite {
  font-weight: bold;
  font-style: normal;
}
#content table td {
  background-color: rgb(242,247,208);
}
#content table tr.caption td {
  background: none;
  padding-top: 0;
  border-top: 0;
  font-style: italic;
  font-size: .9em;
}

figcaption {
  font-style: italic;
  font-size: .9em;
  color: #999;
  margin-top: 10px;
}

.infobox {
  background: #fdf7de;
  overflow: auto;
  padding: 25px 25px;
  margin: 50px 0;
  font-size: .8em;
  font-family: europa;
  line-height: 1.8em;
}
.infobox figure {
  width: 30%;
  margin: 0;
}
.infobox figure.left {
  margin-right: 30px;
  margin-bottom: 0;
}
.infobox p:first-of-type,
#content .infobox h1 {
  margin-top: 0;
}
.infobox p:last-of-type {
  margin-bottom: 0;
}
#content .infobox h1 {
  font-size: 1.7em;
}

/* blog styles */
.blog-page #content > h1 {
  margin-top: 0;
}
#content h1.page-heading {
  font-family: europa;
  color: #8fae17;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#content h3.more-posts {
  margin: 3em 0;
  text-align: right;
}
#content h3.more-posts a {
  text-decoration: none;
  display: inline-block;
}
#content h3.more-posts a:after {
  content: "»";
  padding-left: .3em;
}

#content .blog-preview img,
#content .blog-post img {
  height: auto;
}
#content .blog-preview figure,
#content .blog-post figure {
  width: 35%;
  float: left;
  padding-right: 30px;
}
#content .blog-preview figcaption,
#content .blog-post figcaption {
  font-family: europa;
  font-style: normal;
}
#content .post-content h1 {
  font-size: 1.75em;
  margin-bottom: 0;
}
#content .meta {
  padding: 0.6em 0 0.8em 0;
  margin-top: 0;
  border-bottom: 2px dotted #8fae17;
}
#content .meta li {
  float: left;
  font-family: europa;
  font-size: 14px;
  margin-right: 25px;
  color: #8fae17;
}
#content .meta li a {
  color: #8fae17;
  text-decoration: none;
}
#content .meta li a:hover {
  text-decoration: underline;
}
#content .meta li.date:before {
  font-family: nancy-icons;
  padding-right: 4px;
  content: '\e808';
}
#content .meta li.author:before {
  font-family: nancy-icons;
  padding-right: 4px;
  content: '\e80a';
}
.home-page #content .meta li.date {
  padding-right: 0.4em;
}
.home-page #content .meta li.author {
  margin-left: -25px;
}
.home-page #content .meta li.author:before {
  font-family: europa;
  padding-right: 0.45em;
  content: 'by ';
}
#content .meta li.category:before {
  font-family: nancy-icons;
  padding-right: 0px;
  content: '\e801';
}
#content .meta li.comments:before {
  font-family: nancy-icons;
  font-size: 1em;
  padding-right: 0.4em;
  content: '\e805';
}


.btn.target,
.btn.more,
#sidebar .btn.more {
  display: inline-block;
  float: right;
  margin-top: 20px;
  padding: 4px 12px 5px 12px;
  border-radius: 5px;
  font-family: europa;
  font-weight: bold;
  font-size: .75em;
  color: #fff !important;
}
#sidebar .btn.more {
  font-size: .85em;
}

.btn.target:after,
.btn.more:after {
  content: "»";
  padding-left: .4em;
}
.btn.target,
.btn.more {
  background-color: #cbdd50; }
  .btn.target:hover, btn.target:focus,
  .btn.more:hover, btn.more:focus,
  #content .btn-primary:hover,
  #content .btn-primary:focus {
    background-color: #8fae17;
    color: #fff; }
  .btn.target:active, btn.target.active,
  .btn.more:active, btn.more.active,
  #content .btn-primary:active,
  #content .btn-primary.active {
    background-color: #8b9b1c;
    color: #fff; }

#content .btn-primary {
  display: block;
  font-family: europa;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  padding: 7px 15px 8px 15px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

/* footer */

#global-footer {
  clear: both;
  min-height: 40px;
  margin: 40px auto 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 0.75em;
  font-family: europa;
  /*font-weight: 300;*/
  letter-spacing:1px;
  color: #555;
}
#global-footer nav ul {
  margin: 0;
  padding: 0;
}
#global-footer nav li {
  display: inline-block;
  position: relative;
}
#global-footer nav li a {
  display: inline-block;
  padding: 0.6em 1em 0.6em 0em;
  background: #fff;
}
#global-footer nav li + li {
  margin-left: 0px;
}
#global-footer nav a {
  font-family: europa, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  color: #999;
}
#global-footer a:hover {
  color: #000;
}

/* sidebar */

#sidebar .mod {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 0px;
  overflow: auto;
  /*border-top: 1px solid #ccc;*/
  font-family: europa;
}
#sidebar .mod:first-of-type {
  margin-top: 28px;
}

.mod h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#sidebar > .mod.about-me {

}

.mod.about-me {
  background-color: #F3F3F3;
}
.mod.about-me h1,
.mod.about-me p {
  font-size: 1em;
  line-height: 2em;
  padding: 0 15px;
  margin: 0;
  background-color: #F3F3F3;
}
.mod.about-me p {
  font-size: .95em;
}
.mod.about-me p:first-of-type {
  /*border-top: 1px solid #777;*/
  margin-top: .75em;
}
#sidebar .mod.about-me .btn.more {
  margin: 10px 15px 15px 0;
}
.mod.about-me a,
.mod.social-networks a {
  display: block;
  text-decoration: none;
  color: #5c5c5c;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.mod.about-me a:hover,
.mod.about-me a:focus,
.mod.social-networks a:hover,
.mod.social-networks a:focus {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.mod.about-me .tel {
  cursor: default;
}
.mod.about-me .tel:before { 
  font-family: nancy-icons;
  font-size: .95em;
  content: '\f098'; 
  width: 1.5em;
  display: inline-block;
}
.mod.about-me .email:before { 
  font-family: nancy-icons;
  font-size: .9em;
  content: '\f0e0'; 
  width: 1.5em;
  display: inline-block;
}
.mod.about-me .email:hover {
  color: #8fae17;
}
.mod.about-me h2 {
  background: #fff;
  padding: .83em 0;
  margin: 0;
}

.mod.blognav h2 {
  margin-top: 3em;
}
.mod.blognav {
  padding-top: 0em;
}
.sidebar_nav {
  padding-left: 0;
  margin-top: 0;
}
.sidebar_nav a {
  text-decoration: none;
  color: #8fae17;
}
.sidebar_nav a:hover {
  color: #5c5c5c;
}
.sidebar_nav .year ul {
  padding-left: 0;
  margin-top: 0.5em;
}
.sidebar_nav .year ul li {
  list-style: none;
  padding-left: 1em;
  padding-bottom: .5em;
}
.sidebar_nav .year li:before {
  content: '– ';
  margin-left: -1em;
  width: 1em;
  display: inline-block;
    color: #8fae17;
}
.sidebar_nav .rss:before { 
  font-family: nancy-icons;
  font-size: .9em;
  content: '\f143'; 
  width: 1.4em;
  display: inline-block;
  color: #8fae17;
}

.mod.signup-form p {
  background-color: #cbdd50;
  margin: 0;
  padding: 15px 20px 20px 20px;
  font-weight: bold;
  color: #fff;
}
.mod.signup-form p .btn-primary {
  background: #fff;
  color: #5c5c5c;
  display:inline-block;
  margin-top: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 9px !important;
  border: 1px solid #cbdd50;
}
.mod.signup-form p .btn-primary:hover {
  color: #000;
  border: 1px solid #fff;
}

.book {
background-color: #F3F3F3;
padding: 25px;
text-align: center;
  margin-bottom: 1em;
}
.book img {
  /*max-width: 160px;*/
  border: 3px solid #fff;
  margin-left: -3px;
}
.book .caption {
  font-size: .9em;
  font-weight: bold;
}

#sidebar .mod.booklist a figcaption {
  text-decoration: none;
  font-style: normal;
  font-family: europa;
  padding-top: 20px;
}
.mod.book a.lightbox {
  overflow: auto;
  display: block;
  padding-bottom: 20px;
}
#sidebar .mod.book a.lightbox {
  /*float: left;*/
}

#sidebar .mod.popup-youtube {
  position: relative;
  text-decoration: none;
  overflow: auto;
  padding: 0;
  margin: 0;
  display: block;
}
.mod.popup-youtube p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(203, 221, 79, 0.80);
  font-family: europa;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2.3em;
}
.mod.popup-youtube:hover p {
  background-color: rgba(203, 221, 79, 0.9);
}
.mod.popup-youtube p i {
  font-size: 26px;
  margin-right: 6px;
  margin-left: -5px;
  position: relative;
  top: .12em;
  line-height: 1em;
}
#sidebar ul.mod.social-networks {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.mod.about-me + .mod.social-networks {
  margin-top: -40px !important;
  background-color: #F3F3F3;
  padding-top: 10px !important;
}
.mod.about-me + .mod.social-networks h2 {
  display: none;
}
.mod.about-me + .mod.social-networks li:first-child {
  padding-left: 14px;
}
.mod.social-networks li {
  float: left;
  margin-right: 5px;
}
.mod.social-networks li:first-child {
  margin-left: -5px;
}
.mod.social-networks a  {
    display: block;
    font-size: 22px;
    line-height: 1em;
    padding: 0px 0px 15px 0;
    color: #a6b927;
    text-decoration: none;
}
.mod.social-networks a:hover {
    color: #5c5c5c;
    }
.mod.social-networks a span {
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
}
#sidebar .btn {
  /*clear: both;*/
  display: block;
  font-family: europa;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  padding: 7px 15px 8px 15px;
  border-radius: 5px;
}
#sidebar .lightbox + .btn {
  margin-top: 0;
}

#maintenance-notice {
  background: #fff39e;
  font-family: europa;
  color: #eb0029;
  padding: 20px;
  text-align: center;
}

/* comment form */


#comments-form {
  margin-top: 40px;
}
.comments-list + #comments-form {
  margin-left: 22px;
}
.comments-list + #comments-form h3 {
  margin-left: -22px;
}

#comments h3 {
  font-size: 20px;
}

.comments-list {
  padding-left: 0px;
  list-style: none;
}
.comments-list .comments {
  padding-left: 22px;
  list-style: none;
  background: url('http://www.nancymonson.com/ui/blog_icons.png') no-repeat left -114px;
}
.comments-list .comment-preview .comments {
  padding-left: 0px;
}
.comments {
/*  border-top: 1px solid #8fae17;*/
}
#content .comments p,
#content .comments li {
  font-size: 1em;
}
.comments h4,
#content .comments h4 a {
  font-family: europa;
  font-size: 14px;
  color: #8fae17;
  text-decoration: none;
  border-bottom: none;
  margin-bottom: 6px;
}
#content .comments h4 a:hover {
  color: #4B9B25;
  border-bottom: 1px solid #8fae17;
}
.comments .comment-author,
.comments h4 time,
.comments .comment-anchor a {
  padding-right: 10px;
}
.comments h4 .is-author {
  color: #aaa;
}
.comment-preview {
  background: #fef4cc;
  padding: 1px 15px 1px 1px;
}
#content .comment-preview:before,
#content .comments-list li:before {
  content: "";
}
#content .comments-list li {
  padding-left: 0;
}

.comment-preview .comments {
  background-image: url(http://www.nancymonson.com/css/main.css);
}
.comment-preview .comment-anchor:after {
  content: "PREVIEW – Click “Submit” to add your comment.";
  padding-left: 5px;
}
.comment-preview div,
.comment-preview h4 {
  padding-left: 22px;
  margin-top: 0;
}
p#txpCommentInputForm {
  background: #fea;
  padding: 12px 15px;
  margin-left: -22px;
}


.zemContactForm {
  margin-top: 27px;
}
.comments-wrapper input, 
.comments-wrapper textarea,
.zemContactForm input, 
.zemContactForm textarea {
  border: 1px solid #aaa;
  background: #fafafa;
  padding: 6px;
  border-radius: 2px;
  font-size: 15px;
  font-family: europa, helvetica, arial, sans-serif;
}
.comments-wrapper input,
.zemContactForm input {
  width: 320px;
}
.comments-wrapper textarea,
.zemContactForm textarea {
  width: 420px;
  min-height:200px;
}
.comments-wrapper input:focus, 
.comments-wrapper textarea:focus,
.zemContactForm input:focus, 
.zemContactForm textarea:focus {
  border-color: #555;
  outline: none;
  box-shadow: 0px 0px 6px #bbb;
}
.comments-wrapper input.comments_error, 
.comments-wrapper textarea.comments_error,
.zemContactForm input.zemRequirederrorElement, 
.zemContactForm textarea.zemRequirederrorElement {
  border-color:#fb5f2e;
}
.comments-wrapper #remember,
.comments-wrapper #forget {
  width: auto;
  margin-left: 95px;
}
.comments-wrapper .notice {
  margin: 20px 0 -15px 95px;
  font-size: 14px !important;
  font-style: italic;
  font-family: europa;
}
.comments-wrapper #remember + label,
.comments-wrapper #forget  + label {
  width: auto;
  margin-left: 5px;
}
.sender_details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sender_details ul li {
  padding-bottom: 18px;
}
.comments-wrapper label,
.zemContactForm label {
  width: 120px;
  display: inline-block;
  font-size: 15px;
  font-family: europa;
}
.comments-wrapper label {
  width: 90px;
}
.comments-wrapper .button,
.zemSubmit {
  margin: 20px 0 0 120px;
  padding: 7px 18px;
  background: #cbdd50;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: europa, helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.comments-wrapper .button:hover,
.zemSubmit:hover {
  background-color: #8fae17;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.comments-wrapper #txpCommentPreview {
  margin-left: 94px;
  width: auto;
  display: inline-block;
}
.comments-wrapper #txpCommentSubmit {
  margin-left: 15px;
  width: auto;
}
.comments-wrapper #txpCommentSubmit.disabled {
  background-color: #ccc;
  cursor: auto;
}
.zemContactForm label.zemRequirederrorElement {
  color: #fb5f2e;
}
.comments-wrapper .required,
.zemContactForm label.zemRequired:after,
.zemContactForm label.zemRequirederrorElement:after {
  content: "*";
  color: #fb5f2e;
}
ol.error_message,
.zemError {
  background-color: #fb5f2e;
  color: #fff;
  list-style: none;
  padding: 6px 10px;
  margin: 0 0 20px 120px;
  width: 314px;
  border-radius: 2px;
}
ol.error_message {
  margin-left: 94px;
}
.thanks_message {
  background: #e2e2e2;
  padding: 1px 18px;
  border-radius: 3px;
  margin-top: 27px;
}
.thanks_message strong {
  display: block;
  padding-bottom: 10px;
}


/* page-specific styles */

.bio-page h3.subtitle {
  display: inline;
  float: left;
  margin: 0 5px 0 0 !important;
  line-height: 1em;
  position: relative;

}

.magazine-clips-page #content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
}
.magazine-clips-page #content .food-tables table {
  width: 95% !important;
}
.magazine-clips-page #content .food-tables table td + td {
  width: 3em;
}
.craft-to-heal-page #sidebar .mod:first-child {
  margin-top: 10px;
}
.craft-to-heal-page #sidebar .mod:first-child h2 {
  display: none;
}
.craft-to-heal-page #content blockquote {
  margin-left: 20px;
}
.craft-to-heal-page #content p.cite {
  margin-left: 20px;
  margin-top: -5px;
}
.magazine-clips-page #content ol,
.craft-to-heal-page #content ol {
  padding-left: 20px;
}


/* button styles */


.btn {
  border: none;
  background: #34495e;
  color: white;
  font-size: 16.5px;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }
  .btn:hover, .btn:focus {
    background-color: #4e6d8d;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; }
  .btn:active, .btn.active {
    background-color: #2c3e50;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white; }
  .btn.btn-large {
    padding-bottom: 12px;
    padding-top: 13px; }
  .btn.btn-primary {
    background-color: #cbdd50; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #b3c726; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background-color: #8b9b1c; }
  .btn.btn-info {
    background-color: #3498db; }
    .btn.btn-info:hover, .btn.btn-info:focus {
      background-color: #5dade2; }
    .btn.btn-info:active, .btn.btn-info.active {
      background-color: #2383c4; }
  .btn.btn-danger {
    background-color: #e74c3c; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background-color: #ec7063; }
    .btn.btn-danger:active, .btn.btn-danger.active {
      background-color: #dc2d1b; }
  .btn.btn-success {
    background-color: #2ecc71; }
    .btn.btn-success:hover, .btn.btn-success:focus {
      background-color: #55d98d; }
    .btn.btn-success:active, .btn.btn-success.active {
      background-color: #27ad60; }
  .btn.btn-warning {
    background-color: #f1c40f; }
    .btn.btn-warning:hover, .btn.btn-warning:focus {
      background-color: #f4d03f; }
    .btn.btn-warning:active, .btn.btn-warning.active {
      background-color: #cea70c; }
  .btn-toolbar .btn {
    font-size: 18px;
    padding: 10px 14px 9px; }
    .btn-toolbar .btn:first-child {
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px; }
    .btn-toolbar .btn:last-child {
      -webkit-border-radius: 0 6px 6px 0;
      -moz-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0; }

.btn-toolbar .btn.active {
  color: white; }



/* styles for scripts */

.signup-popup .mfp-content {
  max-width: 450px !important;
  text-align: center;
  background: #f5f5f5;
}
.signup-popup .mfp-content h3 {
  font-family: minion-pro;
  font-size: 1.5em;
  font-weight: normal;
  color: #000;
  margin-top: 0;
  text-align: center;
}
.signup-popup .mfp-content.signup-fail h3 {
  color: #fb5f2e;
}
.signup-popup .mfp-content.signup-success h3 {
  color: #8fae17;
}
.signup-popup .mfp-content.signup-fail p,
.signup-popup .mfp-content.signup-success p {
  text-align: center;
}
.signup-popup .mfp-content ul {
  list-style: none;
  padding: 0;
}
.signup-popup .mfp-content ul li {
  margin-bottom: 20px;
}
.signup-popup .mfp-content p,
.signup-popup .mfp-content ol li {
  font-family: europa;
  font-weight: normal;
  /*font-size: .95em;*/
  /*padding: 5px;*/
  color: #5c5c5c;
}
.signup-popup .mfp-content ol {
  text-align: left;
  width: auto;
}
.signup-popup .mfp-content label,
.signup-popup .mfp-content input {
  font-family: europa;
  font-weight: normal;
  font-size: .95em;
  padding: 5px;
  color: #5c5c5c;
}
.mfp-content .mfp-close {
  max-width:650px;
  margin:0px auto;
  color: #000;
}
.signup-popup .mfp-content label {
  display: inline-block;
  width: 6em;
}
.signup-popup .mfp-content input#FirstName,
.signup-popup .mfp-content input#LastName {
  width: 50%;
}

.signup-popup .mfp-content input#EmailAddress {
  width: 65%;
}
.signup-popup .mfp-content input#signup {
  padding: 7px 18px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 7em;
  color: #fff;
}
.signup-popup .mfp-content .cancel-signup {
  /*position: absolute;*/
  padding: 7px 25px;
  font-family: europa;
  font-weight: normal;
  font-size: .9em;
  color: #bbb;
  text-decoration: none;
}
.signup-popup .mfp-content .cancel-signup:hover {
  color: #5c5c5c;
}

/* scroll to top overlay */
#scrollUp {
	bottom: 20px;
	right: 20px;
	padding: 20px 20px;
	background: transparent url(top.png) no-repeat;
	color: #fff;
	z-index: 1000 !important;
}

/*@media screen and (max-width: 600px) {*/
/* using ems to catch samsung s3 too */
/* see http://abouthalf.com/development/ems-in-css-media-queries/ */

@media screen and (max-width: 37.5em) {

  .main-col,
  .sidebar {
    clear: both;
    float: none;
    width: auto;
  }
  
  figure.narrow {
    width: 100%;
  }
  figure.right {
    width: 30%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #content figure.right img.inset {
    width: 100%;
    height: auto;
  }
  #global-footer {
    padding: 10px 25px 10px 25px;
  }
  #global-header nav li + li {
/*    margin-left: 5px;*/
  }
  #content p,
  #content li {
    font-size: 1.1em;
  }

}

/*@media screen and (max-width: 480px) {*/
/* using ems to catch samsung s3 too */
/* see http://abouthalf.com/development/ems-in-css-media-queries/ */

@media screen and (max-width: 30em) {

  .main-col,
  .sidebar {
    clear: both;
    float: none;
    width: auto;
  }
  
  figure.narrow {
    width: 100%;
  }
  figure.right {
    width: 40%;
  }
  #content figure.right img.inset {
    width: 100%;
    height: auto;
  }
  #global-footer {
    padding: 10px 25px 10px 25px;
  }
  #global-header nav li + li {
    margin-left: 0px;
  }
  #content p,
  #content li {
    font-size: 1.05em;
/*    line-height: 1.2em;*/
  }
  
  #content {
  padding-top: 20px;
  }
  #canvas {
    padding-top: 20px;
  }

}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}