/* --------------------------- FONTS --------------------------- */

p { 
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #600;
	line-height: 40px;
	margin: 0px 0px 15px 0px;
	height: 50px;
	padding: 0px;
	background: url(/images/h1_rule.gif) repeat-x top left;
	clear: both;
	}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #391004;
	padding: 0px;
	margin: 4px 0px 10px 0px;
	}
	
h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	color: #600;
	padding: 0px;
	margin: 10px 0px 4px 0px;
	}

h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 4px 0px 2px 0px;
	}

h5 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin: 4px 0px 2px 0px;
	}

h6 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #391004;
	padding: 0px;
	margin: 0px;
	}

.menu-item {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin: 4px 0px 4px 0px;
	}
	
.menu-description {
	margin-bottom: 4px;
	}

.menu-quantity {
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
	}
	
.menu-price {
	font-weight: bold;
	color: #900;
	margin-bottom: 25px;
	}

.recipe-title {
	font-size: 36px;
	font-weight: normal;
	color: #600;
	line-height: 36px;
	margin: 0px 0px 10px 0px;
	height: 55px;
	padding: 0px;
	background: url(/images/recipe-title-rule.gif) repeat-x top left;
	clear: both;
	}
	
.recipe-intro {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
	margin: 0px 0px 8px 0px;
	}
	
.recipe-sub-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #391004;
	margin: 20px 0px 15px 0px;
	height: 35px;
	padding: 0px;
	background: url(/images/recipe_sub_title_rule.gif) repeat-x top left;
	clear: both;
	}

/* --------------------------- COLOURS --------------------------- */

.black {color:#000; }

.wine {color:#600; }

.red { color: #900; }

.beige {color:#C8C0AE; }


/* --------------------------- ALIGNMENT --------------------------- */

.align-left {float: left;}

.align-right {float: right;}


/* --------------------------- RULES --------------------------- */

.rule-double {
	background: url(/images/double_rule.gif) repeat-x top left;
	width: 100%;
	height: 6px;
	margin: 2px 0px 5px 0px;
	clear: both;
	}

.rule {
	background: url(/images/beige.gif) repeat-x top left;
	width: 100%;
	height: 1px;
	margin: 10px 0px 10px 0px;
	clear: both;
	}
	
.rule-thin {
	background: #73684e;
	width: 100%;
	height: 1px;
	margin: 0px 0px 10px 0px;
	clear: both;
	}	


/* --------------------------- SPACERS --------------------------- */
	
.space-ten {
	width: 100%;
	height: 10px;
	clear: both;
	}

.space-twenty {
	width: 100%;
	height: 20px;
	clear: both;
	}
	
.space-thirty {
	width: 100%;
	height: 30px;
	clear: both;
	}
	
.space-forty {
	width: 100%;
	height: 40px;
	clear: both;
	}
	
.space-fifty {
	width: 100%;
	height: 50px;
	clear: both;
	}
	
.clear {
	width: 100%;
	height: 1px;
	clear: both;
	}
