/* @group CONTENT
===================================== */

a {
	color: #660000;
}

h1 {
	font-size: 16pt;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 8pt;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}

#container.dish {
	width: 980px;
	height: 100%;
	margin: 0px auto 0 auto;
	padding: 2px 0 0 0;
	background: #7B9788;
	}

#pagecontent {
	min-height: 550px;
	width: 968px;
	background: #7B9788;
	font-family: sans-serif;
	font-size: 11pt;
	margin: 0 0px 0 0px;
	padding: 6px;
}

#advert {
	float: right;
	margin: -60px 0 0 10px;
}

#notebook {
	position: absolute;
	width: 315px;
	height: 565px;
	background: url('../../dish/assets/images/spiralNotebook.gif') no-repeat;
	padding: 30px 18px 0 60px;
}

#notebookcontent {
	border: #ff0000 0px dashed;
	height: 490px;
	overflow: hidden;
	font-family: sans-serif;
	font-size: 11pt;
}

.notebookDownLink {
	display:block;
	float: left;
	width: 54px;
	height: 28px;
	background: url('../../dish/assets/images/down.gif') top left no-repeat;
}

.notebookDownLink:hover{
	background: url('../../dish/assets/images/downRollover.gif') top left no-repeat;
}

.notebookUpLink {
	display:block;
	float: left;
	width: 34px;
	height: 28px;
	background: url('../../dish/assets/images/up.gif') top left no-repeat;
}

.notebookUpLink:hover {
	background: url('../../dish/assets/images/upRollover.gif') top left no-repeat;
}

#bookshelf {
	position: absolute;
	width: 395px;
	height: 804px;
	background: url('../../dish/assets/images/videoShelves.jpg') no-repeat;
	margin: -70px 0 0 400px;
	z-index: 10;
}

#vidfeature1 {
	position: absolute;
	width: 274px;
	height: 161px;
	margin: 60px 0 0 56px;
	background-color: #000000;
}

#vidfeature2 {
	position: absolute;
	width: 274px;
	height: 161px;
	margin: 390px 0 0 56px;
	background-color: #000000;
}

#originsnav {
	float: right;
	width: 200px;
	height: 520px;
	margin: 10px 0 0 0;
	background: url('../../dish/assets/images/origins/productsBKG.gif') no-repeat;
}

#originsarticle {
	width: 565px;
	min-height: 520px;
	margin: 10px 10px 0 10px;
	border: #ff0000 0px dashed;	
	font-family: sans-serif;
	font-size: 11pt;
	color: #000000;
}

#sidedishTopNav {
	float: left;
	margin: 0 0 0 10px;
	list-style: none;
	z-index: 10;
	height: 24px;
}

#sidedishTopNav li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	line-height: 28px;
}

#sidedishTopNav li.feature {
	background: url('../../dish/assets/images/nav/featureBKG.gif') center no-repeat;
}

#sidedishTopNav li.origins {
	background: url('../../dish/assets/images/nav/originsBKG.gif') center no-repeat;
}

#sidedishTopNav li.recipes {
	background: url('../../dish/assets/images/nav/recipesBKG.gif') center no-repeat;
}

#sidedishTopNav li.videos {
	background: url('../../dish/assets/images/nav/videosBKG.gif') center no-repeat;
}

#sidedishTopNav li.archives {
	background: url('../../dish/assets/images/nav/archives.gif') center no-repeat;
}

#sidedishTopNav li a {
	font-family: courier new;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

#veggieList {
	margin: 4px;
	height: 123px;
	overflow: auto;
}

.veggieSmall {
	float: left;
	padding: 1px 1px 1px 1px;
}

#searchbyveg {
	line-height: 26px;
	font-weight: bold;
	font-family: verdana;
	color: #FBB917;
	padding: 5px;
	margin: 0 0 15px 0;
	float:left;
}
.recipeTitleLink {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #95d1c9;
	text-decoration: none;
}
.recipeTitleLink:hover {
	color: #eb3e45;
	text-decoration: none;
}
.recipeChefText {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	text-decoration: none;	
}
.recipeBlurbText {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
}	

.sources_show {
	display:inherit;
	position: relative;	
}

.sources_hidden {
	display: none;
	position: absolute;
}

#sources {
	border: #bbbbcc 1px solid;
	background: #8BA798;
	padding: 4px;
}

#sources_show {
	border: #bbbbcc 1px solid;
	background: #8BA798;
	padding: 4px;
}

/* @end CONTENT
===================================== */