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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "minion-pro", "Times New Roman", serif;
	color: #222222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:700;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.fw_wrap {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    /*border: 2px solid #F00;*/
}

.wrapper {
    width: auto;
    height: auto;
    margin: 0px 2%;
    /*border: 1px solid #F00;*/
    overflow: hidden;
}

p {
	margin-bottom: 20px;
}

p.centerBold {
	text-align: center;
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.mb0 {
	margin-bottom: 0px;
}

.bold {
	font-weight: 700;
}

.red {
	color: #B81F0D;
}

.hidden {
	display: none;
}

/* ------------------------------------------------------------- TOP BAR */

.top_bar {
	background:url(../assets/topBar/top_bar_bg.png) repeat;
}

#last_updated {
	width: 40%;
	height: auto;
	float: right;
	text-align: right;
	line-height: 33px;
	color: #fff;
	font-family: "minion-pro-condensed", "Times New Roman", serif;
	margin: 6px 8px 0px 0px;
}

#welcome {
	width: 40%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 2em;
	padding: 8px 0px;
}

/* ------------------------------------------------------------- HEADER */

header {
	width:100%;
	height:auto;
	float: left;
	margin:0px 0px 0px 0px;
	background-image:url(../assets/header/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0%;
	padding: 30px 0px;
}

#header_left {
	width: 68%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

#header_right {
	width: 28%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}

#bookReview {
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	clear: right;
}

#bookReview img {
	width: 100%;
}

#logo {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
}

#logo img {
	width: 100%;
	max-width: 400px;
}

#intro {
	width: 96%;
	height: auto;
	float: left;
	margin: 14px 0px 0px 4%;
	color: #B81F0D;
	font-size: 1.3em;
	line-height: 1.2;
}

#intro span {
	font-weight: 700;
}

#facebook_header {
	width: auto;
	height: 20px;
	float: right;
	margin:45px 8px 0px 0px;
}
/* ------------------------------------------------------------- NAV */
.nav_bg {
	background:url(../assets/nav/nav_bg.png) repeat-x;

}

nav {
	width:100%;
	height: 40px;
	margin:0px 0px 0px 0px;
	/*background:url(../assets/nav/nav_bg.png) repeat-x;*/
}


nav ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	float: left;
}

nav ul li {
	flex-grow: 1;
}

nav ul li a {
	display: block;
	width: auto;
	color:#FFF;
	font-size:1.2em;
	text-decoration:none;
	text-align: center;
	line-height:40px;
	text-shadow:1px 1px 1px #721F21;
}


nav ul li a:hover {
	background-color: #000;
}

nav ul li a.nav_on {
	background-color: #000;
}

#nav_button {
	width: auto;
	height: 40px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url(../assets/nav/nav_button.png);
	background-size: 40px 40px;
	cursor: pointer;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 40px;
	color: #fff;
	display: none;
	font-weight: 600;
	font-size: 1em;
}

/* ------------------------------------------------------------- CONTENT */
.content_bg {
	background-color: #eee;
}

.main_content {
	background-color: #fff;
	padding: 20px 0px;
}


#content_left {
	width:65%;
	height:auto;
	float:left;
	margin:20px 0px 10px 0px;
}

#content_right {
	width:31%;
	height:auto;
	float:right;
	margin:20px 0px 10px 0px;
}

.left_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 18px 0px;
	background-image: url(../assets/shared/content_left_separate.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 18px;
}

.left_section.last {
	background-image: none;
	padding-bottom: 0px;
}

.left_section h1 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 22px;
	line-height: 1.2;
}

.left_section h2 {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 36px;
	margin-top: 20px;
	color: #B81F0D;
}

.left_section p {
	font-size: 1.1em;
	line-height: 1.4;
	margin-left: 2%;
}

.left_section a {
	color: #B81F0D;
	text-decoration: none;
}

.left_section a:hover {
	text-decoration: underline;
}

.right_section {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 25px 0px;
}

.right_section_heading {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 16px 0px;
	background-image: url(../assets/shared/content_right_title_bg.png);
	background-repeat: repeat;
	color: #fff;
	line-height: 1.3;
	font-family: "minion-pro-condensed", "Times New Roman", serif;
	font-size: 1.4em;
	padding: 4px 4%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.right_book_wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 3px solid #999; 
	padding: 8px 8px 8px 8px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.book_shadow {
	width: 330px;
	height: 20px;
	float: left;
	margin: 0px 0px 10px 0px;
	background-image: url(../assets/rightContent/book_shadow.png);
	background-repeat: no-repeat;

}

.right_book_left {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 6px;
	text-align: center;
}

.right_book_title {
	width: 100%;
	height: auto;
	font-style: italic;
	font-size:  1.2em;
}

.right_book_author {
	width: 100%;
	height: auto;
	font-style: italic;
	font-size:  0.9em;
	margin: 3px 0px 10px 0px;
}

.right_book_left p {
	font-size: 1em;
	color: #555;
	margin-bottom: 10px;
	line-height: 1.3;
}

.right_book_left a {
	color: #B81F0D;
	font-size: 1em;
}

.right_book_right {
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.right_book_right img {
	width: 100%;
	max-width: 130px;
}

/* ------------------------------------------------------------- FOOTER */

.footer_bg {
	border-top: 5px solid #C4200F;
}

footer {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 20px 0px;
}

.footer_section {
	width: 30%;
	height: auto;
	float: left;
	margin: 0px 2% 20px 0px;
}

.footer_section:last-of-type {
	float: right;
	margin-right: 0px;
}

.footer_section.mr0 {
	margin-right: 0px;
}

.footer_section_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 12px 0px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3;
}

.footer_section ul {
	margin: 0px 0px 0px 5%;
}

.footer_section ul li {
	margin: 0px 0px 8px 0px;
}

.footer_section ul li a {
	color: #666;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.2;
}

.footer_section ul li a:hover {
	text-decoration: underline;
}

.footer_contact {
	width: 96%;
	height: 24px;
	float: left;
	margin: 0px 0px 10px 4%;
	font-size: 130%;
	color: #333;
	line-height: 24px;
}

.footer_contact a {
	color: #666;
	text-decoration: none;
}

.footer_contact.twitter {
	background-image: url(../assets/footer/twitter.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 240px;
	padding-left: 40px;
}

.footer_contact.facebook {
	background-image: url(../assets/footer/facebook.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 240px;
	padding-left: 40px;
}

.copy {
	
	background-image: url(../assets/footer/black_bg.png);
	background-repeat: repeat;
	padding: 12px 0px;
}

#webdesign {
	width: 50%;
	height: auto;
	line-height: 1.3;
	
	float: right;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 1em;
	text-align: right;
	font-family: "minion-pro-condensed", "Times New Roman", serif;

}

#webdesign a {
	color: #fff;
}

#copyright {
	height: auto;
	line-height: 1.3;
	width: 50%;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 1em;
	font-family: "minion-pro-condensed", "Times New Roman", serif;
}

#facebook_footer_box {
	width: 296px;
	height: auto;
	float: left;
	margin: 12px 0px 0px 38px;
}

/* ------------------------------------------------------------- STORIES */

.story_wrap {
	width:100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	background-color: #eee;
}

.story_title {
	width: 96%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 2%;
	background-color: #fff;
	border-bottom: 2px solid #ddd;
	background-image: url(../assets/stories/title_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 18px 12px 18px 40px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.story_title h2 {
	font-weight: 700;
	line-height: 1.2;
	font-family: "minion-pro-condensed", "Times New Roman", serif;
	color: #000;
	font-size: 1.6em;
	margin:0px;
	cursor: pointer;
}

.story_title h2:hover {
	color: #B81F0D;
	cursor: pointer;
}

.story_title h2.active {
	color: #B81F0D;
}

.story_intro {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 2%;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1em;
	color: #444;
	padding: 15px 3%;
	display: none;
	opacity: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.story_intro p {
	margin-left: 0px;
}

.story_intro img {
	display: block;
	margin: 0px auto 0px auto;
}

.tell_me {
	width: 142px;
	height: 25px;
	float: left;
	margin: 0px 0px 10px 2%;
	background-color: #888888;
	color: #fff;
	font-size: 110%;
	padding-left: 20px;
	line-height: 25px;
	cursor: pointer;
	background-image: url(../assets/stories/reveal_arrow_right.png), url(../assets/stories/tell_me_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 90% 0%;
	font-family: "minion-pro-condensed", "Times New Roman", serif;
	display: none;
}

.tell_me.active {
	background-image: url(../assets/stories/reveal_arrow_down.png), url(../assets/stories/tell_me_bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 90% 0%;
}

.story_post {
	width: auto;
	height: auto;
	float: right;
	margin: 0px 2% 5px 0px;
	color: #999;
	font-size: 0.9em;
	padding-left: 20px;
	line-height: 1.3;
	text-align: right;
}

.story_reveal {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 10px 2%;
	background-color: #fff;
	border: 1px dashed #ddd;
	font-size: 1em;
	color: #444;
	padding: 15px 3%;
	display: none;
	opacity: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.story_reveal p {
	margin-left: 0px;
}

.story_reveal img {
	display: block;
	margin: 0px auto 0px auto;
}

.story_share {
	width: 96%;
	height: 30px;
	float: left;
	margin: 0px 0px 0px 2%;
	padding-top: 8px;
	border-top: 2px solid #EEE;
}

.twitter_share {
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.twitter_follow_button {
	width: auto;
	height: auto;
	float: left;
	margin: 0px 0px 0px 10px;
}

.story_close {
	width: 84px;
	height: 23px;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;
	cursor: pointer;
}

/* ------------------------------------------------------------- ARCHIVE */

#pagination {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

#pagination a {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #BBB;
	background-color: #EEE;
	color: #333;
	text-align: center;
	line-height: 40px;
}

#pagination a.active {
	background-color: #B81F0D;
	color: #fff;
}


/* ------------------------------------------------------------- ABOUT */

img.dave {
	padding:0px 15px 5px 0px;
}

img.awards {
	margin: 12px 0px 24px 10px;
	width: 100%;
	max-width: 580px;
}

/* ------------------------------------------------------------- BOOKS */

.book_wrap_section {
	width:100%;
	height:auto;
	float:left;
	margin:15px 0px 25px 0px;
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.book_wrap_section.last_book {
	margin-bottom: 0px;
	padding-bottom: 10px;
	border: none;
}

.book_left {
	width: 30%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.book_right {
	width: 65%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}

.book_image {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.book_image img {
	width: 100%;
	max-width: 220px;
}

.book_title {
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 3px 0px;
	font-weight: 700;
	font-style: italic;
	font-size: 160%;
	color: #333;
}

.book_title_sub {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	font-weight: 700;
	font-style: italic;
	color: #333;
	font-size: 130%;
}

.book_info {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	line-height: 26px;
	padding: 6px 0px 6px 8px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	font-size: 1.1em;
}

.book_info span {
	font-weight: 700;
}

.book_discount {
	width: 348px;
	height: auto;
	float: right;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 8px;
	font-size: 90%;
}

.book_discount p {
	margin-bottom: 0px;
}

.book_availabilty {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}

.book_avail_option {
	width: auto;
	height: 50px;
	float: left;
	margin: 0px 16px 16px 0px;
	text-align: center;
	padding: 0px 4%;
	display: flex;
	align-items: center;
}

a.free_pdf {
	background-color: #B81F0D;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

a.free_pdf span {
	font-weight: 700;
}

a.free_pdf:hover {
	background-color: #7E150A;
}

.book_availabilty a.matador {
	margin-left: 20px;
}

.read_more_book {
	width: auto;
	height: auto;
	float: right;
	margin: 25px 0px 0px 0px;
	background-color: #B81F0D;
	text-align: center;
	line-height: 1.3;
	clear: right;
	padding: 6px 5%;
}

.read_more_book a {
	font-family: "minion-pro-condensed", "Times New Roman", serif;
	font-weight: 700;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
}

.read_more_book a:hover {
	text-decoration: underline;
}

#book_intro_wrap {
	width:100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	background-color: #eee;
}

#book_intro {
	width: 96%;
	height: auto;
	float: left;
	margin: 10px 0px 10px 2%;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	padding: 15px 15px 15px 15px;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#book_intro p {
	font-size: 1.1em;
	line-height: 1.3;
}

.testimonial_wrap {
	width:100%;
	height: auto;
	float: left;
	margin: 10px 0px 10px 0px;
	background-color: #eee;
}

.testimonial_title {
	width:96%;
	height: auto;
	float: left;
	margin: 8px 0px 5px 2%;
	font-size: 1.05em;
	color: #999;
	font-family: "minion-pro-condensed", "Times New Roman", serif;
	padding-left: 10px;
}

.testimonial_text {
	width: 96%;
	height: auto;
	float: left;
	margin: 3px 0px 10px 2%;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1em;
	color: #444;
	padding: 15px 15px 0px 6px;
	font-style: italic;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.testimonial_text p {
	line-height: 1.3;
}

/* ------------------------------------------------------------- FREE BOOKS */

.free_book_form {
	width: 530px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #f7f7f7;
	padding: 10px;
}

.free_book_form input {
	height: 25px;
	width: 320px;
	padding: 3px 5px 3px 5px;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}

button.freedownload {
	width: auto;
	height: auto;
	border: none;
	background-color: #B81F0D;
	color: #fff;
	margin: 0px 0px 0px 30px;
	padding: 3px 10px 3px 10px;
	font-weight: 700;
	opacity: 0.5;
}

.free_book_feedback {
	width: 520px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
}

/* ------------------------------------------------------------- LANDING PAGE */

#landing_header {
	width: 940px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px solid #DDD;
}

#landing_header h1 {
	font-size: 240%;
	font-weight: 700;
	margin-bottom: 15px;
}

#landing_header p {
	margin-bottom: 3px;
}

#landing_header a {
	color: #b81f0d;
}

#landing_header h1 span {
	font-size: 70%;
}

#landing_header br {
	display: block;
	margin: 0px 0px -10px 0px;
}

.quote {
	width: 590px;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
}

.quote_quote {
	width: 590px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #b81f0d;
	font-size: 230%;
	font-weight: 700;
	text-align: center;
	font-style: italic;
}

.quote_who_stars {
	width: 590px;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
}

.stars {
	width: 151px;
	height: 39px;
	float: left;
	margin: 0px 0px 0px 120px;
	background-image: url(../assets/landing/stars.png);
}

.quote_name {
	width: auto;
	height: 39px;
	float: left;
	margin: 0px 0px 0px 20px;
	line-height: 32px;
	font-weight: 700;
	color: #888;
}

p.intro_text_landing {
	color: #b81f0d;
	font-weight: 700;
}

img.landing_book_cover {
	margin-bottom: 20px;
}

#retailers {
	width: 326px;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	border: 2px solid #b81f0d;
	padding-bottom: 15px;
	padding-top: 15px;
}

#retailer_title {
	font-size: 200%;
	color: #b81f0d;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#retailer_logos {
	width: 326px;
	height: 203px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-image: url(../assets/landing/retailers.png);
}

#retailer_logos a {
	width: 250px;
	height: 66px;
	float: left;
	margin: 0px 0px 0px 36px;
}


@media screen and (max-width: 720px) {
	nav ul li a {
		font-size: 1em;
	}

	.footer_section {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer_section ul {
		margin: 0px 0px 0px 0px;
	}
}

@media screen and (max-width: 600px) {
	#content_left {
		width: 100%;
	}

	#content_right {
		width: 100%;
	}

	#webdesign {
		width: 100%;
		text-align: center;
	}

	#copyright {
		width: 100%;
		text-align: center;
		margin-top: 8px;
	}

	#header_left {
		width: 100%;
		text-align: center;
	}

	#intro {
		width: 100%;
		margin-left: 0px;
	}

	#header_right {
		display: none;
	}

	.nav_bg {
		background-repeat: repeat;
	}

	 #nav_button {
    	display: block;
    }

	nav {
		height: auto;
	}

	nav ul {
		display: none;
        height: auto;
        width: 100%;
        margin-left: 0px;
	}

	nav ul li {
        height: auto;
        width: 100%;
    }

    nav ul li a {
       
        height: 40px;
        width: 100%;
        padding: 0px;
    }

    #welcome {
    	width: 100%;
    	text-align: center;
    }

    #last_updated {
    	display: none;
    }
}

@media screen and (max-width: 470px) {
	.book_left {
		width: 100%;
		text-align: center;
	}

	.book_right {
		width: 100%;
		text-align: center;
	}

	.book_avail_option {
		width: 100%;
		justify-content: center;
	}

	.read_more_book {
		width: 100%;
		padding: 8px 0px;
	}

	.book_wrap_section {
		padding-bottom: 40px;
	}

	.book_avail_option {
		margin-right: 0px;
	}
}