/*
		styles only used on the recipe page
*/


#search-bar,
#results-list,
#recipes-text,
#products-list {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
}

legend {
	padding: 0 8px;
}



#recettes {
	width: 390px;
}


/* @group search bar section */

#search-bar {
	margin: 0;
	width: 390px;
	height: 154px;
	background: #97ac37 url(img/bk-recipe-hdr.jpg) no-repeat 0 0;
}

#search-bar h2 {
	font-size: 11px;
	font-weight: normal;
	color: #e9efd5;
	text-align: right;
	margin: 0;
	padding: 114px 18px 4px;
}

#search-bar #srch {
	margin: 0;
	padding: 0 18px;
}

#search-bar #srch-contents {
	margin: 0;
	padding: 0;
}

#srch-contents select {
	font-size: 11px;
	width: 354px;
	margin: 0 auto;
}

#srch-contents option {
	background-color: #fff;
}

input.small-button {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #333;
	margin: 0;
	padding: 1px 3px;
}
/* @end */




/* @group recipe list section */
	/*
		recipes list section
		----------
		*/
#results-list {
	margin: 0;
	width: 390px;
	background-color: #dcdec9;
}

#results-list #list-holder {
	margin: 0;
	padding: 0 18px;
}


#results-list h2 {
	font-size: 11px;
	color: #664;
	margin: 0;
	padding: 16px 0 8px;
}

#results-list #inline-list,
#results-list #inline-list-short {
	padding: 0;
	margin: 0;
	overflow: auto;
	height: 254px;
	border: 1px solid #d9e09d;
}
#results-list #inline-list-short {
	height: 126px;
}
#results-list #inline-list ul,
#results-list #inline-list-short ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#results-list #inline-list ul li,
#results-list #inline-list-short ul li {
	margin: 0;
	padding: 4px 8px;
	list-style-position: inside;
	list-style-type: none;
	border-bottom: 1px solid #eff4c3;
}
#results-list #inline-list a,
#results-list #inline-list-short a {
	color: #664;
	text-decoration: none;
	display: inline;
}
#results-list #inline-list a:hover,
#results-list #inline-list-short a:hover {
	color: #D65600;
	text-decoration: underline;
}

/* @end */



/* @group recipe text section */
#recipes-text {
	margin: 0 0 8px 0;
	width: 386px;
	border: 2px solid #dcdec9;
}

#recipes-text #recipe-contents,
#recipes-text #recipe-contents-wide {
	width: 360px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#recipes-text #recipe-contents-wide {
	width: 360px;
}

#recipes-text h2 {
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	color: #889257;
	text-transform: uppercase;
	margin: 0;
	padding: 16px 0;
}

#recipes-text img {
	float: right;
}

#recipes-text h4 {
	font-family: georgia, serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	width: 310px;
	margin: 0;
	padding: 0;
}

#recipes-text #recipe-holder {
	margin: 16px 0 0 0;
	clear: both;
}



#recipes-text #recipe-ingredients {
	margin: 0 0 24px;
	padding: 0 0 8px 18px;
	text-align: left;
	clear: both;
}
#recipe-ingredients img {
	margin: 0 0 12px 0;
	text-align: left;
}

#recipe-ingredients p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #889257;
	line-height: 140%;
	padding: 0;
	margin: 0;
	text-align: left;
}




#recipes-text #recipe-instructions {
	margin: 0;
	padding: 0 0 8px 18px;
	text-align: left;
	clear: both;
}

#recipe-instructions p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 170%;
	padding: 0;
	margin: 0;
	text-align: left;
}


#recipe-ingredients #recipe-neroliane-ingr {
	padding: 0;
	margin: 4px 0 8px 0;
	text-align: center;
	clear: both;
}

a.small-link:link,
a.small-link:visited,
a.small-link:hover {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #E9D7AD;
	background-color: #FFECBF;
	display: block;
	margin: 0px 6px 0 6px;
}
/* @end */



/* @group products from shop section */
#products-list {
	background: #fff;
	padding: 0;
	margin: 12px 0;
}

#products-list h2 {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #889257;
	text-align: left;
	margin: 0 0 6px;
	padding: 0;
}

#products-list p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	margin: 0 0 6px;
	padding: 0;
}

#products-list a.buy-button:link,
#products-list a.buy-button:visited,
#products-list a.buy-button:hover {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin: 6px 0;
	padding: 3px 16px;
	background-color: #ff8300;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 2px;
}
#products-list a.buy-button:hover {
	background-color: #e35a00;
}


/* @end */


/* @group intro & category cloud */
.pageHeading {
	margin: 0;
}
.pageHeading h1 {
	margin: 0;
}
.pageHeading h3 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990;
	text-align: left;
	margin: 8px 0 0;
}

.pageHeading p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #663;
	line-height: 125%;
	text-align: left;
	padding: 2px 0;
	margin: 0;
	width: 390px;
}

#category-cloud {
	padding: 10px 12px;
	width: 364px;
	margin: 0 0 18px;
	background-color: #eef4b7;
}
#category-cloud a {
	color: #996;
}

/* @end */




/* @group misc */
img.flot-img {
	display: block;
	float: left;
	margin: 0 13px 0 0;
}
/* @end */




