.recipe {
	margin: 37px 41px 43px 0;
	line-height: 15px;
}
.instructions {
	float: left;
	width: 260px;
	font-size: 11px;
}
.instructions b {
	color: #267821;
}
.instructions i {
	color: #008837;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.ingredients {
	width: 195px;
	padding-left: 10px;
	margin-left: 10px;
	float: right;
	font-size: 11px;
	margin-bottom: 10px;
	color: #fff;
}
.ingredients ul {
	margin: 10px 0 0 0;
	padding-left: 0px;
	list-style-image: url(../images/shamrock.gif);
}
.ingredients ul li {
	margin: 0 0 1px 20px;
	padding-left: 0px;
	color: #ff0;
}

ol {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0px;
	margin-bottom: 5px;
}
ol li {
	margin: 0 0 1px 25px;
	padding-left: 0px;
}



.scrolls {
	margin:25px 15px 0 0;
}
.scrollsindex {
	margin-top: 100px;
}
.pot, .oat, .had, .irish, .col {
	display: block;
	width: 119px;
	height: 31px;
}
.pot {
	background: url(../images/scroll-potato-closed.gif) no-repeat;
}
.oat {
	background: url(../images/scroll-oatmeal-closed.gif) no-repeat;
}
.had {
	background: url(../images/scroll-haddock-closed.gif) no-repeat;
}
.irish {
	background: url(../images/scroll-irish-closed.gif) no-repeat;
}
.col {
	background: url(../images/scroll-colcannon-closed.gif) no-repeat;
}

a.pot:hover, a.oat:hover, a.had:hover, a.irish:hover, a.col:hover {
	width: 129px;
	height: 79px;
}
a.pot:hover {
	background: url(../images/scroll-potato.gif) no-repeat;
}
a.oat:hover {
	background: url(../images/scroll-oatmeal.gif) no-repeat;
}
a.had:hover {
	background: url(../images/scroll-haddock.gif) no-repeat;
}
a.irish:hover {
	background: url(../images/scroll-irish.gif) no-repeat;
}
a.col:hover {
	background: url(../images/scroll-colcannon.gif) no-repeat;
}