@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	body: 0;
	background-color: #F7EDD4;
}

.clear {
	clear: both;
}

div#outerWrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: url(content/images/WCIB_background.gif) repeat-y;
}

div#innerWrap {
	margin: 0 auto;
	width: 930px;
	background-color: #FFF;
}

div#header {
	width: 930px;
	height: 250px;
	margin: 0 auto 30px;
	position: relative;
	display: block;
}

div#body {
	width: 870px;
	margin: 15px 30px 0 30px;
}

div#footer {
	width: 870px;
	margin: 20px 30px 0 30px;
	padding: 10px 0;
	border-top: 1px solid #5B5600;
}

div.recipe {
	display: inline;
	float: left;
	width: 420px;
	margin-top: 20px;
}

.left {
	margin-right: 15px;
}

.right {
	margin-left: 15px;
}

.textright {
	text-align: right;
}

div.ingredients {
	width: 305px;
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	color: #5B5600;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 0;
}

h1 {
	position: relative;
	top: -110px;
	left: 440px;
	font-size: 55px;
	font-weight: normal;
	font-weight: 200 !important;
	width: 450px;
}

h2 {
	position: relative;
	top: -115px;
	left: 510px;
	font-size: 20px;
	font-style: oblique;
	font-weight: normal;
	font-weight: 100 !important;
	width: 310px;
}

h3 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 4px;
	margin: 12px 0 12px;
	padding: 10px 0 0 0;
	border-top: 1px solid #5B5600;
}

h4 {
	font-size: 22px;
	font-weight: 400;
}

h5 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px;
}

p, li {
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}

p.madeWith {
	font-size: 11px;
	text-align: right;
	font-style: oblique;
}

#footer p {
	font-size: 11px;
	margin: 0;
	color: #666666;
	text-align: center;
}

ol, ul {
	margin-left: 30px;
}

div#navigation {
	width: 930px;
	text-align: center;
	position: relative;
	top: -70px;
}

#navigation ul {
    list-style-type: none;
	text-indent: 0;
	display: block;
	margin: 0 auto;
}

#navigation li {
    display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a, a:link, a:active, a:visited {
	color: #5B5600;
	text-decoration: none;
	border: none;
}

a:hover {
	border-bottom: 1px solid #5B5600;
}

a.noborder:hover {
	border: none;
}

#navigation a {
	display: inline;
	padding: 4px 16px;
	margin: 0 -2px;
	color: #FFF;
	background: #5B5600;
	border: 0;
	border-left: 1px solid #756F00;
	border-right: 1px solid #423F00;
}

#navigation a:hover {
	color: #5B5600;
	background: #F8EBDA;
	border-left-color: #DED2C3;
	border-right-color: #FFF8F0;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #5B5600;
}

span.amount {
	display: inline;
	float: left;
	margin: 0 15px 8px 15px;
	width: 70px;
}

span.ingredient {
	display: inline;
	float: left;
	width: 205px;
	margin-bottom: 8px;
}

img#book {
	position: relative;
	top: 0;
	left: 0;
}

img#logo {
	position: relative;
	top: -110px;
	left: 0;
}

img.ingredientImg {
	display: inline;
	float: left;
}

span.dropcap {
	float: left;
	font-size:100px;
	line-height: 70px;
	padding-top: 2px;
	padding-right: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}