/***************
layout 
**************/

#header {
	height: 120px;
	border-bottom: 1px solid #ddd;
	background: url(../images/gradient-bottom.png) bottom left repeat-x
}

#header.AB {
	height: 100px;
}

#header span {
	display: none;
}
 
#header .container {
	position: relative;
}
 
#header h1, #header h2 {
	margin: 0;
	padding: 0;
}
 
#header h1 a {
	display: block;
	width: 240px;
	height: 80px;
	background: url(../images/DormgearFull.png) center left no-repeat;
}

#header h1 a.AB {
	background: url(http://www.audiobooks.org/images/logos/audiobooks_larger1.gif) center left no-repeat;
	width: 240px;
	height: 57px;
}
 
#header h2 {
	height: 20px;
	width: 240px;
	background: url(../images/subtitle.png) center left no-repeat;
	margin-left: 5px;
	margin-top: 5px;
}
 
#header #logo {
	position: absolute;
	width: 233px;
	top: 20px;
	left: 0;
}

#nav {
	position: absolute;
	right: 0;
	top: 60px;
}
 
.container {
	width: 950px;
	margin: 0 auto;
}

#searchBox {
}

#wrapper {
	background: url(../images/gradient-top.png) repeat-x top left;
	padding-top: 2em;
	padding-bottom: 1.5em;
}

#leftMenu a, #rightMenu a {
	display: block;
}

#leftMenu a, #leftMenu p {
	text-align: right;
}

#mainContent {
	font-size: 1.1em;
	height: 100%;
}

/** #rightMenu {
	margin-left: 10px;
}**/

#footer {
	padding: 2em;
	text-align: center;
	font-size: 0.75em;
	border-top: 1px solid #ddd;
	background: #f9f9f9 url(../images/gradient-top.png) repeat-x top left;
}

#footer p {margin: 0;}

#footerLogo {
	display: block;
	height: 48px;
	background: url(../images/footerLogo.png) center center no-repeat;
}

/* borders */

.rightBorder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}
 
.leftBorder {
  padding-left: 25px;
  margin-left: 14px;
  border-left: 1px solid #ddd;
}
 
.bottomBorder {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
 
.topBorder {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

/* AJAX */
#log_response.ajax-loading {
	padding: 10px 0;
	background: url(images/ajax-loading.gif) no-repeat center;
}

/**********
styles
**********/

/* general */

body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}

/*e.g. advertiser pixel */
img.hidden {
	display:none;
}

p.empty {
	visibility: hidden;
	height: 0;
}

li.indent {
    margin-left: 1em; 
}

/* side menus */

.rmenu-item {
	color:#666666;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

#leftMenu h4 {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding-bottom: 2px;
}

#rightMenu h4 {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding-bottom: 2px;
}

/* main content */

#mainContent h1, #mainContent h2 {
	border-bottom: 1px solid #ddd;
}

#mainContent h1 {
	font-size: 2.5em;
	padding-bottom: 0.3em;
	color:#C06667;
}
 
#mainContent h2 {
	color:#5986BD;
}

#mainContent .first {
	padding-top:0;
}

/* header */

#nav a {
	padding: 0.5em 1em;
	border-left: 1px solid #ddd;
	font-size: 1.1em;
	text-decoration: none;
}

#nav a.first {
	border: 0;
}


/* footer */

#footer a:hover {
	text-decoration: underline;
}

.footerLinks li {
	display: inline;
}

.footerLinks li:after {
	content: " | ";
	color:#999999;
}

.footerLinks li.last:after {
	content: "";
}

/*************
Google
*************/

#google-search-box {
	text-align: right;
	padding: 0.3em 0;
	background: #f9f9f9 url(../images/gradient-bottom.png) bottom left repeat-x;
	border-bottom: 1px solid #ccc;
}
 
#google-input {
	border: 1px #bbb solid;
	padding: 4px 5px 2px;
	font-size: 11px;
	font-family: Helvetica, Arial;
	width: 250px;
}

/**************
top ten list
**************/

#topTenRollovers a, #topTenRollovers a img {
	border: none;
	float:left;
}

#topTenRollovers a {
	margin: 3px;
}

#topTenRollovers a:hover img {
	outline: 3px solid #5986BD;
}

#topTenGrid {
	
}

/*linkList is a div not class for precedence reasons */
#linkList a {
	display: block;
}

.linkList-item {
	color:#666666;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

#linkList h4 {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding-bottom: 2px;
}

/***************
Our Books Accordion
***************/
#accordion {
	margin: 0px 0px 1em 0px;
}

#accordion a.booksToggler {
	display: block;
	text-decoration: none;
	color:#5986BD;
}

#accordion a:hover, #accordion a:focus {
	cursor: pointer;
	text-decoration:none; 
}

#accordion div.accordionToggler {
	margin: 0 0 .4em 0;
}

#accordion .booksContent {

}

#accordionTogglers .bookAuthor{
	 
}