/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/background.jpg) repeat-x center top #9df04a;
	color: #41484d;
	font: 14px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #F2170B;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #969696 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h2 span, h3 span{
	display: none;
}
/*=== Layout ===*/
#page,#page-bot,#page-top{
	background: url(images/page-bgr.png) repeat-y;
	margin: 0 auto;
	width: 932px;
}
#page{
	padding: 0 32px 20px 25px;
	width: 875px;
	overflow: hidden;
}
#page-bot{
	background: url(images/page-bot.png) no-repeat bottom;
	height: 7px;
}
#page-top{
	background: url(images/page-top.png) no-repeat top;
	height: 54px;
}
#bot-bgr{
	background: none;
	padding: 0 0 50px;
}
/*=== Subscribe to Feed ===*/
ul.subscribe{
	float: right;
	padding: 25px 40px 0 0;
}
* html ul.subscribe{
	padding-right: 20px;
}
.subscribe li{
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 20px 0 10px;
}
.subscribe li.feed{
	background: url(images/ico-post.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.subscribe li a{
	color: #41484d;
	position: relative;
}

/*=== Header ===*/
#header{
	height: 80px;
	background: url(images/title-bgr-top.jpg) no-repeat bottom;
}

/*- Logo & Tagline-*/
#logotag {
	width:380px;
	height:80px;
	float:left;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	/*padding-top:5px;*/
	}
#logotag h1{
	/*letter-spacing:-1px;*/
	margin:0px !important;
	padding:0px !important;
	font: 48px Impact,Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
#logotag h1 a{
	color:#F2170B;
	display: block;
	outline-style: none;
}
.tag {
	float:left;
	margin:0px !important;
	padding:0px !important;
	font-size:16px;
	color:#ADADAD;
	}
/*- Search -*/
.search{
	background: url(images/search-bgr.gif) no-repeat;
	float: right;
	height: 30px;
	margin: 20px 0 0;
	width: 275px;
}
.search input{
	background: none;
	border: 0;
	color: #000;
	float: left;
	font-size: 14px;
	margin: 4px 0 0 10px;
	padding: 2px;
	width: 210px;
}
.search .btn{
	margin: 4px 0 0 14px;
	padding: 0;
	width: auto;
}

/*=== Ebook Header ===*/
.tooltip {
	display:none;
	background: url(images/tooltip.png) no-repeat;
	height:122px;
	width:209px;
}

#ebook-header {
	background: url(images/header-bg.jpg) no-repeat 0 80px;
	height: 406px;
	position: relative;
	overflow: hidden;
}

/*- Logo & Tagline-*/
#ebook-header #logotag {
	width:150px;
	height:39px;
	position: absolute;
	top: 15px;
	right: 0px;
	background: url(images/logo-small.png) no-repeat;
	text-indent: -9999px;
}

	#ebook {
		width: 273px;
		height: 395px;
		position: absolute;
		top: 6px;
		left: 70px;
	}

	#headline {
		background: url(images/tagline.png) no-repeat;
		width: 422px;
		height: 94px;
		position: absolute;
		top: 122px;
		right: 17px;
		text-indent: -9999px;
	}
	
	#formats {
		position: absolute;
		top: 280px;
		right: 0px;
	}

		#formats em {
			text-decoration: underline;
			color: #335a07;
			font-style: normal; 
		}
		
		#formats img {
			vertical-align: middle; 
		}

	#buy-now,
	#ebook-header form input[type="image"]{
		background: url(images/buy-button.png) no-repeat;
		width: 252px;
		height: 42px;
		position: absolute;
		top: 315px;
		right: 0px;
		text-indent: -9999px;
		cursor: pointer;
		border: none;
	}
	
	#checkout #checkout_page_container .wpsc_make_purchase {
		background: url(images/paypal.jpg) 100% 0 no-repeat;
		float: none;
		position: relative;
		bottom: 0px;
		margin: 10px 0 10px 0;
		height: 56px;
	}
	
	input.wpsc_buy_button {
		background: url(images/payment-button.png) no-repeat;
		width: 252px;
		height: 42px;
		text-indent: -9999px;
		cursor: pointer;
		border: none;
	}
	
	#buy-now:hover,
	input.wpsc_buy_button:hover {
		background-position: 0 -42px;
	}
	

	#french {
		position: absolute;
		top: 363px;
		right: 0px;
		color: #828282;
		font-size: 12px;
	}

		#french em {
			text-decoration: underline;
			font-style: normal; 
		}
		
	#french-checkout {
		position: absolute;
		top: 305px;
		right: 0px;
		color: #828282;
		font-size: 12px;
	}

		#french-checkout em {
			text-decoration: underline;
			font-style: normal; 
		}
		
		

	img#ebook-price {
		position: absolute;
		top: 314px;
		left: 340px;
	}
		
#ebook-showcase {
	border: 1px solid #cfdecb;
	background: #ebffd7;
	height: 168px;
	margin-top: 6px;
	margin-bottom: 40px;
	clear: both;
	font-size: 12px;
}

	#ebook-showcase h2 {
		font-size: 14px;
		color: #000;
		margin: 10px 0;
	}

	#ebook-expanded {
		float: left;
		width: 510px;
				
	}

		#ebook-expanded img {
			margin: -22px 10px 0 -16px;
			float: left;
		}
	
	
	#ebook-inside {
		padding-right: 15px;
	}

		#ebook-inside img {
			margin: -35px 12px 0 5px;
			float: left;
		}	


#ebook-content .row {
	overflow: hidden;
}

#ebook-content .first,
#ebook-content .last {
	float: left;
	width: 423px;
	margin: 0px 10px 30px 0;	
}

#ebook-content .last {
	float: right;
	margin: 0px 0 1px 10px;
}

	#ebook-content h3 {
		height: 52px;
		text-indent: -9999px;
		margin-bottom: 10px;		
	}
	
	#ebook-content p {
		line-height: 20px;
	}
	
	#ebook-content p.blockquote {
		background: url(images/quote.png) no-repeat 5px 0;
		font-weight: bold;
		padding-left: 50px;
	}	
	
	#ebook-content p.signed {
		margin-top: 4px;
		padding-left: 50px;
		color: #888888;
		font-size: 12px;
	}
		
	#reason-to-buy {
		background: url(images/reason-to-buy.png) no-repeat;
	}
	
	#what-they-say {
		background: url(images/what-they-say.png) no-repeat;
	}	
	
	#about-the-author {
		background: url(images/about-the-author.png) no-repeat;
	}
	
	#download-free-sample {
		background: url(images/download-free-sample.png) no-repeat;
	}	
	
	#ebook-content img#player {
		float: left;
		margin: 0 20px 0 10px;
	}
	
	#download-now {
		background: url(images/download-now-button.png) no-repeat;
		display: block;
		width: 166px;
		height: 32px;
		text-indent: -9999px;
		cursor: pointer;
		margin-top: 20px;
	}
	
	#download-now:hover {
		background-position: 0 -32px;
	}		
		

/*-- Checkout --*/
#checkout {
	width: auto;
	margin-top: -20px;
}

#checkout h2 {
	background: url(images/hdr-checkout.png) no-repeat 0 0;
	width: 845px;
	height: 61px;
	text-indent: -9999px;
}

#checkout #checkout_page_container {
	width: auto;
}

	#checkout #checkout_page_container table.checkout_cart {
		border: 1px solid #cfdecb;
		background: #ebffd7;
		margin-top: 6px;
		margin-bottom: 20px;
		clear: both;
		padding: 10px;
	}
	
	.wpsc_product_remove {
		display: none;
	}
	
	#wpsc_shopping_cart_container {
		/*border: 1px solid #cfdecb;
		background: #ebffd7;
		margin-top: 6px;
		margin-bottom: 40px;
		clear: both;*/
		padding: 10px;
	}	
	
	form.adjustform {
		text-align: center;
	}
	
	form.adjustform input[type="submit"] {
		background: url(images/update-button.png) no-repeat;
		width: 60px;
		height: 23px;
		text-indent: -9999px;
		cursor: pointer;
		border: none;
		margin-top: -1px !important;		
	}
	
	div.wpsc_email_address {
		padding: 0 0 5px;
		/*background: url(images/paypal.gif) 100% 0 no-repeat;*/
	}
	
	#wpsc_checkout_gravatar {
		vertical-align: top;
		margin-right: 5px;
	}
	
	.wpsc_checkout_table.table-1 tr td {
		padding-bottom: 5px;
	}	
	
	.wpsc_checkout_table.table-4 {
		font-weight: bold;
		margin-top: 10px;
	}
	
		#checkout #checkout_page_container .wpsc_totals {
			padding-left: 0;		
		}
		
	#checkout .wpsc_billing_forms h4,
	label.wpsc_email_address {
		/*background: url(images/hdr-bgr1.gif) no-repeat left;
		height: 52px;
		line-height: 52px;
		clear: both;
		display: block;
		padding: 0 0 0 50px;*/
		font-size: 16px;
		letter-spacing: -1px;
		color: #F2170B;
		font-weight: bold;
	}

	td.wpsc_product_name a {
		cursor: default;
	}
	
	td.wpsc_product_name a:hover {
		text-decoration: none;
	}
	

/*--/ Checkout --*/









		
/*=== Title ===*/
#title{
	background: url(images/title-bgr.jpg) no-repeat top;
	height: 248px;
	margin-top: 0px;
	padding-top: 0px;
}
.left-title {
	float:left;
	width:316px;
	height:159px;
	padding:15px;
	color:#FFF;
	text-indent: -9999px;
	}
.right-title {
	float:right;
	width:240px;
	height:149px;
	padding:20px 20px;	
	color:#FFF;
	}
.left-title h2, .right-title h2 {
	color:#F2170B;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:20px;
	text-transform:uppercase;
	}
.left-title p, .right-title p {
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	color:#555;
	}
/*- Top Menu -*/
#title li{
	float: left;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	text-transform: uppercase;
}
#title li a{
	color: #ffffff;
}
#title li a:hover {
	color:#F2170B;
	}
/*- Title Layout -*/
.tcol1{
	float: left;
	width: 350px;
}
.tcol2{
	float: right;
	width: 295px;
}
/*- Polaroid -*/
#polaroids{
	background: url(images/polaroids/rotato.php) no-repeat;
	height: 298px;
	margin: 0 0 0 317px;
	position: absolute;
	top: 85px;
	width: 276px;
}
/*=== Columns ===*/
#columns{
	/*margin: 30px 0 0;*/
	clear: both;
}
#columns h2{
	color: #C11209;
	font-size: 22px;
	font-weight: bold;
}
#columns h2 a{
	color: #F2170B;
}
#columns h3{
	color: #F2170B;
	font-size: 16px;
	letter-spacing: -1px;
}
#columns h3 em{
	color: #C11209;
	font-style: normal;
}
#columns h4{
	color: #C11209;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 0 5px;
	font-weight:bold;
}
#columns h4 a{
	color: #C11209;
}
.col1{
	width: 468px;
	overflow: hidden;
}
.col2{
	float: left;
	width: 180px;
}
.col3{
	float: right;
	width: 190px;
}
/*=== Each Post ===*/
.pagetitle{
	color: #41484d !important;
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:bold !important;
	border-bottom:#41484d dotted 1px;
	padding-bottom:5px;
}
.post{
	background: url(images/hl-dot2.gif) repeat-x bottom;
	padding: 15px 0 5px;
}
.post p{
	clear: both;
	padding: 0 0 15px;
}
.post.last{
	background: none;
}
.postmetadata{
	color: #777;
	font-size: 11px;
	margin: 0 0 15px;
}
.postmetadata a{
	color: #777;
}
.meta-cal {
	background:url(images/ico-cal.gif) center left no-repeat;
	padding-left:15px;
	}
.meta-comm {
	background:url(images/ico-comm.gif) center left no-repeat;
	padding-left:15px;
	margin-left:15px;
	}
.meta-tag {
	background:url(images/ico-tag.gif) center left no-repeat;
	padding-left:15px;
	}
.postimg img.fl{
	margin: -10px 15px 0 0;
	padding-bottom:15px;
}

.entry {
	margin-top: 15px;	
}

.entry p{
	text-align:justify;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #FDEAE8;
	border: 1px solid #C11209;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#f0f0f0;
	border: solid 1px #DEDEDE; 
	/*margin: 0px 15px 15px 0px !important;*/
	display:inline;
	}
.entry img.excerpt { 
	padding: 2px 2px 2px 2px;
	background:#f0f0f0;
	border: solid 1px #DEDEDE; 
	margin: 0px 0px 5px 15px !important;
	display:inline;
	float:right;
	}
.none-img { 	
	background:none !important;
	border:none !important; 
	}
.none-img img { 	
	background:none !important;
	border:none !important; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	margin-left:15px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
/*=== Comments ===*/
#respond {
	clear: both;
}
#respond h3 {
	font-size: 16px;
	padding: 2px 10px 0px 30px;
	background:url(images/ico-comment.gif) center left no-repeat;
	color: #F2170B;
	letter-spacing: -1px;
}
#respond #comment,
#respond #submit {
	margin: 10px 0;
}

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 12px;
}
.comments_template form#commentform{
	margin: 0;
	padding: 10px;
}
.comments_template form#commentform p{
	line-height: 16px;
}
ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	clear: both;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 16px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 10px;
	border-top:1px dotted #F5857E;
}
ol.commentlist li.even{
	background:#FDEAE8;
	border-top:1px dotted #F5857E;	
}
ol.commentlist li.highlighted{
	background:#FDEAE8;
	border-top:1px dotted #F5857E;	
}
ol.commentlist .commentmetadata{
	font-size:10px;
}
ol.commentlist .reply{
	font-weight:bold;
}

/*=== Navigation ===*/
.navigation {
	/*padding:15px 0px 15px 0px;*/
	font-weight:bold;
	float:left;
	}
.alignleft {
	float:left;
	display:inline;
	}
.alignright {
	float:right;
	display:inline;
	}
/*=== Ads ===*/
.ads{
	height: 280px;
	margin: 10px auto 20px;
	width: 337px;
}
.ads img{
	display: block;
	float: left;
	margin: 0 24px 0 0;
}
.ads img.last{
	margin: 0;
}
.ads div.first{
	float: left;
}
.ads div.last{
	float: right;
}
/*=== Comments ===*/
ul.comments{
	padding: 0 0 15px;
}
.comments li{
	border-bottom:1px dotted #F5857E;
	font-size: 11px;
	padding: 4px 0 5px 5px;
	color: #C11209;
}
.comments li em, .comments li a em{
	color: #C11209;
	font-style: normal;
}
.comments li a{
	color: #41484d;
}
.comments li a:hover{
	text-decoration:none;
	color: #C11209;
}
.comments img {
	vertical-align:text-bottom;
	padding-left:5px;
	padding-right:5px;
	}
/* Specific Headers */
.hdr1, .hdr2, .hdr3, .hdr4, .hdr5, .hdr6{
	background: url(images/hdr-bgr1.gif) no-repeat left;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 50px;
}
.hdr2{
	background: url(images/hdr-bgr2.gif) no-repeat left;
}
.hdr3{
	background: url(images/hdr-bgr3.gif) no-repeat left;
}
.hdr4{
	background: url(images/hdr-bgr4.gif) no-repeat left;
}
.hdr5{
	background: url(images/hdr-bgr5.gif) no-repeat left;
}
.hdr6{
	background: url(images/hdr-bgr6.gif) no-repeat left;
}
#columns h3.hdr-ebook{
	background: url(images/hdr-ebook.png) no-repeat 0 0;
	width: 389px;
	height: 65px;
	text-transform: uppercase;
	padding: 4px 0 0 70px;
	font-size: 22px;
	letter-spacing: 0px;
	margin-top: 7px;
}

	#columns h3.hdr-ebook span{
		display: block;
		font-size: 12px;
		text-transform: none;
		font-weight: normal;
		padding: 4px 0 0 1px;
	}
	
	#columns h3 a:hover{
		text-decoration: none;
	}

#ebook-preview {
	border: 1px solid #cfdecb;
	background: #ebffd7;
	height: 168px;
	margin-top: 25px;
	margin-bottom: 20px;
	clear: both;
	font-size: 12px;
	width: 382px;
	padding-right: 5px;
	font-style: italic;
}

	#ebook-preview h4 {
		font-size: 16px;
		color: #000;
		margin: 14px 0 6px;
		font-style: normal;
	}

	#ebook-preview img {
		margin: -34px 28px 0 0px;
		float: left;
	}

	#download-small {
		background: url(images/download-now-small.png) no-repeat 0 0;
		display: block;
		width: 139px;
		height: 27px;
		text-indent: -9999px;
		cursor: pointer;
		margin-top: 15px;
		float: left;
	}
	
	#download-small:hover {
		background-position: 0 -27px;
	}
		
		
		
/*=== Recent Readers ===*/
table#MBL_COMM td.mbl_fo_hidden {
display:none;
}
.recent{
	padding: 10px 0 0;
}
.recent img{
	border: 1px solid #222222;
	float: left;
	height: auto;
	margin: 3px;
}
* html .recent img{
	margin: 0 3px;
}
/*=== Flicker Photos ===*/
.flickr{
	background: url(images/flickr-bgr.gif) no-repeat left;
	height: 97px;
	margin: 0 0 0 -5px;
	padding: 23px 0 0 133px;
	position: relative;
}
.flickr p {
	display:inline;
	float:left;
	padding:0px 8px 0px 8px;
	}
/*=== Footer ===*/
#footer{
	background: #41484d;
	clear: both;
	color: #acb4b9;
	font-size: 12px;
	line-height: 30px;
	margin: 30px 0 0;
	text-align: left;
	padding:0px 15px;
}
#footer a{
	color: #acb4b9;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
	width: 390px;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
/*=== Portfolio ===*/
.showcase {
	float:left;
	display:inline;
	width:206px;
	}
.showcase h2 {
	font-size:16px !important;
	margin-bottom:5px !important;
	font-weight:bold !important;
	color: #F2170B;
	}
.showcase p {
	font-size:10px !important;
	line-height:14px !important;
	text-align:justify !important;
	margin-bottom:7px !important;
	}
.showcase img {
	background:none !important;
	padding:0px !important;
	margin-bottom:5px;
	border:3px solid #FAD3D1 !important;
	}
.weblink a {
	font-weight:bold !important;
	text-transform:uppercase;
	font-size:12px !important;
	float:right;
	}
.showcase-divider {
	width:100%;
	height:15px;
	float:left;
	margin-bottom:15px;
	background: url(images/hl-dot2.gif) repeat-x bottom;
	}
/*=== IE6 Fix ===*/



/*=== Shop ===*/
div.default_product_display h2.prodtitle {
	margin-bottom: 15px;
}

