August 17, 2007

Restaurant at the Center of the Universe

A year ago, under the headline "Eatin' Good Outside the Hood," we wrote about dinner at Union Bay Café in Laurelhurst. Couple of months later, owner-chef Mark Manley announced he's closing down: "After 21 years, it's time to move on." Gulp.

35th%20Street%20Bistro%20collage.jpg

Fortunately, the concept of an enlightened yet unpretentious neighborhood restaurant is alive and well in other nabes and hoods. In Fremont, that self-described Center of the Universe, for example, we have a perfect example: the 35th Street Bistro.

How's this for an ideal Seattle evening: Bellinis (prosecco and peach purée) on the sidewalk patio, an appetizer of sweetbreads on a bed of frisée or crab croquettes with an arugula orange salad; then Alaska king salmon on a bed of lentils or a plate of seared ahi tuna, perhaps some artisan cheese to follow, then a tatin of fresh plums. You may be sitting in the shadow of Lenin's statue but you're far from Soviet-style penury; this is no longer your uncle's funky Fremont. We're in the world of educated European travelers now, of international visitors, of Slow Food.

Like many novice restaurateurs, owners Bob and Phoebe Day (who bought the place five years ago) wanted something that resembled the comfortable eateries they remembered from their European travels. To that end, the Days turned away from the fashionable, chef-driven restaurant concept while maintaining a focus on fresh, locally sourced ingredients. The current chef, Frank Wielgosiek, on hand in a supporting role since 2005, stepped into the top spot when Steve Smrstik moved to the Pink Door earlier this year. His food seems just a shade self-conscious and striving; there's no need, really, to offset the perfectly seared tuna with a half-plate of tuna tartare. We're supposed to be in the southern European countryside, remember, where they know instinctively that simpler would be better.

While the high-ceilinged, pale-walled dining room feels a bit mismatched (some tables draped in white, some bare), it's certainly a lively spot. The international wine list is impressive, and prices, for food and drink, are well below what you'd pay at similar places in the high-rent district. The Days are clearly doing a lot of things right; they just doesn't need to try quite so hard.

35th Street Bistro, 709 N. 35th St., 206-547-9850 35th Street Bistro in Seattle

Posted by Ronald Holden at August 17, 2007 11:04 AM | TrackBack

Recent Entries

TIK logo.gif
The International Kitchen
Cooking school vacations in Italy, France & Spain.

Archives
Links

The International Vineyard, a new way to learn about wine in France, Italy and Spain: three-night programs for wine lovers in less-traveled regions.

The International Kitchen, the leading source for culinary vacations in France and Italy.

French Word-A-Day, fascinating lessons about language and daily life in Provence

Belltown Messenger, chronicle of a Seattle neighborhood's denizens, derelicts, clubs, bars & eateries. Restaurant reviews by Cornichon.

Small Screen Network, where food & drink celebrities like Robert Hess have recorded terrific videos.

French Chef Sally is my friend Sally McArthur, who hosts luxurious, week-long cooking classes at the Chateau du Riveau in the Loire Valley.

Local Wine Events.com, the worlds leading Food and Wine tasting calendar. Spirits and Beer events as well. Post your own event or sign up to be notified when new events are po sted to your own area.

VinoLover, Seattle wine promoter David LeClaire's bulletin board of tastings, dinners and special events.

Wine Educator Dieter Schafer maintains a full schedule of Seattle-area tastings and seminars for amateur wine drinkers and professional alike.

Nat Decants, a free wine e-newsletter from Natalie MacLean, recently named the World's Best Drink Writer at the World Food Media Awards in Australia. Wine picks, articles and humor; no ads.



Powered by
Movable Type 3.35
More blogs about food wine travel.
Who links to me?
var HOST = 'www.cornichon.org'; // Copyright (c) 1996-1997 Athenia Associates. // http://www.webreference.com/js/ // License is granted if and only if this entire // copyright notice is included. By Tomer Shiran. function setCookie (name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); document.cookie = curCookie; } function getCookie (name) { var prefix = name + '='; var c = document.cookie; var nullstring = ''; var cookieStartIndex = c.indexOf(prefix); if (cookieStartIndex == -1) return nullstring; var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length); if (cookieEndIndex == -1) cookieEndIndex = c.length; return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex)); } function deleteCookie (name, path, domain) { if (getCookie(name)) document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } function fixDate (date) { var base = new Date(0); var skew = base.getTime(); if (skew > 0) date.setTime(date.getTime() - skew); } function rememberMe (f) { var now = new Date(); fixDate(now); now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000); setCookie('mtcmtauth', f.author.value, now, '', HOST, ''); setCookie('mtcmtmail', f.email.value, now, '', HOST, ''); setCookie('mtcmthome', f.url.value, now, '', HOST, ''); } function forgetMe (f) { deleteCookie('mtcmtmail', '', HOST); deleteCookie('mtcmthome', '', HOST); deleteCookie('mtcmtauth', '', HOST); f.email.value = ''; f.author.value = ''; f.url.value = ''; } //-->