/* styles */
body {
	background: #036;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}

#body {
	padding-bottom: 100px;
	font: 15px Times, "Times New Roman", serif;
	color: #252525;
	
}
#outer {
	background: url(/images/outerbg.jpg) repeat-x #bfbfbf;
}
#wrapper {
	width: 966px;
	margin: 0 auto;
}
#header {
	height: 80px;
	position: relative;
}
#header a#logo {
	position: absolute;
	top: 20px;
	left: 32px;
	width: 219px;
	height: 48px;
	display: block;
}
ol#nav {
	list-style-type: none;
	padding: 0 0 16px 28px;
	margin: 0;
	display: block;
	width: 673px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 9px;
	background: url(/images/navbg.gif) no-repeat top right;
}
#body.homepage ol#nav {
	background: url(/images/navbg-home.gif) no-repeat top right;
}
ol#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 14px;
	background: url(/images/nav-sep.gif) top left no-repeat;
}
ol#nav li.first {
	padding: 0;
	background: none;
}
ol#nav a {
	display: block;
	height: 56px;
}
ol#nav a span {
	display: none;
}
ol#nav a#nav-home {
	background: url(/images/nav-home.gif) top left no-repeat;
	width: 73px;
}
ol#nav a#nav-whos_bill {
	background: url(/images/nav-whos_bill.gif) top left no-repeat;
	width: 114px;
}
ol#nav a#nav-books {
	background: url(/images/nav-books.gif) top left no-repeat;
	width: 76px;
}
ol#nav a#nav-bill_speaks {
	background: url(/images/nav-bill_speaks.gif) top left no-repeat;
	width: 122px;
}
ol#nav a#nav-blog {
	background: url(/images/nav-blog.gif) top left no-repeat;
	width: 61px;
}
ol#nav a#nav-contact_bill {
	background: url(/images/nav-contact_bill.gif) top left no-repeat;
	width: 132px;
}
ol#nav a:hover {
	background-position: 0 -56px !important;
}
ol#nav a.active {
	background-position: 0 -112px !important;
}

#main {
	background: url(/images/mainbg.jpg) repeat-y;
}
#main h1 {
	margin: 0;
}
#main h2 {
	color: #162964;
	font-weight: bold;
	font-size: 28px;
}
#main h3 {
	color: #162964;
	font-size: 24px;
}
#main h4 {
	font-weight: bold;
}
#main h5 {
	color: #999;
	font-style: italic;
}
#main a {
	color: #f26522;
}
#main a:hover {
	color: #036;
}



#content {
	background: url(/images/contentbg.jpg) no-repeat bottom left;
}
#content_text {
	padding: 25px 40px;
	min-height: 500px;
	background: url(/images/contenttextbg.jpg) no-repeat;
}
#content_text p {
	line-height: 18px;
}

#body-text {
	width: 470px;
}

#footer {
	background: url(/images/footerbg.jpg) top center no-repeat;
}
#footer_text {
	background: url(/images/footertextbg.jpg) top center no-repeat;
	width: 804px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 17px;
	padding: 70px 5px 25px 157px;
	color: #c2c2c2;
}
#footer a {
	color: #ff0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#body.homepage #main {
	background: url(/images/mainbg-home.gif) repeat-y;
}
#body.homepage #content {
	background: url(/images/contentbg-home.jpg) no-repeat top left;
}
#body.homepage #content_text {
	background: none;
	min-height: 700px;
	padding-left: 55px;
	padding-right: 150px;
}
#body.homepage #body-text {
	width: 560px;
	height: 159px;
	overflow: hidden;
}
#body.homepage #footer {
	background: url(/images/footerbg-home.jpg) top center no-repeat;
}
#body.homepage #footer_text {
	background: url(/images/footertextbg-home.jpg) top center no-repeat;
	width: 621px;
	padding: 70px 145px 25px 195px;
}

#quote-box {
	width: 630px;
	background: url(/images/quotebox-bottom.gif) no-repeat bottom left;
}
#quote {
	padding: 32px 85px 40px 79px;
	min-height: 50px;
	background: url(/images/quotebox-top.gif) no-repeat top left;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
#quote .endquote {
	width: 46px;
	height: 28px;
	background: url(/images/endquote.gif) no-repeat;
	padding: 0 30px;
	margin-left: 10px;
}

#main-box {
	padding: 0 25px;
}
#main-box #recent-posts {
	width: 320px;
	margin-right: 40px;
	float: left;
}
#main-box #recent-posts .post { 
	margin: 12px 0;
}
#main-box #recent-posts .post h4, #main-box #recent-posts .post p { 
	margin: 3px 0;
}
#main-box #books {
	width: 340px;
	float: left;
}
#main-box #books .book {
	margin: 12px 0;
}
#main-box #books .book h4, #main-box #books .book p {
	margin: 3px 0;
}

div.quote {
	background: url(/images/quotebg.gif) no-repeat center center;
	color: #959595;
	font-size: 23px;
	font-style: italic;
	padding: 10px 10px 10px 50px;
	min-height: 80px;
}
#main img.page_image {
	float: right;
	margin: 0 0 12px 12px;
}
#main .photoset img {
	border: 1px solid #162964;
}

#body.whos_bill #content_text {
	min-height: 650px;
	background: url(/images/contenttextbg-whos_bill.jpg) no-repeat;
}
#body.whos_bill #body-text {
	min-height: 380px;
}

#body.books #content_text {
	min-height: 500px;
}
#body.books #body-text {
	width: 100%;
}

#body.blog #content_text {
	
}
#body.blog #body-text {
	width: 640px;
}
#body.blog #archive {
	float: right;
	width: 185px;
	padding-left: 15px;
	min-height: 200px;
	border-left: 1px solid #ccc;
}
#body.blog #archive h3 {
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 0;
}
#body.blog #archive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#body.blog #archive ul li {
	margin: 0;
	padding: 0;
}
#body.blog #archive ul li ul {
	padding-left: 20px;
}

#body.bill_speaks #content_text {
	min-height: 600px;
	background: url(/images/contenttextbg-bill_speaks.jpg) no-repeat;
}
#body.bill_speaks #body-text {
	min-height: 270px;
}

#body.contact_bill #content_text {
	min-height: 700px;
	background: url(/images/contenttextbg-contact_bill.jpg) no-repeat;
}
#body.contact_bill #body-text {
	width: 430px;
	height: 208px;
	overflow: hidden;
}
#body.contact_bill form {
	width: 620px;
}
form label {
	display: block;
	margin-bottom: 6px;
}
form #contact-info {
	margin-top: 1px;
	width: 220px;
	float: left;
}
form #contact-info input {
	border: 1px solid #000;
	padding: 2px;
	font: 13px Times, "Times New Roman", serif;
}
form #contact-comments {
	width: 400px;
	float: left;
}
form #contact-comments textarea {
	width: 388px;
	height: 132px;
	border: 1px solid #000;
	padding: 2px;
	font: 13px Times, "Times New Roman", serif;
}

#topics .topic {
	width: 425px;
	margin-bottom: 24px;
	float: left;
}
#topics .odd {
	margin-right: 36px;
}
#topics .topic h4, #topics .topic p  {
	margin: 6px 0;
}
#topics .topic p.book_now {
	text-align: right;
}
#topics .topic img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 116px;
	height: 116px;
	border: 2px solid #036;
}

#featured-book {
	width: 500px;
	margin-bottom: 24px;
}
#featured-book h4, #featured-book p  {
	margin: 6px 0;
}
#featured-book p.more {
	text-align: right;
}
#featured-book img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#bill-speaks {
	float: right;
	margin-right: 75px;
	margin-top: 30px;
}

#blog-posts .post {
	margin: 12px 0 36px 0;
}
#blog-posts .post h2, #blog-posts .post h5, #blog-posts .post p {
	margin: 6px 0;
}
#blog-posts .post h2 a {
	color: #162964;
	text-decoration: none;
}

#body.blog #comments {
	margin: 36px 0 42px 0;
}
#body.blog #comments p {
	margin: 6px 0;
}
#body.blog #comment_form {
	margin-bottom: 36px;
}
#body.blog #comment_form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 13px Times, "Times New Roman", serif;
}
#body.blog #comment_form textarea {
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
	font: 13px Times, "Times New Roman", serif;
}

#books .book {
	margin: 36px 0;
}
#books .book h3, #books .book p  {
	margin: 6px 0;
}
#books .book p.buy_now {
	margin-top: 15px;
}
#books .book p.buy_now img {
	float: none;
	margin: 0;
}
#books .book p.excerpt {
	margin-top: 15px;
}
#books .book a.read-excerpt {
	cursor:	pointer;
}
#books .book img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

