﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	background-color: #FFFF99 
}
* {
	padding: 0;
	margin: 0;
	font-style: normal;
}
#container {
	width: 658px;
	margin: 0 auto;
	padding: 10px;
	border-top: 2px solid gold;
	border-right: 2px solid gold;
	border-bottom: 2px solid gold;
	border-left: 2px solid gold;
	background-color: #fff;
}
#masthead {
	text-align: left;
	width: 548px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	background-color: white
}
#toprightbox {
	float: left;
	text-align: center;
	width: 88px;
	height:88px;
	background-color: white;
/*	background-image:url('../images/How-To-Live-to-110-topright.gif');
	background-repeat:no-repeat;
	background-position:center; */
	color: darkred;
	font-size: medium;
	font-weight: bold;
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 17px;
/*	border: 3px solid gold; */
}
#toprightbox a:hover {
	background-color: #FFFF99;
	border:medium darkorange solid;
}
#chapters {
	position: relative;
	float: right;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted gold;
}
#content {
	float: left;
	width: 500px; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#prevchap {
	float:left;
	width:250px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#nextchap {
	float:left;
	width:250px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#prevchapb {
	float:left;
	width:250px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#nextchapb {
	float:left;
	width:250px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content_no_chap {
	float:left;
	width: 658px; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#left_container {
	width:230px;
	margin-right:15px;
	float:left;
}
#right_container {
	width:230px;
	float:left;
	padding-left:15px;
	border-left: 1px dotted darkred;
}
#line_spacer {
	float:left;
	width:500px;
}
#sharebox {
	float:right;
	width:136px;
	margin-top:20px;
	margin-bottom:20px;
}
#shareboxx {
	float:left;
	width:636px;
	margin-left:65;
	margin-top:20px;
	margin-bottom:20px;
}
#bottomarea {
	width:646px;
	float:left;
	margin-left:65;
	margin-bottom:15px;
}
#bottomarea h3 h4 h5 {
	font-style:italic;
	color:gray;
}
#disclaimer {
	width:636px;
	padding:10px;
	margin-left:65;
	border: 1px solid darkred;
}
#disclaimer h3 h4 h5 {
	font-style:italic;
}
#chap_page {
	position:relative;
	margin-left:50px;
	width:531px;
	height:850px;
	border: 2px darkred solid;
}
#prevpage {
	float:left;
	width:229px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#thispage {
	float:left;
	width:200px;
	margin-top: 6px;
	margin-bottom: 10px;
}
#nextpage {
	float:left;
	width:229px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#prevpageb {
	float:left;
	width:229px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#thispageb {
	float:left;
	width:200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nextpageb {
	float:left;
	width:229px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 658px;
	border: 1px dotted darkorange;
}
#htlt110 {
	text-align: center;
	clear: both;
	width: 658px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h2 {
	color: black;
}
#masthead h3 {
	color: #402640;
}
#masthead img {
	padding: 1px;
/*	border: 1px solid gold; */
}
#toprightbox h3 {
	color:#402640;
}
#toprightbox img {
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid black;
	float: right
}
/* chapters Styles */
#chapters h3 {
	color:darkred;
	font-size:small;
	font-style:italic;
	padding-top:12px;
	padding-bottom:3px;
	padding-left: 3px;
}

#chapters ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#chapters li {
	display: block;
	margin: 0;
	border: 1px solid gold;
	color: #402640;
	background-color: orange;
}
#chapters a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px;
	border-bottom: 1px dotted #fff;
	background-color: orange;
}
#chapters a:hover {
	color: white;
	text-decoration: none;
	background-color: darkorange;
}
/* Content Styles */
#content p {
	color: black;
	margin-bottom: 6px;
}
#content h1,h2,h4,h5,h6 {
	color: black;
	margin-bottom: 6px;
	margin-top: 2px;
}
#content h3 {
	color: darkred;
	margin-bottom: 6px;
	margin-top: 12px;
}
#content img {
	margin-right:15px;
	margin-bottom:2px;
	float: left;
}
#content a {
	color: darkorange;
	font-weight: bold;
	text-decoration:none;
}
#content a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
#content_no_chap p {
	color: black;
	margin-bottom: 6px;
}
#content_no_chap h1,h2,h4,h6 {
	color: black;
	margin-bottom: 6px;
	margin-top: 2px;
}
#content_no_chap h3 {
	color: darkred;
	margin-bottom: 6px;
	margin-top: 12px;
}
#content_no_chap h5 {
	color: darkred;
	font-style: italic;
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content_no_chap img {
/*	padding: 5px;
	border: 2px solid darkred; */
	margin-right:15px;
	margin-bottom:2px;
	float: left;
}
#content_no_chap a {
	color: darkorange;
	font-weight: bold;
	text-decoration: none;
}
#content_no_chap a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: orange;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: none;
}
ul.bullets {
	margin-left:30px;
	margin-right:0px;
	padding:10px;
}
ul.bullets.li {
	margin:0;
	padding-right:40px;
	list-style:none;
}
a {
	color: darkorange;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a.amazonlink {
	display:block;
	background:url('../images/How-to-Live-to-110-small-lo.gif')top left white no-repeat;
	text-align:center;
	height:60px;
	line-height:60px;
	color:black;
	font-size:large;
	margin-left:50px;
	margin-right:90px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.imgborder {
	padding:5px;
	border: 2px darkred solid;
}
.pageimg {
	padding:20px;
	border: 4px darkred solid;
	margin-left:58px;
}
.dropdown {float:left;}
.dropdown dt {
	width:82px; 
	padding-right:10px;
	border:1px solid gold; 
	font-weight:bold; 
	cursor:pointer; 
	background-color:orange
}
.dropdown dt:hover {
/*	background-color:darkorange; */
	color:white;
}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	margin:0;
	width:154px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0
}
.dropdown ul {
	width:150px; 
	margin:0;
	border:1px solid darkred; 
	list-style:none; 
	border-top:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	margin:0;
	padding:5px; 
	color:black; 
	font-weight:bold;
	text-decoration:none; 
	background:#ffff99;
}
.dropdown a:hover {background:darkorange; color:white}
.dropdown .underline {border-bottom:1px solid gold}

.nodropdown {float:left;}
.nodropdown a, .nodropdown a:active, .nodropdown a:visited {
	display:block; 
	width:82px; 
	border:1px solid gold; 
	padding:5px; 
	color:black; 
	font-weight:bold; 
	text-decoration:none; 
	background:orange;
}
/* .nodropdown a:hover {background:darkorange; color:white} */
.nodropdown a:hover {color:white}

/* Styles for the forwards and backwards navigation strips */
.prevchap {
	font-style:italic;
	font-size:small;
	text-align:left;
	color:darkred;
	background-color:#FFFF99;
	margin-top:0px;
}
.nextchap {
	font-style:italic;
	font-size:small;
	text-align:right;
	color:darkred;
	background-color:#FFFF99;
	margin-top:0px;
}
.prevpage {
	font-style:italic;
	font-size:small;
	text-align:left;
	color:darkred;
}
.thispage {
	font-size:medium;
	text-align: center;
	color:darkred;
}
.nextpage {
	font-style:italic;
	font-size:small;
	text-align:right;
	color:darkred;
}
.lastwords {
	font-style:italic;
	text-align:center;
	color:gold;
}

/* form div {position:relative; font-size:100%}
form div label {
	display:block; width:50em; text-align:right; color:red; background-color:fuchsia;
}
form div input {
	font-size:100%; position:absolute; top: 0; left:53em; color:lime;
}
.style1 {
	margin-left: 50;
	background-color:#FFFF99;
	border:2px darkred groove;
	color:darkred;
	padding: 5px;
	position: fixed;
}
.style1 hover {
	background-color:white;
}
.style1 onselect {
	background-color:green;
}
.buttonstyle {
	background-color: gold;
	color: darkred;
	border-style: ridge;
	padding:3px;
} */

div.row {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  color: darkred;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }
  
div.row span.formp {
  float: right;
  width: 100px;
  text-align: left;
  padding-left:5px;
  }

/* Video page */
#videobox {
	background-color: #000;
	width:640px;
	height:360px;
	margin: 0 auto;
	text-align:center;
}
#videocancel {
	width:640px;
	height:12px;
	margin: 0 auto;
}
#videolist1 {
	width:200px;
	margin-bottom:10px;
	margin-left:10px;
	float:left;
}
#videolist2 {
	width:200px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
#videolist3 {
	width:200px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
}
#videolist1 a {
	color:darkred;
	font-weight:normal;
}
#videolist1 a:hover {
	color:red;
	font-weight:normal;
}
#videolist2 a {
	color:black;
	font-weight:normal;
}
#videolist2 a:hover {
	color:red;
	font-weight:normal;
}
#videolist3 a {
	color:darkred;
	font-weight:normal;
}
#videolist3 a:hover {
	color:red;
	font-weight:normal;
}
a.videoliststyle {
	display:block;
	width:190px;
	height:90px;
	margin-bottom:20px;
	padding:5px;
	background-color:#f0f0f0;
}
a.videoliststyle:hover {
	background-color:#ffffff;
	color:lime;
}


