/*
 * We use this to keep my custom colors consistent, like a macro preprocessor
 * RunStuff:: sed -e 's/#EFDDBF/#EFDDBF/g' -e 's/#BCBC6B/#BCBC6B/g' -e 's/#4E220B/#4E220B/g' THISFILE
 */

/*
 * General
 */

table { 
	width: 100%;
	border-spacing: 0pt;
	border-collapse: collapse;
	background: white;
}

td { 
	vertical-align: top;
	padding: 16pt;
}

body {
	margin: 12pt 12pt 12pt 12pt;
	text-align: left;
	font-family: "Verdana", "Arial", sans-serif;
	color: black;
	background: #EFDDBF;
	font-size: 10pt;
}

p, ul, li {
	font-size: 10pt;
}

h1 { /* So far we only use h1 */
	font-family: "Bodoni MT Black", "Bodoni MT", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4E220B;
	font-size: 18pt;
}


h1.column2 {
	font-size: 24pt;
}

a:link {
	color: #228;
}

a:visited {
	color: #809;
}

a:hover {
	color: #e40;
}

img.floatright { 
	float: right;
}

/*
 * Navigation bar
 */

td.navbar {
	padding: 2pt;
	background: #EFDDBF;
}

tr.navbar { 
	border-style: none;
}

a.navbar { 
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
}

a.navbar:link { 
	color: #4E220B;
}

a.navbar:hover { 
	color: #e40; /* NB Matches a:hover above */
}

/*
 * Main top row (on nearly all pages)
 */

.maintop { 
	background: #EFDDBF;
}

.booktitle { 
	font-family: "Bodoni MT Black", "Bodoni MT", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: white;
	background-image: url(cover.behindtitle.jpg); 
}

.orderonline { 
	font-family: "Arial Black", Verdana, Arial, sans-serif;
	font-weight: bold
}

td.orderonline, div.orderonline { 
	background: #BCBC6B;
	padding: 12pt;
}

ul.orderonline {
	margin-left: 17px;  /* gets rid of extra space to the left  (IE) */
	padding-left: 0px;  /* gets rid of extra space to the left  (Firefox) */
	line-height: 16pt;
}

h1.orderonline { 
	font-size: 16pt;
}

a.orderonline { 
	font-size: 12pt;
}

/*
 * Other specific sections
 */

ul.news {
	margin-left: 17px;  /* gets rid of extra space to the left  (IE) */
	padding-left: 0px;  /* gets rid of extra space to the left  (Firefox) */
}

/* Altn: put pale color behind blurbs, or put them in boxes */
p.blurb { 
	color: #4E220B;
	font-family: "Bodoni MT", Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

p.vignette {
	color: #4E220B;
}

a.more {
	font-weight: bold;
}

a.more:link { 
	color: #4E220B;
}

