﻿#contentModule #contentHeader
{
	padding-left: 0px;
	padding-bottom: 10px;
}

#contentCopy
{
	/* All other pages have a huge right padding */
	padding-right: 0px;
}

.recipePreparation
{
	padding-bottom: 30px;
	padding-right: 10px;
}

.printRecipe
{
	position: relative;
	top: 8px;
	margin-left: 40px;
}

#recipeVideo
{
	width: 670px;
	height: 418px;
	display: none;
	position: absolute;
	left: 50%;
	margin-top: -850px;
	margin-left: -320px;
	background: #9f823f;
}

#recipeVideo #videoClose
{
	height: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#recipeVideo #videoFlash
{
	width: 670px;
	height: 398px;
}