/*
Theme Name: Erika Andersen
Theme URI:
Description:
Version: 1.0
Tags:
*/

/*--------------
CSS Reset Styles
--------------*/

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: 1em;
}
h1, h2, h3, h4, h5, h6 {
	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;
}
.clr {
	clear: both;
}

/*---------
HTML Styles
---------*/

body {
	background: #d3e4ee url(images/bg_body.png) 0 0 repeat-x;
	font-family: verdana, arial, sans-serif;
	color: #666;
}
a {
	color: #bf4d12
}
a:hover {
	text-decoration: none;
}

/*-----------
Layout Styles
-----------*/

#container {
	width: 1002px;
	background: url(images/bg_container.png) top center repeat-y;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}


/*-----------
Header Styles
-----------*/

#header {
	width: 985px;
	margin: 0 auto;
	padding: 28px 0 18px 0;
	overflow: hidden;
}
#header h1 a, #header div.logo a {
	width: 264px;
	height: 61px;
	background: url(images/logo.png);
	display: block;
	text-indent: -999em;
	float: left;
	margin-left: 18px;
}
#header ul {
	float: right;
	margin-top:17px;
	width:675px;
}
#header #nav {
	margin-right:10px;
}
#header li {
	display: inline;
	float:right;
}
#nav li {
padding:5px 0;
}
#nav li a {
text-transform:uppercase;
color:white;
text-decoration:none;
font-size:22px;
padding:0px 10px 6px 10px;
}
#nav li a:hover {
background: #9abb2d;
-webkit-border-radius:8px;
}
/*
#header li a {
	display: block;
	float: left;
	height: 62px;
	text-indent: -999em;
	background-position: 0 0;
}
#header li.nav_home a {
	width: 87px;
	background-image: url(images/nav_home.png);
}
#header li.nav_about a {
	width: 96px;
	background-image: url(images/nav_about.png);
}
#header li.nav_services a {
	width: 114px;
	background-image: url(images/nav_services.png);
}
#header li.nav_books a {
	width: 95px;
	background-image: url(images/nav_books.png);
}
#header li.nav_tv a {
	width: 58px;
	background-image: url(images/nav_tv.png);
}
#header li.nav_events a {
	width: 100px;
	background-image: url(images/nav_events.png);
}
#header li.nav_contact a {
	width: 115px;
	background-image: url(images/nav_contact.png);
}
#header li a:hover, #header li.current a {
	background-position: 0 -62px;
}
*/

h4 {
	margin-bottom:15px;
	line-height:1.25em;
}
/*------------
Content Styles
------------*/

#quote {
	width: 974px;
	background: url(images/bg_quote.png) 0 0 no-repeat;
	height: 62px;
	margin: 0 auto;
	overflow: hidden;
}
#quote p {
	color:#FEFEFE;
	font-size:13px;
	line-height:16px;
	margin:17px 20px 0 28px
}
#quote span {
	color: #bdd6e6;
	font-size: 12px;
}

#col-lft {
	width: 700px;
	float: left;
	padding: 10px 0 30px 0;
}
#col-lft h1, #col-lft h2 a {
	color: #518eb9;
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-decoration: none;
}
#col-lft h1.archive-headline {
	margin-left: 40px;
	margin-top: 20px;
	color: #454545;
	font-size: 24px;
}
#col-lft h2 a:hover {
	color: #87b1ce;
}
#col-lft h2 {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin: 15px 0;
}
body.home h2, body.archive h2, body.search h2 {
	margin: 0 0 15px 0 !important;
	width: 535px !important;
	display: inline-block;
}
#col-lft h3 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0 10px 0;
}
#col-lft p, #col-lft ul, #col-lft ol, #col-lft td {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 10px 2px;
}
#col-lft p a {
	color: #bf4d12
}
#col-lft ul {
	list-style: disc;
	margin-left: 25px;
}
#col-lft ol {
	list-style: decimal;
	margin-left: 22px;
}
#col-lft li {
	margin-bottom: 5px;
	margin-left: 20px;
}
#col-lft hr {
	border: none;
	height: 3px;
	line-height: 3px;
	background-color: #d3e4ee;
	color: #d3e4ee;
	width: 653px;
	clear: both;
	padding: 0;
	margin: 20px 0 15px 0;
}
.single #col-lft hr, .blog #col-lft hr, .archive #col-lft hr, .search #col-lft hr {
	float: left;
}
#col-lft blockquote {
/*	border-left:3px solid #A1CC43;
	font-family:Georgia,serif;
	margin-bottom:16px;
	margin-left:3px;
	margin-top:16px;
	padding-left:24px;*/
	background:url("images/bg-blockquote.gif") no-repeat scroll 10px 4px transparent;
	border-left:3px dotted #A1CC43;
	font-family:Georgia,serif;
	margin-bottom:16px;
	margin-left:3px;
	margin-top:16px;
	padding-left:75px;
}
#col-lft blockquote p {
	color:#444444;
	font-size:15px;
	line-height:24px;
	margin-bottom:15px;
}
#col-lft div.post {
	width: 654px;
	float: left;
	margin-left: 12px;
	margin-top: 16px;
}
#col-lft div.date {
	width: 31px;
	height: 40px;
	background: url(images/bg_date.png) 0 0 no-repeat;
	display: inline-block;
	float: left;
	font: 14px georgia, serif;
	color: #fff;
	text-align: center;
	line-height: 15px;
	padding-top: 10px;
}
#col-lft div.date span {
	font-size: 21px;
	line-height: 22px;
}

#col-lft div.page {
	width: 654px;
	float: left;
	margin-left: 45px;
	margin-top: 16px;
}
.navigation {
	margin:0 4px 0 45px;
	text-transform:uppercase;
}
.navigation a {
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}
.alignright {
	float: right;
	margin: 5px 0 15px 20px;
}
img.border {
	padding: 1px;
	border: 1px solid #454545;
}
div.comments {
	float: right;
	width: auto;
	font-size: 13px;
	margin-top: 8px;
}
div.comments a {
	display: block;
	background: url(images/icn_comment.png) 0 2px no-repeat;
	line-height: 18px;
	padding-left: 21px;
	color: #666;
	text-decoration: none;
}
div.comments a:hover {
	text-decoration: underline;
}

div.categories {
	border-left:3px solid #A1CC43;
	clear:left;
	color:#808080;
	float:left;
	font-size:11px;
	margin:5px 0 0 2px;
	padding:4px 10px;
}
div.categories a {
	color: #64a9bb;
}

div.share {
	float: right;
	width: auto;
	margin-top: 5px;
}
div.share div {
	float: left;
}
div.share div.lft {
	font-size: 11px;
	padding-top: 4px;
	margin-right: 10px;
	color: #808080;
}

#comments {
	margin-left: 47px;
}

/*------------
Sidebar Styles
------------*/

#col-rht {
	width: 260px;
	float: right;
	margin-right: 20px;
}
#col-rht h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 18px 0 15px 18px;
	line-height: 26px;
	width: 100%;
	float: left;
}
#col-rht h3.orange {
	color: #d56328;
	margin-top: 20px;
	width: auto;
}
#col-rht h3.green {
	color: #85b223;
}
#col-rht h3.blue {
	color: #178687;
	margin-bottom: 8px;
}
#col-rht h3.red {
	color: #cd341f;
}
#col-rht hr {
	width: 259px;
	border: none;
	background: url(images/bg_hr.png) 0 0 no-repeat;
	line-height: 2px;
	height: 2px;
	padding: 0;
	margin: 0;
	clear: left;
}
#col-rht p, #col-rht li {
	margin: 0 0 2px 20px;
	padding-top: 4px;
	font-size: 11px;
	line-height: 15px;
}
#col-rht img {
	float: left;
	margin: 7px 10px 25px 20px;
	clear: left;
}
#col-rht img.alt {
	margin-bottom: 10px;
}
#col-rht img.btn {
	margin: 25px 20px;
}
#col-rht strong {
	font-size: 12px;
}

#col-rht input {
	display: block;
	border: none;
	float: left;
	outline: none;
	font: 11px verdana, sans-serif;
	color: #757363;
	background: none;
	height: 25px;
	padding: 0 5px;
	padding-top: 5px\9;
}
.widget {
	margin-right: 15px;
	margin-bottom:20px;
}
.widget li.twitterlink a {
	background:url("images/twitter.png") no-repeat scroll left top transparent;
	display:block;
	margin-top:12px;
	padding:0 0 4px 20px;
}
#col-rht input.search {
	background:url("images/bg_search.png") no-repeat scroll 0 0 transparent;
	margin:24px 0 0 12px;
	width:140px;
}

#newsletter {
	background:url("images/bg_newsletter.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:55px;
	margin:8px 0 9px 20px;
	padding:0;
	width:220px;
}
#newsletter input.name {
	width: 90px;
}
#newsletter input.email {
	width: 163px;
	margin-top: 5px;
	margin-top: 0\9;
}
#newsletter input.submit {
	width: 36px;
	margin: 5px 0 0 10px;
	text-indent: -999em;
	line-height: 0px;
	cursor: pointer;
}

/*-----------
Footer Styles
-----------*/

#footer {
	width: 974px;
	margin: 0 auto;
	background: url(images/bg-footer-area.png) bottom left no-repeat;
	overflow: hidden;
	padding-bottom: 40px;
}
#footer div {
	float: left;
	color: #fff;
	margin-top: 18px;
	font-size: 11px;
}
#footer h4 {
	font-size: 24px;
	color: #bdd6e6;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#footer li {
	float: left;
	margin: 0 0 8px 0;
}
#footer .blog-faves li {
	width: 135px;
	padding-right: 10px;
}
#footer .blog-faves li li {
	float: none;
}
#footer p {
	clear: left;
	font-weight: bold;
	margin-top: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}

.foot-lft {
	width: 220px;
	margin-left: 32px;
}
.foot-lft ul {
	width: 220px;
}
.foot-lft li {
	width: 110px;
}

.foot-mid {
	margin:0;
	padding:0 0 0 25px;
	width:230px;
}
.foot-mid li {
	width: 110px;
}

.foot-rht {
	width: 440px;
}
.foot-rht li {
	width: 165px;
}
/* ==========================================
=====!  Archives Page  =====
============================================*/
.archives li {
	float:left;
	width:200px;
}
#searchform {
	margin-top: 20px;
}
.widget #searchform {
	margin-top: 0;
}
/* ==========================================
=====!  comment form  =====
============================================*/
#respond h3, h3#comments {
	color:#000000;
	font-size:21px;
	font-weight:normal;
	margin-bottom:10px;
}
h3#comments {
border-bottom:1px solid #E8E8E8;
padding-bottom:4px;
}
.post #comments {
	clear: both;
}
#comments .commentlist {
	margin-left: 0;
}
#comments h3 {
	font-size: 22px;
}
#commentform {
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:10px;
}
#commentform #submit {
	background:none repeat scroll 0 0 #4E616D;
	border:1px solid #454545;
	color:#FFFFFF;
	font:bold 13px Helvetica,Arial,sans-serif;
	padding:5px 10px;
	text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.2);
	text-transform:uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}
#commentform input, #commentform textarea {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	margin-right:10px;
	padding:3px 4px;
}
#commentform textarea {
width:96%;
}
#commentform #submit {
	float: none;
}
.format_text input.form_submit, #commentform .form_submit {
}
.commentlist li {
	list-style:none;
	border-bottom:1px solid #E8E8E8;
	font-size:13px;
	padding:10px 0;
}
.comment-body {
	margin-right:85px;
	position:relative;
}
.avatar {
left:-85px;
position:absolute;
top:0;
}
cite.fn, cite.fn a {
	float:left;
	font-size:21px;
	font-style:normal;
	padding-right:10px;
	text-decoration:none;
}
.comment-meta a {
color:#555555;
text-decoration:none;
}
.comment-meta {
margin-bottom:14px;
}
span.says {
display:none;
}
.booksellers {
	margin: 0;
	margin-left:235px !important;
}
#col-lft .booksellers li {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
	display: block;
	margin-bottom: 15px;
	margin-left: 0;
}
.page-id-316 #col-lft p, .page-id-316 #col-lft h3, .page-id-316 #col-lft ul {
	margin-left: 230px;
}
.booksellers li a {
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-bottom:3px;
	padding-left:25px;
	padding-top:3px;
}
li.amazon a {background-image: url(images/icon-amazon-16.gif);}
li.borders a {background-image: url(images/icon-borders-16.gif);}
li.barnes a {background-image: url(images/icon-barnes-16.gif);}
li.indie a {background-image: url(images/icon-indie-bound-16.gif);}
li.ceoread a {background-image:url(images/icon-ceo-read-16.gif);}
#col-lft .booksellers li.ceoread {
	clear:both
}
.events_logo a {
	float:left;
	margin-left:38px;
}
.events_logo a.macmillan {padding-top:31px;}
.events_logo a.penguin {}
.events_logo a.leadingauthority {padding-top:24px;}
.wp-caption {
	background:#ebebeb;
	text-align:center;
	padding:5px;
}
.wp-caption img, .wp-caption p {
	margin:0 !important;
	padding:0 !important;
	font-size:10px !important;
}
.wp-caption p {
	width:auto;
}
#col-rht p.insiders {
	background:url("images/bg-insiders-list.png") no-repeat scroll left top transparent;
	height:24px;
	margin-top:22px;
	padding-left:4px;
	padding-top:6px;
}
.insiders a {
/*	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #CCCCCC;
*/	background:url("images/lock-icon.png") no-repeat scroll 10px center transparent;
	color:#178687;
	font-size:13px;
	padding:4px 10px 4px 28px;
	text-decoration:none;
}
.insiders a:hover {
	color: #BF4D12;
}
.insiders-list-title {
	border-top:1px solid #EFEFEF;
	margin-top:15px;
	padding-top:8px;
}
.page-id-318 table {}
.page-id-318 td, .page-id-1180 td {
	padding: 4px;
	vertical-align: top;
	line-height: 15px;
	padding-right: 8px;
}
