/* --------------------------------------------------------------------
	global styles
   ------------------------------------------------------------------*/

html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(/images_sub_common/bgtile.gif) top repeat-x;
}

img
{
	/* needed for firefox */
	border: 0px;
}

a img
{
	/* needed for firefox */
	border: 0px;
}

#footer a
{
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover
{
	color: #999;
	text-decoration: underline;
}

#footer
{
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p
{
	color: #808080;
	margin: 0;
	padding-bottom: 6px;
}

/* forces the hand cursor on links in Safari */
a:link, a:hover { cursor: pointer; }
b { font-weight: bold; }
i { font-style: italic; }

.redbold
{
	color: #660000;
	font-weight: bold;
}

.noindent { text-indent: 0; }

.nopad
{
	margin: 0;
	padding: 0;
}

blockquote
{
	text-indent: 0;
	margin-top: 0;
}

#page_header
{
	background-color: #DFDCD4;
	height: 43px;
	border: 0;
}


/* --------------------------------------------------------------------
   home page styles
------------------------------------------------------------------*/

.home_book_img { border: 1px #C2C9D5 solid; }
.home_book_img:hover { border: 1px #FFF solid; }

#news_table
{
	background-image: url(/images/home_news_bg.gif);
	background-color: #3B342A;
	background-repeat: repeat-x;
	background-position: center bottom;
}


#home_book_review
{
	margin: 3px 12px 3px 12px;
	vertical-align: middle;
}

#home_book_review p
{
	margin: 0 0 6px 0;
	color: #142345;
	font-size: 11px;
}

.home_book_head
{
	font-weight: bold;
	font-size: 12px;
}

#home_book_review a
{
	text-decoration: none;
	color: #142345;
}

#home_book_review a:hover
{
	text-decoration: underline;
	color: #142345;
}

a.awards_home_link
{
	text-decoration: none;
	color: #DEC881;
	font-size: 16px;
	line-height: 21px;
}

a.awards_home_link:hover { text-decoration: underline; }

.home_books_bg
{
	background-image: url(images/book_review_bg.gif);
}

.home_date
{
	color: #C5B372;
	font-size: 9px;
	text-align: right;
	padding: 0 9px 0 0;
	text-transform: uppercase;
	background-image: url(images/home_-19.gif);
	background-repeat: no-repeat;
}

#home_news
{
	color: #B3A368;
	line-height: 13px;
	clear: right;
	overflow: hidden;
	font-size: 11px;
}

#home_news p
{
	margin-top: 2px;
	margin-bottom: 6px;
}

#home_news ul
{
	line-height: 12px;
	list-style-type: none;
	padding-left: 0px;
	margin: 6px 11px 6px 6px;
}

#home_news ul li
{
	color: #B3A368;
	line-height: 13px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(images/home_news_bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#home_news a
{
	color: #DEC881;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
}

#home_news a:hover
{
	color: #DEC881;
	text-decoration: underline;
}

#home_news a:visited
{
	color: #DEC881;
}

.fdpoweredby { display: none; }

.feedinformer em { font-style: normal !important; }
.feedinformer a { font-weight: normal !important; }

