/*
	Theme Name: Outlandish Scotland Journey
	Theme URI: http://outlandishscotlandjourney.com/
	Description: A theme designed and developed by <a href="http:///LucidDreamDesigns.com" title="Lucid Dream Designs">Lucid Dream Designs</a>, customized for <a href="http://charlydmiller.com/" title="Charly D Miller">Charly D Miller</a> and <a href="http://outlandishscotlandjourney.com/" title="Outlandish Scotland Journey">Outlandish Scotland Journey</a>. Base theme used: <a href="http://wordpress.org/extend/plugins/html5-boilerplate/">HTML5 Boilerplate</a> by <a href="http://aarontgrogg.com/">Aaron T. Grogg</a>.
	Author: Lucid Dream Designs, based on the work of Aaron T. Grogg, Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://LucidDreamDesigns.com/
	Version: 1.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, microformats, custom-widgets

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/* Fonts */
@font-face {
	font-family: 'icomoon';
	src:url('icons/icomoon.eot?-vae2491');
	src:url('icons/icomoon.eot?#iefix-vae2491') format('embedded-opentype'),
		url('icons/icomoon.svg?-vae2491#icomoon') format('svg'),
		url('icons/icomoon.woff?-vae2491') format('woff'),
		url('icons/icomoon.ttf?-vae2491') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-pinterest:before {
    content: "\e903";
}


/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ? Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

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

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

blockquote, q { quotes: none; }

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

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

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


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:14px/18px sans-serif; *font-size:small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #593408; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #3b2418; text-decoration: none; }
a:hover { color: #3b2418; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
	Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #3b2418;
  font-family: 'Georgia', 'Times New Roman', serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: 'Georgia', 'Times New Roman', serif; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection { background: #9a2d2a; color:#fff; text-shadow: none; }
::selection { background:#9a2d2a; color:#fff; text-shadow: none; }

/**
 * Primary styles
 *
 * Author: Jeffrey Pia - Lucid Dream Designs
 */
 
*,*:before,*:after {
 	box-sizing: border-box;
}
html{
	min-width: 1045px;
}
body{
	margin-left: -4px;
	background: #000 url(images/bg-body.jpg) no-repeat fixed center top;
	background-size: cover;
}

.content-wrapper {
	margin: 0 auto;
	/*box-shadow: -10px 0 8px -8px #000, 10px 0 8px -8px #000, 0 10px 8px -8px #000;*/
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
	-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
	width: 980px;
}
.site-header{
	height: 250px;
	margin: 90px auto 0;
	position: relative;
	background: url(images/bg-header.jpg) no-repeat center bottom;
}
.logo {
    left: 50%;
    position: absolute;
    top: -90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.logo a{
	display: block;
	width: 308px;
	height: 272px;
	margin: 0 auto;
	background: url(logo.png) no-repeat center top;
	
	position: relative;
	left: -15px;
	
	text-indent: -9999px;
	overflow: hidden;
}
.access{
	width: 980px;
	margin: 0 auto;
	padding: 195px 20px 10px;
}
.menu-header{
	float: left;
}
.menu-header .menu{
	font-size: 0;
	text-align: left;
}
.menu-header .menu-item{
	display: inline-block;
}
.menu-header a{
	display: block;
	color: #744e0a;
	padding: 0 16px;
	font: 18px/43px Georgia, 'Times New Roman', serif;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .25s, background-color .25s;
	-moz-transition: color .25s, background-color .25s;
	-o-transition: color .25s, background-color .25s;
	transition: color .25s, background-color .25s;
}
/*.menu-header a,
.menu-header a:hover,
.menu-header a:active,
.menu-header a:visited{
	color: #ebe8de;
}*/
.menu-header .current-menu-item a,
.menu-header .current_page_item a,
.menu-header a:hover{
	background: #8a6337;
	color: #ebe8de;
}
.access .social-media{
	float: right;
	padding: 5px 0;
}
.searchform {
	float: right;
	margin-left: 5px;
	margin-right: 20px;
	padding: 5px 0;
	position: relative;
}
.search-toggle {
	background: #8a6337;
	border-radius: 4px;
	border: 0;
	color: #fff;
	display: block;
	font-size: 0;
	height: 32px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 32px;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
.search-toggle:before {
	content: "\e900";
	display: block;
	font: 20px/32px 'icomoon';
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.search-toggle:hover {
	opacity: .5;
}
.search-form {
	margin-right: 5px;
	overflow: hidden;
	padding: 5px 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}

.expanded + .search-form {
	width: 260px;
}

.search-form .search-field {
	height: 32px;
	width: 100%;
	line-height: 32px;
	padding: 0 10px;
	border: 1px solid #c9ac86;
	background: #f9edd9;
}

.searchtext {
	width: 200px;
	padding: 4px 10px 5px;
	border: 1px solid #3b2418;
	-webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.25);
	-o-box-shadow: inset 0 1px 6px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 6px rgba(0,0,0,.25);
	font-style: italic;
	color: #382f5c;
	text-transform: lowercase;
	background: #bab0ea;
}
.searchsubmit {
	padding: 6px 10px 7px;
	border: 1px solid #3b2418;
	font: 14px/1 'Georgia', 'Times New Roman', serif;
	color: #bab0ea;
	text-align: center;
	background: #593408;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
.searchsubmit:hover {
	opacity: .5;
}
.travel-guidebooks {
  float: right;
  font-size: 0;
}
.travel-guidebooks .menu-title {
	display: inline-block;
	color: #3b2418;
	font-size: 16px;
	line-height: 30px;
}
.travel-guidebooks .menu {
	display: inline-block;
	font-size: 0;
	margin-right: 20px;
	padding: 25px 0 0;
}
.travel-guidebooks .menu-title + .menu {
	margin-left: 10px;
}
.travel-guidebooks .menu-item {
	display: inline-block;
}
.travel-guidebooks a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #8A6337;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
	position: relative;
}
.travel-guidebooks a:before,
.travel-guidebooks a:after {
	opacity: 0;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
.travel-guidebooks a:before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	right: 50%;
	top: 100%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.travel-guidebooks a:after {
	content: attr(title);
	display: block;
	border-radius: 5px;
	background: #fff;
	color: #000;
	position: absolute;
	right: 0;
	top: 100%;
	top: calc(100% + 10px);
	white-space: nowrap;
	padding: 0 5px;
	font-size: 12px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.75);
}
.travel-guidebooks a:hover {
	background-color: #A58867;
}
.travel-guidebooks a:hover:before,
.travel-guidebooks a:hover:after {
	opacity: 1;
	z-index: 1;
}
.travel-guidebooks .menu-item + .menu-item {
	margin-left: 5px;
}

#content {
    width: 980px;
    margin: 0 auto;
	padding: 60px 0;
    background: #e5ddd5;
}
#content footer{
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}
#content-wrapper{
	float: left;
	width: 500px;
}
#content-wrapper article .entry-title{
	border-bottom: 1px solid #d4c8bc;
	padding-bottom: 12px;
	margin-bottom: 21px;
	font-size: 18px;
	color: #3b2418;
}
#content-wrapper article .entry-content{
	line-height: 1.5;
}
#content-wrapper article .entry-content .buy-ebook{
	float: left;
	margin: 0 10px 10px 0;
}
#content-wrapper article .entry-content .buy-ebook img{
	border: 2px solid #593408;
	margin-bottom: 17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#content-wrapper article .entry-content .buy-ebook a,
#content-wrapper article .entry-content .eStore_button{
	display: block;
	width: 170px;
	height: auto;
	padding: 7px 0;
	border: none;
	border-radius: 4px;
	font: 14px/1.3 'Georgia', 'Times New Roman', serif;
	text-align: center;
	background: #593408;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
#content-wrapper article .entry-content .buy-ebook a{
	width: 164px;
}
#content-wrapper article .entry-content .buy-ebook .eStore_button,
#content-wrapper article .entry-content .buy-ebook .eStore-button-form,
#content-wrapper article .entry-content .buy-ebook object{
	display: block;
	margin-top: 10px;
}
#content-wrapper article .entry-content .buy-ebook a,
#content-wrapper article .entry-content .buy-ebook a:visited,
#content-wrapper article .entry-content .eStore_button{
	color: #fff;
}
#content-wrapper article .entry-content .buy-ebook .eStore-button-form input.eStore_button{
	width: 164px !important;
	padding: 7px 0;
	white-space: normal;
}
#content-wrapper article .entry-content .buy-ebook a:hover,
#content-wrapper article .entry-content .eStore_button:hover{
	border-bottom: none;
	opacity: .5;
}
#content-wrapper article .entry-content .buy-ebook .ebook-price{
	display: none;
}

/* Generic page styles */
#content-wrapper article .entry-content img{
	max-width: 100%;
}
#content-wrapper article .entry-content p{
	margin-top: 10px;
}
#content-wrapper article .entry-content .wp-caption p{
	margin-top: 0;
	font-size: .9em;
}
#content-wrapper article .entry-content h3{
	font-size: 12px;
	line-height: 1;
	color: #3b2418;
	text-transform: uppercase;
}
#content-wrapper article .entry-content h3 + p{
	margin-top: 9px;
}
#content-wrapper article .entry-content p:first-child{
	margin-top: 0;
}
#content-wrapper article .entry-content ul + h3,
#content-wrapper article .entry-content ol + h3,
#content-wrapper article .entry-content dl + h3,
#content-wrapper article .entry-content p + h3{
	margin-top: 20px;
}
#content-wrapper article .entry-summary a,
#content-wrapper article .entry-content a{
	border-bottom: 1px dashed #6f2613;
	color: #6f2613;
	-webkit-transition: border-color .25s;
	-moz-transition: border-color .25s;
	-o-transition: border-color .25s;
	transition: border-color .25s;
}
#content-wrapper article .entry-content .linktotop{
	text-align: right;
}
#content-wrapper article .entry-content a:visited{
	color: #6f2613;
}
#content-wrapper article .entry-content a:hover{
	/* text-decoration: underline; */
	border-bottom-color: transparent;
}
#content-wrapper article .entry-content a.disabled{
	cursor: default;
}
#content-wrapper article .entry-content a.disabled:hover{
	opacity: 1;
}

.sidebar{
}
.sidebar .menu,
.sidebar .xoxo{
	margin: 0;
}
.sidebar .menu-item,
.sidebar .widget-container{
	list-style: none;
}
#sidebar-left{
	float: left;
	width: 225px;
	margin: 0 25px 0 17px;
}
.anh{
    display: block;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
	-webkit-transition: transform .25s;
	-moz-transition: transform .25s;
	-o-transition: transform .25s;
	transition: transform .25s;
}
.anh:hover{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sidebar .anh{
	height: 90px;
	background: url(images/ANH_logo_OSJ.png) no-repeat;
	background-size: auto 100%;
}
.sidebar .anh:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.anh + .books-menu{
	margin-top: 30px;
}
.books-menu .menu{
}
.books-menu .menu-item{
	padding-top: 15px;
	border-top: 1px solid #d4c8bc;
	margin-top: 15px;
	/*background: url(images/divider-navigation-books.png) repeat-x left top;*/
}
.books-menu .menu-item:first-child{
	/*background: none;*/
	margin-top: 0;
}
.books-menu a{
/*	background: url(images/heading-books.png) no-repeat left top;
	color: transparent;*/
	display: block;
	font: bold 18px/1.3em 'Georgia', 'Times New Roman', serif;

	color: #744e0a;
	/*text-shadow: 2px 2px 2px rgba(89, 52, 8, 1);*/
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}

.books-menu a:hover {
	opacity: .5;
}

/*.books-menu a,
.books-menu a:hover,
.books-menu a:active,
.books-menu a:visited{
	color: #eec146;
}
.books-menu a:hover{
	text-decoration: underline;
}
.books-menu .menu-item-31 a{
	background-position: 0 0;
}
.books-menu .menu-item-30 a{
	background-position: 0 -22px;
	height: 2.46em;
}
.books-menu .menu-item-29 a{
	background-position: 0 -66px;
	height: 3.69em;
}
.books-menu .menu-item-28 a{
	background-position: 0 -132px;
}
.books-menu .menu-item-27 a{
	background-position: 0 -154px;
	height: 2.46em;
}
.books-menu .travel-tips a{
	background-position: -1140px 0;
}
.books-menu .a-novel-holiday a{
	background-position: -950px 0;
}*/
.books-menu .sub-menu{
	display: none;
	width: 229px;
	margin: 10px 0 0 10px;
	position: relative;
	left: -30px
}
.books-menu .current-menu-item .sub-menu,
.books-menu .current-menu-ancestor .sub-menu{
	display: block;
}
.books-menu .sub-menu li{
	display: block;
	margin: 0 ;
	padding: 0;
	background: none;
}
.books-menu .sub-menu li:first-child{
}
.books-menu .sub-menu a{
	display: block;
	padding: 0 0 0 30px;
	font: bold 14px/32px 'Georgia', 'Times New Roman', serif;
	color: #3b2418;
	background: url(images/sidebar-nav-submenu.png) no-repeat -9999px -9999px;
	text-transform: uppercase;
}
.books-menu .sub-menu a:hover,
.books-menu .sub-menu .current-menu-item a{
	color: #fff;
	background-position: 0 0;
	text-decoration: none;
}

#sidebar-right{
	float: right;
	width: 160px;
	margin: 0 20px 0 0;
}
#sidebar-right li{
	margin-top: 20px;
}
#sidebar-right li:first-child{
	margin-top: 0;
}
#sidebar-right li p{
	margin-top: 10px;
}
#sidebar-right li h3 + p{
	margin-top: 0;
}
#sidebar-right li p a{
	color: #3b2418;
	text-decoration: none;
}
#sidebar-right li p a:hover{
	text-decoration: underline;
}
#sidebar-right h3{
	border-bottom: 1px solid #d4c8bc;
	color: #3b2418;
	font-size: 14px;
	margin-bottom: 21px;
	padding: 0 0 12px 0;
	font-family: 'Georgia', 'Times New Roman', serif;
}
dt{	
	font-weight: bold;
	font-size: 14px;
	font-family: 'Georgia', 'Times New Roman', serif;
	padding-top: 15px;
	border-top: 1px solid #c3a780;
	margin-top: 15px;
	clear: both;
}

dd{	
	padding-top: 10px;
}

p .hang{
	text-indent: -10px;
	padding-left:10px;
}

.site-footer {
	width: 980px;
	min-height: 108px;
	margin: 0 auto 20px;
	padding: 10px 20px 140px;
	background: url(images/bg-footer.jpg) no-repeat center bottom #8a6337
}

.site-footer .anh {
    float: left;
    width: 180px;
    height: 90px;
    background-image: url(images/ANH_logo_OSJ.png);
    background-size: contain;
}

.site-footer .anh:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.site-footer .social-media {
	float: right;
	height: 40px;
	text-align: right;
}

.nav-footer{
	clear: right;
	float: right;
}
.nav-footer ul{
	font-size: 0;
}
.nav-footer li{
	display: inline-block;
	padding-left: 15px;
	/*border-left: 1px solid #f1e8fe;*/
	border-left: 1px solid #593307;
	margin-left: 15px;
	list-style: none;
}
.nav-footer li:first-child{
	padding-left: 0;
	border-left: none;
	margin-left: 0;
}
.nav-footer a{
	/*color: #f1e8fe;*/
	text-decoration: none;
	font: 18px/1.5em Georgia, 'Times New Roman', serif;
	text-transform: lowercase;
}
.nav-footer a,
.nav-footer a:hover,
.nav-footer a:active,
.nav-footer a:visited{
	/*color: #f1e8fe;*/
}
.nav-footer a:hover{
	text-decoration: underline;
}

.social-media .menu{
	font-size: 0;
}
.social-media .menu-item{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.social-media .menu-item:first-child{
	margin-left: 0;
}
.social-media a{
	background: #8a6337;
	border-radius: 4px;
	color: #fff;
	display: block;
	height: 32px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 32px;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
.social-media a:before{
	display: block;
	font: 20px/32px 'icomoon';
}
.social-media .twitter a:before {
	content: "\e901";
}
.social-media .facebook a:before {
	content: "\e902";
}
.social-media .pinterest a:before {
	content: "\e903";
}
.social-media a:hover{
	opacity: .7;
}
.copyright{
	float: right;
	clear: right;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	/*color: #f1e8fe;*/
	text-align: center;
}
.copyright a{
	/*color: #f1e8fe;*/
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}

/* General Contact Form 7 styles */
.wpcf7-form p{
	margin-top: 10px;
}
.wpcf7-form p:first-child{
	margin-top: 0;
}
.wpcf7-form p label{
	display: block;
	font-weight: bold;
	color: #3b2418;
}
.wpcf7-form p .wpcf7-text,
.wpcf7-form p textarea{
	width: 356px;
	border: 1px solid #593408;
	background: #fbfafc;
}
.wpcf7-form p textarea{
	padding: 10px;
}
.wpcf7-form p .wpcf7-text{
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
}
.wpcf7-form p .wpcf7-submit{
	display: block;
	width: 106px;
	height: 40px;
	padding: 0 0 4px 0;
	border: none;
	border-radius: 4px;
	margin-top: 17px;
	font: 14px/32px 'Georgia', 'Times New Roman', serif;
	color: #fff;
	text-align: center;
	background: #593408;
	margin-left: 250px;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
.wpcf7-form p .wpcf7-submit:hover{
	opacity: .5;
}

/* Page Specific styles */
.page-books-stuff-store #content-wrapper{
	width: 765px;
	margin: 0 17px;
}
.page-books-stuff-store #content-wrapper article .entry-content{
	margin-top: -50px;
}
.page-books-stuff-store #content-wrapper article .entry-title{
	width: 514px;
	position: relative;
	left: 237px;
	z-index: 2;
}
.page-disclaimer #content-wrapper article .entry-content h3{
	line-height: 1.3;
}
.page-faq p + ol{
	margin-top: 10px;
}
.page-books #content-wrapper article .entry-content .buy-ebook{
	padding: 0 3px;
	margin-right: 0;
}
.page-contact .contact-wrapper{
	/*background: url(images/owl-sketch.png) no-repeat 295px 35px;*/
}
.search-results #content-wrapper article article {
	border-bottom: 1px solid #d4c8bc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.search-results #content-wrapper article article .entry-title{
	background: none;
	border-bottom: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.search-results .navigation a {
	color: #ad672b;
	text-decoration: none;
}
.search-results .navigation a:hover {
	border-bottom: 1px dashed;
}
.search-results .entry-utility{
	min-height: 0;
}
.page-template-tpl-wholesale #content-wrapper article .entry-content table th h3 + p {
	font-weight: bold;
	font-size: 16px;
}

.page-template-tpl-wholesale #content-wrapper article .entry-content h3 strong {
	display: block;
	padding: 10px 0;
	font: bold 18px Georgia,"Times New Roman",serif;
	text-align: center;
	text-transform: none;
}

.page-template-tpl-wholesale #content-wrapper article .entry-content h3 strong:before,
.page-template-tpl-wholesale #content-wrapper article .entry-content h3 strong:after {
	content: '';
	border-bottom: 1px solid #d4c8bc;
	display: block;
	height: 3px;
}

.page-template-tpl-wholesale #content-wrapper article .entry-content h3 strong:after {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.page-template-tpl-wholesale #content-wrapper article .entry-content h3 strong:before {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.page-template-tpl-wholesale blockquote {
	border: 2px solid #392216;
	padding: 20px 25px;
	text-align: center;
	position: relative;
	z-index: 0;
}
.page-template-tpl-wholesale blockquote:before {
	content: '';
	display: block;
	width: calc( 100% - 10px );
	height: calc( 100% - 10px );
	margin: 4px;
	border: 1px solid #392216;
	background: #f1ebde;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.page-template-tpl-wholesale table th,
.page-template-tpl-wholesale table td {
	/*padding: 20px;*/
}

.page-template-tpl-wholesale table th {
	border-bottom: 1px solid #d4c8bc;
	font-weight: normal;
	padding: 0 0 20px;
}

.page-template-tpl-wholesale table td {
	padding: 20px 0 0;
}
.page-template-tpl-wholesale .wpcf7 {
	margin-top: 20px;
}
.page-template-tpl-wholesale .eStore-product-fancy4 {
	height: auto;
	border: 0;
	padding: 20px 0 0;
	background: none;
	position: relative;
}
.page-template-tpl-wholesale .eStore-product-fancy4 + .eStore-product-fancy4{
	border-bottom: 1px solid #d4c8bc;
	margin-top: 20px;
}

.page-template-tpl-wholesale .eStore-fancy4-header {
	color: inherit;
	background: none;
}

.page-template-tpl-wholesale .eStore-fancy4-header-right {
	margin-right: 0;
	color: inherit;
	text-shadow: none;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.page-template-tpl-wholesale .eStore-fancy4-header-left span {
	font-size: 14px;
	line-height: 20px;
	font-family: "Trajan Pro","Times New Roman",serif;
}

.page-template-tpl-wholesale .eStore-fancy4-footer {
	border:0;
	color: inherit;
	background: none;
}

.page-template-tpl-wholesale .eStore-fancy4-thumb {
	float: left;
	margin: 0 20px 10px 0;
}

.page-template-tpl-wholesale .eStore-fancy4-thumb a {
	cursor: default;
}

.page-template-tpl-wholesale #content-wrapper article .entry-content .eStore-fancy4-thumb a:hover {
	border: 0;
}

.page-template-tpl-wholesale .eStore-fancy4-thumb img {
	width: auto;
	margin: 0;
    border: 2px solid #5c320c;
    border-radius: 2px;
}

.page-template-tpl-wholesale .eStore-fancy4-thumb img:hover {
	border: 2px solid #5c320c;
}

.page-template-tpl-wholesale .eStore-fancy4-product-description {
	margin-right: 0;
}

.page-template-tpl-wholesale .eStore_variation_name,
.page-template-tpl-wholesale .eStore_variation {
	display: block;
}

.page-template-tpl-wholesale .eStore_variation_name {
	clear: both;
}

.page-template-tpl-wholesale .eStore_variation {
	max-width: 100%;
	width: 376px;
	height: 23px;
	padding: 0 7px;
	border: 1px solid #c9ac86;
	line-height: 23px;
	background: #f9edd9;
}

.page-template-tpl-wholesale #content-wrapper article .entry-content .eStore_button {
	float: left;
	padding: 0;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}

.page-template-tpl-wholesale #content-wrapper article .entry-content .eStore_button:hover {
	opacity: .7;
}

/* Shopping Cart */
div.shopping_cart tr td:first-child {
	padding-right: 10px;
}
.page-shopping-cart .eStore_remove_item_button {
	width: 15px;
	height: 15px;
	min-height: 0;
	min-width: 0;
}
.page-shopping-cart .shopping_cart > img:first-child,
.page-shopping-cart .shopping_cart > img:first-child + h2{ 
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.page-shopping-cart .shopping_cart > img:first-child{ margin-right: 20px; }
.page-shopping-cart .shopping_cart > table{ margin: 20px 0; }
.page-shopping-cart .shopping_cart .eStore_paypal_checkout_button{ float: right; border: none; }
.page-shopping-cart .shopping_cart .eStore_paypal_checkout_button:hover{ border: none; }
.page-shopping-cart #content-wrapper article .entry-content .eStore_button{
	float: left;
	width: 170px !important;
	font-size: 13px;
	color: #d8b446;
}
.page-shopping-cart .eStore_classic_cart_wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/* Shopping Cart Widget */
.sidebar .eStore_compact_cart2 {
	border: 3px solid #593307;
	padding: 10px 15px 10px 35px;
	text-align: center;
	background-position: 10px 50%;
}
.sidebar .eStore_compact_cart2 a {
	display: block;
	border-bottom: 1px dashed transparent;
	font: 14px Georgia, 'Times New Roman', serif;
	color: #9a2d2a;
	text-align: center;
	text-decoration: none;
}
.sidebar .eStore_compact_cart2 a:hover {
	border-bottom-color: #9a2d2a;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.screen-reader-text, #skip,.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: drupal.org/node/897638 */
.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; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.access:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

/* @media only screen and (min-width: 480px) { }*/
  /* Style adjustments for viewports 480px and over go here */

/*/mediaquery*/

/* @media only screen and (min-width: 768px) { }*/
  /* Style adjustments for viewports 768px and over go here */

/*/mediaquery*/



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}

/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { text-align:center; margin:20px auto 10px; }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/
