/* Barbara Diamond Goldin */


body { 
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, Arial, sans-serif; 
	background: #fff;
	color: #000;
}

div.container { width: 636px; margin: 0 auto; }
div.container.home { margin-top: 4em; }

a:link { color: #A1462B; text-decoration: none;}
a:active { color: #000154; text-decoration: underline; }
a:visited { color: #A1462B; text-decoration: none; }

p { 
	text-align: justify; 
	font-size: 0.9em;
	line-height: 140%; 
	max-width: 635px;
	margin-left: auto; margin-right: auto;
}
p.right { text-align: right; }

h2 { color: #A1462B; font-size: 1.2em; }
h3 { color: #A1462B; font-size: 1.1em; }
h4 { color: #A1462B; font-size: 1.0em; }


li { font-size: 0.9em; margin-bottom: 0.2em; line-height: 150%; }
li li { font-size: 1em; }

ul.nobullets { margin: 0; padding: 0; list-style: none; }
ul.nobullets li { padding-left: 1.8em; text-indent: -1.8em; }

hr { border: 1px solid black; margin: 2em auto; max-width: 635px; clear: both; }

p.box { border: 1px solid black; padding: 0.5em; }

div.image { float: right; margin: 0 0 2em 2em; max-width: 250px; }
div.image p { text-align: right; margin: 0; padding: 0.3em 0 0 0; font-size: 0.8em; }
div.image img { border: 1px solid black; }
div.image.left { float: left; margin: 0 2em 2em 0; }
div.image p { text-align: left; }


/* Latest Book box on homepage */
div.feature { 
	border: 2px solid #68956a;
	border-radius: 20px; 
	margin: 0 0 3em 0;
	padding: 0;
}

div.feature h1 { 
	color: white; 
	background: #68956a;
	margin: 0; padding: 0.5em 1em;
	font-size: 1.3em;
	border-radius: 15px 15px 0 0;
}

div.feature h2, div.feature p { 
	margin: 1em;
}

div.feature img { 
	float: right; 
	margin: 0 0 1em 1em;
}

div.feature p.readmore a { 
	color: white;
	background: #68956a;
	padding: 0.5em 1em;
	display: inline-block;
	border-radius: 0.2em;
	font-weight: bold;
	font-size: 1.2em;
}

hr { 
	border: none; 
	border-top: 2px solid #68956a; 
}


p.footer { text-align: center; font-size: 0.8em; }


div.books { text-align: center; margin-top: 2em; }
div.books p { text-align: center; }
div.book { 
	display: inline-block; 
	text-align: center;
	font-size: 0.9em; 
	width: 30%; 
	margin: 1em 1%;
	vertical-align: top; 
	box-sizing: border-box;
 }
div.book img { margin-bottom: 0.5em; }






