/* Restaurant Listings */

.restaurants {
	margin:1em 0 1.5em;
	padding:0;
	clear:both;
	}
.restaurants div {
	float:left;
	width:162px;
	margin:0 22px 0 0;
	padding:5px;
	border:#666 1px solid;
	}
.restaurants div img {
	margin:0;
	padding:0;
	border:#666 1px solid;
	}
.restaurants div img:hover {
	border:#000 1px solid;
	}
.restaurants div h4 {
	margin:.5em 0 0;
	padding:0;
	}
.restaurants div p {
	margin:.4em 0;
	padding:0;
	}
.restaurants div p.address {
	margin:0;
	padding:0;
	font-weight:bold;
	}
.restaurants div p a {
	display:block;
	}
.restaurants div a:link, a:visited {
	color:#800080;
	text-decoration:underline;
	}
.restaurants div a:hover {
	text-decoration:none;
	}
	
/* Front page buttons */

#buttons {
	padding: 0;
	margin: 0;
	clear:both;
	}
#buttons h3 {
	margin: 10px 0 5px 94px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
	border: none;
	padding: 0;
	color: #f15100;
	}
#buttons a {
	text-decoration: underline;
	color: #fff;
	}
#buttons p {
	text-transform: uppercase;
	line-height: normal;
	margin: 0 0 0 94px;
	font-size: .8em;
	color: #fff;
	}
#buttons p a {
	color: #fff;
	text-decoration: none;
	}
#buttons #red-button {
	float: left;
	width: 275px;
	background: url(../images/red-button.jpg) no-repeat;
	height: 90px;
	}
#buttons #red-button h3 {
	margin: 10px 0 5px 140px;
	}
#buttons #red-button p {
	margin: 0 0 0 140px;
	}
#buttons #blue-button {
	float: right;
	width: 275px;
	background: url(../images/blue-button.jpg) no-repeat;
	height: 90px;
	}
#buttons #blue-button h3 {
	margin: 10px 0 5px 130px;
	}
#buttons #blue-button p {
	margin: 0 0 0 130px;
	}
	
/* Map Info */

#map {
	width: 700px;
	height: 320px;
	margin: 1em 0 2em 0;
	border:#000 solid 1px;
	}
#side-bar a:hover {
	text-decoration: underline;
	}
#side-bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../../dining/images/bullet-blue.gif) 0 .55em no-repeat;
	}
#side-bar, #side-bar-title {
	line-height: 1.5em;
	}
img.map {
	height: 72px;
	width: 85px;
	float: left;
	margin: 0 12px 8px 0;
	border: solid #070800 1px;
	}
div.summary {
	width: 350px;
	font-size: .9em;
	}