/*  
 stylesheet
*/

@import url("section.css");


h1.section-title  {
	font-size: 1.5em;
	padding-top: 10px;
}
h1.section-title  span {
	font-size: 1.2em;
}


div.recipes-container {
	width: 645px;
	margin: 0 auto;
	position: relative;
}


/* content */
div#content{
	/* background: url(recipes/content-bg.jpg) no-repeat bottom left; */
	background: url(section/content-bg.jpg) no-repeat bottom left;
	
	padding-bottom:20px;
	overflow: hidden;
	height: 1%;
	min-height:200px;
	border: 1px solid #A79869;
}

div.search-recipies {
	/* background: url(recipes/search-bg.jpg) no-repeat bottom left !important; */
	min-height: 350px !important;
}

div#recipies-menu{
	float:left;
	padding-right:20px;
	width:215px;
}

div#recipies-menu h5{
	display: none;
}

div#recipies-menu ul{
	margin-left: 20px;
	margin-top: 20px;
}

div#recipies-menu ul li{
	margin-bottom: 6px;
	line-height: 0.9em;
	list-style-type: none;
}

div#recipies-menu ul li a{
	color: #081053;
	text-decoration: none;
}

div#recipies-menu ul li.selected a{
	color: #529ff5;
	background:transparent url(youknow/arrow-selected.png) no-repeat scroll right 3px;
	padding-right: 20px;
}

div#recipie-info{
	background: url(recipes/menu-bg.jpg) no-repeat center left;
	float: right;
	width: 390px;
	padding-left: 30px;
	color: #081053;
	margin-right: 130px;
}

div#recipie-info h1 {
	color:#529FF5;
	font-size:2em;
	font-weight:bold;
	padding-top:50px;
	padding-bottom:5px;
}

div#recipie-info h2 {
	color: #529ff5;
	font-size: 1.4em;
	font-weight:bold;
	font-size:1.4em;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:5px;
}

div#recipie-info h3 {
	color: #666666;
	font-size: 1.4em;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.recipe-photo {
	float: right;
	margin: 30px -100px 0 0;
}
div.recipe-photo img {}


div#recipie-info p {
	margin-left: 0px;
}

div#recipie-info ul {
	margin: 10px 0px 0px 25px;
	list-style-type: disc;
}
div#recipie-info ul li {
	margin: 0px 0px 3px 0px;
}
div#recipie-info ol {
	margin: 10px 0px 0px 25px;
	list-style-type: decimal;
}
div#recipie-info ol li {
	margin: 0px 0px 10px 0px;
}



/* Form Search */
div.select-one{
	
}

/* Error on search */
p.empty-search {
	font-weight: bold;
}

div.select-one-select{
	background: url(kitchen/select-bg.png) no-repeat;
	color: #003066;
	font-weight: bold;
	padding: 1px 8px 0px 4px;  
	height: 18px;
	font-size: 0.9em;
}

div.select-one-arrow{
	width: 20px;
	background: url(kitchen/select-arrows-bg.png) no-repeat;
	height: 18px;
}

div.select-one-list-options{
	margin-top:2px;
	background: #eaeff4;
}

div.select-one-option{
	padding: 1px 3px;
	font-weight: normal;
	border-left: 1px solid #d6dee7;
	border-right: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

div.select-one-option-selected{
	font-weight: bold;
}

div#content label{
	color: #529ff5;
	margin: 5px 0px 1px 0px;
	display: block;
}

div#content p{
	color: #081053;
	font-weight: bold;
}

div#find-form{
	left: 417px;
    position: absolute;
    top: 205px;
    width: 285px;
}

div#find-form p, div#find-form label{
	font-size: 0.9em;
	margin-bottom: 5px;
}
input.find-button{
	margin-top:5px;
	
	background:transparent url(kitchen/green-arrow-20.png) no-repeat scroll right bottom;
	border:medium none;
	color:#003066;
	font-size:1.1em;
	font-style:italic;
	font-weight: bold;
	line-height:20px;
	padding: 0px 24px 2px 0px;
	cursor: pointer;
}
input.ingredient-text {
	font-size:1.2em;
	width: 220px;
	border: 1px solid #529FF5;
	margin-bottom:5px;
}


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/*---- Description Recipes --- */
div.recipe-desc {
	width: 205px;
	height: 152px;
	margin-right: 15px;
	margin-top: 20px;
	float: left;
}

div.recipe-desc h2{
	background: transparent url(recipes/bg-desc-recipes.png) no-repeat top left;
	width: 205px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}
div.recipe-desc img{
	border: 2px solid #0386c7;
	border-top: none;
}

div.last-item {
	margin-right: 0px;
}

div.recipe-desc-alt {
	width: 400px;
	height: 152px;
	margin-top: 27px;
	float: left;
}

div.recipe-desc-alt h2{
	background: transparent url(recipes/bg-desc-recipes-alt.png) no-repeat top left;
	width: 400px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}
div.recipe-desc-alt img{
	border: 2px solid #0386c7;
	border-top: none;
	float: left;
	margin-right: 4px;
}



