
/* ================================== */
/* ===== EVERESTCONFESSIONS.COM ===== */
/* ================================== */
/* =========== STYLESHEET =========== */
/* ================================== */


/* ====== GENERAL ====== */
body {
	margin: 0px;
	background: #2F5E91 url(../IMG/bg.gif) top left repeat-x;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #121212;
}
h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	text-transform: uppercase;
	margin: 20px 10px 15px 17px;
}
h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	padding: 15px 0px 4px 2px;
	margin: 0px;
	background: #FFF;
	text-transform: uppercase;
}
h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	text-transform: uppercase;
	padding: 15px 10px 10px 17px;
	margin: 0px;
}

img { border: 0px; }
hr.home { border: 2px solid #E3E8EB; }
hr.order { margin: 0px; border: 2px solid #E3E8EB; }
ul { padding: 0px 35px 0px 0px; margin: 0px 0px 25px 40px; }

div#container {
	margin: 5px auto 30px auto;
	background: #FFF;
	width: 750px;
	border: 2px solid #093870;
	border-top: 0px;
}
div#mastheadHome {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
div#mastheadAbove {
	width: 750px;
	height: 25px;
	text-align: right;
	margin: 0px;
	padding: 15px 0 0 0;
	background: #093870 url(../IMG/masthead_above.gif) top left no-repeat;
}




/* ====== NAVIGATION ====== */
div#mainNav {
	width: 734px;
	margin: 0px 0px;
	padding: 8px 8px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
div#mainNav a {
	color: #121212;
	padding: 0px 7px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
div#mainNav a:hover {
	color: #787878;	
}
div#expeditionNav {
	padding: 0px;
	margin: 0px;
}
div#hemadeit {
	padding: 0px;
	margin: 0px;
}




/* ====== CONTENT ====== */
div#mainContent { width: 750px; float: left; display: inline; background: url(../IMG/column_bg.gif) top left repeat-y; }
div#mainContent2 { width: 750px; float: left; display: inline; background: #FFF; }
div#mainContent_exp { width: 730px; float: left; display: inline; background: #FFF; padding: 10px; }

div#fullContent { width: 710px; float: left; display: inline; padding: 0px 10px 20px 15px; margin: 0px; }
div#leftContent { width: 470px; float: left; display: inline; padding: 0px 10px 20px 15px; margin: 0px; }
div#rightContent { width: 233px; float: left; padding: 0px; margin: 0px 0px 15px 7px; }
div#updateContent { width: 630px; float: left; display: inline; padding: 0px 10px 20px 15px; margin: 15px 40px 0px 40px; }


/* leftContent */
#leftContent p {
	padding: 0px;
	line-height: 1.5em;
	text-align: justify;
}
#updateContent p {
	padding: 0px;
	line-height: 1.5em;
	text-align: justify;
}
#updateContent p.subquote {
	padding: 10px 25px;
	line-height: 1.5em;
	font-size: 11px;
}
div.indented p {
	margin: 0px 15px 0px 17px;
	text-indent: 20px;
}
div.normal p {
	margin: 5px 15px 15px 17px;
}
#leftContent a, 
#rightContent a, 
#fullContent a {
	color: #2F5E91;
	text-decoration: underline;
}
#leftContent a:hover, 
#rightContent a:hover, 
#fullContent a:hover {
	text-decoration: none;
}
.updateDate {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ED9424;
	margin: 10px 15px 0px 17px;
	padding: 0px 0px 3px 0px;
}

/* read an excerpt */
#leftContent table#TofC {
	background: #FFF; 
	margin: 0px 0px 0px 17px;
	padding: 0px; 
	line-height: 1.5em;
}
#leftContent #TofC td.page {
	text-align: right;
}
#leftContent #TofC td.dotted {
	background: url(../IMG/dots.gif) bottom left no-repeat;
}
.chapterWhiteBG {
	background: #FFF;
}
#leftContent #TofC td.PDFlink,
#leftContent td.PDFlink,
#updateContent td.PDFlink {
	text-align: right;
}
/*#leftContent #TofC td.PDFlink a {
	background: #B8D5DC;
	padding: 6px 8px 4px 8px;
	margin: 0px;
	color: #000;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 1px solid #B8D5DC;
}
#leftContent #TofC td.PDFlink a:hover {
	text-decoration: none;
	border-bottom: 1px solid #839BB7;
}*/
#rightContent table#excerpt {
	background: #E5EAEC; 
	padding: 12px 15px; 
	margin: 0px; 
	line-height: 1.5em;
}

/* praise on homepage */
div#rightContent p.praiseQuote {
	margin: 0px;
	padding: 15px 15px 10px 18px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	color: #093871;
	text-align: left;
}
div#rightContent p.praiseAuthor {
	margin: 0px;
	padding: 0px 15px 15px 30px;
	color: #2F5E91;
	line-height: 1.25em;
	font-style: italic;
	text-align: right;
}
div#rightContent p.praiseAuthor strong {
	color: #093871;
	font-weight: bold;
}
div#rightContent p.praiseAuthor a {
	text-decoration: none;
}
div#rightContent p.praiseAuthor a:hover {
	text-decoration: underline;
}

/* photo caption */
div#rightContent p.caption {
	padding: 8px 0px 10px 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 3px solid #E3E8EB;
}
div#rightContent p.caption, 
.altcaption {
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #777;
}

/* order the book */
table#order {
	margin: 0px 0px 0px 17px; 
	line-height: 1.5em;
}
#order tr td.orderpadding {
	padding: 15px 20px;
}
td.bookDesc {
	text-align:justify; 
	padding: 0px 0px 15px 0px;
}
td.bookPrice {
	text-align: right; 
	padding: 11px 0px 0px 0px;
}
td.bookOrder {
	text-align: center;  
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
td.bookImage {
	padding: 0px 0px 0px 10px;
}

/* links */
/* div.links { 
	border-bottom: 3px solid #E3E8EB; 
	padding: 0px 0px 10px 0px; 
	margin: 0px 0px 15px 18px;
}
div.links p.linksShell {
	padding: 0px;
	margin: 0px;
}
div.links p.linksLink {
	padding: 0px; 
	margin: 0px;
}
div.links p.linksDesc {
	padding: 0px 0px 0px 0px; 
	margin: 5px 0px 0px 0px;
}
div.links p.linksLink a {
	 font: 18px Georgia, 'Times New Roman', Times, serif;
	 text-decoration: underline;
}
div.links p.linksLink a:hover {
	text-decoration: none;
} */

#mainContent2 #fullContent ul.links {
	list-style: none;
	padding: 0px;
	margin: 10px 9px 10px 18px;
}
#mainContent2 #fullContent .links li {
	padding: 0px;
	margin: 0px;
	display: block;
	border-bottom: 3px solid #E3E8EB;
}
#mainContent2 #fullContent .links li a {
	text-decoration: none;
	padding: 15px 7px 20px 15px;
	background: #FFF;
	display: block;
	border-bottom: 1px solid #EAEFF4;
}
#mainContent2 #fullContent .links li a:hover {
	background: #EAEFF4;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}
#mainContent2 #fullContent .links li .linksTitle {
	font: 18px Georgia, 'Times New Roman', Times, serif;
	line-height: 24px;
	text-decoration: none;
}
#mainContent2 #fullContent .links li .linksAbout {
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
}

/* ====== EXPEDITION CONTENT ====== */
p.audioclip {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 7px 10px;
	margin: 10px 25px;
	text-align: left;
	font-weight: bold;
	background-color: #CED6DA;
	vertical-align: middle;
}
p.audioclip a,
table#videos a {
	color: #2F5E91;
	text-decoration: none;
}
p.audioclip a:hover,
table#videos a:hover {
	text-decoration: underline;
}
div.thumbnailbar {
	background-color: #F2EFE3;
	overflow: scroll;
	margin-right: 17px;
	margin-left: 17px;
	height: 100px;
	width: 690px;
}
div.contentbox {
	padding: 0px 25px 0px 25px;
	text-align: left;
}




/* ====== FORCED MARGINS ====== */
div#topMargin {
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}
div#bottomMargin {
	clear: both;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}




/* ====== HAYSTACK FOOTER ====== */
div#haystack_footer {
	clear: both; 
	font: 10px Georgia, 'Times New Roman', Times, serif; 
	padding: 11px 10px; 
	margin: 0px; 
	background: #717361; 
	color: #60614F;
	border-top: 1px solid #000;
}
div#haystack_footer a {
	color: #60614F;
	padding: 2px;
	margin: 0px 2px 0px 0px;
	background: #C0C39F;
	text-decoration: underline;
}
div#haystack_footer a:hover {
	text-decoration: none;
	background: #DBDDC0;
	color: #1D6A86;
}
div#haystack_footer p {
	line-height: 1.5em;
}
div#haystack_footer table td.footerLinks {
	text-align: center;
}