/**
 * Copyright 2009 iMarc LLC  http://www.imarc.net
 */
 
 
/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */ 

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin: 0;
   padding: 0;
   line-height: 1.4;
}


/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */

html {
	background-color: #fff;
	font-size: 15px;
	color: #5b5959;
}

body {
	font-family:  Arial, Verdana, Sans-Serif;
}

p {
	margin-bottom: 1em;
}
p.help {
	color: #888;
	font-size: 12px;
	font-style: italic;
	margin: .4em 0;
}

h1,h2,h3,h4 {
	line-height: 1em;
}

img, a:hover img {
	border: none;
	background: none;
	display: block;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 10px;
}

ul {
    margin: 0 0 1.5em 3em;
}
 
ol {
    margin: 0 0 1.5em 3em;
}
/* --------------------------------------------------------------------- */
/* Header
/* --------------------------------------------------------------------- */ 

#header {
	background: url(/sup/img/bg/header.gif) repeat-x;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
	#header ul {
		margin: 0;
	}
#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	height: 86px;
}

#logo {
	float: right;
	text-decoration: none;
}

#logo a {
	text-decoration: none;
}

#nav {
	float: left;
	list-style-type: none;
	list-style: none;
	width: 757px;
	overflow: hidden;
	background: url(/sup/img/nav/sprite_nav.png) repeat-x top left;
	height: 58px;
	position: relative;
}

#nav li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 2em;
	padding: 0;
	text-transform: uppercase;
	text-indent: -9999px;
}

#nav li a:link,
#nav li a:visited {
	border: none;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	height: 58px;
	overflow: hidden;	
}

#nav .home a:link, 
#nav .home a:visited {
	left: 0;
	width: 60px;
}
#nav .home a:hover,
#nav .home a:focus,
#nav .home a.active {
	background: url(/sup/img/nav/sprite_nav.png) no-repeat 0 -58px;
}

#nav .about_book a:link, 
#nav .about_book a:visited {
	left: 65px;
	width: 205px;
}
#nav .about_book a:hover,
#nav .about_book a:focus,
#nav .about_book a.active {
	background: url(/sup/img/nav/sprite_nav.png) no-repeat -65px -58px;
}

#nav .bring a:link, 
#nav .bring a:visited {
	left: 275px;
	width: 238px;
}
#nav .bring a:hover,
#nav .bring a:focus,
#nav .bring a.active {
	background: url(/sup/img/nav/sprite_nav.png) no-repeat -275px -58px;
}

#nav .resources a:link, 
#nav .resources a:visited {
	left: 518px;
	width: 135px;
}
#nav .resources a:hover,
#nav .resources a:focus,
#nav .resources a.active {
	background: url(/sup/img/nav/sprite_nav.png) no-repeat -518px -58px;
}

#nav .reviews a:link, 
#nav .reviews a:visited {
	left: 659px;
	width: 82px;
}
#nav .reviews a:hover,
#nav .reviews a:focus,
#nav .reviews a.active {
	background: url(/sup/img/nav/sprite_nav.png) no-repeat -659px -58px;
}

/* --------------------------------------------------------------------- */
/* Content
/* --------------------------------------------------------------------- */ 

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #fff;
	background-color: #c6c6c6;
}

a.download {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0% %0;
	font-size: 1.1em;
}
	a.download.pdf { background-image: url(/sup/img/buttons/pdf.gif); }

#torso {
	/*padding-top: 70px;*/
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#supplement {
	left: 50%;
	top: 150px;
	position: fixed;
	margin-left: 279px;
	padding-left: 25px;
	width: 170px;
	border-left: solid 1px #c6c6c6;
}

#supplement img {
	display: inline;
}
.or {
	color: #8A8A8A;
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 4px;
	text-align: center;
}

#supplement p {
	font-size: 12px;
	line-height: 1.6em;
}

#supplement a, #supplement a:active, #supplement a:visited {
	color: #F00;
}

#supplement a:hover {
	color: #fff;
}

.separator {
	clear: both;
	height: 1px;
	padding-bottom: 130px;
}

.footer_content {
	margin-top: 15px;
}

.footer_content img {
	border: none;
	vertical-align: middle;
}
.legal {
	font-size: 12px;
}
.facebook {
	display: block;
	margin: 18px 0 6px;
}
#supplement .footer_content p a {
	color: #000;
}

#supplement .footer_content p a:hover {
	color: #f00;
}

#supplement h2 {
	text-indent: -9999px;
	display: none;
}

.home_container {
	background: url(/sup/img/bg/bg_home_headline.jpg) no-repeat;
	padding: 125px 0 0 0;
	width: 754px;
	min-height: 185px;
}
	.home_container .cd_button {
		float: right;
		margin-bottom: 1em;
		margin-top: -28px;
		width: 300px;
	}
	.home_container p {
		width: 400px;
	}

.home_container h1 {
	text-indent: -9999px;
}

.primary_visuals {
	float: right;
	padding: 0px 0px 1em 1.7em;
}

.secondary_visuals {
	float: left;
	margin-right: 20px;
}

.about_the_author_container, 
.reviews_container, 
.bring_container,
.resources_container  {
	width: 730px;
}

.reviews_container {
	padding-bottom: 100px;	
}

.about_the_author_container .primary_visuals {
	padding: 0px 30px 0px 0px;
	float: left;
	display: block;	
}

.about_book_container {
	width: 710px;
}

.about_book_container p {
	line-height: 1.5em;
}

.bring_container p {
	float: left;
	width: 300px;
}
.bring_container .youtube_video {
	float: right;
	width: 388px;
}
	.bring_container .youtube_video p {
		width: 100%;
	}

.action_items {
	background: url(/sup/img/bg/dots.jpg) no-repeat;
	padding: 0 0 20 150px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.action_items ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style-type: none;	
}

.action_items ul li {
	margin-right: 1em;
	padding: 0;
	float: left;
	list-style-type: none;
}
.action_items img {
	padding-right: 0px;
	border: none;
	background: none;
}

.action_items a, .action_items a:hover {
	background: none;
	text-decoration: none;
}

.highlight {
	color: #000;
}

.techniques {
	font-size: 13px;
	margin-bottom: 15px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
}

.techniques .content, .prompts {
	float: right;
	border-left: solid 1px #c6c6c6;	
	background-color: #e9e9e9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.prompts {
	padding: 0;
	margin: 0;
	width: 420px;
	border: none;
}

.techniques ul {
	margin-left: 30px;
	margin-right: 20px;
	list-style-type: none;
}

.techniques li {
	padding-bottom: 12px;
}

.reader_quotes {
	background: url(/sup/img/bg/divider_dots.jpg) no-repeat;
	clear: both;
	padding-top: 40px;
	margin-top: 20px;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	color: #9a9999;
}
.final p {
	background: url(/sup/img/bg/divider_dots.jpg) no-repeat bottom left;
	padding-bottom: 40px;
}
.reader_quotes p {
	line-height: 1.1em;
}
.quotations {
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	color: #8a8c8e;
}

.column_split_left, .column_split_right {
	float: left;
	width: 46%;
}

.column_split_left {
	margin-right: 40px;
}

.toc {
	margin-bottom: 50px;
}

.reviews {
	padding-top: 40px;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	color: #b3b1b1;
}
.cited {
	font-size: .7em;
	color: #000;
}

.clear {
	clear: both;
}

.book_jacket {
	padding-top: 20px;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	color: #8a8c8e;
}

.download {
	margin-top: 10px;
	margin-bottom: 25px;
}

.resource {
	padding-left: 50px;
}
	.resource h2 {
		margin-left: -50px;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}
	.first h2 {
		margin-top: 10px;
	}
	
.audio_intro {
	background: url(/sup/img/bg/audio_landing.jpg) no-repeat -2px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.audio_intro p {
	width: 500px;
}

.audio_downloads {
	background: url(/sup/img/bg/audio_download.jpg) no-repeat;
	padding-bottom: 30px;
}
	.audio_downloads ul {
		margin: 0;
	}
	
.audio_container {
	padding-top: 30px;
	padding-left: 60px;
}

.audio_container a, .audio_container span.number {
	float: left;
}

.audio_container span.number {
	line-height: 2.5em;
}

.audio_container span.timestamp {
	float: right;
	line-height: 2.5em;
}
.free_chapter {
	margin-bottom: 44px;
}
.split_column {
	float: left;
	width: 40%;
}

.split_column a {
	color: #f10202;
	line-height: 2.5em;
}

.split_column a:hover {
	background: none;
}

.split_column ul {
	list-style-type: none;
}

.segment_one {
	width: 260px;
}

.segment_two {
	width: 255px
}
 
.timestamp {
	float: right;
}

/* --------------------------------------------------------------------- */
/* Form
/* --------------------------------------------------------------------- */ 

input {
	border: solid 1px #c6c6c6;
	padding: .5em;
}

#quote_form p {
	display: none;	
}

#newsletter_form {
	display: none;	
}

fieldset {
	border: 0;	
}

.submit {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.newsletter_submit {
	padding-top: 8px;	
}

#newsletter_form .sumbit {
	border: none;
	padding: 0em;
}

#quote_form .resources_quote {
	background: url(/sup/img/bg/form.jpg) no-repeat #eaeaea;
	margin: 30px 0px 30px 0px;
	font-family: Georgia, Times, Serif;
	min-height: 125px;
	height: auto !important;
	height: 125px;
	padding: 1em 1em 1em 250px;
}

div.error {
	background: url(/sup/img/bg/error.jpg) no-repeat #ed3335;
	background-color: #eac9c9;
	font-style: italic;
	padding: 11px 15px 10px 60px;
	min-height: 18px;
	font-size: .8em;
	margin-bottom: 20px;
	color: #3c3939;
}

div.error ul {
	list-style: none;	
}

label.error {
	color: #ed3335;
	font-style: italic;
	display: block;
}

.success {
	background: url(/sup/img/bg/success.jpg) no-repeat #6b9a6b;
	background-color: #6b9a6b;
	font-style: italic;
	margin: 15px 0px 15px 0px;
	padding: 11px 15px 10px 50px;
	min-height: 18px;
	font-size: .8em;
	color: #fff;
}

.required_notice {
	color: #f00;
}

.info {
	font-family: Georgia, Times, Serif;
	padding: 1em;
	background-color: #b5b5b6;
}

.indent {
	padding-left: 30px;
	font-size: .8em;
	font-family: Georgia, Times, Tahoma, Serif;
}

.form_column_left {
	float: left;
	width: 50%;
}

.form_column_right {
	float: left;
	width: 45%;
}

#newsletter_form fieldset {
	background-color: #ebedef;
	padding: 30px;
	margin: 30px 0px 30px 0px;
}

#newsletter_form fieldset label {
	font-family: Georgia, Times, Serif;
}

.coaching {
	font-family: Georgia, Times, Serif;
	padding: 1em;
	background-color: #b5b5b6;
}

.radio {
	border: none;
}

div.external_links p {
	padding: .2em;
	background-color: #ffc;
}
	div.external_links img { display: inline; }
	div.external_links ul { 
		list-style: none;
		margin: 1em 0; 
	}
	div.external_links ul li { }
	div.external_links ul li em { color: #999; font-style: italic; font-size: .9em; }

.video_holder {
	float: left;
	width: 400px;
}
.youtube_video {
	margin-left: 0;
	margin-bottom: 12px;
	background-color: #d7d8da;
	padding: 5px;
	border: 1px solid #aeafb1;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

	.youtube_video ul {
		margin-left: 23px;
		margin-bottom: 2px;
	}

	.youtube_video p {
		width: 300px;
		margin: 0;
		padding: 0;
	}

	.youtube_video h3 {
		margin-bottom: 9px;
		padding-left: 10px;
	}
	
iframe {
	z-index: 0;
}

