/* ---------------------------------------------------- *\
 *                                                      *
 *                       Imports                        *
 *                                                      *
\* ---------------------------------------------------- */

/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* self-clear floats - use for grouped objects */

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

a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
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;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* ---------------------------------------------------- *\
 *                                                      *
 *                        Styles                        *
 *                                                      *
\* ---------------------------------------------------- */

/* ---------------------------------------------------- *\
 *                       Elements                       *
\* ---------------------------------------------------- */

html {
	background: url(images/bg_body.png) left top repeat-x #fffcd9;
	color: #333333;
	font-family: 'Verdana', sans-serif;
}
body {
	background: url(images/bg_body.jpg) center top no-repeat;
	font-size: 12px;
	line-height: 20px;
}
a {
	color: #ab0000;
}
h2 {
	font-size: 40px;
	color: #ab0000;
	border-bottom: 1px solid #d2d1bd;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 200;
}
h3, em {
	color: #ab0000;
	font-weight: bold;
}
h3 {
	margin-bottom: 3px;
}
#page-testimonials h3 {
	font-size: 1.25em;
	font-weight: normal;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}
blockquote {
	color: #436430;
	margin-bottom: 20px;
}
blockquote p {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Helvetica Neue Light', Helvetica, sans-serif;
	font-weight: 200;
	margin-bottom: 15px;
}
blockquote small {
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}
blockquote small:before {
	content: '- ';
}
blockquote small span {
	font-style: normal;
}
blockquote small span:after {
	display: block;
	content: ' ';
}
strong {
	font-weight: bold;
	font-style: italic;
}
input[type=text], textarea {
	border: 1px solid #cccccc;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #666666;
	padding: 3px;
	width: 180px;
}
textarea {
	width: 350px;
	height: 150px;
	font-family: sans-serif;
}
input[type=submit] {
	color: #000000;
	border: 1px solid #000000;
	padding: 4px 9px;
}

/* ---------------- Columns ---------------- */

.row .col {
	float: left;
}
.row:after {
	display: block;
	clear: both;
	content: ' ';
}
.item-holder {
	float: left;
	height: 165px;
	width: 180px;
	margin-right: 20px;
}
img.left {
	float: left;
	margin-right: 20px;
}
/* ---------------------------------------------------- *\
 *                          Base                        *
\* ---------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 950px;
}
#header {
	height: 510px;
	padding-top: 30px;
}
#primary-menu {
	width: 342px;
}
#primary-menu li {
	margin-bottom: 2px;
}
#primary-menu li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.8em;
	line-height: 1;
	padding: 7px 10px 7px 36px;
}
body#page-about #primary-menu, body#page-author #primary-menu {
	margin-top: -12px;
}
#primary-menu li a:hover {
	background: rgba(3, 0, 0, 0.1);
	background: url(images/active-arrow2.png) 15px 9px no-repeat rgba(3, 0, 0, 0.2) !important;
}
#header p.phone {
	padding: 30px 0 0 40px;
	font-size: 1.5em;
	color: #fff;
}
#content {
	margin-top: 40px;
	padding-bottom: 10px;
	position: relative;
}
body.not-front #content {
	margin-left: -1px;
	margin-right: -1px;
	background: url(images/bg_content.gif) left center repeat-y #ffffff;
	margin-top: 30px;
}
body.not-front #page {
	background: url(images/bg_page.jpg) left top no-repeat;
	padding: 30px 40px;
	overflow: hidden;
}
body.not-front #page:after {
	background: url(images/bg_page_bottom.gif) left top no-repeat;
	display: block;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
body.not-front #page h2 {
	border: none;
	margin-bottom: 10px;
}
body.not-front #page #main {
	width: 630px;
}
body.not-front #page #main blockquote {
	color: #333333;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	margin-left: -10px;
	padding-left: 10px;
}
body.not-front #page #main blockquote P {
	font-size: 12px;
	line-height: 20px;
	font-family: inherit;
	margin-bottom: 5px;
}
body.not-front #page #main blockquote small {
	font-size: 10px;
}
body.not-front #page #main blockquote:last-child {
	border-bottom: none;
}
body.not-front #page #aside {
	width: 200px;
	float: right;
}
body.not-front #page #aside blockquote {
	text-align: center;
	color: #376f86;
}
body#page-testimonials #page, body#page-media #page {
	background: url(images/bg_page_testimonials.jpg) left top no-repeat;
}
#page-about img {
	padding-bottom: 1em;
}
/* ---------------- FOOTER ---------------- */

#footer {
	border-top: 1px solid #d2d1bd;
	padding-top: 15px;
	color: #666666;
	clear: both;
	position: relative;
	margin-top: 20px;
}
#footer .copy {
	font-size: 11px;
	line-height: 12px;
}
#footer #developed {
	line-height: 12px;
	font-size: 10px;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 10px;
}
#footer #developed span {
	display: block;
	float: left;
}
#footer #developed a {
	background: url("images/erickson.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	height: 23px;
	margin-top: 1px;
	text-indent: -999999px;
	width: 88px;
}
#social a {
	display: block;
	width: 44px;
	height: 44px;
	background: url(images/talk_twitter_icon.jpg) left top no-repeat;
	text-indent: -99999px;
	outline: none;
	float: left;
	margin-right: 5px;
}
#social a#facebook {
	background-image: url(images/talk_facebook_icon.jpg);
}
/* ---------------------------------------------------- *\
 *                         Front                        *
\* ---------------------------------------------------- */

#talk-intro {
	width: 305px;
	margin-right: 35px;
}
#book-block {
	background: #ffffff;
	width: 608px;
	position: relative;
	border-left: 1px solid #fef372;
	border-right: 1px solid #fef372;
	margin-top: 20px;
}
#book-block:before {
	display: block;
	background: url(images/book_border.png) left top no-repeat;
	content: ' ';
	height: 20px;
	position: absolute;
	top: -20px;
	left: -1px;
	right: -1px;
	z-index: -1;
}
#book-block:after {
	display: block;
	background: url(images/book_border.png) left -20px no-repeat;
	content: ' ';
	height: 20px;
	position: absolute;
	right: -1px;
	bottom: -20px;
	left: -1px;
}
#book-block #welcome-intro {
	width: 374px;
	padding-right: 26px;
	float: right;
	background: url(images/blocks.png) right top no-repeat;
	padding-top: 40px;
	margin-top: -40px;
}
#book-block #welcome-intro h2 {
	font-size: 60px;
	color: #666666;
	font-weight: 200;
	margin-bottom: 18px;
	padding-bottom: 19px;
}
#book-block #welcome-intro p {
	margin-bottom: 15px;
}
#book-block #buy-book {
	margin-left: 24px;
	text-align: center;
	color: #b10000;
	height: 225px;
}
#book-block #buy-book p {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 200;
}
#endorsed {
	margin-top: 10px;
	position: relative;
	margin-bottom: 65px;
	margin: 10px 24px 25px;
	padding-top: 20px;
	height: 50px;
}
#endorsed h3 {
	color: #ab0000;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 200;
	font-size: 15px;
	text-shadow: 0 0 10px #ffffff;
	-webkit-box-shadow: 0px 0px 1px 6px #ffffff;
	-moz-box-shadow: 0px 0px 1px 6px #ffffff;
	box-shadow: 0px 0px 1px 6px #ffffff;
	display: inline;
	background: #ffffff;
}
#endorsed a {
	display: block;
	width: 122px;
	height: 86px;
	text-indent: -99999px;
	background: url(images/bg_endorsements_cap.jpg) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 110px;
	outline: none;
}
#endorsed a#endorsement-darkness {
	background-position: -122px top;
	width: 143px;
	left: 248px;
}
#endorsed #amazon img {
	width: 136px;
	float: right;
}
.front #page {
	margin-top: 35px;
	width: 475px;
	float: left;
}
#video {
	float: right;
	margin-top: 35px;
	margin-bottom: 30px;
}
#video #slideshow {
	margin-left: 25px;
}
#video h2 {
	padding-left: 10px;
	padding-right: 10px;
}
#select {
	width: 160px;
	margin-bottom: 10px;
	margin-left: -7px;
	margin-top: -10px;
}
#select select {
	font-size: 10px;
	width: 165px;
}
#buying {
	clear: both;
	padding: 0 24px;
}
#buying .buying {
	float: left;
	width: 110px;
	margin-right: 36px;
}
#buying .buying p {
	color: #AB0000;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 200;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
}
#buying .buying p span {
	font-size: 24px;
	display: block;
	line-height: 28px;
}
#buying .buying#buying-ebook {
	margin-right: 0;
}
#buying .buying p.price {
	color: #000;
	margin-top: -1em;
	font-size: .9em;
	line-height: 1.1;
}
/* ---------------------------------------------------- *\
 *                        Resources                     *
\* ---------------------------------------------------- */

body#page-resources #main .row {
	position: relative;
	padding-left: 200px;
	margin-bottom: 30px;
}
body#page-resources #main .row .item-holder {
	position: absolute;
	left: 0;
	top: 0;
}
body#page-resources #main .cushycms {
	clear: both;

}
body#page-resources #main h3 {
	font-size: 1.2em;
	padding: 1.2em 0;
}
body#page-resources #main ol {
	list-style: decimal;
}
body#page-resources #main ol, body#page-resources #main ul {
	margin-left: 30px;
}
body#page-resources #main ul {
	list-style: disc;
}
body#page-resources #main li {
	line-height: 1.4;
	margin: 1em 0;
}

/* ---------------------------------------------------- *\
 *                         Contact                      *
\* ---------------------------------------------------- */

body#page-contact #page #main {
	width: 580px;
}
body#page-contact #page #aside {
	width: 254px;
}
#workshops {
	background: url(images/bg_contact_cta.jpg) left top no-repeat;
	padding: 20px;
	height: 232px;
}
#workshops h2 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 5px;
}
#workshops p {
	width: 110px;
	letter-spacing: -0.5px;
	line-height: 18px;
}
/* ---------------------------------------------------- *\
 *                    Preview Form                      *
\* ---------------------------------------------------- */
body#page-about #sb-body, body#page-home #sb-body {
	background-color: #fff;
}
/* ---------------------------------------------------- *\
 *                   Media Page                      *
\* ---------------------------------------------------- */
body#page-media {
}

body#page-media h3 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 1em 0;
}
body#page-media #content ul {
	margin: 1em 0;
	list-style: disc;
	padding-left: 30px;
}
body#page-media #content li {
	line-height: 1.4;
}
body#page-media #content .video.group {
	padding: 1em 0;
}
body#page-media #content iframe.left {
	float: left;
	padding-right: 2em;
}
.mediabox {
	border: 1px solid #ccc;
	width: 100%;
	padding: 1em;
}
.mediabox p, .mediabox li {
	font-family: 'Verdana', sans-serif;
}
.mediabox p.header.left {
	width: 40%;
	float: left;
	text-align: left;
}

.mediabox p.header.right {
	width: 40%;
	float: right;
	text-align: right;
}
.mediabox p strong {
	font-style: normal;
}
.mediabox .pull {
	clear: both;
	width: 60%;
	margin: 0 auto;
	border: 2px solid #333;
	background-color: #FFC;
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.mediabox .column {
	width: 30%;
	float: left;
	margin-left: 20px;
	padding: 3px;
}
.mediabox .column.first {
	margin-left: 0;
	margin-top: -10px;
}
.mediabox .column.first ul.green {
	background-color: #D1FFC4;
}
.mediabox .column.first li.first {
	padding-top: 1em;
}
.mediabox li {
	margin: 1em 1em 1em 0;
}