@charset "UTF-8";


/* colors used 
	red		#DA412D
	brown	#663300
	yellow	#FFFEE7
	blue	#41AEB3
*/


/* global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td 
{ margin:0; padding:0 }

a img, :link img, :visited img {
	border: 0;
}

body {
	font-size: 100%;
}

/*  floats and clear */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* page structure */
html {
	height: 100%;
	overflow-y: scroll; /* force scrollbar to avoid page shift */
}
body {
	height: 100%;
	background-color: #41AEB3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: center;
	color: #663300;
	background-attachment: fixed;
	background-image: url(jpb_bg_wood.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -70px;/* the bottom margin is the negative value of the footer's height */
	margin-left: auto;
	width: 725px;
	background-image: url(jpb_bg_bumpity.gif);
	background-repeat: repeat-y;
}
#header {
	height: 141px;
	position: relative;
}
#header #pageIcon {
	float: left;
	height: 80px;
	width: 120px;
	padding-left: 90px;
}
#header #jpbLogo {
	height: 80px;
	width: 515px;
	float: right;
}
#header #topNav {
	height: 50px;
	clear: both;
	background-image: url(jpb_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#content {
	width: 701px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 25px;
}
.noWrap {
	width: 621px;
	clear: left;
	padding-right: 80px;
	text-align: left;	
}
#footer, .push {
	height: 70px; /* .push must be the same height as .footer */
}
#footer {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}

/* logo image replace */
h1.logoReplace {
	height: 80px;
	width: 515px;
	background-image: url(jpb_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
}
h1.logoReplace a {
	text-indent: -9999px;
	outline: none;	/* remove dotted line around imageg links */
}

/* nav */
ul#navButton {
	list-style-type: none;
	padding-top: 25px;
	padding-left: 135px;
}
ul#navButton li{
	display: inline;	
}
ul#navButton li a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	float: left;
	outline: none;	/* remove dotted line around imageg links */
}
ul#navButton li a.about {
	background-image: url(jpb_nav_about.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 64px;
	
}
ul#navButton li a.books {
	background-image: url(jpb_nav_books.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 63px; 
}
ul#navButton li a.news {
	background-image: url(jpb_nav_news.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 56px; 
}
ul#navButton li a.blog {
	background-image: url(jpb_nav_blog.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 53px; 
}
ul#navButton li a.links {
	background-image: url(jpb_nav_resources.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 106px; 
}
ul#navButton li a.contact {
	background-image: url(jpb_nav_contact.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 83px;
}
ul#navButton li a.about:hover, ul#navButton li a.about:active, 
ul#navButton li a.books:hover, ul#navButton li a.books:active,
ul#navButton li a.news:hover, ul#navButton li a.news:active, 
ul#navButton li a.blog:hover, ul#navButton li a.blog:active,
ul#navButton li a.links:hover, ul#navButton li a.links:active,
ul#navButton li a.contact:hover, ul#navButton li a.contact:active {
	background-position: center center;
}

/* page indicator in nav*/
body#aboutPage ul#navButton li a.about,
body#booksPage ul#navButton li a.books,
body#newsPage ul#navButton li a.news,
body#blogPage ul#navButton li a.blog,
body#linksPage ul#navButton li a.links,
body#contactPage ul#navButton li a.contact {
	background-position: top center;
}

/* links */
a:link {
	color: #DA412D;
	text-decoration: none;
}
a:visited {
	color: #DA412D;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
#linksPage .newsEvents li a:link {
	color: #663300;
	text-decoration: none;	
}
#linksPage .newsEvents li a:visited {
	color: #663300;
	text-decoration: none;
}
#linksPage .newsEvents li a:hover {
	color: #DA412D;
	text-decoration: none;
}
#blogPage .noWrap .floatboxLft a:link {
	color: #663300;
	text-decoration: none;	
}
#blogPage .noWrap .floatboxLft a:visited {
	color: #663300;
	text-decoration: none;
}

#blogPage .noWrap .floatboxLft a:hover {
	color: #DA412D;
	text-decoration: none;	
}
.footerInside a:link {
	color: #DA412D;
	text-decoration: none;
}
.footerInside a:visited {
	color: #DA412D;
	text-decoration: none;
}
.footerInside a:hover {
	color: #663300;
	text-decoration: none;
}

/* type */
#content {
	font-size: 1.2em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.08em;
	line-height: 1.6em;
	margin-bottom: 4px;
	color: #663300;
	font-family: Verdana, Geneva, sans-serif;
}
.noWrap h2 {
	margin-left: 251px;
}
.noWrap h3 {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 4px;
	color: #663300;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 251px;
}

* html .nowrap p { /*ie 3 px jog hack */
	height: 1%;	
}

P {
	margin-bottom: 7px;
}

.noWrap p {
	margin-left: 251px;
}

.noWrap .floatboxLft {
	float: left;
	width: 221px;
	margin-right: 30px;
}
.noWrap .floatboxLft p {
	margin-left: 85px	
}
#booksPage .floatboxLft p {
	margin-bottom: 0px
}
.noWrap .floatboxLft img {
	margin-bottom: 10px;
	float:right;
}

.footerInside {
	padding-top: 20px;	
}
.footerInside p{
	padding-top: 2px;	
}
.bgBlue {
	color: #41AEB3;
}
.quote {
	margin-left: 5px;

}
.quote p {
	text-indent: -5px;
	margin-bottom: 0px;
	font-weight: normal;
	clear: both;
}
.quoteAt {
	float: right;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
}
.photoCredit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 2em;
	font-weight: normal;
}

/* lists */
ul  {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}
li {
	padding-bottom: 3px;
}
.noWrap ul {
	margin-left: 266px;	
}
ul.newsEvents  {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 251px;
}
.newsEvents li {
	padding-bottom: 3px;
}
.floatboxLft ul  {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 85px;
	margin-top: 0px;
}
.floatboxLft li { 
	padding-bottom: 0px;
}

#blogPage .floatboxLft ul  {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 95px;
	margin-top: 0px;
}

/* audio excerpt  */
.noWrap .audioExcerpt {
	margin-bottom: 10px;
	margin-left: 251px;
}


