html {
 height: 100%;
}
body {
	background-color: #fff;
	color: #000;
	font-size: small;
	height: 100%;
	margin: 0;
	text-align: center;
}
body, p, a, select, input, textarea {
	color: #000;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}
p {
	line-height: 160%;
}
br.clear {
	clear: both;
}

#wrapper {
 position: relative;
 min-height: 100%;
}


/* header */
#header {
	background: #5681ab url(../images/header-bg.png) repeat-x;
	padding-top: 60px;
	width: 100%;
}
#header-text {
	background-image: url(../images/header-text.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 152px;
	margin: 0 auto;
	width: 363px;
}
#header-text h1 {
	display: none;
}

/* navigation */
#nav {
	background-color: #80a1c0;
	height: 48px;
	width: 100%;
}
#nav ul {
	margin: 0 auto;
	padding-top: 16px;
	width: 960px;
}
#nav li {
	display: inline;
}
#nav a {
	color: #fff;
	margin-right: 85px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a.endcap {
	margin-right: 0;
}
#nav a:hover {
	color: #4d77a6;
}
div.subnavContainer {
	background-color: #4d77a6;
	padding: 0 3px 3px 3px;
	position: absolute;
	text-align: left;
	top: 212px;
	width: 140px;
}
div.subnavHeader {
	background-color: #4d77a6;
	height: 48px;
	padding: 0 0 0 37px;
}
div.subnavHeader a {
	color: #dbf4fd;
	display: block;
	padding-top: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
div.subnavHeader a:hover {
	color: #80a1c0;
}

a.subnav-link {
	border-top: 1px #6188b0 solid;
	color: #dbf4fd;
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.subnav-link {
	color: #80a1c0;
}


/* content */
#content-wrapper {
	background: #fff url(../images/content-bg.png) repeat-x;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 100%;
}
#content-hp,
#content-sub {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/* homepage content */
#content-hp {
	background: #fff url(../images/hp-content-bg.png) repeat-y;
}
#hp-col-main {
	float: left;
	margin: 0 45px 0 0;
	width: 630px;
}
#hp-col-main a {
	color: #3c6791;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
}
#hp-col-main a:hover {
	color: #c46a1e;
}

#hp-col-blog {
	float: left;
	width: 285px;
}
#hp-content-main {
	background-image: url(../images/hp-author.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 190px  50px 0;
}
#hp-content-main h1 {
	background-image: url(../images/hp-content-header.png);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 15px;
	width: 436px;
}
#hp-content-main h1 span {
	display: none;
}
#hp-content-main p {
	line-height: 180%;
}
#hp-callout-1 {
	float: left;
	margin-right: 30px;
	width: 295px;
}
#hp-callout-2 {
	float: left;
	width: 300px;
}
#hp-callout-1 h2,
#hp-callout-2 h2 {
	color: #479c7f;
	font-size: 160%;

	margin-bottom: 5px;
}
#hp-callout-1 p,
#hp-callout-2 p {
	font-size: 95%;
	line-height: 140%;
	margin-bottom: 20px;
}
#hp-callout-1 a,
#hp-callout-2 a {
	color: #3c6791;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
}
#hp-callout-1 a:hover,
#hp-callout-2 a:hover {
	color: #c46a1e;
}
#hp-callout-1 div.hp-book {
	background-image: url(../images/hp-book-secret.png);
	background-repeat: no-repeat;
	float: right;
	height: 136px;
	width: 96px;
}
#hp-callout-2 div.hp-book {
	background-image: url(../images/hp-book.png);
	background-repeat: no-repeat;
	float: right;
	height: 136px;
	width: 96px;
}
#hp-callout-1 div.hp-book span,
#hp-callout-2 div.hp-book span {
	display: none;
}
#hp-col-blog h2 {
	background-image: url(../images/hp-blog-header.png);
	background-repeat: no-repeat;
	height: 27px;
	margin-bottom: 8px;
	width: 98px;
}
#hp-col-blog h2 span {
	display: none;
}
div.hp-blog-post {
	margin-bottom: 15px;
	font-size: 95%;
}
div.hp-blog-post div.date,
#content-book div.post div.date {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}
div.hp-blog-post a {
	color: #3c6791;
	font-weight: bold;
	text-decoration: none;
}
div.hp-blog-post a:hover {
	color: #c46a1e;
}
#hp-col-blog h3 {
	font-size: 120%;
	margin: 4px 0;
}

/* subpage content */
#content-sub ul {
	margin: 10px;	
}
#content-sub li {
	background: url(../images/list-icon.gif) left 5px no-repeat;
	padding: 5px 0 5px 20px;
}

#content-sub a {
	color: #4d77a6;
}
#content-sub a:hover {
	color: #c46a1e;
}
#content-sub p {
	margin: 14px 0 20px 0;
	line-height: 170%;
}
#content-sub h1 {
	color: #479c7f;
	font-size: xx-large;
	margin-bottom: 15px;
}
#content-sub h2 {
	color: #c46a1e;
	font-size: large;
	margin-top: 15px;
}

#content-sub img {
	border: 5px #e1eeef solid;
	margin: 0 0 8px 25px;
}

#content-sub blockquote {
	border-bottom: 1px #e1e8f0 solid;
	margin: 15px 0;
}
#content-sub blockquote cite {
	color: #2b8c6b;
	font-size: 85%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
#side-quote {
	background: url(../images/sidequote-title.gif) top left no-repeat;
	padding-top: 20px;
	float: right;
	font-style: italic;
	line-height: 240%;
	width: 300px;
}
#side-quote blockquote {
	color: #666;
	border-top: 1px #e1e8f0 solid;
	padding: 10px 8px;
}



/* subpage books content */
h1.hope-title {
	background-image: url(../images/hope-title.gif);
	background-position: left;
	background-repeat: none;
	height: 46px;
	width: 415px;
}
h1.secret-title {
	background-image: url(../images/secret-title.gif);
	background-position: left;
	background-repeat: none;
	height: 32px;
	width: 123px;
}
h1.hope-title span,
h1.secret-title span {
	display: none;
}


#content-book {
	float: left;
	margin-right: 20px;
	width: 650px;
}
#content-book div.wp-caption {
	float: left;
	font-size: 90%;
	height: 250px;
	margin: 20px;
	text-align: center;
	width: 160px;
}
#content-book div.wp-caption img {
	height: 180px;
	width: 120px;
}
#book-side {
	background: #e1e8f0;
	float: left;
	padding: 10px 5px;
	width: 220px;
}
#book-side a {
	color: #4d77a9;
	border-bottom: 1px #c6d2de solid;
	display: block;
	font-size: 85%;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
#book-side a:hover {
	color: #fff;
	background: #80a1c0;
}
#book-side #twitter a {
	display: inline;
	font-size: 90%;
	border-bottom: none;
	padding: 0;
	text-transform: none;
}
#book-side #twitter li {
	color: #333;
	font-size: 95%;
	border-bottom: 1px #c6d2de solid;
	padding: 8px 6px;
	line-height: 150%;
}
#book-side #twitter p.follow a {
	font-size: 85%;
	text-transform: uppercase;
	float: right;
	
}
#book-side ul {
	margin: 0;
	padding: 0;
}
#book-side li {
	background: none;
	margin: 0;
	padding: 0;
}
#book-side img {
	border: none;
	float: none;
}
h2.event {
	border-top: 1px #e1e8f0 solid;
	padding-top: 15px;
	width: 600px;
}


/* contact page */
div.inner-left {
	float: left;
	width: 660px;
}
div.inner-right {
	float: left;
	width: 300px;
}

legend,
p.linklove {
	display: none;
}
.reqtxt,
.emailreqtxt {
	font-size: 80%;
	padding-left: 6px;
	text-transform: uppercase;
}
#content-sub div.inner-left form ol li {
	background-image: none;
	padding-left: 0;
}
div.inner-left form label {
	display: block;
	float: left;
	margin: 5px 0;
	width: 130px;
}
div.inner-left form {
	margin-top: 20px;
}
div.inner-left form input,
div.inner-left form textarea {
	padding: 3px;
	margin: 5px 0;
	width: 280px;
}
#sendbutton {
	margin-left: 130px;
}
.failure {
	color: #c12f02;
	font-weight: bold;
}

/* blog section */
#content-book div.post h2.blog-title,
#content-book div.post h2.blog-title a {
	color: #479c7f;
	font-size: xx-large;
	text-decoration: none;
}
#content-book div.post h2.blog-title a:hover {
	color: #c46a1e;
}
.postmetadata {
	border-top: 1px #e1e8f0 solid;
	border-bottom: 1px #e1e8f0 solid;
	background: #eff2f6;
	font-size: 90%;
	padding: 4px;
}
.postmetadata a {
	text-decoration: none;
}
div.post {
	margin-bottom: 50px;
}
div.alignleft {
	float: left;
}
div.alignright {
	float: right;
}
div.navigation {
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
p.nocomments {
	display: none;
}
h2.blog-search span,
h2.blog-category span,
h2.blog-archive span,
#twitter h2 span {
 display: none;
}
h2.blog-search {
	background-image: url(../images/search-title.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 8px;
	width: 52px;
}
h2.blog-category {
	background-image: url(../images/category-title.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin-bottom: 8px;
	width: 130px;
}
h2.blog-archive {
	background-image: url(../images/monthly-title.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin-bottom: 8px;
	width: 131px;
}
#twitter h2 {
	background-image: url(../images/header-twitter.png);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 8px;
	width: 58px;
}
p.blog-feed {
	background: url(../images/feed-icon.gif) left no-repeat;
	padding-left: 10px;
}
#content-book div.post div.entry blockquote {
	background: #edf9f5;
	border-left: 2px #97cab8 solid;
	border-bottom: none;
	margin: 25px 50px;
	padding: 10px;
	line-height: 180%;
	width: 500px;
}
#content-book div.post div.entry img {
	margin: 0 10px 5px 10px;
	border: 0;
}


/* footer */
#footer {
	background-image: url(../images/footer-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 60px;
	padding-bottom: 25px;
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
}
#footer-text {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}
#footer-text a {
	color: #333;
}
#footer-text a:hover {
	color: #479c7f;
}


