body {
	background-color: #ecd4ff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-color: #000000;
}

div.bb-entry {
	width: 80%;
}

.bb-entry hr {
	margin: 0 10px;
}

.bb-entry div.thumbnail {
	float: left;
	width: 55%;
	text-align: center;
	padding: 10px 0;
}

.thumbnail img {
	border: 1px solid #333333;
}

.bb-entry div.overview {
	float: left;
	width: 45%;
}

.overview h3 {
	color: #282A55;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.overview p {
	line-height: 1.4em;
	font-size: 12px;
}

.overview p.address, .overview p.website {
	text-align: center;
	font-weight: bold;
	margin: 3px 20px;
}

.overview p.address {
	margin-top: 10px;
	border-top: 1px solid #aaaaaa;
	padding-top: 10px;
}

.overview div.amenities {
	text-align: center;
	padding: 5px 0;
}

#inn-listing {
	width : 620px;
	margin: 10px auto;
}

#inn-listing .listing-section h1 {
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0;
}

#inn-listing .item {
	margin: 10px 0 50px;
}

#inn-listing .item .thumbnail {
	float: left;
	margin: 0 10px 15px 0;
}

#inn-listing .item .details h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	border: none;
}

#inn-listing .item .details p {
	font-size: 11px;
	line-height: 1.4em;
}

#inn-listing .item .contact {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 10px;
	clear: left;
}

#inn-listing .item .contact p {
	font-size: 11px;
	margin: 0;
	padding: 10px 15px;
}

#inn-listing .item .contact p.address {
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
