/*

Description : Recipes Stylesheet

*/

#recipes-page {
	margin: -10px 0 0 0;
}

#recipes-page h1 {
	text-indent: -9999px;
	background: url(../art/recipes/hero.jpg) no-repeat;
	width: 526px;
	height: 224px;
	display: block;
	margin: 0 0 10px;
}

#recipe h1 {
	background: none;
	text-indent: 0;
	font-size: 2.4em;
	color: #4a8aca;
	height: auto;
	width: auto;
	margin: 0 0 5px 0;
}

#recipes-page .recipe-title {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
	letter-spacing: -1px;
	height: 40px;
}

.recipe-preview a {
	color: #239af6;
	text-decoration: none;
}

.recipe-preview a:hover {
	color: #1872b7;
}
	

#recipe-list {
	margin: 10px 0 0 -11px;
	width: 537px;
}
	
.recipe-preview {
	float: left;
	margin: 0 0 10px 11px;
	width: 168px;
}

#recipes-page table {
	font-size: 11px;
	color: #646464;
	margin: 0 0 4px 0;
}

.recipe-preview p {
	font-size:11px;
}

.recipe-preview img {
	width: 168px;
	height: 140px;
	display: block;
	overflow: hidden;
}

a.view-recipe {
	width: 111px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../art/recipes/view-recipe-btn.gif) no-repeat 0 0;
}

a.view-recipe:hover {
	background: url(../art/recipes/view-recipe-btn.gif) no-repeat 0 -30px;
}

.divider {
	clear: both;
	width: 526px;
	background: url(../art/recipes/divider.gif) repeat-x 0 10px;
	display: block;
	height: 24px;
}

.recipe-image {
	width: 320px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}

.recipe-info {
	width: 160px;
	float: left;
}

.recipe-info a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 6px 20px;
	border-bottom: dashed 1px #ddd;
	margin: 0 0 4px 0;
}

.recipe-info a.recipe-print {
	background: url(../art/recipes/print.gif) no-repeat;
}

.recipe-info a.recipe-email {
	background: url(../art/recipes/email.gif) no-repeat;
}

.recipe-info a.recipe-save {
	background: url(../art/recipes/save.gif) no-repeat;
}

.recipe-info a.recipe-add {
	background: url(../art/recipes/add.gif) no-repeat;
}

#ingredients {
	display: block;
	margin: 0 0 20px 0;
}

#ingredients ul {
	margin: 0 0 10px 5px;
	padding: 0;
	color: #646464;
	list-style: none;
}


#ingredients ul li {
	padding: 4px 0;
}

#ingredients ul li input {
	margin: 0 6px;
}

a.add-ingredients-btn {
	width: 279px;
	height: 30px;
	display: block;
	background: url(../art/recipes/add-ingredients-btn.gif) no-repeat 0 0;
	text-indent: -9999px;
}

a.add-ingredients-btn:hover {
	background: url(../art/recipes/add-ingredients-btn.gif) no-repeat 0 -30px;
}

#notes-box {
	float: right;
	width: 220px;
	margin: 0 0 10px 10px;
}

#notes {
	border: 1px dashed #ccc;
	background: #efefef;
	padding: 10px;
	width: 200px;
}


a.back-btn {
	width: 171px;
	height: 30px;
	display: block;
	background: url(../art/recipes/back-btn.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 20px 0;
}

a.back-btn:hover {
	background: url(../art/recipes/back-btn.gif) no-repeat 0 -30px;
}
