<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* lifestyle.css */

/* 
	the following makes the lifestyle article pages max out at 620px. This is done because
	the images associated with these articles are 620px.
*/
div#lifestyle-article {
	width: 620px;
}

div#lifestyle-article2 {
	width: 790px;
}

div#section h2.datagrid-featured {
		background-color: #828282;
		font-size: 2px;
		height: 17px;
		margin: 5px 0 5px 0 !important;
		padding: 0;
		text-indent: -5000px;
		width: 827px;
}

	/* Featured Item Style Datagrid */
	div.nav02 ul.datagrid-featured {
		margin: 0;
		width: 827px;
	}
		
		div.nav02 ul.datagrid-featured li {
			clear: none;
			float: left;
			margin: 0 0 0 0;
			padding: 0 0 0 91px;
			width: 320px;
		} * html div.nav02 ul.datagrid-featured li { w\idth: 411px; width: 320px; }
	
		div.nav02 ul.datagrid-featured img {
			float: left;
			margin-left: -91px;
			width: 86px;
		}
	
		div.nav02 ul.datagrid-featured img.exclusive-icon {
			float: none;
			margin-left: auto;
			width: auto;
		}
	
		div.nav02 ul.datagrid-featured h3 {
			color: #555;
			display: inline;
			float: left;
			font-size: 11px;
			font-weight: bold;
			line-height: 14px;
			text-align: left;
			margin: 0 0 2px 0;
			width: 320px;
		}
	
			div.nav02 ul.datagrid-featured h3 a {
				color: #257fba;
				display: inline;
				float: left;
				font-size: 11px;
				font-weight: bold;
				text-align: left;
			}
		
		div.nav02 ul.datagrid-featured h4 {
			color: #555;
			float: left;
			font-size: 11px;
			font-weight: normal;
			line-height: 14px;
			text-align: left;
			margin: 0 0 2px 0;
			width: 320px;
		}
	
			div.nav02 ul.datagrid-featured h4 a {
				color: #257fba;
				font-size: 11px;
				font-weight: normal;
				text-align: left;
			}
		
		div.nav02 ul.datagrid-featured li p {
			float: left;
			font-size: 11px;
			font-weight: normal;
			line-height: 14px;
			margin: 0 0 2px 0;
			padding: 0;
			text-align: left;
			width: 320px;
		}

		div.nav02 ul.datagrid-featured a.more {
			float: none;
			line-height: 14px;
			margin: 0;
			padding: auto;
			text-align: auto;
			width: auto;
		}

	div#section h2.upcomingEvents {
		background-image: url(../images/consumer_bin_header-upcoming_events.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
	
	div#section h2.newAtViking {
		background-image: url(../images/consumer_bin_header-new_at_viking.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
	
	/*div#section h2.newForBrigade {
		background-image: url(../images/consumer_bin_header-new_for_brigade.png);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}*/
	
	div#section h2.featuredDesigner {
		background-image: url(../images/consumer_bin_header-featured_designer.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
		
	div#section h2.highlights {
		background-image: url(../images/consumer_bin_header-highlights.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
	
div#topFlashContainer {
	margin: 0 0 5px -0;
}


div.promo-design img {
	border: 1px solid #dedee0;
}

/***************************************************
 *
 * The Viking Life
 *
 ***************************************************/


div#the-viking-life #slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:827px;
    height:433px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}

div#the-viking-life #slider {
	position:relative;
    width:827px;
    height:433px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
div#the-viking-life #slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
div#the-viking-life #slider a {
	border:0;
	display:block;
}

div#the-viking-life .nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
div#the-viking-life .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
div#the-viking-life .nivo-controlNav a.active {
	background-position:0 -22px;
}

div#the-viking-life .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
div#the-viking-life a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
div#the-viking-life a.nivo-prevNav {
	left:15px;
}

div#the-viking-life .nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
div#the-viking-life .nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

div#the-viking-life img.tvl-icon {
	position: absolute;
	left: 497px;
	top: 334px;
	z-index: 1000;
}

div#the-viking-life img.tvl-compass {
	position: absolute;
	left: 663px;
	top: 22px;
	z-index: 1000;
}

div#the-viking-life img.tvl-byline {
	position: absolute;
	right: 343px;
	top: 338px;
	z-index: 1000;
	display: none;
}

div#the-viking-life #htmlcaption {
	display: none;
}


/***************************************************
 *
 * How-to Videos
 *
 ***************************************************/

	div#cooking-demos {}
	
	div#cooking-demos h1 {
		border-bottom: 1px solid #dedee0;
		margin-bottom: 0;
		margin-left: 0;
		padding: 0 0 10px 10px;
	}
	
		div#cooking-demos div.column-01 {
			float: left;
			display: inline;
			margin: 0 30px 0 10px;
			width: 535px;
		}
	
		div#cooking-demos div.container-related {
			border-top: 1px solid #dedee0;
			width: 535px;
		}
	
		div#cooking-demos div.first {
			border-top: 0;
		}
	
			div#cooking-demos div.container-related h3 {
				border: 0;
				color: #333;
				display: inline;
				float: left;
				font-size: 16px;
				font-weight: normal;
				margin: 0;
				padding-top: 10px;
				width: auto;
			}
	
				div#cooking-demos div.container-related h3 a:link {
					color: #333;
					font-size: 16px;
					text-decoration: none;
				}
	
				div#cooking-demos div.container-related h3 a:visited {
					color: #333;
					font-size: 16px;
					text-decoration: none;
				}
	
				div#cooking-demos div.container-related h3 a:hover {
					color: #333;
					font-size: 16px;
					text-decoration: underline;
				}
	
				div#cooking-demo div.container-related h3 a:active {
					color: #333;
					font-size: 16px;
					text-decoration: underline;
				}
	
				div#cooking-demos span.current-count {
					color: #333;
					float: left;
					margin: 18px 5px 0 20px;
				}
	
				div#cooking-demos span.full-count {
					display: none;
					color: #333;
					float: left;
					margin: 18px 5px 0 20px;
				}
	
		div#cooking-demos div.container-related ul.datagrid {
			clear: both;
			margin-bottom: 10px;
			overflow: auto;
			width: 535px;
		}
	
			div#cooking-demos div.container-related ul.datagrid li {
				width: 257px;
			}
	
			div#cooking-demos div.container-related ul.datagrid li p {
				width: 161px;
			}
	
			div#cooking-demos div.container-related ul.datagrid li h4 {
				width: 161px;
			}
	
		div#cooking-demos div.column-02 {
			float: left;
			display: inline;
			padding: 25px 0 0 0;
			width: 225px;
		}

/***************************************************
 *
 * Food
 *
 ***************************************************/

	div#recipes table#browseAll {
		width: 555px;
	}
	
	div.container-recipe-bin {
		border: 1px solid #dedee0;
		color: #999;
		margin: 0 0 18px 0;
		padding: 10px;
		width: 203px;
	} * html div.container-recipe-bin { 
		w\idth: 225px; width: 203px;
	}
	
	div.recipe-search-bin {
		height: 120px;
		overflow: hidden;
	}
	
	/* KLUDGE: several recipes had the owners exclusive star cut off.
		This forces the list to be smaller */
	div.container-recipe-bin ul.recipes-list li {
		padding-right: 5px; 
	}
	
	div.container-recipe-bin div.recipeSearchBoxText {
		line-height: 14px;
		padding-bottom: 3px;
		font-weight: bold;	        
	}
	
	div.container-recipe-bin input.recipeSearchBox {
		vertical-align: top;
		font-family: Arial;
		font-size: 11px;
		padding: 3px 0px 3px 1px;
		border: 1px solid #7f9db9;
		width: 138px;
	}
	
	div.container-recipe-bin input.recipeSearchButton {
		height: 16px;
		width: 16px;
		vertical-align: middle;
	}
	
	div.container-recipe-bin img.recipeSearchButton {
		vertical-align: middle;
	}
	
	div.container-recipe-bin select {
		border: 1px solid #7f9db9;
		color: #999;
		font-family: Arial;
		font-size: 11px;
		height: 20px;
		line-height: 16px;
		min-width: 151px;
		padding: 0px 0px 0px 1px;
		vertical-align: top;
		width: 178px;
	}
	
	div.container-recipe-bin select.push {
		margin-bottom: 20px;
	}
	
	div.container-recipe-bin div#recipeFilterCategories {
		margin-top: 5px;
	}
	
	div.container-recipe-bin ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	div.container-recipe-bin h4 {
		margin: 0;
		padding: 0;
	}
	
	div.container-recipe-bin img.owner-promo {
		border: 1px solid #DEDEE0;
		padding: 5px;
		margin-top: 10px;
	}
	
	div#recipes div.column-01 {
		float: left;
		padding: 10px 0 0 0;
		width: 555px;
	}
	
	div#recipes div.column-02 {
		display: inline;
		float: left;
		margin: 10px 0 10px 10px;
		width: 225px;
	}
			
	div#recipe-detail div.column-01 {
		float: left;
		width: 520px;;
	}
	
	div#recipe-detail div.column-02 {
		float: left;
		margin: 0 0 0 20px;
		width: 250px;
	}
	
	div.recipe-intro img {
		float: left;
	}
	
	/* Featured Item Style Datagrid */
		ul.datagrid-recipe {
			float: left;
			margin: 0;
			width: 530px;
		}
	
			ul.datagrid-recipe li {
				clear: both;
				margin: 0 0 10px 0;
				padding: 0 0 20px 260px;
				width: 270px;
			} * html ul.datagrid-recipe li { w\idth: 530px; width: 270px; }
	
			ul.datagrid-recipe img {
				float: left;
				margin-left: -260px;
				width: 250px;
			}
	
			ul.datagrid-recipe li p {
				float: left;
				font-size: 11px;
				font-weight: normal;
				line-height: 18px;
				margin: 0 0 5px 0;
				padding: 0;
				text-align: left;
				width: 270px;
			}
	
	div#tips-and-techniques div.column-01 {
		float: left;
		width: 520px;;
	}
	
	div#tips-and-techniques div.column-02 {
		float: left;
		margin: 0 0 0 20px;
		width: 250px;
	}
	
		#tvl-food-library {
		}
		
			#tvl-food-library table {
				font-size: 11px;
			}
			
			#tvl-food-library table.whatsNew {
				border-top: 1px solid #efefef !important;
			}
		
			#tvl-food-library .infoBlock {
				margin-top: 9px;
			}
		
			#tvl-food-library .infoBlock a {
				font-size: 11px;
			}
		
		#tvl-food-library .infoBlock h4 {
				padding: 0;
				margin: 0;
				font-size: 11px;
				color: #666;
				font-weight: bold;
			}
			
			#tvl-food-library .infoBlock h4 a:link {
				padding: 0;
				margin: 0;
				font-size: 11px;
				font-weight: bold;
			}
			
			#tvl-food-library .infoBlock h4 a:visited {
				padding: 0;
				margin: 0;
				font-size: 11px;
				font-weight: bold;
			}
			
			#tvl-food-library .infoBlock h4 a:hover {
				padding: 0;
				margin: 0;
				font-size: 11px;
				font-weight: bold;
			}
			
			#tvl-food-library .infoBlock h4 a:active {
				padding: 0;
				margin: 0;
				font-size: 11px;
				font-weight: bold;
			}
			
	#tvl-food-library .infoBlock table td {
				width: 300px;
				padding: 0 10px 10px 0;
			}
			
			* html #tvl-food-library .infoBlock table td {
				w\idth: 300px;
				width: 310px;
			}
			
			#tvl-food-library table#whatsNew {
				margin: 15px 0 15px 0;
				line-height: 15px;
			}
			
			#tvl-food-library table#whatsNew td.newsItemSummary {
				font-size: 11px;
				line-height: 15px;
			}
	
			#tvl-food-library table#whatsNew td.newsItemSummary a {
				font-size: 11px;
				line-height: 15px;
			}

/***************************************************
 *
 * Designer Resources
 *
 ***************************************************/
 
	 div#designer-bio div.inset {
	 	background: #f3f3f3;
	 	padding: 20px 0 0 0;
	 	text-align: center;
	 }
	
	 div#designer-bio div.inset img {
	 	margin: 0 auto 20px auto;
	 }


/***************************************************
 *
 * Book Review
 *
 ***************************************************/
 
	 div#page-book-review {
	 	width: 620px;
	 }
	 
	 div#page-book-review div.longDescription {
	 	padding-right: 20px;
	 }


/***************************************************
 *
 * Print
 *
 ***************************************************/

	body.print table.recipeContainer {
		margin: 10px 0 0 0;
		width: 630px;
	}
	
	
	body.print table.recipeContainer td.recipeText {
		padding-right: 10px;
		padding-bottom: 20px;
		width: 412px;
	}
	
	body.print table.recipeContainer recipeRightBar {
		padding: 0 0 20px 20px;
		width: 200px;
	}




#gallery-credits {
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

#gallery-large-image {
	margin: 0 auto;
}

/***************************************************
 *
 * Gallery
 *
 ***************************************************/
#gallery {
	padding: 0;
	width: 620px !important;
}

#gallery-focus {
	background: #EFEFEF;
	padding: 0;
}

#gallery-large-image {
	position: relative;
	padding: 0;
}

#gallery-large-image img {
	margin: 0 auto;
}

#gallery-large-image #gallery-back , #gallery-large-image #gallery-next {
	position: absolute;
	top: 0;
	width: 21px;
	cursor: pointer;
}

#gallery-large-image #gallery-back {
	left: 0;
	background: transparent url(/consumer/images/decorations/gallery-back.png) 0% 50% no-repeat;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#gallery-large-image #gallery-next {
	right: 0;
	background: transparent url(/consumer/images/decorations/gallery-next.png) 100% 50% no-repeat;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#gallery-large-image #gallery-back.disabled, #gallery-large-image #gallery-next.disabled {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

#gallery-credits {
	padding: 5px;
	width: 100%;
}

#gallery-credits td {
	padding: 5px;
}

#gallery-credits #photo-credit {
	/*float: left;*/
	text-align: left;

}

#gallery-credits #designer-credit {
	/*float: right;*/
	text-align: right;
}

#gallery-thumbnails {
	background-color: #FFF;
	margin-top: 5px;
}

#gallery-thumbnails td img {
	display: block;
	cursor: pointer;
}

#gallery-thumbnails td {
	padding: 0;
	padding-right: 7px;
}

#gallery-thumbnails td.last-cell {
	padding-right: 0;
}

#gallery-thumbnail-navigation {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

#gallery-thumbnail-navigation a {
	background-color: #828282;
    background-repeat: no-repeat;
    display: block;
	color: #FFF;
	height: 25px;
	line-height: 25px;
}

#gallery-thumbnail-navigation a#last-set {
    background-image: url(/consumer/images/decorations/last-set.gif);
    background-position: 2% 50%;
	margin-right: 2px;
}

#gallery-thumbnail-navigation a#next-set {
    background-image: url(/consumer/images/decorations/next-set.gif);
    background-position: 98% 50%;
	margin-left: 2px;
}

#gallery-thumbnail-navigation td {
	width: 50%;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
}

#gallery-thumbnails #last-set {
	text-align: left;
	padding: 0 0 0 3px;
}

#gallery-thumbnails #next-set {
	text-align: right;
	padding: 0 3px 0 0;
}

#gallery-last-set a , #gallery-next-set a {
	display: block;
	padding: 2px 5px;
}


#gallery-thumbnails img.current-thumbnail, #gallery-thumbnails img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}


#gallery-description {
	float: left;
	margin-top: 10px;
	width: 400px;
}


#gallery-last-names {
	margin: 20px 0 20px 0;
}

#gallery-last-names ol {
	list-style: none;
	margin: 10px 0 0 0;
	padding-left: 0;
	float: left;
}

#gallery-last-names ol li {
	float: left;
	width: 15px;
	text-align: middle;
}
#contestPrimary {
	float: left;
	padding: 0 10px 0 10px;
	width: 510px;
}

	* html #contestPrimary {
		w\idth: 530px;
		width: 510px;
	}
	
	#contestPrimary .footnote {
		color: #828282;
	}
	
.contestSecondary {
	float: right;
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: center;
	width: 260px;
}

	* html .contestSecondary {
		w\idth: 270px;
		width: 260px;
	}

	#secondaryContentBin {
		background: #fff;
	}
	
	#secondaryContentBin h2 {
		text-indent: -5000px;
		width: 128px;
		height: 17px;
		background-color: #828282;
		font-size: 2px;
		margin: 2px 0 5px 0 !important;
		padding: 0;
	}
	
	#secondaryContentBin h2.culinaryEducators {
		background-image: url(../images/consumer_bin_header-contributor.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
	
	#secondaryContentBin h2.chefsAndWriters {
		background-image: url(../images/consumer_bin_header-chefs_and_writers.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
	
	#secondaryContentBin h2.contributors {
		background-image: url(../images/consumer_bin_header-contributors.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}
	
	#secondaryContentBin h2.testimonials {
		background-image: url(../images/consumer_bin_header-testimonials.gif);
		background-repeat: no-repeat;
		background-position: 6px 50%;
		padding: 0;
		margin: 0;
	}

.nivoSlider5 {
    position:relative;
    width:790px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
	z-index: 2;
}

.nivoSlider5 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider5 a {
    border:0;
    display:block;
}

.nivo5-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.nivoSlider5 a.nivo2-prevNav {
	left: 15px;
}

.nivoSlider5 a.nivo2-nextNav {
	background-position: -30px 0;
	right: 15px;
}
/* Nivo Slider styles for slide show */
.nivoSlider {
    position:relative;
    width:959px; /* Change this to your images width */
    height:437px; /* Change this to your images height */
	z-index: 2;
}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.nivoSlider a.nivo-prevNav {
	left: 15px;
}

.nivoSlider a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

/* Nivo Slider style for Generic Content Pages without sidemenu slide shows*/
</pre></body></html>