/* FOUNDATIONS
-------------------------------------------------- */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
	color: #000;
}


/* COMFORT ZONE
-------------------------------------------------- */
#comfort-zone {
	padding: 5px;
}

/* HEADER
-------------------------------------------------- */
#header ul {
	display: none;
}
#header form {
	display: none;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

/* CONTENT ZONE
-------------------------------------------------- */
#content-left {
	display: none;
}

#content-right {
	display: none;
}

/* FOOTER
-------------------------------------------------- */
#footer {
	display: none;
}

/* EXTENDED FOOTER
-------------------------------------------------- */

#extended-footer p {
	text-align: center;
	font-size: 8px;
	color: #7b7c7d;
	padding: 10px 0;
	border-top: 1px dashed #7b7c7d;
}

/* CONTENT
-------------------------------------------------- */
#primary-detail .sub {
	text-transform: none;
	font-size: 13px;
	white-space:nowrap;
}
#secondary-detail img.photo {
	margin-bottom: 8px;
	border: 3px solid #7b7c7d;
}

/* REUSABLE CLASSES
-------------------------------------------------- */
.readmore {
	display: none;
}
.findoutmore {
  	display: none;
}
.sectionheading {
	border-bottom: 1px solid #000;
}
.touts {
	clear: both;
}

/* MISC
-------------------------------------------------- */
img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#home a img {
	display: none;
}
.booklist h2 {
	text-align: center;
}
.booklist h2 img {
	float: none;
	text-align: center;
}
.bookdetail h5.genre {
	display: none;
}
.noprint {
	display: none;
}
.tag-cloud {
	display: none;
}


