June 9, 2006

Sacred salmon, demon rum

Until the mid-17th century, the Royal Navy would give its sailors daily rations of brandy. Then they captured Jamaica and switched to the local hooch, rum, which they diluted with water & lemon juice. The citrus prevented scurvy, kept the Brits healthier than the French and Spanish, whose sailors were still knocking back brandy; Britannia soon ruled the world.

With such historical cred, you'd think rum would get more respect. Instead, the Temperance Movement named its bogeyman "Demon Rum" and blamed it for every imaginable evil. Until last night, when it was redeemed by its association with the Sacred Salmon.

Lineup of rums.JPG Rums at table.JPG
Lineup of Cruzan (light, dark, Diamond) and Pyrat (XO, Bin 23) rums

The altar was Elliott's, an appropriately ecumenical fish house (oysters, crab, salmon), where chef Jeremy Anderson officiated at a series of ambitious marriage ceremonies, each uniting salmon with grog.

First there was a rum-kippered Copper River King Salmon, dry-cured and marinated in black strap rum, alder-smoked and paired with Cruzan Single Barrel rum. Superb match of sweet and mellow flavors. Grilled Stikine River White King was plated with a vanilla rum-butter sauce and Cruzan Estate Diamond, a savory (and safe) vanilla-on-vanilla combination.

Then came the most imaginative and successful creation by far: the chef's red curry and dark rum treatment of a Taku River wild salmon. But first, a question: what to drink with curry?

The default answer, beer, works only if you want to douse heat and wash away the spices. Yet curry is a blend of exciting flavors, to be savored, not drowned. The answer is spirits--in this case, Cruzan Estate Dark--whose volatile heat actually emphasizes the complexity of the spices. Also on the plate, providing a sweet and crunchy contrast to the curry, were a slaw of chayote squash, some tropical papaya and a lime-melon salsa.

It was one of those unexpected, wow! moments. This is a dish (like Tom Douglas's original kasu cod 20 years ago) that deserves to become a Seattle classic.

Chef plating red curry salmon.JPG Red curry salmon 21.JPG
Chef Jeremy Anderson plates up Red Curry salmon.

Anderson (who's been getting a lot of mention in Cornichon lately) is a local lad, a grad of Shorecrest HS who attended WSU and the CIA in New York. As an executive chef in the corporate orbit of Consolidated Restaurants, he's got creative freedom in the kitchen without having to worry about filling seats; that's GM Greg Hinton's job. In this case, Hinton's palate for premium rum provided the challenge, and the kitchen's response merited tots of Pyrat Cask 23 ($240 a bottle) all round.

Elliott's Oyster House, Pier 56, 206-623-4340 Elliott's Oyster House on Urbanspoon

Posted by Ronald Holden at June 9, 2006 6:46 PM

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 = ''; } //-->