/*
Theme Name: David Livermore
Theme URI: http://davidlivermore.com/
Description: Default theme for davidlivermore.com
Author: Ben Van Heest
Version: 2.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
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;
}

/* =Layout
-------------------------------------------------------------- */

body {
	background: #edf1f3;
	color: #333333;
		
}

.label {
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}

ul.horizontal li {
	float: left;	
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Navigation */
.sub-navigation { 
	font-size: 1.2em;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; 
	padding: 15px 0px 15px 20px; 
	border-bottom: 1px dotted #dfe0e1;
}

.sub-navigation .label  { 
	display: inline; 
	float: left; 
	margin-right: 15px;
}

.sub-navigation .menu { 
	float: left;
}

.sub-navigation .menu.right {
	float: right;
	margin-right: 10px;	
}

.sub-navigation .menu a { 
	font-size: 1.2em;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; 
	text-decoration: none; 
	color: #333333; 
}

.sub-navigation .menu a:hover { 
	color: #587592;
}

.sub-navigation .menu li { 
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccdcd;
}

.sub-navigation .menu li:first-child {
	border-left: none;
}

.book-list {
	border-top: 1px dotted #e7e7e7;
	padding: 25px 0px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	with: 100%;
}
.book-list:first-child {
	border-top: none;	
}
	.book-list .details {
		width: 480px;
		float: left;
	}
		.book-list .details h2 a {
		color: #191919;
		text-decoration: none;
		}

.book-list .image {
	float: right;
}

.book-list .image a {
	display: block;	
}

.book-list .image a img {
	border: 1px solid #cccccc;	
}

.book-list h2 {
	font-weight: bold;
	font-size: 2.1em;
	color: #191919;
	line-height: 1.2;
	margin-bottom: 12px;
}

.book-list h3 {
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;
	color: #858585;
	line-height: 1.3;
	margin: 0 0 1.2em;
	margin-top: -5px;
}

.book-list p {
	line-height: 1.5;
	font-size: 1.45em;
	margin-bottom: 18px;
	color: #191919;
}

.book-list p span {
	font-size: 1.4em;	
}

.book-list ul li {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	float: left;
	font-size: 1.2em;
}

.book-list ul li a {
	text-decoration: none;
	color: #587592;
	margin-right: 5px;
}

.book-list ul li a:hover {
	color: #892f1d;	
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}

.clear {
	min-height: 0;
	height: 1%;
}

#main-content .contact-list {
	/*font-size: 1.4em;*/
	line-height: 1.4em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#main-content .contact-list li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;	
}

#main-content #inquire {
	border-top: 1px dotted #cacacb;
	border-bottom: 1px dotted #cacacb;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #587592;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin-bottom: 15px;
}

#main-content #inquire a {
	color: #587592;	
}

#main-content #inquire p  {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

.contact-list span {
	color: #587592;
	display: inline-block;
	width: 60px;
}

.comment {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #bebebf;	
}

.comment-meta {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #999999;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.comment-meta .comment-time {
	display: block;
	float: right;	
}

.comment-meta .comment-author {
	font-size: 1.4em;
	color: #587592;	
}

.comment-reply-link {
	font-size: 1.2em;	
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 4px 0px 20px;
	width: 78%;
	float: right;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.endorsement {
	margin-bottom: 30px;	
}

.endorsement span {
	font-size: 1.4em;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	display: inline-block;
	margin-top: -10px;
	color: #858585;
	font-style: italic;
}

.endorsement span a {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #587592;
}

.endorsement span a:hover {
	color: #892f1d;
}

.post {
	margin-bottom: 30px;
}

.post h2 {
	margin-bottom: 5px;	
}

.post .post-header {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bebebf;
}

.post .post-header span a {
	color: #587592;
}

.post .post-header span {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #999999;
	font-size: 1.1em;
}

.post .post-body {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bebebf;	
}

.post .post-footer {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;	
}

.post .post-footer span.right {
	margin-right: -40px;
}

.post span.left {
	float: left;	
}

.post span.right {
	float: right;	
}

.replace {
	display: block;
}

.replace span {
	display: none;
}

#content-container {
	padding: 0px 0px 45px;
}

#title {
	margin: 0 auto;	
	height: 46px;
	width: 625px;
	margin-bottom: 38px;
}

#title a {
	width: 100%;
	height: 100%;
	background: url(images/blog_title.png) left top no-repeat;	
}

#footer {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #999999;
	padding-top: 20px;
}

#footer p {
	text-align: center;	
}

#footer a {
	text-decoration: none;
	color: #999999;	
}

/* !Homepage Headline */
.headline-content {
	height: 275px;
    width: 750px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}
	.headline-link {
		display: block;
		height: 200px;
		left: 0;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 420px;
	}
	.headline-text {
		width: 320px;
		float: right;
		padding-top: 30px;
	}
		.headline-text h4 {
			font-size: 2.1em;
			font-weight: bold;
			font-style: italic;
			font-family: Georgia,"Nimbus Roman No9 L",serif;
			line-height: 1.1;
			margin-bottom: 10px;
		}
		.headline-text p {
			font-size: 1.3em;
			font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
			letter-spacing: 0.075em;
			line-height: 1.5;
			margin-bottom: 10px;	
		}
			.headline-text p a {
				color: #587592;
			}

#main-content {
	padding: 25px 40px 0 0;	
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	color: #333333;
	width: 500px;
	float: left;
}

#main-content a {
	color: #587592;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;	
}

#main-content h2 {
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;
}

#main-content h3 {
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;
	color: #858585;
	line-height: 1.3;
	margin-bottom: 1.5em;
	margin-top: -5px;
}

#main-content ul {
	padding-bottom: 18px;
	list-style-type: disc;
}

#main-content ul li {
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-size: 1.4em;
}

#main-content p {
	line-height: 1.5em;
	font-size: 1.45em;
	padding-bottom: 18px;	
}

#main-content .events-list {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;	
}

#main-content .events-list li {
	padding-left: 0px;
	margin-left: 0px;	
}

#main-content .events-list .label {
	color: #587592;
	margin-top: 20px;
	font-style: normal;
}

#main-content .events-list span {
	display: inline-block;	
}

#main-content .events-list .event-date {
	width: 70px;
}

#main-content .events-list .event-location {
	float: right;	
}

#main-content .menu {
	list-style-type: none;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	display: block;
}

#main-content .menu li {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccdcd;
	font-size: 1.2em;
}

#main-content .menu li:first-child {
	border-left: none;
	padding-left: 0px;
}

#main-content .menu a:hover {
	color: #892f1d;	
}

#main-content .menu a.active, #main-content .menu li.active a {
	color: #892f1d;	
}

/* !Client List */
#featured-clients { margin: 2em 0; }
	#featured-clients h3 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	}
	#featured-clients h3 a:hover { color: #333; }
.client-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
	.client-list .client {
		float: left;
		height: 65px;
		list-style: none;
		margin: 0 25px 25px 0 !important;
	}
	.client-list .client a {
		filter:alpha(opacity=50);
		opacity: 0.5;
	}
	.client-list .client a:hover {
		filter:alpha(opacity=100);
		opacity: 1;
	}
		.client-list .client img { max-height: 100%; }

.endorsement .source { line-height: 1.4; font-size: 1.2em; }

/* !Main navigation */
#main-navigation {
	border-top: 1px dotted #8a8a8b;
	min-height: 31px;
}
	#main-navigation li {
		background: transparent none;
		float: left;
		list-style: none;
	}
	/* #main-navigation li:hover, */
	/* #main-navigation li.active { background: url(images/nav_arrow.png) center 31px no-repeat; } */
	#main-navigation li.active { /* background: url(images/nav_arrow_up.png) center 35px no-repeat;  */}
		#main-navigation li a {
		background-color: transparent;
		background-image: url(images/nav_sprite.png);
		background-repeat: no-repeat;
		border-bottom: 1px solid #333;
		display: block;
		height: 30px;
		}
		#main-navigation li.active a,
		#main-navigation li a:hover { background-color: #ced9df; }
			#main-navigation li a span {
			display: block;
			height: 30px;
			text-indent: -9999px;
			}
			#main-navigation li.active a span { background: url(images/nav_arrow_up.gif) center 25px no-repeat; }

		#new-books-link a { width: 133px; background-position:      0 0; }
		#all-books-link a { width: 132px; background-position: -133px 0; }
		#bio-link a       { width:  76px; background-position: -265px 0; }
		#speaking-link a  { width: 126px; background-position: -341px 0; }
		#blog-link a      { width:  95px; background-position: -467px 0; }
		#cq-link a        { width:  69px; background-position: -562px 0; }
		#contact-link a   { width: 119px; background-position: -631px 0; }

		#new-books-link a:hover { background-position:      0 -30px; }
		#all-books-link a:hover { background-position: -133px -30px; }
		#bio-link a:hover       { background-position: -265px -30px; }
		#speaking-link a:hover  { background-position: -341px -30px; }
		#blog-link a:hover      { background-position: -467px -30px; }
		#cq-link a:hover        { background-position: -562px -30px; }
		#contact-link a:hover   { background-position: -631px -30px; }

		#new-books-link.active a { background-position:      0 0; }
		#all-books-link.active a { background-position: -133px 0; }
		#bio-link.active a       { background-position: -265px 0; }
		#speaking-link.active a  { background-position: -341px 0; }
		#blog-link.active a      { background-position: -467px 0; }
		#cq-link.active a        { background-position: -562px 0; }
		#contact-link.active a   { background-position: -631px 0; }


#page-title {
	padding: 40px 0px 40px 25px;
	border-bottom: 1px solid #e6e6e6;
}

#page-title h1 {
	font-size: 3.2em;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: 800;
	font-style: italic;
}

#page-title a {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	padding-top: 5px;
	display: inline-block;
	font-size: 1.2em;
	color: #587592;
}

.secondary h3 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6em;	
}

.secondary p {
	font-size: 1.3em;
	line-height: 1.4em;	
}

#secondary-bio-portrait {
	margin-bottom: 15px;	
}

#secondary-bio-about {
	margin-bottom: 20px;	
}

#secondary-bio-favorites {
	margin-bottom: 20px;	
}

#secondary-bio-cv {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddddde;	
}

#secondary-bio-cv a {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #587592;	
}

#secondary-content {
	width: 210px;
	float: right;
	padding-top: 25px;
}

#secondary-content .image {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;	
}

#secondary-speaking-portrait {
	margin-bottom: 15px;	
}

#secondary-content .image img {
	border: 1px solid #cccccc;
}

#secondary-content h2 {
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #bebebf;
	margin-bottom: 10px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}
.blog #secondary-content h2, .single #secondary-content h2 {
	padding-bottom: 0px;
	border-bottom: none;
}

#secondary-samples h3 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	margin-bottom: 5px;
}

#secondary-samples {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bebebe;	
}

#secondary-samples ul {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#secondary-samples li {
	line-height: 1.6em;
	font-size: 1.2em;
}

#secondary-samples a {
	color: #587592;
}

#secondary-cq {
	border-bottom: 1px solid #bebebf;
	padding-bottom: 8px;
	margin-bottom: 15px;	
}

#secondary-cq li {
	font-size: 1.3em;
	color: #892f1d;
	line-height: 1.2em;
	margin-bottom: 12px;
}

#secondary-cq-illustration {
	border-bottom: 1px solid #bebebf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#secondary-other-posts, #secondary-archives-list, #secondary-categories-list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebf;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;	
}

#secondary-other-posts ul, #secondary-archives-list ul, #secondary-categories-list ul {
	list-style-type: none;
}

#secondary-other-posts li, #secondary-archives-list li, #secondary-categories-list li {
	line-height: 1.4em;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#secondary-other-posts li span, #secondary-archives-list li span, #secondary-categories-list li span {
	color: #808080;	
}

#secondary-other-posts a, #secondary-archives-list a, #secondary-categories-list a {
	color: #587592;
	text-decoration: none;
}

#secondary-other-posts a:hover, #secondary-archives-list a:hover, #secondary-categories-list a:hover {
	text-decoration: underline;	
}

#secondary-other-posts h2, #secondary-archives-list h2, #secondary-categories-list h2 {
	font-style: italic;
	*/border-bottom: 1px dotted #bebebf;*/
}

#secondary-other-posts span a, #secondary-archives-list span a, #secondary-categories-list span a {
	font-size: 1.2em;	
} 

#secondary-buying-options {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}

#secondary-buying-options .label {
	line-height: 32px;
	vertical-align: middle;
	width: 54px;
}

#secondary-buying-options .icon {
	
	margin-left: 6px;	
}

#secondary-buying-options .icon a {
	display: block;
	height: 34px;
	width: 34px;	
}

#secondary-buying-options ._general {
	background: url(images/buy_sprite.jpg) no-repeat;
	background-position: -102px 0px;
}

#secondary-buying-options ._amazon {
	background: url(images/buy_sprite.jpg) no-repeat;
	background-position: 0px 0px;	
}

#secondary-buying-options ._bn {
	background: url(images/buy_sprite.jpg) no-repeat;
	background-position: -34px 0px;
}

#secondary-buying-options ._800ceo {
	background: url(images/buy_sprite.jpg) no-repeat;
	background-position: -68px 0px;
}

/* !Book marquee */
#book-marquee {
	margin: 0 0 2em;
	overflow: hidden;
	padding: 0;
}
	#book-marquee .book {
		float: left;
		list-style: none;
	}
		#book-marquee .book .cover  a img { border: 1px solid #999; }
		#book-marquee .book .purchase-text {
			color: #587592;
			font-size: 1.3em;
			font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
			letter-spacing: 0.075em;
			line-height: 1.5;
			margin-bottom: 10px;
		}

#secondary-social .label {
	line-height: 32px;
	vertical-align: middle;
	width: 54px;
}

#secondary-social .icon {
	height: 32px;
	width: 31px;
	background: url(images/social_sprite.png) no-repeat;
	margin-left: 8px;
}

#secondary-social .icon a {
	display: block;
	height: 32px;
	width: 31px;	
}

#secondary-social .facebook {
	background-position: 0px 0px;
}

#secondary-social .twitter {
	background-position: -31px 0px;
}

#secondary-social .linkedin {
	background-position: -62px 0px;
}

#secondary-social .rss {
	background-position: -93px 0px;
}

#sub-navigation {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	padding: 15px 0px;
	border-bottom: 1px dotted #dfe0e1;	
}

#sub-navigation {
	padding-left: 20px;	
}

#sub-navigation ul li.label {
	margin-right: 15px;	
}

#sub-navigation ul li {
	float: left;
	font-size: 1.2em;
	margin-right: 10px;
}
.sub-navigation .menu li { text-transform: uppercase; }
.sub-navigation .menu li.active a {
	color: #587592;
	text-decoration: underline;
}

.tab-content {
	display: none;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 50px 50px 20px 50px;
	border-left: 1px solid #f5f7f8;
	border-right: 1px solid #f5f7f8;
	background: #fbfcfd;
}