/* Some generic stuff */

body { 
	color: black; 
	margin: 0px;
	font : 12px Arial, sans-serif;
	background-color: #ECE1DD;
}
h1, h2, h3, h4, h5 {
	font-family: sans-serif;
	font-weight: bold;
	color: #840444;
	text-align: center;
}
h1 {
	font-size: 2.0em;
}
h1.long, h2.long {
	/*font-size: 0.85em;*/
	}
h1.availableSoon, h1.availableNow {
	background-color: #840444;
	color: #F3F1EC;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
p { 
	color: black;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}
p.tiny {
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
	}
td p {
	padding-left: 0;
	}
table {
	border-style: none;
	border-width: 0;
}
th, td {
	border-style: none;
	border-width: 0;
}
a { 
	background: none;
	color: #0033FF;
}
a:hover { 
	color: #840444;
}

/* Standard spans */

span.highlight {
	font-weight: bold;
}
span.author, span.tvprogramme {
	font-weight: bold;
}
span.programme, span.kaleidoscopepublishing {
	font-style:italic;
}
span.price {
	color: #840444;
	font-weight: bold;
}
span.priceHighlight {
	color: green;
}

/* Area set aside for a banner of some sort */

#branding {
	float:top;
	margin-top: 5px;
	height: 64px;
	background: transparent url(images/furniture/kaleidoscope-logo-small.gif) no-repeat top center; 
	}

/* Main body text */

#mainBody {
	float:none;
	position: relative;
	min-width: 120px;
	margin: 50px 10px 0px 240px;
	border: 1px solid #840444;
	background: transparent;
	background-color: #F3F1EC;
	padding: 0px 2px 0px 3px;
	z-index:1;
}
#mainBody.wide {
	margin:10px 0px 0px 200px;
}
#mainBody.infoBox {
	margin: 50px 240px 0px 240px;
}

/* This section holds the image of a book. */

#bookImage {
	text-align: center;
}

/* This section provides a short summary of a book. */

#bookSummary p {
	color: black;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

/* Main menu - books, ordering, etc - pretty much standard throughout the whole site. */

#mmBooks {

}
#mainMenu {
/*
	background-color: #ECE1DD;
	float:left;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	width:100%;
	text-align:center;
	font-family: sans-serif;
	font-weight: bold;
	z-index: 3;
*/
	position: absolute;
	top: 75px;
	left: 0px;
	background: bottom url(images/furniture/mainmenu-bg.png) repeat-x;
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: bold;
	overflow: hidden;
	display: inline;
	z-index: 3;
}
#mainMenu h3 {
/*
	margin: 0px 0px 4px 0px; 
	height: 40px; 
	border: 1px hidden #840444;
*/
}
#mainMenu h3.mainmenu { 
/*	background: transparent url(images/furniture/mainmenu.gif) no-repeat top left; */
	display: none;
}
#mainMenu h3.contactus { 
/*	background: transparent url(images/furniture/contactus.gif) no-repeat top left; */
	display: none;
}
#mainMenu h3.blank { 
/*	height: 20px; 
	background: transparent url(images/furniture/blank.gif) no-repeat top left; */
	display: none;
}
#mainMenu ul {
	height: 34px;
	margin-left: 200px;
	
}
#mainMenu li {
/*
	height: 25px;
	background: #F3F1EC;
	list-style-type: none; 
	display: block;
	border-bottom: 1px solid #ECE1DD;
*/
	list-style-type: none; 
	float: left;
	margin-top: 3px;
	display: inline-block;
	display:run-in;
}
#mainMenu li a { 
/*
	display: block;
	width: auto;
	padding-top: 5px;
	background: none;
	color: #0033FF;
*/
	color: #840444;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 12px;
	height: 30px;
	display: inline;
}
#mainMenu li a:hover { 
/*
	color: #840444;
	padding-top: 5px;
	padding-bottom: 4px;
	border: 1px hidden #EDE1DD;
	background-color: #ECE1DD;
	background: transparent url(images/furniture/transparent-small.gif) no-repeat top left;
*/
	color: #000000;
	text-decoration: none;
	height: 30px;
}

#mainMenu li a.home:hover, #mmHome #mainMenu li a.home { 
	background: transparent url(images/furniture/mmselected-62.png) no-repeat;
}
#mainMenu li a.books:hover, #mmBooks #mainMenu li a.books { 
	background: transparent url(images/furniture/mmselected-62.png) no-repeat;
}
#mainMenu li a.news:hover, #mmNews #mainMenu li a.news { 
	background: transparent url(images/furniture/mmselected-62.png) no-repeat;
}
#mainMenu li a.orderonline:hover, #mmOrderOnline #mainMenu li a.orderonline { 
	background: transparent url(images/furniture/mmselected-100.png) no-repeat;
}
#mainMenu li a.orderbypost:hover, #mmOrdering #mainMenu li a.orderbypost { 
	background: transparent url(images/furniture/mmselected-108.png) no-repeat;
}
#mainMenu li a.events:hover, #mmEvents #mainMenu li a.events { 
	background: transparent url(images/furniture/mmselected-66.png) no-repeat;
}
#mainMenu li a.about:hover, #mmAbout #mainMenu li a.about { 
	background: transparent url(images/furniture/mmselected-62.png) no-repeat;
}
#mainMenu li a.links:hover, #mmLinks #mainMenu li a.links { 
	background: transparent url(images/furniture/mmselected-58.png) no-repeat;
}
#mainMenu li a.emailus:hover { 
	background: transparent url(images/furniture/mmselected-82.png) no-repeat;
}
#mainMenu li a.writetous:hover, #mmAddress #mainMenu li a.writetous { 
	background: transparent url(images/furniture/mmselected-92.png) no-repeat;
}
#mainMenu li a.richard:hover { 
	background: transparent url(images/furniture/mmselected-108.png) no-repeat;
}
#mainMenu h3.mainmenu span, #mainMenu h3.contactus span, #mainMenu h3.blank span {
	display:none
}
/* Sub menu - standard format, but images specific to each set of links. */

#subMenu {
/*
	background-color: #ECE1DD;
	position:relative;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	width: 180px;
	height: 900px;
	text-align: center;
	font-family: sans-serif;
*/
	background-color: #ECE1DD;
	position: absolute;
	float: left;
	top: 120px;
	left: 10px;
	width: 222px;
	text-align: center;
	display: inline; /* This serves no purpose other than to correct a problem in IE */
	z-index: 2;
	padding-top: 10px;
}
#subMenubg {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	padding-bottom: 50px;
	margin-bottom: 50px;
	
}
#subMenu ul {
/*	margin: 0px 0px 2px 0px;
	padding: 0px;
*/
	position: relative;
	width: 225px;
	top: -14px;
	padding-left: 0px;
	padding-bottom: 10px;

}
#subMenu h3 { 
/*
	margin: 0px 0px 4px 0px; 
	height: 40px; 
	border: 1px hidden #840444;
*/
	font-size: 1em;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 8px;
	margin-right: 11px;
	border: 1px solid white;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
#subMenu h3.guides {
	/*background: transparent url(images/furniture/guides.gif) no-repeat top left; */
	}
#subMenu h3.books { 
	/*background: transparent url(images/furniture/books.gif) no-repeat top left; */
	}
#subMenu h3.other { 
	/*background: transparent url(images/furniture/other.gif) no-repeat top left; */
	}
#subMenu h3.forthcoming { 
	/*background: transparent url(images/furniture/forthcoming.gif) no-repeat top left; */
	}
#subMenu h3.previous { 
	/*background: transparent url(images/furniture/previous.gif) no-repeat top left; */
	}
#subMenu li {
/*
	height: 25px;
	background: #F3F1EC;
	list-style-type: none; 
	display: block;
	border-bottom: 1px solid #ECE1DD;
*/
	padding-top: 2px;
	padding-bottom: 1px;
	margin-left: 2px;
	height: 30px;
	list-style-type: none; 
	display: block;
}
#subMenu li a { 
/*
	display: block;
	width: auto;
	padding-top: 5px;
	background: none;
	color: #0033FF;
*/
	width: 200px;
	padding: 4px 10px 4px 10px;
	border-width: 1px;
	border-color: transparent;
	text-decoration: none;
}
#subMenu li a:hover { 
/*
	color: #840444;
	padding-top: 5px;
	padding-bottom: 4px;
	border: 1px hidden #EDE1DD;
	background-color: #ECE1DD;
	background: transparent url(images/furniture/transparent-small.gif) no-repeat top left;
*/
	background-color: white;
	border: 1px solid white;
	border-top-color:#333333;
	border-left-color:#333333;
	min-width: 200px;
}

#subMenu h3.guides span, #subMenu h3.books span, #subMenu h3.other span, #subMenu h3.forthcoming span, #subMenu h3.previous span {
	display:none
}
/* News page */

#newsDetail h3
{
	line-height: 2.0;
	border-top: 2px solid #840444;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -50px;
}
#newsDetail h4
{
	line-height: 2.0;
}

#pageDetail h4
{
	text-align: left;
}


/* Book List page */

#pageDetail h3, #pageDetail h4
{
	text-align: left;
}
#pageDetail h3.center
{
	text-align: center;
}
#pageDetail h3.title, #pageDetail h4.title
{
/*	margin: 20px 0 0 0;*/
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

#pageDetail h3.author, #pageDetail h4.author, #pageDetail h3.title > span.author, #pageDetail h4.title > span.author
{
/*	margin: 0 0 10px 0;*/
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

#pageDetail td {
	padding: 0 10px 0 10px;
}

#pageDetail td.para
{
	padding-left: 30px;
	font-family: sans-serif;
	color: black;
	font-size: 0.75em; 
	text-align: justify;
	padding-left: 30px;
	padding-right: 10px;
}
#pageDetail li, #listingPage li, #mainBody li
{
	font-size: 1.0em;
	margin-left: 20px;
	padding-left: 10px;
}

#mainBody li {
	padding-right: 30px;
	text-align: justify;
}

HR {
	color: blue;
	height: 1px;
	background-color:#ECE1DD;
	}

#pageDetail .bookThumb {
	float: right;
	clear: left;
	margin: 0 10px 0 10px;
}
#bookImage img {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	}
#bookBlurb p {
	padding-left: 30px;
	padding-right: 30px;
	}
	
/* Order Online page */

#orderForms {
	font-family: sans-serif;
	text-align: center;
}
#orderForms h3 {
	font-size: 1em;
	}
#orderForms table, #listingPage table {
	border-width: 2px;
	border-style: solid;
	border-color: #840444;
	border-collapse: collapse;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
}
#orderForms table {
	text-align:center;
}
#orderForms.print td, #orderForms.print th {
	font-size: 1.1em;
	text-align: left;
	margin-left: 20px;
}
#orderForms.print td.center, #orderForms.print th.center {
	font-size: 1.1em;
	text-align: center;
}
#orderOnline form {
	padding: 0 0 0 0;
	margin: 0 0 1px 0;
	}
#orderForms th, #orderForms td, #listingPage th {
	border-width: 1px;
	border-style: solid;
	border-color: #840444;
	border-collapse:collapse;
}
#orderForms th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #840444;
	border-collapse:collapse;
}
#orderForms td.title {
	font-weight: bold;
}
#orderForms td.even {
	background-color:#ECE1DD;
	}
#news p, #news h3 {
	text-align:center;
	}
#news p.justify {
	text-align: justify;
	}
a#kaleidoscope img {
	border-width: 0;
}
#linksDetail a img {
	padding: 2px 2px 2px 2px;
	border: 2px solid #0033FF;
}
#listingPage table {
	border-style: none;
	}
#listingPage td {
	padding: 0 0 0 0;
	border-width: 0px;
	border-style: none;
	border-collapse:collapse;
	}
#listingPage li {
	list-style-type: none;
}
#listingPage ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
td.top {
	vertical-align:top;
	}
td.center, td.price, p.price, p.center {
	text-align:center;
	}
.gold {
	color: #FF9900
}
div.redborder
{
	margin-left: 20px;
	margin-right: 20px;
	border: 2pt solid red;
}
img.float-right {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid black;
	}