/* CTAs */

.homepage-cta-wrapper {
  display: block;
}

.homepage-cta-wrapper a.homepage-cta {
  display: block;
  vertical-align: top;
  border-radius: 6px;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b4753+0,341c2a+100 */
  background: #5b4753; /* Old browsers */
  background: -moz-linear-gradient(top,  #341c2a 0%, #5b4753 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #341c2a 0%,#5b4753 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #341c2a 0%,#5b4753 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b4753', endColorstr='#341c2a',GradientType=0 ); /* IE6-9 */
}

.homepage-cta-wrapper a.homepage-cta:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b4753+0,341c2a+100 */
  background: #5b4753; /* Old browsers */
  background: -moz-linear-gradient(top,  #5b4753 0%, #341c2a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #5b4753 0%,#341c2a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #5b4753 0%,#341c2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b4753', endColorstr='#341c2a',GradientType=0 ); /* IE6-9 */
}

.homepage-cta-wrapper a.homepage-cta img {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100% !important;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-title {
  display: block;
  color: white;
  font: normal 12px Garamond, serif;
  text-transform: uppercase;
  padding: 14px 26px 14px 16px;
  min-height: 34px;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-arrow {
  color: white;
  display: block;
  font: normal 20px Garamond, serif;
  position: absolute;
  right: 13px;
  bottom: 32px;
}

.homepage-cta-wrapper a.homepage-cta.homepage-contact-cta {
  width: 100%;
}

.homepage-cta-wrapper a.homepage-cta img {
  width: 39%;
  vertical-align: middle;
  display: inline-block;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-title {
  width: 45%;
  vertical-align: middle;
  display: inline-block;
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 11px;
  position: relative;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-title .subtitle {
  display: block;
  font-size: 13px;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-title .title {
  display: block;
  font-size: 18px;
}

.homepage-cta-wrapper a.homepage-cta .homepage-cta-title .homepage-cta-arrow {
  right: 1px;
  bottom: 13px;
}

/* Common */
body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

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

body {
  color: #331b27;
  background: #351d29 url('../images/m-bg.gif') no-repeat;
}

h1 {
  font: normal 1.3em Garamond, serif;
  color: #331b27;
  background: #eaebe0;
  padding: 5px 15px;
  margin: -15px -15px 10px -15px;
}

h2 {
  font: normal 1.2em Garamond, serif;
  border-bottom: #eaebe0 solid 1px;
  margin: 0 0 10px 0;
  color: #989a65;
}

#content .sidebar h2 {
  margin: 0 0 5px 0;
}

h3 {
  font-weight: normal;
  color: #989a65;
  font-size: 0.9em;
  margin: 1em 0 0.25em 0;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.875em;
  font-weight: normal;
  font-style: italic;
}

#content ul h3, #content ul h4 {
  margin: 0;
}

p, dl { 
  margin: 1em 0;
  font-size: 0.875em;
}

blockquote { 
  margin: 1em 2em;
  font-size: 0.875em;
  font-style: italic;
}

#content ul, #content ol {
  margin: 1em 0;
  font-size: 0.875em;
}

#content .sidebar ul {
  margin: 0 0 1em 0;
}

#content ul li {
  margin: 0;
  padding: 8px 0 8px 16px;
  list-style: none;
  background: transparent url('../images/g-nav-arrow.gif') no-repeat 0 16px;  
}

#content ol li {
  margin: 0 2em;
  padding: 8px 0 8px 2px;
}

#content .sidebar ul li {
  border-bottom: #cdc7b4 solid 1px;
  margin: 0;
}

#content ul p {
  margin: 0;
  font-size: 1em;
}

#content a {
  color: #331b27;
}

#content a:hover {
  color: #989a65;  
}

dl dt { 
  font-weight: bold;
}

dl.col dt { 
  width: 6em;
  margin: 0 0 2px 0;
}

dl.col dd { 
  margin: 0 0 10px 0;
}

#content dl dd {
  margin: 0 0 5px 0;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.gallery:after {
  content: ".";
  height: 1px;
  display: block;
  clear: left;
  visibility: hidden;
}

.clr {
  clear: both;
}

.clr-left {
  clear: left;
}

.right {
  float: right;
}

.left {
  float: left;
}

.photoleft, .photoright {
  background: #eaebe0 url('../images/i-sidebar-b.gif') no-repeat right bottom;
  padding: 10px 20px 8px 20px;
  width: 180px;
  margin: 0 0 10px 20px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.photoleft, .left {
  margin: 0 20px 10px 0;
}

.photoleft img, .left img, img.photoleft, img.left {
  border: #989a65 solid 1px;
}

.photoright img, .right img, img.photoright, img.right {
  border: #989a65 solid 1px;
}

#content .photoright a, #content .photoleft a {
  text-decoration: none;
}

.no-border {
  background: none;
  border: none;
  padding: 0; 
}


#constrain {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#header {
	text-align:center;
	padding: 10px 0 0 0;
}

	#header .tagline {
	  font: normal 1.275em Garamond, serif;
	  color: #fff;
	}

	#header .tagline2 {
	  font: normal 0.9em Garamond, serif;
	  color: #cdc7b4;
	}
#hero {
	position:relative;
	width:100%;
	max-width:960px;
	height:auto;
	margin: 0 auto 3px auto;
	overflow:hidden;
}
#heroshot {
	width:100%;
	max-width:960px;
	height:auto;
}

#hero .watermark {
  position: absolute;
  bottom: 12px;
  left: 10px;
  width: 76px;
  z-index: 10000;
  opacity: 0.5;
}

/* Main Navigation */
  
  #nav {
	  max-width:960px;
	  margin: 0 auto;
	  }
  
  #nav li {
    list-style: none;
    display: block;
    position: relative;
	z-index: 100;
    background: #5c4952 url('../images/i-nav-top.gif') repeat-x;
  }
    
  #nav a {
    color: #e1ddd2;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
	font-size:0.88em;
	font-weight:bold;
  }

/* Second Level */ 
#nav ul ul { 
	display:none;
}
	#nav ul li.sfhover ul, #nav ul li:hover ul {
		display:block;
	}
	
	#nav ul ul li {
		background: none;
	}
	#nav ul ul a {
		padding: 7px 25px;
		font-weight:normal;
	}
/* Third Level */
#nav ul ul ul a {
	padding: 5px 40px;
	font-style:italic;
}

    
#content {
  background-color: #fff;
  padding: 15px;
  max-width:930px;
  margin: 0 auto;
}

.sidebar {
  background: #eaebe0 url('../images/i-sidebar-b.gif') no-repeat right bottom;
  padding: 10px ;
  width: auto;
  float: none;
  margin: 1em 0;
  font-size: 0.875em;
}

#content .sidebar a {
  text-decoration: none;
}

#content .sidebar a:hover {
  text-decoration: underline;
}

#content .sidebar p a {
  text-decoration: underline;
}

#content .sidebar p a:hover {
  color: #989a65;
}

#footer {
  padding: 20px 0 0 0;
  color: #cdc7b4;
  max-width:960px;
  margin: 0 auto;
}

#footer h2 {
  border: none;
}

#footer a {
  color: #cdc7b4;
}

#footnotes {
  text-align: left;
  font-size: 0.675em;
  text-transform: uppercase;
  padding: 10px 0;
  color:#cdc7b4;
  border-top:1px solid #635053;
}

#footnotes span {
  font-weight: bold;
  font-size: 1.125em;
}

#footnotes a {
  color: #fff;
}

#author {
  text-align: center;
  font-size: 0.67em;
}

#author a {
  color: #85767d;
  text-decoration: none;
}

/* Content */
  
  /* Button */
  
  #content a.button {
    color: #331b27;
    font: normal 1.125em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    display: inline-block;
    background: #989a65 url('../images/g-button.gif') no-repeat scroll right bottom;
    margin: 0 10px 0 0;
  }

  #content a:hover.button {
    color: #fff;
    background: #989a65 url('../images/g-button-h.gif') no-repeat scroll right bottom;
  }
  
  #content .sidebar a.button, #content table.standard td a.button {
    color: #331b27;
    font: normal 1em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 15px 2px 2px;
    display: inline-block;
    background: #989a65 url('../images/g-button-sidebar.gif') no-repeat scroll right bottom;
  }

  #content .sidebar a:hover.button, #content table.standard td a:hover.button {
    color: #fff;
    background: #989a65 url('../images/g-button-sidebar-h.gif') no-repeat scroll right bottom;
  }
  
  #content .gallery a.button {
    background: #cdc7b4 url('../images/g-button-gallery.gif') no-repeat scroll right bottom;
  }
  
  #content .gallery a:hover.button {
    background: #cdc7b4 url('../images/g-button-gallery-h.gif') no-repeat scroll right bottom;
  }
  
  /* Gallery */
  
  #content .gallery {
    text-align: center;
    background-color: #cdc7b4;
	padding: 5px 5px 0 5px;
    margin: 1em 0;
  }
  
  .gallery-item {
    display: block;
    margin: -5px;
	padding:6px 6px 8px 6px;
	border-top:4px solid #fff;
  }
  	#content .gallery .gallery-item img {
		max-width:100%;
	}
  
  .gallery-item span {
    font-size: 0.75em;
    font-weight: bold;
  }
  
  #content .gallery-item a {
    text-decoration: none;
  }
  
  .gallery-vertical {
    height: 330px;
  }
  .gallery-1-col {
    margin: 0 auto;
    width:300px;
    padding: 0 300px;
    float:left;
    }
  .gallery-1-col .gallery-item {
    float:none;
  }
  .gallery-2-col {
    margin: 0 auto;
    width:600px;
    }
  
  #content .gallery_cell {
	  width:auto;
	  height:auto;
	  float:none;
	  margin: -5px -5px 0 -5px;
	  padding: 10px 5px 5px 5px;
	  border-bottom: 4px solid #fff;
  }
  	#content .gallery_cell img,
	#content .gallery_zoom_image img {
		max-width:100%;
	}
  #content a.gallery-button {
	  font-size:12px;
	  padding-top:4px;
	  padding-bottom:4px;
  }
  /* Blog */
  
  .meta, .feedback {
    font-size: 0.75em;
  }
  
  .alignleft {
    float: left;
    border: #eaebe0 solid 1px;
    margin: 0 10px 20px 0;
  }
  
  .alignright {
    float: right;
    border: #eaebe0 solid 1px;
    margin: 0 0 10px 20px;
  }
  
  h1.storytitle {
    margin: 20px 0;
  }
  
  h1.storytitle a {
    text-decoration: none;
  }

.nowrap {
	white-space:nowrap;
}
.item-option {
	margin-bottom: 15px;
}
.shippingHeading {
	background:#CDC7B4;
	padding: 0.6em 1em 0.5em 1em;	
	margin: -0.6em -1em -0.5em -1em;
}
.cart-add-item {
	cursor:pointer;
}
.popup_buttons button {
    color: #331b27;
    font: normal 1em Garamond, serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px 8px 10px;
    background: #989a65 url('../images/g-button.gif') no-repeat scroll right bottom;
	cursor:pointer;
}
#content #customer-address-state_suggestions li {
	background-image:none;
}

  /* Content CTAs */
  
  .cta-large-books {
    width: auto;
    height: auto;
	min-width:200px;
	min-height:200px;
	max-width:400px;
	max-height:400px;
    background-position: left 20px;
    background-repeat: no-repeat;
	background-size:100%;
  }
  
  #content .cta-large-books a.button {
    float: right;
    margin: 100px 0 0 0;
  }
  
  .cta-large-books h2 {
    margin-top: 10px;
  }
  
#footer-social {
	position:absolute;
	text-align:right;
	right:30px;
	margin-top: -30px;
}
	#footer-social img {
		margin: 0 10px 0 0;
	}
#sidebars {
	background:#EBEBE1;
	margin: 0 -15px -15px -15px;
	padding: 15px;
}
#content img {
	max-width:95%;
	height:auto;
}

#content .f textarea, #content  .F textarea,
#content .f input, #content .F input,
#content .f select  {
	max-width:90%;
	width:auto;
}
#content .f select {
	width:100px;
}
#content table.standard {
	max-width:100%;
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}
	#content td table.standard {
		margin-left:0;
		margin-right:0;
	}

#content table.standard th {
	width:20%;
}
#content table.standard td, #content table.standard th {
	padding: 0.4em 0.5em 0.3em;
}

#content .photoleft, #content .photoright {
	float:none;
	display:block;
	margin:10px 0;
	width:auto;
	text-align:center;
}
#content .cart-item img {
	max-width:40px;
	height:auto;
}

#content a.cart-item-remove {
	width:16px;
	height:16px;
	overflow:hidden;
	background: transparent url('../images/g-delete.png') no-repeat;
	text-indent:-100px;
	display:block;
}
#content .cart-remove-td {
	width:16px;
	text-align:center;
}
#content .shippingHeading {
	margin: -0.4em -0.5em -0.3em;
	padding: 0.4em 0.5em 0.3em;
}
.checkbox-row {
	padding:5px 0;
	display:block;
}
.item-shipping-address {
	max-width:200px;
}
.txt-sml {
	font-size:11px;
}
.nab-img {
	float:none;
}
#content img.left, #content img.right {
	float:none;
	margin:4px 0;
	display:block;
}
#content input.button {
	padding: 3px 10px 3px 3px;
	width:99%;
	max-width:400px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
body > .popup_js_popup {
	width:90%;
	margin:0 1%;
	left:0;
	top:800px;
	position:absolute;
	z-index:101;
	border:3px solid #989A65;
}
	.popup_js_popup table.standard {
		width:auto;
	}
	.popup_js_popup .standard th {
		width: 20%;
	}
	.popup_js_popup .f input, .popup_js_popup .f select {
		width:140px;
	}
	.popup_js_popup #shipping-address-country-code_field {
		width:140px;
	}
	.popup_js_popup .standard th, .popup_js_popup .standard td {
		padding: 0.4em 0.5em 0.3em;
	}
	.popup_js_popup table.standard {
		margin: 0 -5px;
	}
/* Blog */
#s {
	border:1px solid #989A65;
}
#searchsubmit {
	background:#351D29;
	color:#EBEBE1;
	font-size:12px;
	padding:3px;
	cursor:pointer;
}
#searchform {
	margin-bottom:10px;
}
#content .narrowcolumn {
	width:auto;
}
.alignright, .alignleft {
	float:none;
	margin: 5px;
}

/* Art Gallery page */
#content #gallery_nav_bar {
	margin: -10px -15px 20px -15px;
	font-size:12px;
	padding:1px 10px 3px 15px;
}
	#content #gallery_nav_bar input.button {
		width:60px;
		height:24px;
		margin: 3px 0;
	}
#content .cart-item img.pngimg	{
	position:relative !important;
}
#content .nowidth {
	width:auto !important;
}
#content .norightpadding {
	padding-right:0 !important;
}
#skip-to-nav {
	position:Absolute;
	right:5px;
	top:5px;
	font-size:11px;
	display:block;
	width:30px;
	color:#cdc7b4;
	text-decoration:none;
	line-height:13px;
	opacity:0.5;
}

#content .f textarea, #content .F textarea {
	width:100%;
}

#content ul li {
	font-size:14px;
	padding-top:4px;
	padding-bottom:4px;
}
	#content ul ul {
		padding-top: 0;
		margin-top:5px;
		margin-bottom:5px;
	}
	