@charset "UTF-8";
/* CSS for Real Simple 10th Anniversary - Eat */


/* ===========================================
         CONTENT
==============================================*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	}

#content .boxContent {
	padding: 15px 15px 32px 240px;
	}

#content h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	}

#content h2 {
	float: left;
	width: 213px;
	height: 361px;
	margin: 10px auto auto -238px;
	_display: inline; /* IE6 */
	}


/* ===========================================
         INTRO
==============================================*/

#intro {
	padding: 30px 68px 14px 0;
	border-bottom: 1px solid #007da4;
	}

#intro img {
	float: right;
	}

#intro p {
	font-size: 2em;
	line-height: 1.2em;
	color: #007da4;
	}

#intro a {
	color: #003890;
	}


/* ===========================================
         RESTAURANTS
==============================================*/

.restaurants {	
	float: left;
	width: 300px;
	margin: 30px 60px 20px 0;
	}

.restaurants.last {
	margin-right: 0;
	}

.restaurants h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3em;	
	}

.chicago h4 strong {
	color: #007da4;
	text-transform: uppercase;
	}

.ny h4 strong {
	color: #bd0e60;
	text-transform: uppercase;
	}

.restaurants li {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #252525;
	line-height: 1.3em;
	}

.restaurants li a {
	color: #252525;
	}

.restaurants li em {
	font-style: normal;
	font-weight: normal;
	}

.restaurants li ul {
	list-style: disc;
	margin-top: 0.2em;
	padding-left: 1.2em;
	}

.restaurants li li {
	margin-bottom: 0.2em;
	list-style: disc;
	font-size: 1em;
	line-height: 1.3em;
	}

#content .footnote {
	font-size: 1em;
	line-height: 1.3em;
	}













