* {
	margin: 0;
	padding: 0;
}

body {
	background: #d0d0d0 url(images/bg.png) repeat-x 0 0;
	color: #555;
	padding-top: 30px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}


/* =global
------------------------------------- */

img, img a {
	border: 0;
}

hr {
	display: none;
}

.hide {
	display: none;
}


/* =headers
------------------------------------- */

h1 {
	display: none;
}


/* structure
------------------------------------- */

#shadow {
	background: url(images/shadow.png) no-repeat center center;
	margin: 0 auto 40px auto;
	width: 560px;
}

#head {
	background: url(images/head.png) no-repeat 0 0;
	margin: 0 auto;
	padding: 50px 70px 0 70px;
	width: 360px;
	height: 100px;
}

#content {
	background: url(images/content.png) repeat-y 0 0;
	margin: 0 auto;
	padding: 0 50px 2px 50px;
	width: 400px;
	min-height: 250px;
	text-align: left;
}

#foot {
	background: url(images/foot.png) no-repeat 0 0;
	margin: 0 auto;
	padding: 0 70px;
	width: 360px;
	height: 110px;
	overflow: auto;
	text-align: left;
}


/* =logo
------------------------------------- */

#logo a {
	outline: none;
}

/* =search
------------------------------------- */

#search {
	background: #fff url(images/search.png) no-repeat 0 0;
	height: 175px;
}

#search form {
	padding: 0 35px;
}

#search form fieldset {
	border: 0;
}

#search form legend, #search form label {
	display: none;
}

#search form input {
	background: transparent;
	margin-top: 54px;
	padding: 11px 15px;
	width: 300px;
	height: 28px;
	font-size: 22px;
	border: 0;
	z-index: 3;
}

input.blur {
	color: #777;
}

#search form p#add {
	background: url(images/searchbutton.png) no-repeat 0 0;
	margin: 10px auto;
	width: 70px;
	height: 34px;
}

#search form p#add a {
	display: block;
	outline: none;
	height: 34px;
	text-indent: -6000px;
	/* \*/
	overflow: hidden;
	/* */
	text-decoration: none;
	border: 0;
}

#search form p#add a:hover {
	background: url(images/searchbuttonon.png) no-repeat 0 0;
}


/* =results
------------------------------------- */

ul#searchResults {	
	background: #e0e0e0;
	position: absolute;
	margin: -2px 18px 40px 18px;
	width: 290px;
	list-style: none;
	z-index: 2;
}

ul#searchResults li {
	background: #292929;
	color: #eee;
	padding: 0 10px;
	line-height: 32px;
	font-size: 14px;
}

ul#searchResults li img {
	position: relative;
	top: 3px;
	margin: 0 6px 0 0;
}

ul#searchResults li:first-child {
	margin-top: 2px;
}

ul#searchResults li span {
	background: #666;
	color: #eee;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul#searchResults li a {
	color: #eee;
	display: block;
	margin: 0 -10px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;
}

ul#searchResults li.alt {
	background: #222;
}

ul#searchResults li a:hover, ul#searchResults .highlight {
	background: #444;
	color: #fff;
}


/* =alert
------------------------------------- */

p.alert {
	background: #ebebeb url(images/alert.png) no-repeat 0 0;
	position: relative;
	color: #555;
	margin: 0 20px 15px 20px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


/* =recipe
------------------------------------- */

#recipe {
	background: #ebebeb;
	margin: 0 20px;
	position: relative;
}

#recipe ul {
	list-style: none;
}

#recipe ul li {
	background: url(images/recipe.png) repeat-x 0 0;
	position: relative;
	padding-left: 75px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}

#recipe ul li.alt {
	background: url(images/recipe.png) repeat-x 0 -40px;
}

#recipe ul li small {
	background: url(images/amount.png) no-repeat 0 0;
	margin-top: 10px;
	line-height: 20px;
	width: 50px;
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 11px;
	text-align: center;
}

#recipe ul li small a {
	display: block;
	width: 50px;
	height: 20px;
	color: #ddd;
	text-decoration: none;
}

#recipe ul li small a strong {
	margin-right: 1px;
	color: #fff;
}

#recipe ul li small a:hover {
	background: url(images/amounton.png) no-repeat 0 0;
}

#recipe ul li.empty {
	background: #76abf3 url(images/recipeempty.png) no-repeat bottom left;
	color: #fff;
	padding: 20px;
	line-height: 14px;
	text-align: center;
}

#recipe ul li.empty a {
	display: inline;
	color: #eee;
	text-decoration: none;
}

#recipe ul li.empty a:hover {
	display: inline;
	color: #eee;
	text-decoration: none;
	background: none;
}

#recipe ul li.empty small {
	background: none;
	display: block;
	position: static;
	width: auto;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}

#recipe ul li span {
	position: absolute;
	top: 0;
	right: 45px;
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

#recipe ul li span img {
	position: relative;
	top: -1px;
	margin-left: 2px;
}

#recipe ul li a.remove {
	background: url(images/remove.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-indent: -6000px;
	/* \*/
	overflow: hidden;
	/* */
	text-decoration: none;
	border: 0;
}

#recipe ul li a.remove:hover {
	background: url(images/removeon.png) no-repeat 0 0;
}

#r1, #r2, #r3, #r4 {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
}

#r1 { background-image: url(images/r1.png); top: 0; left: 0; }
#r2 { background-image: url(images/r2.png); top: 0; right: 0; }
#r3 { background-image: url(images/r3.png); bottom: 0; left: 0; }
#r4 { background-image: url(images/r4.png); bottom: 0; right: 0; }

p.amounts {
	background: #3c7be4 url(images/amounts.png) repeat-x 0 0;
	color: #fff;
	position: relative;
	width: 328px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 17px;
}

p.amounts input {
	background: #fff;
	margin: 0 5px;
	padding: 3px 4px;
	width: 60px;
	border: 0;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}

p.amounts label {
	font-weight: bold;
}

p.amounts a.save, p.amounts a.cancel {
	background: url(images/save.png) no-repeat 0 0;
	display: block;
	float: right;
	margin: 10px 0 0 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-indent: -6000px;
	/* \*/
	overflow: hidden;
	/* */
	text-decoration: none;
	border: 0;
}

p.amounts a.cancel {
	background: url(images/cancel.png) no-repeat 0 0;
}

#recipe ul.amountslist {
	background: #3b79e0 url(images/measures.png) repeat-x 0 0;
	padding: 8px 8px 10px 8px;
	height: auto;
	overflow: auto;
}

#recipe ul.amountslist li {
	background: none;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	padding: 1px 10px;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
}

#recipe ul.amountslist li span {
	display: block;
	float: left;
	position: static;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

#recipe ul li span.ms {
	background: url(images/amount.png) no-repeat 0 0;
	color: #ddd;
	margin-right: 8px;
	line-height: 20px;
	width: 50px;
	font-size: 11px;
	text-align: center;
}

#recipe ul li span strong {
	color: #fff;
	margin-right: 1px;
}

#recipe ul.amountslist li a {
	outline: none;
	color: #eee;
	height: 18px;
	display: block;
	text-decoration: none;
}

#recipe ul.amountslist li a:hover {
	color: #fff;
}



/* =count
------------------------------------- */

ul#count {
	float: left;
	padding: 0 10px;
	width: 175px;
	list-style: none;
}

ul#count li {
	float: left;
	margin: 15px 5px 0 0;
	width: 105px;
	text-align: center;
}

ul#count li#units {
	width: 60px;
}

ul#count li strong {
	display: block;
	margin: 2px 0 0 0;
	color: #b20000;
	line-height: 30px;
	font-size: 36px;
}

ul#count li small {
	color: #777;
	font-size: 14px;
}


/* =meta
------------------------------------- */

ul#meta {
	float: right;
	padding-top: 12px;
	width: 150px;
	list-style: none;
}

ul#meta li {
	background: url(images/clear.png) no-repeat 0 0;
	margin-bottom: 4px;
	line-height: 24px;
}

ul#meta li#another {
	background-image: url(images/another.png);
}

ul#meta li a {
	display: block;
	height: 24px;
	text-indent: -6000px;
	/* \*/
	overflow: hidden;
	/* */
	text-align: center;
	text-decoration: none;
}


/* new
------------------------------------- */

#new {
	background: url(images/new.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	text-indent: -6000px;
	/* \*/
	overflow: auto;
	/* */
	text-decoration: none;
	border: 0;
}


/* hrs
------------------------------------- */

p#hrs {
	color: #888;
	position: relative;
	top: -20px;
	font-size: 12px;
}

p#hrs a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 0px #999;
}

p#hrs a:hover {
	color: #333;
}

p#hrs span a {
	color: #888;
	border: 0;
}