/***********************
 Home page
************************/
.intro_paragraph{
	padding-left: 7px;	
}

#random_books{
	margin: 0 auto 18px auto;
	width: 100%;
	font-size: 1em;
}

body.ie6 #random_books{
	width: 98%;
}

#random_books td{
	width: 50%;
	border: 0;
}

.random_book{
	padding: 0 7px 7px;
	text-align: center;
	background-color: #EFEFB8;
	border: 1px solid #bfad86;
}

.random_book h2{
	margin: 10px 0;
}

.random_book p{
	margin: 10px 0;
	line-height: 1.2em;
	font-size: 0.9em;
}

.random_book_author{
	color: #7B241B;
	font-style: italic;
	font-size: 0.9em;
}

.random_book .random_book_description{
	margin-bottom: 15px;
}

.random_book_link{
	padding: 10px 0;

}

a.view_book{
	color: #58482f;
	padding: 7px 21px;
	background-color: #ebecbc;
	border-top: 1px dotted #bfae92;
	border-bottom: 1px dotted #bfae92;
}

a.view_book:hover{
	color: #7b241b;
	text-decoration: underline;
	border-top: 1px dotted #85534e;
	border-bottom: 1px dotted #85534e;
}

/*****************************
 Books List Page
******************************/
#books_list_repeater h2{
	margin: 25px 0 0;
	font-size: 1.3em;
}

#books_list_repeater .small_author{
	font-size: 0.6em;
	margin-left: 7px;
	font-style: italic;
	color: #7b241b;
}

#books_list_repeater p{
	margin-top: 7px;
}

a.read_link{
	color: #1e1e1e;
	text-decoration: underline;
}

a.read_link:hover{
	color: #6699cc;
}

/*****************************
 Authors List Page
******************************/
ul.authors_books li{
	margin: 6px 0;
}

.author_pic{
	float: right;
	margin-left: 10px;
}

/*****************************
 Read Book
******************************/
.large_book{
	text-align: center;
	font-size: 1.85em;
	color: #58482f;
	padding: 8px 21px;
	background-color: #ebecbc;
	border-top: 1px dotted #bfae92;
	border-bottom: 1px dotted #bfae92;
}

.small_book{
	font-size: .95em;
	color: #ac9b81;
}

.by_divider{ /*by (author)*/
	text-align: center;
	margin: 0;
}

.by_divider img{
	background: url(by_divider.gif) no-repeat;
	width: 91px;
	height: 32px;
}

.large_author{
	font-size:1.25em;
	font-style:italic;
	text-align: center;	
	color: #58482f;
	margin-top: 10px;
}

.dropcaps{
	color: #444444;
	float: left;
	font-size :4.2em;
	line-height: 0.9em;
	width: 1em;
	text-align: center;
	background-color: #ebecbc;
	border: 1px solid #bfae92;
	margin-right: 5px;
}

/*pagination */
.book_pagination_divider{
	background-image: url(divider.gif);
	width: 53px;
	height: 26px;
	margin: 0 auto;
}

.book_pagination{
	text-align: center;
	font-size: .9em;
	margin: 18px 0 12px;
}

.pager_section{
	padding: 4px 10px;
	margin: 0 3px;
}

.pager_section_enabled{
	border: 1px solid #e5d09c;
}

.pager_section_enabled:hover{
	color: #4d0a0e;
	background-color: #e8dbbc;
	text-decoration: none;
}

.pager_section_disabled{
	border: 1px solid #dddddd;
	background-color:#dddddd;
	color: #777777;
}

.pager_list{
	margin: 0 7px;
}

#content .constrain_width p,
#content .constrain_width blockquote,
#content .constrain_width table{
	max-width: 32em;
}

/*****************************
 Action Bar
******************************/
#actionbar{
	float:right;
	line-height: normal;	
	display: inline;
	width: 200px;
	margin: 10px 10px 0 0;
}

.actionbar_header{
	width: 200px;
	background-color: #f3f3cc;
	text-align: center;
}

/* books, bookmarks, search (bbs) */
#bbs{
	background-color: white;
}

#bbs p{
	margin-top: 0;
	margin-bottom: 3px;
	line-height: 1.1em;
}

a#bbs_books img, a#bbs_bookmarks img, a#bbs_search img{
	width: 200px;
	height: 115px;
}

a#bbs_books img{
	background-image: url(books.gif);
}

a#bbs_bookmarks img{
	background-image: url(bookmarks.gif);
}

a#bbs_search img{
	background-image: url(search.gif);
}


/* Menu / Table of Contents shared css */
#contentslist, #menulist{
	background-color: #f3f3cc;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	font-size: .95em;
	text-align: center;
	line-height: 1.2em;
}

/*Menu */
.menu_header{
	width: 186px;
	height: 42px;
	background-image: url(menu.gif);
}

#menulist li{
	padding: 2px 0;
	font-size: 0.93em;
}

#menulist a{
	color: #58482f;
	text-decoration: none;
}

#menulist a:hover{
	color: #6699cc;
}

#menulist img{
	width: 16px;
	height: 16px;
	margin-left: 4px;
	vertical-align: -4px;
}

#menulist .discuss_icon{
	background-image: url(icons/comment.gif);
}

#menulist .print_icon{
	background-image: url(icons/printer.gif);
}

#menulist .email_icon{
	background-image: url(icons/mailto.gif);
}

#menulist .download_icon{
	background-image: url(icons/pdf.gif);
}

.width_constrainer_fluid{
	background-image: url(icons/fluid_width.gif);
}

.width_constrainer_fixed{
	background-image: url(icons/fixed_width.gif);
	width: 16px;
	height: 16px;
}

/* Table of Contents */
.toc_header{
	width: 186px;
	height: 42px;
	background-image: url(toc.gif);
}

#contentslist a{
	color: #58482f;
	padding: 5px 0;
	display: block;
	font-size: 0.93em;
	text-decoration: none;
	border-bottom: 1px dotted #bfae92;
}

#contentslist a:visited{
	color: #497098;
}

#contentslist a:hover{
	color: #6699cc;
	background-color: #ebecbc;
}

#contentslist a:active{
	color: black;
}

#contentslist li:last-child a{
	border-bottom: 0;
}

#contentslist .toc_arrow{
	background: url(icons/arrowpix.gif) 0 1px no-repeat;
	width: 12px;
	height: 12px;
}

#contentslist a.toc_section_current{
	font-weight: 600;
}

#contentslist a.moreless:link{
	color: #58482f;
	padding: 10px 0;
}

#contentslist a.moreless:hover{
	color: #6699cc;
}

/*****************************
 Share Page
******************************/
#share_message_preview{
	background-color: #EFEFB8;
	border: 1px solid #bfad86;
	padding: 7px;
	width: 500px;
	margin: 0;
}

/***********************
Add New Bookmark 
************************/
#new_bookmark_banner{
	position: fixed;
	top: 15px;
	left: 0;
	width: 100%;
	color: white;
	font-size: 1.3em;
	text-align: center;
	background-color: #7b241b;
	opacity: 0.92;
	filter:alpha(opacity=92);
	border-top: 1px dashed #f3c3cc;
	border-bottom: 1px dashed #f3c3cc;
	float: left; /*ie6 doesnt like 100% width, and this fixes it!! :/ ! */
}

body.ie6 #new_bookmark_banner{
	position: absolute;
}

#new_bookmark_banner a{
	color: white;
	font-size: 0.7em;
	text-decoration:none;
	border-bottom: 1px solid white;
}

#new_bookmark_banner a:hover{
	color: #6699cc;
	border-bottom: 1px solid #6699cc;
}

#new_bookmark_banner p{
	margin: 10px 0;
}

.bookmark_paragraph_hover{
	color: #7b241b;
	cursor: hand;
	cursor: pointer;
}

/*****************************
 Bookmarks
******************************/
.bookmarks_grid{
	width: 100%;
}

body.ie6 .bookmarks_grid{
	width: 97%;
}

.bookmarks_grid td,
.bookmarks_grid th{
	vertical-align: middle;
	border-right: 0;
	border-left: 0;
}

.bookmarks_grid td{
	line-height: 1.2em;
}

.bookmarks_grid tr:last-child td{
	border-bottom: 0;
}

.bookmarks_grid tbody tr:hover{
	background-color: #EFEFC2;
}

.bookmarks_grid .delete_column input{
	background-image: url(icons/trash.gif);
	width: 16px;
	height: 16px;
}

/*****************************
 Search
******************************/
.search_label{
	display: block;
	float: left;
	text-align: right;
	margin: 5px 8px 0 0;
}

.change_search_link{
	margin-left: 7px;
	vertical-align: bottom;
}

.search_button{
	vertical-align: bottom;
}

.search_table{
	margin-top: 10px;
	line-height: 1.5em;
}

/*****************************
 Settings
******************************/
.theme_preview{
	margin: 12px 10px 12px 0;
	float: left;
}

.theme_preview img{
	padding: 12px 8px;
	background-color: white;
}

.theme_preview h3{
	margin-bottom: 5px;
	margin-left: 3px;	
}

/*****************************
 Admin
******************************/
.add_book_textbox{
	width: 100%;
	height: 6000px;
	font-size: 10px;
}
