@charset "utf-8";
/** base.css contains the reset to even out cross-browser display**/
@import "base.css";
/** helpers.css contains helper classes - documentation: http://cssquik.com/docs **/
@import "helpers.css";
/** columns.css contains the column styles **/
@import "columns.css";
/** Style like you normally would. **/
html {
	background:url(../images/bg-body.gif) repeat-x top left;
	text-align:center;
}
body {
	width:960px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#393939;
} 
h1 {
	font-size:200%;
	color:#bd232d;
	border-bottom:1px solid #ababab;
}
.home h1, #header h1 {
	border:0;
}
.book h1 {
	margin-bottom:0;
}
h2 {
	font-size:150%;
}
.book h2 {
	clear:both;
}
h3 {
	font-size:125%;
}
h4 {
	font-size:100%;
}
h5 {
	font-size:90%;
}
p {
	margin:1em 0;
}
a {
	color:#06F;
}
a:hover {
	color:#000;
}
a:visited {
	text-decoration:none;
}
blockquote {
	font-size:100%;
	margin-left:0;
}
cite {
	display:block;
	font-size:90%;
	font-style:italic;
	margin:0 0 34px 0;
}
fieldset.half {
	float:left;
	display:inline;
	width:50%;
}
fieldset.full {
	float:left;
	display:inline;
	width:100%;
	clear:both;
}
fieldset label {
	float:left;
	display:inline;
	width:50%;
	margin-right:10px;
	margin-bottom:6px;
	padding:6px 0;
	font-weight:bold;
	font-size:94%;
}
fieldset label strong {
	color:#bd232d;
	padding-left:1px;
}
fieldset .textbox {
	float:left;
	display:inline;
	width:60%;
	margin-bottom:15px;
	background:#ececec;
	border:0;
	padding:8px 6px;
	clear:both;
	font-weight:bold;
}
fieldset.full .textbox {
	width:80%;
}
fieldset .errorField {
	border:#F00 solid 1px;
}
fieldset .textarea {
	float:left;
	display:inline;
	width:80%;
	height:60px;
	margin-bottom:22px;
	background:#ececec;
	border:0;
	padding:8px 6px;
	font-weight:bold;
}
fieldset br {
	clear:both;
}
#column-one ol, #column-one ul {
	margin-left:2em;
}
#header {
	height:90px;
	position:relative;
	color:#000;
}
	#header #flash-feature{
		float:right;
		display:inline;
		margin:0;
		padding:0;
		height:90px;
		width:300px;
		margin-right:40px;
	}
	#header #logo {
		width:300px;
		height:90px;
		margin:0;
		position:absolute;
		top:0;
		left:-40px;
	}
	#header #logo a {
		width:300px;
		height:90px;
		display:block;
		margin:0 auto;
		text-indent:-5000px;
		background:url(../images/bg-logo.gif) no-repeat center center;
	}
	#header h2 {
		position:absolute;
		top:0;
		left:280px;
		width:210px;
		margin:1.25em 0;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-size:120%;
		font-weight:normal;
		line-height:120%;
	}
	#header h2 span {
		color:#bd232d;
	}
	#header blockquote {
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-style:italic;
		position:absolute;
		top:10px;
		right:50px;
		width:245px;
	}
	#header cite {
		margin-left:1em;
		display:block;
		color:#000;
		font-size:68%;
		font-weight:bold;
		font-style:italic;
		position:absolute;
		top:38px;
		right:50px;
		text-align:right;
	}
		#header cite strong {
			color:#bd232d;
		}

#main-content {
	float:left;
	display:inline;
	margin-bottom:20px;
}
.home #main-content {
	background:url(../images/connie-chair.jpg) no-repeat 0 50px;
}
.order #main-content {
	background:url(../images/bg-big-book.jpg) no-repeat 20px 130px;
}
	#main-content ul.menu {
		border-left:1px solid #2b2b2b;
		width:935px;
		margin-left:20px;
	}
	#main-content ul.menu li {
		position:relative;
	}
	#main-content ul.menu li a {
		background:#000;
		color:#eee;
		text-transform:uppercase;
		width:148px;
		text-align:center;
		line-height:35px;
		border-right:1px solid #2b2b2b;
	}
	#main-content ul.menu li a:hover {
		text-decoration:none;
		background:#333;
	}
	#main-content ul.menu li.accent a {
		background:#a31b24 url(../images/bg-menu-accent.gif) repeat-x top left;
		border-right:1px solid #b84a51;
	}
	#main-content ul.menu li.accent a:hover {
		text-decoration:none;
		background:#333;
		border-right:1px solid #333;
	}
	#main-content ul li ul {
		position:absolute;
		top:28px;
		left:0;
		z-index:10;
		display:none;
	}
	#main-content ul li.open ul {
		display:block;
	}
	#column-one {
		width:560px;
		margin:0 0 0 20px;
	}
	.home #column-one {
		margin:0 0 0 230px;
		width:350px;
	}
	#column-two {
		width:280px;
		margin:20px 0 0 45px;
		font-family:"Times New Roman", Times, serif;
	}
	.home #column-one {
		margin-top:40px;
	}
		#column-two h2 {
			background:#e9e9e9;
			color:#BD232D;
			font-size:125%;
			padding:0 5px;
			line-height:160%;
			clear:both;
		}
		#column-two p {
			font-size:90%;
			font-family:Arial, Helvetica, sans-serif;
			overflow:auto;
		}
		#column-two a.read {
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:90%;
			color:#333;
			text-decoration:none;
			background:url(../images/icon-join.gif) no-repeat left center;
			padding:10px 0 0 32px;
			float:left;
			display:inline;
			line-height:120%;
			height:28px;
		}
		#column-two a.read strong {
			font-size:145%;
			color:#1694dc;
			display:block;
		}
		#column-two a.read:hover strong {
			color:#BD232D;
		}
	.home #column-one h1 {
		margin:0;
	}
	.home #column-one h2 {
		font-size:100%;
		font-weight:normal;
		font-style:italic;
		color:#5c5c5c;
		margin:0;
		padding-bottom:25px;
		border-bottom:1px solid #ababab;
	}
	#trailer {
		padding:50px 0;
		float:left;
		display:inline;
		clear:both;
		width:100%;
	}
	#column-two #trailer {
		padding:20px 20px 15px 45px;
		font-family:Arial, Helvetica, sans-serif;
		width:auto;
		float:none;
		display:block;
		overflow:auto;
	}
		#trailer a {
			overflow:auto;
		}
		#trailer a img, #trailer h3, #trailer p {
			float:left;
			display:inline;
		}
		#trailer h3, #trailer p {
			padding-left:25px;
			width:150px;
			margin:0;
		}
		#column-two #trailer h3, #column-two #trailer p {
			padding-left:0;
			margin:0;
			width:190px;
		}
		#trailer h3 {
			color:#bd232d;
			font-size:140%;
			margin-bottom:.5em;
		}
		#trailer h3 a {
			color:#bd232d;
			text-decoration:none;
		}
		#trailer p strong {
			display:block;
		}
		#column-two #trailer p strong {
			display:inline;
		}
	h3.connect {
		position:absolute;
		bottom:75px;
		left:14px;
		font-size:90%;
		width:200px;
		text-align:center;
	}
	.home h3.connect span {
			color:#BD232D;
	}
	#column-two h3.connect {
		position:relative;
		left:0;
		top:0;
		margin-left:40px;
		font-family:Arial, Helvetica, sans-serif;
		color:#999;
	}
	ul.social {
		position:absolute;
		bottom:0;
		left:0;
	}
	#column-two ul.social {
		position:relative;
		margin-left:26px;
	}
		ul.social, ul.social li {
			list-style:none;
			margin:0;
			float:left;
			display:inline;
		}
		ul.social li a {
			text-indent:-5000px;
			float:left;
			display:inline;
			width:46px;
			height:76px;
			background-position:top center;
			background-repeat:no-repeat;
		}
		ul.social li.linkedin a {
			background-image:url(../images/linkedin.gif)
		}
		ul.social li.facebook a {
			background-image:url(../images/facebook.gif)
		}
		ul.social li.twitter a {
			background-image:url(../images/twitter.gif)
		}
		ul.social li.youtube a {
			background-image:url(../images/youtube.gif)
		}
		ul.social li.feed a {
			background-image:url(../images/feed.gif)
		}
#footer {
	text-align:right;
	margin:20px 30px 0 20px;
	padding-top:10px;
	border-top:1px solid #ababab;
	color:#ababab;
	font-size:75%;
	clear:both;
}
	#footer .menu {
		float:left;
		display:inline;
		width:50%;
		margin:0;
	}
	#footer p {
		float:right;
		display:inline;
	}
	#footer .menu a {
		line-height:28px;
		color:#ababab;
		padding-right:1em;
		text-transform:uppercase;
	}
.meet-connie {
	float:left;
	display:inline;
	background:url(../images/btn-meet-connie.gif) no-repeat 0 0;
	width:150px;
	height:46px;
	overflow:hidden;
	text-indent:-5000px;
}
.meet-connie:hover {
	background-position:0 -46px;
}
img.trim {
	padding:0;
	margin-bottom:15px;
}
.trim {
	float:left;
	display:inline;
	padding-bottom:15px;
	border-bottom:1px solid #ababab;
	width:100%;
}
.excerpt {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:25px;
}
.order #column-one h2.retailer {
	margin:25px 0 0 180px;
	font-size:100%;
}
.order #column-one ul {
	margin:25px 0 50px 150px;
	font-size:100%;
	overflow:auto;
}
.order #column-one ul li {
	float:left;
	display:inline;
	width:150px;
}
.order #column-one ul li a {
	float:left;
	display:inline;
	width:176px;
	height:70px;
	text-indent:-5000px;
}
.order #column-one ul li a.amazon {
	background:url(../images/order-1.gif) no-repeat;
}
.order #column-one ul li a.barnesandnoble {
	background:url(../images/order-2.gif) no-repeat;
}
.order #column-one ul li a.borders {
	background:url(../images/order-3.gif) no-repeat;
}
.order #column-one ul li a.ceoread {
	background:url(../images/order-4.gif) no-repeat;
}
.order #column-one ul li a.powells {
	background:url(../images/powells.gif) no-repeat left center;
}
.clear {
	clear:both;
}
.lnk-author {
	padding-left:16px;
}
.iphone {
	background:url(../images/iPhone-image.gif) no-repeat left center;
	padding-left:50px;
	height:75px;
}
	.iphone h3 {
		color:#bd232d;
		margin:0;
		padding:6px 0 0 0;
		font-size:16px;
	}
	.iphone p {
		margin:0;
		width:170px;
	}
#column-one ul.sub-menu {
	list-style:none;
	margin:0;
	overflow:auto;
}
.sub-menu li {
	float:left;
	display:inline;
	margin:0 12px 0 0;
}
.sub-menu li a {
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}
.sub-menu li a:hover, .sub-menu li.active a {
	color:#bd232d;
}
#flashTrailer {
	margin:0;
	padding:0;
	display:block;
}
p.thanks strong {
	color:#EC911A;
	font-size:125%;
}
.adr .type, .adr .country-name, .tel .type {
	display:none;
}
.vcard {
	margin:.5em 0;
}
.vcard .org {
	font-weight:bold;
}
sup {
	font-size:80%;
}
img.float-l {
	margin:5px 10px 5px 0;
}
.alignright {
	float:right;
	display:inline;
	margin:5px 0 5px 10px;
}
.entry-title, .page-title {
	margin-bottom:0;
}
	.entry-title a {
		text-decoration:none;
	}
.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta .meta-sep-entry-date, .entry-utility, .navigation {
	display:none;
}
.entry-meta .meta-prep-entry-date, .entry-meta .entry-date {
	font-style:italic;
}
.entry-content {
	margin:1em 0;
	padding-bottom:1em;
	line-height:150%;
}
.bulk-special {
	padding:5px 20px 30px 140px;
	background:url(../images/bulk-books.gif) no-repeat left center;
}
	.bulk-special h3 {
		color:#BD232D;
		font-size:130%;
	}
.level {
	padding:20px 20px 30px 140px;
	background:url(../images/bronze-lite.gif) no-repeat left center;
	border-bottom:1px solid #c2c2c2;
}
	.silver {
		background:url(../images/silver-full.gif) no-repeat left center;
	}
	.gold {
		background:url(../images/gold-bonus.jpg) no-repeat left 30px;
	}
	.platinum {
		background:url(../images/platinum-bonus.jpg) no-repeat left 30px;
	}
