@charset "utf-8";
/* CSS Document */

a img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
	outline: 0;
}
ul {
	list-style: none;
}
td {
	vertical-align: top
}
button {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

body {
	background: #000;
	margin: 0px auto;
	width: 840px;
	color: #362f2d;
	font: normal "Minion Pro", Georgia, "Times New Roman", Times, serif;
}
#header {
	margin-bottom: 0px;
}
.nav li {
	float: left;
}
#header .title {
	height: 49px;
	width: 185px;
	display: block;
	float: left;
	text-indent: -999em;
	background: url(../_images/heading/title.jpg) no-repeat top left;
}
#header .subtitle {
	height: 49px;
	width: 292px;
	display: block;
	float: left;
	text-indent: -999em;
	background: url(../_images/heading/subtitle.jpg) no-repeat top left;
}
#header .byline {
	height: 49px;
	width: 153px;
	display: block;
	float: left;
	text-indent: -999em;
	background: url(../_images/heading/byline.jpg) no-repeat top left;
}

div.nav {
	height: 45px;
	clear: both;
	padding-bottom: 3px;
	background: #000 url(../_images/nav/hr-nav.png) no-repeat center bottom;
	margin-bottom: 0px;
}
div.nav ul {
	height: 42px;
	padding-top: 3px;
	background: url(../_images/nav/hr-nav.png) no-repeat center top;
}
div.nav li a {
	display:block;
	height: 42px;
	line-height: 42px;
	width: 210px;
	text-indent: -999em;
}
div.nav li a.heritage {
	display:block;
	height: 42px;
	line-height: 42px;
	width: 210px;
	background: url(../_images/nav/btn-heritage.png) no-repeat left bottom;
	text-indent: -999em;
}
div.nav li a.rivers {
	display:block;
	height: 42px;
	line-height: 42px;
	width: 210px;
	background: url(../_images/nav/btn-rivers.png) no-repeat left bottom;
	text-indent: -999em;
}
div.nav li a.maps {
	display:block;
	height: 42px;
	line-height: 42px;
	width: 210px;
	background: url(../_images/nav/btn-maps.png) no-repeat left bottom;
	text-indent: -999em;
}
div.nav li a.tackle {
	display:block;
	height: 42px;
	line-height: 42px;
	width: 210px;
	background: url(../_images/nav/btn-tackle.png) no-repeat left bottom;
	text-indent: -999em;
}
div.nav li a:hover, div.nav li a.on {
	display:block;
	height: 42px;
	line-height: 42px;
	width: 210px;
	background-position: left top;
	text-indent: -999em;
}
#content {
	background-color: #faf3e7;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 840px;
	min-height: 496px;
	_height: 496px;
	/*height: 496px;*/
	padding: 0px 0;
	margin-top: 8px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
	_zoom: 1;     /* triggers hasLayout */
}
#content h2 {
	line-height: 70px;
	font-size: 21.33px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dashed #cdbc97;
	margin-bottom:15px;
}
#content h3 {
	line-height: 21.33px;
	font-size: 14.67px;
	font-style: italic;
	font-weight: bold;
	margin: 1em 0;
}
#content p {
	line-height: 21.33px;
	font-size: 14.67px;
	margin-bottom: 1em;
}
#content .thirteen p {
	line-height: 21.33px;
	font-size: 13.33px;
	margin-bottom: 1em;
}
#content .leftColumn  {
	line-height: 21.33px;
	font-size: 9pt;
}
#content .aboutDefault .aboutDefault a,
#content .aboutAuthor .aboutAuthor a, 
#content .aboutPhoto .aboutPhoto a, 
#content .aboutPraise .aboutPraise a, 
#content .aboutConvo .aboutConvo a, 
#content .aboutExcerpts .aboutExcerpts a,
#content .aboutLike .aboutLike a,
#content .aboutOver .aboutOver a {
	text-decoration: underline;
	color: #c32208;
}
#content .leftColumn a {
	text-decoration: none;
	color: #362f2d;
}
#content .leftColumn a:hover {
	text-decoration: underline;
	color: black;
}

#footer {
	margin: 6px 0 18px;
	height: 44px;
}
#footer .beaverkillpress-logo {
	display: block;
	float: left;
	height: 44px;
	width: 350px;
	text-indent: -999em;
	background: url(../_images/nav/BeaverkillPress-logo.png) no-repeat top left;
}
#footer .nav {
	float: right;
	display: block;
	width: 371px;
}
#footer .nav li a.home {
	display: block;
	float: left;
	width: 59px;
	height: 44px;
	text-indent: -999em;
	background: url(../_images/nav/btn-home.png) no-repeat top left;
}
#footer .nav li a.about {
	display: block;
	float: left;
	width: 90px;
	height: 44px;
	text-indent: -999em;
	background: url(../_images/nav/btn-about.png) no-repeat top left;
}
#footer .nav li a.buyBooks {
	display: block;
	float: left;
	width: 152px;
	height: 44px;
	text-indent: -999em;
	background: url(../_images/nav/btn-buyBooks.png) no-repeat top left;
}
#footer .nav li a.contact {
	display: block;
	float: left;
	width: 70px;
	height: 44px;
	text-indent: -999em;
	background: url(../_images/nav/btn-contact.png) no-repeat top left;
}
#footer .nav li a:hover {
	color: #dabba6;
	background-position: bottom;
}
#footer .hr {
	clear: both;
	display: block;
}
.leftColumn {
	float:left;
	width: 228px;
	margin-left: 30px;
	margin-right: 49px;
}
.orderSection {
	width: 830px;
	margin-left: 0px;
	position: relative;
	font-style:italic;
}
.orderSection .leftColumn {
	float:left;
	width: 368px;
	margin-left: 30px;
	margin-right: 44px;
}
.orderSection .rightColumn {
	float:left;
	width: 368px;
	padding-bottom: 21.33px;
}
.contactSection {
	width: 785px;
	margin-left: 30px;
	position: relative;
}
.cartSection {
	width: 785px;
	margin-left: 30px;
	position: relative;
}
.rightColumn {
	float:left;
	width: 438px;
	padding-bottom: 21.33px;
}
.contactSection label {
	text-transform: uppercase;
	width: 70px;
	font: bold 7pt Arial, Helvetica, sans-serif;
	display: block;
	float: left;
}
#content .leftColumn ul {
	padding-bottom: 17px;
	border-bottom:1px dashed #CDBC97;
}
.buyBook {
	background: url(../_images/home/buyBook.png) no-repeat left top;
	width:210px;
	height:49px;
	float: left;
	display: block;
	text-indent: -9000em
}
.buyBook:hover {
	background-position:left bottom;
}#content .rightColumn h2 strong em {
	font-style: normal;
}

