/* CSS Document */

/*  Custom definitions, for specific site

Colours:
	parchment #edddcb
	dark brown #3b2309
	mid brown #b09c7e
	medium brown #775d48

*/

html * {
	border: 0;
	margin: 0;
	}
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #3b2309;
	background: #edddcb;
	padding: 0 25px;
	}
	
h1 { 
	font-size: 120%;
	margin-bottom: 20px;
	}
	
h2 {
	margin-top: 5px;
	font-size: 95%;
	margin-bottom: 20px;
	}
	
h3 {
	font-size: 85%;

	}
	
p, li, dt, dd {
	font-size: 85%;
	}
p, li, dd.text {
	margin-bottom: 20px;
	}
dd em {
	font-size: 80%;
	margin-bottom: 10px;
	}
	
.border {
	border: 2px solid #3b2309;
	}
	
.clear {
	clear: both;
	}
	
.clearright {
	clear: right;
	}
	
.clearleft {
	clear: left;
	}
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#3b2309;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#b09c7e;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

a.extlink {
	padding-right: 15px;
	background: url(../gfx/ext_link_brown.gif) no-repeat center right;
	}
	
/* _____________________________________________________________________= main wrapper __*/
#wrapper {
	background-color:#edddcb;
	border-left: 2px solid #775d48;
	border-right: 2px solid #775d48;
	border-bottom: 2px solid #775d48;
	}
	
/* ____________________________________________________________= main navigation styles __*/
#mainnav {
	font-size: 90%;
	font-weight: bold;
	background: #fff;
	width: 100%;
	border-bottom: 2px solid #775d48;
	height: 30px;
	padding: 0;
	}
	
#mainnav ul {
	list-style: none;
	font-weight: bold;
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	}

#mainnav ul li {
	padding: 5px 10px 0 10px;
	margin: 0;
	vertical-align: bottom;
	position : relative;
	float: left;
	height: 25px;
	min-width: 100px;
	border-right: 2px solid #775d48;
	}
	

#mainnav ul .subnav {
	background-image: none;
	padding-bottom: 0;
	position : absolute;
	left: -999em;
	margin-left : -12px;
	margin-top : 9px;	
	}
	
#mainnav .subnav li {
	padding: 0;
	height: 25px;
	margin: 0;
	width: 230px;
	font-size: 60%;
	}
	
#mainnav a:link, #mainnav a:visited {
	text-decoration: none;
	display : block;
	}

#mainnav a:hover, #mainnav a:active {
	text-decoration: underline;
	background: #775d48;
	color: #fff;
	}

#mainnav li:hover ul, 
#mainnav li.sfhover ul a { /* lists nested under hovered list items, with suckerfish class */
	list-style: none;
	left: auto;
	margin-left : -12px;
	width : 220px;
	height: 25px;
	padding-bottom: 0;
	z-index: 10;
	background: #775d48;
	}
#mainnav li:hover,  
#mainnav li.sfhover { /* li hovered list items, with suckerfish class */	
	background: #775d48;
	color: #fff;
	}

/* match wrapper class with main nav elements li backgrounds */	
.home #mainnav li#home, 
.cats #mainnav li#cats, 
.blog #mainnav li#blog,
.pubs #mainnav li#showcats,
.cat #mainnav li#showcats,
.morenews #mainnav li#morenews,
.aboutus #mainnav li#aboutus, 
.links #mainnav li#links  {
	background: #775d48;
	color: #fff;
	}
/* match wrapper class with main nav elements a links */	
.home #mainnav #home a, 
.cats #mainnav #cats a,
.blog #mainnav #blog a,
.pubs #mainnav #showcats a,
.cat #mainnav #showcats a,
.morenews #mainnav #morenews a,
.aboutus #mainnav #aboutus a, 
.links #mainnav #links a {
	background: #775d48;
	color: #fff;
	}

	
/* news page doesn't get a main nav match but does hide latest news panel */
.news #news {
	visibility: hidden;
	}

/* _________________________________________________________________________= columns __*/
#center {
	padding: 10px;
	border-right: 180px solid #775d48;
	min-height: 470px;
	}
#rightcol {
	background: #775d48;
	color: #edddcb;
	position: absolute;
	top: 108px;
	right: 27px;
	float:right;
	width: 180px;
	font-size: 70%;
	}
#rightcol h3 {
	font-size: 130%;
	font-weight: bold;
	}
.rightcol {
	padding: 0 10px 10px 10px;
	}
.rightcol #go {
	color: #fff;
	background: #3b2309;
	font-weight: bold;
	border: 1px solid #3b2309;
	}
	
#news ol {
	list-style: none;
	padding-left: 0;
	}
#news ol em {
	color: #fff;
	}
.morenews #news {
	visibility: hidden;
	}
/* ______________________________________________________________= Main header styles __ */
	
#header {
	background: #edddcb;
	width: 100%;
	border-top: 2px solid #775d48;
	border-bottom: 2px solid #775d48;
	padding-top: 0;
	height: 60px;
	}
	
/* Gilder-levin replaces header with image */
#header #sitename {
	width: 100%;
	height: 60px;
	position: relative;
	}
	
#header #sitename span {
	background: url(../gfx/header.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
/* ________________________________________________________________= thumbnail & image styles __*/

.categoryImg {
	border: 1px solid #b09c7e;
	padding: 4px;
	margin: 5px 5px 0 0;
	}

#image1, #image2 {
	border: 1px solid #b09c7e;
	padding: 3px;
	width: 200px;
	text-align: center;
	background: #fff;
	}
#image1 {
	float: right;
	margin-left: 20px;
	}
#image2 {
	float: left;
	margin-right: 20px;
	}
.caption {
	font-size: 76%;
	font-weight: bold;
	}

/* ___________________________________________________________________= lists __*/

dl.links dd {
	margin-bottom: 20px;
	}
.newsstories dd {
	margin-bottom: 10px;
	}

ul.books, ul.searchresults {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}
ul.books li, ul.searchresults li {
	padding-left: 110px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #3b2309;
	min-height: 150px;
	}
ul.books li img, ul.searchresults li img {
	float: left;
	margin-right: 10px;
	margin-left: -110px;
	}
ul.books li img.buybutton {
	float: right;
	margin-top: -30px;
	}
ul.reviews, ol.essays {
	margin: 10px 0 20px 0;
	}
ul.reviews li, ol.essays li  {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	}

/* ___________________________________________________________________= form styles etc for showcat page __*/
.cat form#BB_BuyButtonForm {
	border: 1px solid #775d48;
	background: #fff;
	padding: 5px;
	max-width: 640px;
	margin: 10px 0;
	}
.cat form#BB_BuyButtonForm h2 {
	display: inline;
	text-align: left;
	vertical-align: top;
	margin-right: 170px;
	}
.cat form#BB_BuyButtonForm select {
	border: 1px solid #000;
	vertical-align: top;
	margin-top: 3px;
	}
.cat h2.intro {
	background: url(../gfx/left_quot.gif) no-repeat bottom left;
	padding-bottom: 60px;
	}
.cat p.intro {
	margin-left: 70px;
	margin-top: -60px;
	background: url(../gfx/right_quot.gif) no-repeat bottom right;
	max-width: 580px;
	text-align: justify;
	padding-right: 60px;
	min-height: 70px;
	}
.cat p.summary {
	max-width: 650px;
	text-align: justify;
	}

/* ___________________________________________________________________= footer styles __*/



#footer {
	font-size: 65%;
	text-align: center;	
	background: #edddcb;
	padding: 0;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#footer ul {	
	list-style: none;
	height: 30px;
	display: inline;
	padding-left: 0;

	}

#footer ul li {	
	display: inline;
	margin: 0 20px;
	}