/*-----------------------------------------------------------------------------

version:   1.0
author:    chris finney
email:     chris@1choice.co.uk
website:   http://www.1choice.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	background-color: #FFFFFF;
}

p {
	text-align: left;
}	

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

form {display:inline;}


/* =Page Position
-----------------------------------------------------------------------------*/

/* Center design with body id="wrapper" */

#Wrapper {
	text-align: left;
	float: left;
}

/* Remove border around linked images */

img {
	border: 0;
}

.clear {
  clear: both;
}

.border01 {
	border: 1px solid #CCCCCC;
}

/* =Headings
-----------------------------------------------------------------------------*/

.heading01 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}

.heading02 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}

.heading03 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
}

.inpageheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	background-image: url(../image_01/bullet_01.jpg);
	background-position: 0px 5px;
	text-indent: 24px;
	background-repeat: no-repeat;
	line-height: 30px;
}

/* =Masthead
-----------------------------------------------------------------------------*/

#MastheadWrapper {
	display: none;
}

/* =MainSection
-----------------------------------------------------------------------------*/

#MainWrapper {
	width: 800px;
	float: left;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#LeftNav {
	display: none;
}


/* =Newsletter
-----------------------------------------------------------------------------*/

#NewsletterBox {
	display: none;
}

#FeatureImage {
	width: 777px;
	float: right;
	margin-top: 1px;
}

#MainContentBox {
	width: 800px;
	float: left;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 20px;
	overflow: visible;
	color: #000000;
}

.WelcomeBox p{
	margin-top: 0px;
}

/* =Feature Box
-----------------------------------------------------------------------------*/

.FeatureBox {
	display: none;
}

/* =Recipe Box
-----------------------------------------------------------------------------*/

.RecipeBox {
	display: none;
}

/* =Footer
-----------------------------------------------------------------------------*/

#FooterLine {
	display: none;
}

#FooterWrapper {
	float: left;
}

#FooterSiteMap {
	display: none;
}

#FooterCopyright {
	float: left;
	font-size: 11px;
	color: #999999;
}

/* =Print Related Divs
-----------------------------------------------------------------------------*/

#NavView {
	display: none;
}

#PrintHeader {
	width: 800px;
	float: left;
	height: 90px;
	margin-bottom: 10px;
	display: inline;
}

/* =Recipe Header
-----------------------------------------------------------------------------*/

#RecipeHeader {
	width: 448px;
	background-image: url(../image_01/bg_recipe_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}

.HzDivDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#RecipeIngredients {
	width: 448px;
	background-image: url(../image_01/bg_recipe_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	margin-top: 10px;
}

#RecipeInstructions {
	width: 550px;
	background-image: url(../image_01/bg_recipe_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	margin-top: 10px;
}

#RecipeInstructions li {
	padding-bottom: 20px;
}

#RecipePrintOptions {
	display: none;
}


/* =Recipe Page Main Image
-----------------------------------------------------------------------------*/

.RecipePageImageBox {
	width: 270px;
	position: absolute;
	top: 145px;
	right: 1px;
}
