*, html	{
	margin: 0;
}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font: 10pt helvetica, tahoma, arial, sans-serif;
	line-height: 1.5em;
}

/* @group  Header */

#header {
	position: absolute;
	top: 0;
	left:  0;
	height: 78px;
	width:  100%;
	background: url('/images/headerBg.gif') repeat-x;
}

#search {
	position:  absolute;
	top: 26px;
	left: 833px;
}

#search img {
	vertical-align: middle;
}

#search input {
	height: 14px;
	border: 1px solid #d5d5d5;
	color: gray;
}

#search img {
	border:  none;
}

/* @group Navigation */

#navigation {
	position: absolute;
	top: 0px;
	left: 464px;
	right: 0;
	font-size: 13px;
	background: #eee url(/images/headerBg.gif) repeat-x;
}

#navigation ul {
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	background: #eee url(/images/headerBg.gif) repeat-x;
}

#navigation li {
	float: left;
	width: 70px;
	text-align: center;
	text-transform: lowercase;
}
    
#navigation a {
	padding: 29px 0 29px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(/images/navInactive.gif) no-repeat;
	font-weight: lighter;

}
    
#navigation a:hover {
	color: #5dc313;
	background: url(/images/navHover.gif) no-repeat;
}

#navigation a.current {
	color: #fff;
	background: url(/images/navActive.gif) no-repeat;
}

/* @end */

/* @end */

/* @group Main Content */

#content {
	margin: 0px 100px 0 100px;
}

#clearContent {
	margin-top: 100px;
}

/* @group author */

.authors {
	float:  right;
	padding-left: 20px;
	width: 125px;
	border: 1px solid #ccc;
	padding: 4px;
}

.authors p {
	font-size: .75em;
	font-style:  italic;
	color: #666;
}

#authors td {
	vertical-align:top;
	border-bottom:dotted 1px #ccc;
	padding:10px;
}

#authors td img {
	border: 1px solid #ccc;
	padding: 4px;
}

#authors a {
	color:#603;
	font-weight:900;
}

#authors h3 a {
	color:#5DC313;
}

/* @end */

/* @group home */

#sidebar {
	width: 200px;
	float: right;
	font-size: 9pt;
	color: #666;
	margin-left:20px;
}

#sidebar a {
	color: #3366cc;
	font-weight:  bold;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #444;
	text-decoration: none;
}

#sidebar h1 {
	color: #660033;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}

#sidebar ul li {
	margin-bottom: 10px;
}

.bookPanel {
	width: 145px;
	height: 270px;
	background: #eee;
	border: 1px solid #ccc;
	float:  left;
	text-align: center;
	margin: 10px 20px 20px 0;
	padding: 20px 15px 20px 15px;
}

.bookPanel img {
	width: 120px;
	height: 160px;
}

img.Sig {
	padding-left: 25px;
	vertical-align: top;
}

.icon{
	width: 16px;
	height: 16px;
}

/* @end */

/* @group General Styles */

h1 {
	color: #660033;
	font: 18pt 'Times New Roman';
	margin-bottom: 10px;
}

h2 {
	color: #5dc313;
	padding: 5px;
	margin-top:1em;
}

p {
	margin-bottom: 15px;
}

a {
	color: #36c;
	text-decoration: none;
}

a:hover {
	color: #333;
}

img {
	border:  none;
}

/* @end */

/* @group Footer */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height/**/: 100%;
/*	margin: 0 auto -170px auto;*/
	position: relative;
	clear:  both;
}

.footer {
	clear: both;
	margin: auto;
	height: 150px;
	padding: 10px;
	color: #eee;	
	background: #333 url('/images/footerLogo.gif') no-repeat bottom right;
	text-align: center;
	font-size: 9pt;
}

.footer a:hover {
	color: #fff;
	text-decoration:  none;
}

.footerPanel {
	width: 180px;
	height: 120px;
	float:  left;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #444;
}

.footerPanel ul {
	list-style-type: none;
	padding: 0;
}

.footerPanel a {
	color: #bbb;
	text-decoration: underline;
}

.small {
	font-size: 8pt;
}
/* @end */

/* @group Table Styles */


table.toc {
	text-align:  left;
	border: 1px solid #999;
	border-collapse: collapse;
	background-color: white;
	cell-padding: 3px;
}

table.toc th {
	vertical-align: bottom;
	background: #333;
	padding: 5px;
	color: #fff;
}

table.toc th.two {
	background: #eee;
	padding: 5px;
	color: #333;
}

table.toc td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

table.toc th.two a {
	color: #660033;
}

table.toc a:hover {
	border:  none;
	color: #000;
}


/* @end */

/* @group Reviews */

.review {
	border: solid 1px #ccc;
	margin: 20px 0 0 20px;
	padding: 10px;
	font-style: italic;
	color: #666;
	background: url(/images/reviewBG.gif) repeat-x left top;
	z-index: 70;
}

.reviewer {
	margin: -1px 0 0 20px;
	padding-top: 10px;
	color: #666;
	background: url(/images/reviewBubble.gif) no-repeat 20px top;
	z-index: 80;
}

.reviewer a {
	font-weight: 700;
	text-decoration: underline;
	color: #603;
}

/* @end */

/* @group Books */

.bookContentWrapper {
	background: url(/images/booksRightbg.jpg) repeat-y scroll right;
}

.bookContent {
	margin-right: 240px;
	padding-bottom: 20px;
}

.bookSidebar {
	width: 230px;
	float: right;
	text-align: left;
}

.bookEvents{
	margin: 10px 0 0 20px;
	padding-top: 10px;
	color: #666;
	z-index: 80;
}

.bookEvents ul {
  list-style-type: circle;
}

.bookNews{
	margin: 10px 0 0 20px;
	padding-top: 10px;
	color: #666;
	z-index: 80;
}

.bookNews ul {
  list-style-type: circle;
}


img.bookPic {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}

.authorBlurb {
	background-color: #666;
	text-align: center;
	padding: 20px;;
	color:  #fff;
	font-style: italic;
}

.authorBlurb a {
	color: #fff;
	text-decoration: underline;
	font-style: normal;
}

#books td {
	vertical-align:top;
	border-bottom:dotted 1px #ccc;
	padding:10px;
}

#books img {
	width:120px;
	height:160px;
}

#books h3 a {
	color:#5DC313;
}

p.date {
	background-color: #ccc;
	border-bottom: #999;
	border-right: #999;
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding:4px;
	text-align: center;
}

p.date span {
	font-size: 1.5em;
	font-weight: 900;
}

/* @end */

/* @group news */

.news {
       margin-bottom: 45px;
}

.newsdate {
       text-transform: uppercase;
       font-weight: bold;
       color: #333;
       margin-left: 10px;
       border-bottom: 1px dashed #ccc;
}

/* @end */

/* @group authorbio */

.authorContent {
       margin-left: 170px;
       margin-right: 180px;
}

.authorLeftMenu {
       float: left;
       margin-right: 20px;
       width: 150px;
}

.authorLeftMenu h4 {
       color: #333;
       font: bold 10pt helvetica, tahoma, arial, sans-serif;
       padding-left: 3px;
       padding-bottom: 5px;
       padding-top: 10px;
}

.authorLeftMenu a {
       color: #603;
       padding-left: 3px;
       font-weight: bold;
}

.authorLMspacer {
       padding-bottom: 10px;
}

.noDownload {
  color: grey;
}

/* @end */
