/*
	Theme Name: Silva
	Theme URL: 
	Description: Custom WordPress Theme for Daniel Silva.
	Author: by Being Wicked Inc. and Jason Weaver
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Global Elements
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231;}
body, button, input, select, textarea { font-family: sans-serif; color: #000; }
h1  {-webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; }
::-moz-selection { background: rgba(244, 194, 97,.9); color: #000; text-shadow: none; }
::selection { background: rgba(244, 194, 97,.9); color: #000; text-shadow: none; }
a, a:visited  { color: #c68912; text-decoration: none;}
a:hover { color: #df9910; text-decoration: none;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.wrap, #main, #supplementary {
	padding: 0 6%;
}
.wrap, #site-generator { margin: 0 auto; }
.nav-wrap{
	padding: 0;
}
body, input, textarea {
	color: #000;
	font: 100% "Georgia", serif;
	font-weight: 400;
	line-height: 1.625;
}
body {
	background: #fff;
}
.clear {
	clear: both;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
	color: #000;
}
ul, ol {
	margin: 0 0 1.625em 20px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #c4c9ce;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
article blockquote {
	background: url('images/quote.png') left top no-repeat; 
	font-style: normal;
	margin: 10px 0;
	padding-left: 30px;
	letter-spacing: 0.03em;
}
article blockquote cite {
	font-size: 12px;
	letter-spacing: 2px;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Header
----------------------------------------------- */

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-title {
	width: 447px;
	height: 115px;
}
#site-title a {
	background: url('images/logo.png') no-repeat left top;
	width: 459px;
	height: 115px;
	display: block;	
}
#site-title a:hover {
	color: transparent;
}
#site-description {

}
#site-title span,
#site-description span {
	display: none;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
.wrap {
	margin: 0 auto;
	position: relative;
	max-width: 975px;
}
#main {
	margin: 100px auto 0;
	position: relative;
	max-width: 975px;
	clear: both;	
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 66%;
}
#content {
}
#secondary {
	float: right;
	margin-top: 30px;
	width: 25.8%;
}

#books-rotator {
	clear: both;
	padding: 20px 0;
	margin: 30px 0;
	background: #273d53 url('images/diagonal-texture-foot.png') repeat-x left top;
}	

/* Mailing List Form in Header */
#cc_email {
	border-radius: 50px;
	width: 180px;
}

#constant-contact-signup {
	position: relative;
}
div.main-newsletter {
	margin: 15px auto;
	text-align: center;
}
div.main-newsletter input {
	border-radius: 50px;
	width: 420px;
	padding: 8px;
}
div.main-newsletter input.submit {
	border-radius: 50px;
	color: #161d25;
	background: #f4c261;
	border: none;
	font-size: 14px;
	padding: 12px 0;
	text-transform: uppercase;
	width: 85px;
	font-weight: bold;
} 
.button.submit {
	border-radius: 50px;
	color: #161d25;
	background: #f4c261;
	border: none;
	float: right;
	font-size: 12px;
	padding: 6px 0;
	margin-right: 10px;
	top: 0;
	right: 0;
	position: absolute;	
	text-transform: uppercase;
	width: 65px;
} 

#constant-contact-signup label {
	display: none;
}
.constant-contact-signup {
	margin-top: 50px;
}
.constant-contact-signup h3.widget-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #394e64;
	font-size: 13px;
	margin-bottom: 10px;
}

/* =Menu
-------------------------------------------------------------- */

.menu-button {
	position: absolute;
	z-index: 999;
	top: -.75em;
	right: 0;
	padding: 1em 1em .5em;
	border-radius: .75em;
	color: #fff;
	background: #444;
	margin-right: 5%;
	cursor: pointer;
}
.admin-bar .menu-button {
	top: 18px;
}
.nav-wrap{
	padding: 0 4%;
}
#access {
	background: url('images/main-nav.png') repeat-x;	
	clear: both;
	display: block;
	height: 67px;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#access li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: none; 
}	
	
#access a {
	color: #4c3a02;
	font-weight: 600;
	display: block;
	line-height: 3.333em;
	padding: 3px 18px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}	
#access ul ul {
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 60px;
	width: 188px;
	z-index: 99999;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access .menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access .menu li:hover > a,
#access .menu ul ul :hover > a,
#access .menu a:focus {
	color: #5a4401;
	background: #bb9601;
}
#access .menu li:hover > a,
#access .menu a:focus {
	background: #bb9601;
}
#access .menu ul li:hover > ul {
	display: block;
}
#access .menu .current_page_item > a,
#access .menu .current_page_ancestor > a {
	font-weight: bold;
}

#access li .sub-menu li {
	border-color: transparent;
	margin: 0;
	padding: 0;	
}

#access li .sub-menu li a {
	line-height: 1.4em;
	padding: 10px 10px;
	font-size: 12px;
}

/* Social Icons */
#social-icons {
	float: right;
	margin-top: -8px;
	margin-bottom: 30px;
}
#access a.facebook-icon,
#access a.twitter-icon,
#access a.instagram-icon,
#access a.rss-icon {
	background-image: url('images/social-icons.png');
	width: 36px;
	height: 36px;
	margin: 10px 3px 0;
	padding: 0;	
}
#access a.facebook-icon {
	background-position: left top;
}
#access a.twitter-icon {
	background-position: -45px top;
}
#access a.instagram-icon {
	background-position: -89px top;
}
#access a.rss-icon {
	background-position: -134px top;
}
.title-wrap {
	width: 50%;
	float: left;
	height: 178px;
	padding-left: 170px;
}	
#site-title, #site-description {
	text-align: left;
	padding: 25px 0 0; 
}

#site-title a {
	font-size: 30px;
	line-height: 36px,
}
.post {
	padding-left: 60px;
	position: relative;
}

.post h2,
article.page h2 {
	color: #a9bed3;
	font-size: 21px;
	margin-bottom:8px;
	letter-spacing: 0.09em;
}
article.page .entry-meta,
article.books .entry-meta {
	display: none;
}
.entry-meta {
	text-align: left;
}

article.post footer.entry-meta {
	border-top: 1px #d8e3ed solid;
	font-size: 14px;
	padding: 5px 0 20px 0;
	margin-bottom: 30px;
}

.entry-date {
	margin-left: -60px;
	position: absolute;
	top: 10px;
	text-transform: uppercase;
	text-align: center;
	width: 41px;
	display: block;	
	line-height: 1.2em;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 9px;
	padding-left: 1px;
	background: url('images/date-background.png') no-repeat 50% top;
	height: 45px;
	color: #252f3b;
}

.word2 {
	display: block;
	font-size: 16px;
}
	
#site-description {
	font-size: 14px;
	padding: 0 0 1em;
}	
/* Search Form */
#branding #searchform {
	margin-top: 3.5em;
	width: 28.8%;
	float: right;
}

#branding #s {
	float: right;
	background-color: #444;
	border-color: #111;
	width: 196px;
}
#branding #s:focus {
	background-color: #f9f9f9;
}
#branding #searchsubmit {
	display: none;
}

.current-menu-parent {
	background-image: none;
}
.entry-title,
.page-title,
.video .entry-title {
	color: #c68912;
	font-size: 32px;
	font-weight: normal !important;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	text-align: left;
}

.video h2.entry-title {
	font-size: 32px !important;
}

.singular .entry-title {
	font-size: 36px;
	line-height: 44px;
}

#branding {
	height: 178px;
	margin: 0;
	padding: 0;
}

.header-wrap {
	background: url('images/daniel.png') no-repeat 35px top;
	height: 178px;
}


#branding #s {
	background-color: #444;
	border-color: #111;
	margin: 0 auto;
	display: block;
	width: 60%;	
}
#branding #s:focus {
	background-color: #f9f9f9;
}
#branding #searchsubmit {
	display: none;
}

/* =Content
----------------------------------------------- */

/* Home page */
.feature-slider {
	background-color: #1f3247;
	margin: 50px 0 20px 0;
	width: 100%;
}
.widget soliloquy {
	margin: 0;
}
.home #main {
	max-width: 100%;
	padding: 0 0 1px 0;
	margin: 100px 0 0;	
	background: url('images/sub-section-background.png') repeat-x left bottom;
	
}
#home-top {
	padding-bottom: 30px;
	overflow: hidden;
}
.home #content,
#home-middle,
#home-bottom {
	max-width: 975px;
	margin: 0 auto 50px;
}
h1.latest-news,
h3.new-paperback {
	color: #394e64;
	font-size: 13px;
	letter-spacing: 3px;
	padding-top: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
}
.home #primary {
	width: 100%;
}
.home-top-posts,
.home-middle-left {
	float: left;
	width: 66%;
}
.home-middle-left-n {
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 400px;
}
.home-top-posts h2.entry-title {
	font-size: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.home-top-posts a.cover {
	float: left;
	margin-right: 15px;
}
.book_content {
	float: left;
	width: 300px;
}
.home-middle-left  {
}
.home-top-right {
	float: right;
	width: 28%;
}
.home-middle-right {
	float: right;
	width: 30%;
	margin-top: 50px;
}
.home-middle-right-n {
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-top: 30px;
	margin-left: 15px;
	width: 265px;
}
.home-middle-right-n .constant-contact-signup {
	padding-top: 0;
	margin-top: 0;
}
.home-middle-right div.widget_wickedtextwidget,
div.fb-like-box {
	background: #fff !important;
}
.home-middle-right-n h3.widget-title {
	color: #778fae;
	font-size: 13px;
	letter-spacing: 3px;
	padding-top: 5px;
	margin-bottom: 6px;
	text-transform: uppercase;
	text-align: left;
}
.home-middle-right-n form {
	padding-top: 0;
}

h4.n-title {
	font-size: 32px;
	line-height: 110%;
	color: #F3C161;
	padding-bottom: 15px;
}
h4.home-middle-title {
	font-size: 32px;
	color: #F3C161;
}
.book-wrap {
	float: left;
	width: 168px;
}
.book-wrap a {
	display: inline;
}
.book-wrap img {
	float: none;
	display: inline-block;
}
.home-middle-left-book {
	margin-bottom: 20px;
}
.about-book-wrap {
	float: left;
	width: 450px;
}
.about-book-wrap-n {
	float: left;
	font-size: 14px;
	line-height: 24px;
	width: 220px;
}
h1.sub-page-book-title,
h1.sub-page-book-title a {
	color: #c68912;
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 6px;
	text-transform: uppercase;
	text-align: left;
}


#home-bottom {
	padding: 50px 0 0;
}
.widget_stray_quotes {
	text-align: center;
	width: 96%;
	margin: 0 auto;
	font-style: italic;
	margin-top: -30px;
	color: #5c7894;
	font-size: 28px;
}
.widget_stray_quotes em {
	font-style: normal;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/* Sidebar */
#secondary {
	text-align: center;
}
#secondary img.bookcover {
	
	padding: 6px;
}
#secondary div.buy-book-button {
	margin: 10px 0 30px 0;
}

ul.buy-icons {
	margin: 0;
	padding: 0 0 10px 0;
}
ul.buy-icons-full {
	margin: 0 30px;
}
ul.buy-icons li {
	list-style: none;
}
ul.buy-icons li.buy-amazon a,
ul.buy-icons li.buy-bn a,
ul.buy-icons li.buy-ibook a,
ul.buy-icons li.buy-indie a {
	height: 40px;
	width: 40px;
	float: left;
	margin: 5px;
	display: block;
}
ul.buy-icons li.buy-amazon a span,
ul.buy-icons li.buy-bn a span,
ul.buy-icons li.buy-ibook a span,
ul.buy-icons li.buy-indie a span {
	display: none;
}
ul.buy-icons li.buy-amazon a {
	width: 125px;
	height: 62px;
	background: url('https://danielsilvabooks.com/wordpress/wp-content/uploads/2020/02/icon-buy-amazon-5.png') no-repeat;
	margin-left: 10px;
}
ul.buy-icons li.buy-bn a {
	background: url('images/icon-buy-bn.png') no-repeat;
	margin-left: 24px;
}
ul.buy-icons li.buy-ibook a {
	background: url('images/icon-buy-ibook.png') no-repeat;
}
ul.buy-icons li.buy-indie a {
	background: url('images/icon-buy-indie.png') no-repeat;
}

#secondary p {
	font-size: 14px;
	letter-spacing: 0.07em;
	text-align: left;
}
#secondary .widget {
	margin-bottom: 30px;
}
#secondary ul {
	margin: 0;
	padding: 5px 0;	
	text-align: left;
}
#secondary ul li {
	list-style: none;
}
#secondary h3.widget-title, 
#secondary ul li.pagenav {
	background: url('images/pattern-topper.png') 0 0 repeat-x;
	color: #394e64;
	font-size: 13px;
	letter-spacing: 3px;
	padding-top: 12px;
	margin-bottom: 6px;
	text-transform: uppercase;
	text-align: left;
}
#secondary ul li.pagenav {
	margin-bottom: 30px;
}
#secondary li.menu-item, 
#secondary li.page_item,
#secondary ul li.pagenav ul li,
#secondary .widget_archive ul li {
	border-bottom: 1px #d8e3ed solid;
}
#secondary li.menu-item a,
#secondary li.page_item a,
#secondary ul li.pagenav ul li a,
#secondary .widget_archive ul li a {
	display: block;
	font-size: 14px;
	letter-spacing: 0.15em;
	padding: 3px 2px 3px 5px;
	text-transform: uppercase;
}
#secondary li.menu-item a:hover,
#secondary li.page_item a:hover,
#secondary ul li.pagenav ul li a:hover,
#secondary .widget_archive ul li a:hover {
	background: rgba(255,255,255,.1);
}

/* Singular */
.singular #primary {
	margin: 0;
	padding: 0;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}

div.entry-content p img {
	background: url('images/imgborder.png') repeat;
	padding: 7px;
	margin-bottom: 10px;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}

/* Book Archive page */

.features {
	margin: 30px 0;
	overflow: hidden;
}
.features .book-wrap {
	width: 33%;
	float: left;
	margin-bottom: 40px;	
}
.book {
	display: block;
	width: 150px;
	background: rgba(255,255,255,.1);
	padding: 5px;
	margin: 0 auto;
}
.book:hover {
	background: rgba(255,255,255,.2);
}
.book-title {
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	height: 40px;
}
.book div.buy-book-button,
.book ul.buy-icons {
	margin-bottom: 10px;
}

/* Footer
----------------------------------------------- */

#colophon { 
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#colophon p { 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #6B7B8D;
	text-shadow: none;
}

#books-rotator .books {
	width: 84px;
	padding: 10px;
	float: left;
	list-style: none;
}	

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}



p.nocomments {
	display: none;
}


/* For image replacement */
#access a.ir, .ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }


/* Various Buttons */
.learn-more {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
a.learn-more-blue {
	color: #5e81a4;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}
a.learn-more-blue:hover {
	color: #c68912;
}
.buy-book-button a {
	background: #f4c261;
	border-radius: 30px;
	color: #2d3d4d;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	margin: 0 auto;
	padding: 6px 0 12px 0;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	width: 149px;
}
.home-top-right .buy-book-button a {
	margin-left: 40px;
	padding: 10px 20px 15px 20px;	
	letter-spacing: 2px;
}
.home-top-right div.widget-share h3 {
	display: none;
}
.home-top-right div.widget-share img {
	float: right;
	margin-top: 10px;
	width: 171px !important;
}
.home-top-right div.constant-contact-signup h3 {
	margin-top: 0;
	padding-top: 0;
}


body.single-books article.books div.addtoany_share_save_container,
body.single-post #secondary div.addtoany_share_save_container,
a.a2a_dd addtoany_share_save {
	display: none;
}

/* Sidebar Latest News */
#secondary #advanced-recent-posts-2 {
	margin-top: 30px;
}
#secondary li.recent-post-item {
	border-bottom: none !important;
}
#secondary li.recent-post-item a.post-title {
	font-size: 19px;
	font-weight: normal;
}
#secondary #advanced-recent-posts-2 a.more-link {
	display: none;
}

p.post-date {
	color: #95acc3;
	font-size: 12px !important;
	font-style: none !important;
}
#secondary li.recent-post-item div.post-entry {
	margin-top: 10px;
	line-height: 170%;
	
}

/*Sidebar - Books */
aside.widget_wickedrecentpostwidget img.wicked-recent-thumb {
	float: right;
	margin: 5px 0 8px 15px;
	width: 90px;	
}
aside.widget_wickedrecentpostwidget h3 {
	padding-bottom: 8px;
}
body.blog aside.widget_wickedrecentpostwidget div.addtoany_share_save_container {
	display: none;
}


/* Media */

article.audio, 
article.video {
	border-bottom: 1px #3c4955 solid;
	margin-bottom: 30px;
}


/* Contact Form */
.wpcf7-submit {
	background: #f4c261;
	border: 0;
	border-radius: 30px;
	color: #2d3d4d;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	width: 149px;
}

/* Events */

div.event {
	padding: 30px 0;
	margin-bottom: 20px;
}
div.event-date {
	background: #a6b7cd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #252f3b;
	float: left;
	font-size: 20px;
	line-height: 160%;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align: center;
	margin-right: 40px;
	margin-top: 5px;
	padding: 5px 0;
	width: 90px;
}
span.dmonth {
	font-weight: normal;
	font-size: 16px;
}
span.dday {
	display: block;
	font-size: 40px;
}
span.dyear {
	font-size: 18px;
}

div.event-details {
	float: left;
	width: 480px;
}


div.event-details h3 {
	font-size: 26px !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 5px !important;
	padding-bottom: 0 !important;
	letter-spacing: 0.06em;
	
}
div.time {
	background: url('images/icon-time-sm.png') left 5px no-repeat;
	font-size: 12px;
	letter-spacing: 0.07em;
	padding: 5px 0 15px 19px;
	text-transform: uppercase;
}


.jcarousel-skin-tango .jcarousel-container {
	max-width: 975px;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  900px;
    height: 155px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 84px;
    height: 133px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 83px;
    right: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: transparent url('images/carousel-arrows.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url('images/carousel-arrows.png');
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {

}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
     opacity: .75;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 83px;
    left: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: transparent url('images/carousel-arrows.png') no-repeat 0 -43px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url('images/carousel-arrows.png');
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {

}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    opacity: .75;
}

.jcarousel-skin-tango .wrap {
	padding: 0;
}

/* drop nav */
nav.drop-nav {
	background: #f4c261;
	display: none;
	position: absolute;
	width: 121px;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
}

nav.drop-nav-2 {
	width: 133px;
}
nav.drop-nav-2 a {

}
nav.drop-nav a {
	color: #2d3d4d;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 8px;
	letter-spacing: 0.07em !important;
	text-align: left;
	text-decoration: none;
}
nav.drop-nav a:hover {
	background: #f1b031;
}

div.next-previous {
	padding-top: 20px;
	text-transform: uppercase;
}
div.nav-previous {
	float: left;
}
div.nav-next {
	float: right;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
div.feature-slider {
	height: 100% !important;
}
}




