﻿/*
    LovePowerAndSacrifice.com | lps.css
    (C) JohnLlewellyn.com All Rights Reserved.
*/

/* GENERAL HTML */
html {  }
body { color:#FFF; background-color:#777; overflow: hidden;  }

/* MAIN AREAS */
#wrap { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible; }
#doc { position: relative; left: 50%; width: 760px; margin-left: -380px; top: -270px }
/* #wrap { width:760px; margin:0 auto; text-align:center; } */
/* #doc  { width:760px; margin:auto 0; text-align:left; } */
#hd   { width:760px; margin-bottom:30px; }
#nav  { width:760px; height:20px; border-bottom:1px solid #989898; padding-bottom:0.3em; }
#bd   { width:760px; min-height:300px; height:380px; }
#ft   { width:760px; border-top:1px solid #989898; padding-top:0.3em;} 

/* HEADER */
h1, h2 { display:none; }

/* NAV */
ul#navigation li { background:transparent url("../img/common/nav_divider.gif") no-repeat center left; float:left; padding:0 5px 0 15px; }
ul#navigation li.first { padding:0 5px 0 0; background:none; }
ul#navigation li.last {  }

/* INTRODUCTION */
#bd {  font-family:Arial, Helvetica, Sans-Serif; /*font-family: Georgia, "Times New Roman", Times, serif;*/ color:#bbb;  }
#bd p { display:none; margin-bottom:1em; line-height:1.5em;}
#bdRight { margin:0px 30px 0 0; float:right;   }
#bdLeft { margin:0px 0 0 30px; float:left;  }
#bdRight img { margin:50px auto 0 auto; text-align:center; } 
#bdLeft img { margin:50px auto 0 auto; text-align:center; }

/* SAMPLE PAGES */
#pages { position:relative; height:350px;  } 
#caption { position:absolute; top:75px; right:0px; width:230px; } 
#caption p { display:none; } 
#spreadImg { position:absolute; top:75px; left:0px; width:510px; }
#backNext { position:absolute; bottom:105px; right:0px; width:230px; }

/* BUY THE BOOK */

table.purchase { font-family:Arial, Helvetica, Sans-Serif; color:#ddd; width:100%; background-color:#888;  }
table.purchase  th {  font-weight:bold; border-bottom:2px solid #999; padding:5px; }
table.purchase  td { border-bottom:2px solid #999; padding:5px; }

.chg { font-family:courier;font-weight:bold; color:#fff; margin:0 0.5em; }
.disabled { color:#333; background-color:#fff; border:1px solid #eee;}

label { display:block; text-align:left; margin:0.3em 0 0 0 ; }
.btn { width:80px; font-size:85%; }
.txtBox { width:200px; height:50px; }
.txt {  width:200px; }
#fail { text-align:center; color:#ff9900; font-size:85%; } 

/* THANK YOU */
#thankyou { text-align:center; padding-top:10em; }
#thankyou p { font-family:Arial, Helvetica, Sans-Serif; font-weight:bold; font-size:90%; color:#eee; display:block; }

/* FOOTER */
#ft { font-size:85%; font-family: Arial, Helvetica, Verdana, Sans-Serif; color:#999; } 
#ft p a:link, #ft p a:visited, #ft p a:active { color:#999; }
#ft p a:hover { color:#E89824 !important; text-decoration:none; }
p#ftLeft { float:left; }
p#ftRight { float:right; }



