
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* TYPOGRAPHY */
/* ----------------------------------------- */

/* h1, h2, h3, h4, h5, h6 { font-weight:bold } This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */


/* from twentyten styles */
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
#content ol,
#content ul,
#content li {
	list-style: square;
	list-style-image: url(../images/bullet.gif);
	}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* JS */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333;
	}
h1 {
	font-size: 30px;
	line-height: 42px;
	}
.child_page h1 {
	font-size: 20px;
	line-height: 1.5em;
	}
h2 {
	font-size: 26px;
	line-height: 30px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 14px;
	}
h5,
h6 {
	font-size: 12px;
	}



/* from twentyten styles */
body,
input,
textarea {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 22px;
}

p {
	margin-bottom: 16px;
}
ul {
	list-style: square;
	margin: 0 0 22px 2em;
}
#content li {
	padding: 0 0 1em 0.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 22px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 22px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
#content input[type="text"],
#content textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color: #018888;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #018888;
	outline: none;
	text-decoration: none;
}
a:active,
a:hover {
	color: #018888;
	outline: none;
	text-decoration: underline;
}


/* other bits */
#footer,
#footer a {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	}


/* 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 { border:1px solid #E3E3E3; text-align:center; background:#F7F7F7; padding:10px; margin: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 */


/* main structure */

html {
	height: 100%; /*to give body whole height*/
	}

body {
	padding: 0px;
	height: 100%;
	background: #D7CDAE URL(../images/background_3_tile.png) repeat;
	}

#outer-wrapper {
	background: transparent URL(../images/background_3_top.png) top center repeat-x;
	}

#wrapper {
	width: 890px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

#header {
	height: 180px;
	padding-bottom: 30px;
	
	}

#footer-wrapper {
	clear: both;
	}

#footer {
	clear: both;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background: transparent URL(../images/background_separator.png) top center no-repeat;
	}

#content {
	float: right;
	width: 620px;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	}

.home.page-template-front-page-php #content,
.page-template-page-video-php #content,
.page-template-page-interviews-php #content {
	width: 890px;
	float: none;
	padding: 0px 0px 20px 0px;
	}

.page-template-page-video-php #content {
	text-align: center;
	}

.single-book-page #content {
	float: right;
	width: 540px;
	margin-right: 80px;
	}

#sidebar {
	width: 250px;
	min-height: 400px;
	float: left;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	}


/*nav menu - created menu*/
div#access {
	}

div#access div.menu-header {
	width: 260px;
	position: absolute;
	right: 360px;
	top: 37px;
	background: transparent;
	}

div#access div.menu-header-2 {
	position: absolute;
	right: 100px;
	top: 37px;
	}

div#access div.menu-header ul { 
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
	float: left;
	width: 260px;
	}


div#access div.menu-header ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

div#access div.menu-header ul li.last {
	}

div#access div.menu-header ul li a {
	display: block;
	width: auto;
	text-decoration: none;
	padding: 1px 0px 1px 15px;
	color: #333;
	font-weight: normal;
	font-weight: bold;
	font-size: 16px;
	}

div#access div.menu-header ul li.last a {
	}

div#access div.menu-header ul li a:hover,
div#access div.menu-header ul li.current-menu-item a,
div#access div.menu-header ul li.active a,
div#access div.menu-header ul li.active-trail a,
div#access div.menu-header ul li.current-page-ancestor a {
	color: #FFF;
	background: #00A0B0;
	}

/* hardcoded exceptions (ie not actual children) */

.page-id-79 div#access div.menu-header ul li.menu-item-472 a,
.single-book-page div#access div.menu-header ul li.menu-item-472 a {
	color: #FFF;
	background: #00A0B0;
	}


/* sidebar */

#sidebar ul {
	margin: 0px 0px 20px 0px;
	background: URL(../images/background_side.jpg) repeat-y;
	}
#sidebar h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	}

#sidebar ul.side_nav li,
#sidebar ul.menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#sidebar ul.side_nav li a,
#sidebar ul.menu li a {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding: 4px 8px 4px 10px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	background: URL(../images/sidenav_border.jpg) bottom center no-repeat;
	margin-top: -1px;
	margin-right: 10px;
	font-weight: bold;
	}
#sidebar ul.side_nav li:last-child a,
#sidebar ul.menu li:last-child a {
	background: none;
	}
#sidebar ul.side_nav.book_nav li a {
	font-size: 14px;
	font-weight: bold;
	}

#sidebar ul.side_nav li a:hover,
#sidebar ul.side_nav li.current_page_item a,
#sidebar ul.side_nav li.current_page_parent a,
#sidebar ul.menu li a:hover,
#sidebar ul.menu li.current_page_item a,
#sidebar ul.menu li.current_page_parent a {
	color: #FFF;
	background: #00A0B0;
	}

#sidebar ul.side_nav li.current_page_item,
#sidebar ul.side_nav li.current_page_parent,
#sidebar ul.menu li.current_page_item,
#sidebar ul.menu li.current_page_parent {
	background: URL(../images/sidenav_tab.jpg) top right no-repeat;
	}


#sidebar ul.children {
	display: none;
	}
#sidebar li.current_page_item ul.children,
#sidebar li.current_page_parent ul.children {
	display: block;
	}
#sidebar ul.children {
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 10px 10px;
	background: URL(../images/background_side_2.jpg) repeat-y;
	border-bottom: solid 1px #9D885E;
	}
#sidebar ul.side_nav ul.children li.current_page_item,
#sidebar ul.menu ul.children li.current_page_item {
	background: none;
	}
#sidebar ul.side_nav ul.children li a,
#sidebar ul.side_nav li.current_page_item ul.children li a {
	color: #333;
	background: URL(../images/sidenav_border_2.jpg) bottom left no-repeat;
	font-style: italic;
	margin-right: 0px;
	}
#sidebar ul.side_nav li.current_page_item ul.children li:last-child a {
	background: none;
	}
#sidebar ul.side_nav ul.children li a:hover,
#sidebar ul.side_nav li.current_page_item ul.children li a:hover,
#sidebar ul.side_nav li.current_page_item ul.children li.current_page_item a,
#sidebar ul.side_nav li.current_page_parent ul.children li.current_page_item a {
	background: #00A0B0;
	color: #FFF;
	}


/* elements */

#header h1,
#header h2,
#site-title,
.home h2.page_title {
	font-size: 0;
	text-indent: -1000px;
	display:none;
	height: 0px;
	}

#header img.logo {
	position: absolute;
	left: 1px;
	top: 26px;
	}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#share_links {
	width: 34px;
	height: 160px;
	position: absolute;
	top: 20px;
	right: 6px;
	line-height: 1em;
	}
#share_links img {
	margin: 0px 0px 10px 0px;
	}


/* images */
#content img {
	margin: 0 10px 10px 10px;
	}
#content img.alignleft {
	margin: 0 10px 10px 0;
	}
#content img.alignright {
	margin: 0 0 10px 10px;
	}
dl.wp-caption {
	background: #F7F7F7;
	border: solid 1px #E3E3E3;
	margin: 10px;
	padding: 10px;
	}
#content .page_featured_image img {
	float: right;
	margin: 0px 0px 20px 20px;
	}

#content img.video_share {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	}


/* front page */

.home.page-template-front-page-php #content #front_prompts img,
.home.page-template-front-page-php #content #front_prompts_bar img {
	margin: 0px;
	}

#front_prompts {
	min-height: 360px;
	margin-bottom: 0px;
	padding-bottom: 50px;
	background: transparent URL(../images/background_separator.png) bottom center no-repeat;
	}

.front_cover {
	float: right;
	z-index: 100;
	}

.fb-like-box {
	clear: both;
	margin: 10px 10px 10px 0px;
	background: #EEEBE2;
	}

.introduction {
	width: 570px;
	float: right;
	}


/* also on reviews page */
.front_quote {
	}
.front_quote,
.review {
	width: 580px; /*630px*/
	min-height: 121px;
	padding: 20px 0px 0px 50px;
	background: transparent URL(../images/quote_mark.jpg) top left no-repeat;
	margin-bottom: 10px;
	}
.review {
	width: 560px;
	margin-bottom: 20px;
	}

.front_quote blockquote,
.review blockquote {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
#content .front_quote blockquote p {
	}

.front_quote span,
.review span {
	float: right;
	font-style: italic;
	}
.front_quote span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	}


.front_prompts_block {
	height: 209px;
	margin-right: 240px;
	}

.home.page-template-front-page-php #content #front_prompts .front_video {
	float: left;
	margin-right: 20px;
	}

.front_button_box {
	float: left;
	}
.front_button_box a,
.front_button_box a:link,
.front_button_box a:hover {
	text-decoration: none;
	}
.front_button {
	display: block;
	height: 43px; /* 63 */
	width: 240px;
	background: #00A0B0;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	padding-top: 20px;
	}
.front_button1 {
	background: #00A0B0;
	}
.front_button2 {
	background: #FC9024;
	}
.front_button3 {
	background: #CC333F;
	margin-bottom: 0px;
	}

/*  front */
#front_prompts_bar {
	clear: both;
	height: 180px;
	margin-bottom: 20px;
	}
a.front_button_2 {
	display: block;
	position: relative;
	width: 240px;
	height: 180px;
	background: #bfaf8d;
	float: left;
	margin-right: 20px;
	}
.front_button_2.front_button_2_3 {
	width: 110px;
	}
.front_button_2.front_button_2_4 {
	margin-right: 0px;
	}
#front_prompts_bar a span {
	background: #634530;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 28px;
	width: 240px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	}




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

#content {
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content ul,
#content ol {
	margin-top: 16px;
	margin-bottom: 22px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 22px;
	margin: 0 0 20px 0;
}
#content h1 {
	line-height: 30px;
	}
#content h2 {
	line-height: 30px;
	margin: 38px 0 22px 0;
	}
#content h3 {
	line-height: 22px;
	margin: 0 0 0px 0;
}
#content table {
	border: 2px solid #b7a484;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #7a6a50;
	font-weight: bold;
	line-height: 22px;
	padding: 9px 10px;
}
#content tr td {
	border-top: 2px solid #b7a484;
	padding: 6px 10px;
}
#content tr.odd td {
	background: #b7a484;
}
.page-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #00A0B0;
	text-decoration: none;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #00A0B0;
}
/* .entry-content, .page-link, .entry-author-info .meta stuff removed */

body.page .edit-link {
	clear: both;
	display: block;
}

/* comments */ /* not used */
li.comment,
#respond,
#commentform {
	display: none;
	}


/* clean up above, duplication from typography css file */


/* check below */

/* posts opinion and press (news) */
.post {
	margin-top: 20px;
	border-bottom: 1px dashed #8C8059;
	padding-bottom: 19px;
	}
.post:last-child {
	border-bottom: none;
	}


.blog .post {
	padding-right: 20px;
	min-height: 140px;
	}
#content .post_title_line h2,
#content .post_title_line h1 {
	margin-bottom: 16px;
	}
#content .post_title_line h1 {
	font-size: 18px;
	line-height: 24px;
	}
.single #content .post_title_line h1 {
	font-size: 20px;
	line-height: 22px;
	}
#content .post_title_line h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 10px 0px;
	}
#content .post_title_line h1,
.post_title_line a {
	text-decoration: none;
	color: #070C5D;
	}
.post_title_line a:hover,
#content .post_title_line h1 a:hover,
#content .post_title_line h2 a:hover {
	text-decoration: none;
	color: #9597b2;
	}
.entry-date { /* also in breadcrumb bar */
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: absolute;
	top: 0px;
	right: 0px;
	}
.blog .entry-date {
	margin-bottom: 11px;
	}
#content .post,
#content .post p,
.single #content,
.single #content p {
	color: #333;
	}
.single-book-page #content,
.single-book-page #content p {
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
	}
.post-edit-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	}
.post_details {
	font-size: 12px;
	color: #948276;
	margin-bottom: 20px;
	clear: both;
	}
.blog .post_details {
	display: none;
	}
.post_nav{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 40px; /* revisit? */
	clear: both;
	}
.post_nav .prev {
	float: left;
	}
.post_nav .next {
	float: right;
	margin-right: 20px;
	}
#respond {
	margin-top: 20px;
	}
.more_link,
.more_link:visited,
.more_link:link {
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #070C5D;
	}

.post_thumb {
	float: left;
	}
#content .post_thumb img {
	margin: 0px 10px 10px 0px;
	}

/* post utilities */
.post_utilities_line {
	}



/* top book navigation */

#back_to_top {
	position: absolute;
	top: 50px;
	right: -74px;
	display: none;
	}

#top_book_nav_box {
	display: block;
	position: absolute;
	top: 50px;
	right: -70px;
	padding: 0px 0px 92px 0px;
	background: URL(../images/arrow_pages.jpg) bottom center no-repeat;
	}
ul#top_book_nav {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: dashed 2px #9d8e79;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#back_to_top.sticky {
     position: fixed;
     top: 100px;
	 right: auto;
	 margin-left: 573px;
	 display: block;
  }

ul#top_book_nav li {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
	}
ul#top_book_nav li:last-child {
	margin-bottom: 0px;
	}
ul#top_book_nav li a {
	display: block;
	width: 10px;
	height: 10px;
	background: #bfaf8d;
	}
ul#top_book_nav li.current_page.book_page_index a {
	background: #00A0B0;
	}
ul#top_book_nav li.current_page a {
	background: #00A0B0;
	}


/* bottom book navigation */
.book_navigation {
	margin-bottom: 50px;
	width: 300px;
	margin-left: 120px;
	}
.book_navigation .alignleft {
	background: URL(../images/arrow_left.jpg) left top no-repeat;
	padding-left: 35px;
	}
.book_navigation .alignright {
	background: URL(../images/arrow_right.jpg) right top no-repeat;
	padding-right: 35px;
	}
.book_navigation a {
	color: #333;
	}


/* video / interview page */
#video_section {
	clear: both;
	}
.video {
	margin: 0px 15px 30px 10px;
	float: left;
	}
/* bit wider on ccs3 browsers */
.video:nth-child(odd) {
	margin-right: 25px;
	}
.video:nth-child(even) {
	margin-right: 0px;
	}
.video .video_code {}

.video .video_text {}