/****************** 
    HOME PAGE
******************/
#newBooks,
#upcomingEvents {
	height: 275px;
	overflow: auto;
}
#body_bottom a {
	border-bottom: 1px dashed #bbb;
}
#body_bottom a:hover {
	border-bottom: 0;
}

#eventMonth,
#menuCategory {
	margin-top: 7px;
}

#body_bottom .col_left {
	padding-right: 15px;
	width: 345px;
}

#bookGallery ul {
	list-style: none;
	margin: 0;
	width: 340px;
}
#bookGallery h3 {
	font-style: italic;
	border: 0;
}
#bookGallery .release {
	color: #333;
	font-size: .75em;
}
#bookGallery h3+p {
	width: 160px;
}
#bookGallery img.full {
	clear: right;
	float: right;
	padding-left: 20px;
}
#bookGallery img.thumbnail {
	display: none;
}

#upcomingEvents ul {
	margin: 0;
	list-style: none;
}
#upcomingEvents p {
	font-size: .85em;
}

#upcomingEvents h3 {
	font-size: 1em;
	border: 0;
}
#upcomingEvents .date {
	font-size: .85em;
}
#upcomingEvents p {
	margin: 0;
}
#upcomingEvents li {
	margin: 0 1em 1em 0;
}

#diningHighlights h3 {
	font-size: 1em;
	border: 0;
	margin: 1em 0 0 0;
}
#diningHighlights h3:first-child {
	margin: 0;
}
#diningHighlights h4 {
	border-left: 5px solid #aaa;
	font-size: .9em;
	margin: 0 0 0 0;
	padding-left: .5em;
}
#diningHighlights p.itemDesc {
	border-left: 5px solid #aaa;
	font-size: .85em;
	margin: 0 0 .5em 0;
	padding-left: .5em;
}

#newsletter {
	font-size: .85em;
	margin-top: 1.5em;
}
#newsletter #email {
	width: 150px;
	font-size: .85em;
}
#newsletter #submit {
	font-size: .85em;
}