/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight: bold; font-family:"Times New Roman", Times, serif; margin-bottom: 10px;}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	background: #FFFFCC; 
	padding: 3px 0px 5px 0px; 
	text-indent: 3px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

/* `Links
----------------------------------------------------------------------------------------------------*/

a:link, a:visited, a:hover, a:active {color: #660000; text-decoration: none;}
a:hover {color: #990000; text-decoration: underline;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style-type: disc; margin-bottom: 10px;
}

li {
	margin: 0px 0px 0px 30px;
}

p,
dl,
hr,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
/* `Image Styles
----------------------------------------------------------------------------------------------------*/


/* `Page Layouts
----------------------------------------------------------------------------------------------------*/

#header {text-align: center; background: url(../graphics/line.gif) bottom left repeat-x; padding-top: 10px; margin-bottom: 20px; padding-bottom: 20px;}
#header h1 {margin-left: -100000px; font-size: 10px; line-height: 1;}

#footer {text-align: center; margin-top: 10px; margin-bottom: 5px; font-size: 10px; height: 30px; line-height: 30px;  background: #FFFFCC; }


.copyright {text-align: center; margin-bottom: 5px; font-size: 10px; height: 20px; line-height: 20px;  background: #FFF;}

/* `Left Navigation
----------------------------------------------------------------------------------------------------*/
#navColumn {font-family:"Times New Roman", Times, serif; font-size: 14px; font-weight: bold;}
#navColumn ul {margin: 0; padding: 0;}
#navColumn li {list-style-type: none; margin: 0; padding:0; display: block; background: url(../graphics/line.gif) bottom left no-repeat; padding-top: 10px; padding-bottom: 10px; margin-bottom: 3px; width: 210px;}

#navColumn li.first {list-style-type: none; margin: 0; padding:0; display: block; background: url(../graphics/line.gif) bottom left no-repeat; padding-top: 0px; padding-bottom: 10px; margin-bottom: 3px; width: 210px;}

#navColumn li.active {color: #666;}

#navColumn li a:link, #navColumn li a:visited,#navColumn li a:hover, #navColumn li a:active {color: #000; text-decoration: none; padding: 0 30px 0 0; display: block; width: 180px;}
#navColumn li a:hover {color: #990000; background: url(../images/leftNavHover.gif) center right no-repeat;}

/* `Footer Navigation
----------------------------------------------------------------------------------------------------*/

#footer ul {margin: 0 0 0 10px; padding: 0; list-style-type: none; float: none;}
#footer ul li {margin: 0; padding:0 15px 0 0; list-style-type: none; float: left; display: block;}

/* `Misc Styles
----------------------------------------------------------------------------------------------------*/
.basicbrownboldyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #663333;
	background-color: #FFFFCC;
}
.authorInfo {background: url(../graphics/line.gif) bottom left repeat-x; margin-bottom: 20px;}
.bookInfo {background: url(../graphics/line.gif) bottom left repeat-x; margin-bottom: 20px;}
table.authorBio {width: 100%; margin: 0; padding: 0; border: 0;}
table.authorBio td {padding: 0px 0px 20px 0px; vertical-align: top;}
table.bookGrid {width: 100%; margin: 0; padding: 0; border: 0;}
table.bookGrid td {padding: 0px 0px 20px 0px; vertical-align: top;}
.gridCovers {padding: 0px 10px 0px 0px; }

div.indentedExcerpt {width: 440px; margin: 0px 0px 20px 220px; text-align:justify;}
p.indentedExcerpt {margin: 10px 0px;}