/* Recipe Global*/
.the-gray-box h2 { text-transform:uppercase; font-weight:bold; margin-bottom:15px; color:#000; font-size:1em; }
.recipes  a { color: #E00034;	text-decoration:none; }
.recipes  a:hover { text-decoration:underline; }
.recipes #body-content { overflow:hidden; }


.recipes h1 {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #99938a;
	font-family:"Myriad Pro";
	color:#ed2930;
	font-style:italic;
}

span.validation-errors { color: #E00034; line-height:20px; font-weight:bold;}

.recipes  input#GetRecipes {margin-top:15px; }

.recipes .print_link {
    background: url("/images/btn_print_recipe.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    overflow: hidden;
    text-indent: -9000em;
    width: 129px;
}

/* Recipe Landing */
.recipes.recipe-landing  h1, .recipes.recipe-landing  h2{
	font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Trebuchet MS", Calibri, sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size:38px;
	color: #333;
	margin-top:0px;	
}

.recipes.recipe-landing  h2 { 
	font-size:18px; 
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Calibri, sans-serif;
}

.recipe-landing #recipe-top { padding:0px 10px; }

.recipe-land-col h2 { margin-bottom:5px; }

.recipe-land-col h2#school { margin-top:40px; }

.recipe-land-col a {
	text-decoration:underline;
	color:#666;
}

.recipe-landing .recipe-land-container {
	overflow:hidden;
	border-top: 5px solid #ccc;
	padding-top: 8px;
	margin-top: 10px;
}


.recipes .the-gray-box { 
	width:198px;
    margin: 0 0 -3000px;
    padding: 0px 20px 3000px 10px;
}

.recipes.search-results .the-gray-box {
	margin-top:-15px;
	width:250px;
}

.recipe-landing .recipe-land-col.last {
	border-right-style:none;
	padding-left:10px;
	background-color: #CCCCCC;
	margin-left:10px;
	width:218px;
}

.recipe-landing .recipe-land-col.last h2 {
	text-transform: capitalize;
}

.recipe-landing .recipe-land-col {
	float:left;
	width:203px;
	padding:10px 10px 0px 15px;
	border-right-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
	margin: 0 0 -3000px 0;
    padding: 10px 10px 3000px 15px;
}

/* Recipe Search */
.search-results #content h1 {
    margin-bottom: 1em;
}
.search-results  h1 {
    color: #ED2930;
    font-family: "Myriad Pro";
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.3em;
}

.recipes .recipe_list a {	padding: 0 5px 0 10px; display: block;  font-size:.95em; }

.recipes .recipe_list .shadow a {
	padding: 0;
}

.recipes  ul.recipe_list {
	left: -8px;
	padding: 15px 0 0 0;
	position: relative;
	list-style: none;
}

.recipes .recipe_list li {
	width: 160px;
	min-height: 180px;
	padding: 0;
	float: left;
	background: transparent;
}
.recipes .recipe_list .shadow {
	width: 144px;
	height: 104px;
	margin: 0;
	padding: 8px;
	background: url(/images/recipes/bg_recipelist_shadow.jpg) no-repeat -2px -2px;
}

.recipes #CR_searchresults_middle-recipe { width:640px; margin-left:10px;}

/** Recipe Detail **/
#recipe-detail { float:left; width:645px; margin:25px 0 0 20px;  font-size:.9em;}

#recipe-detail .ingredient_table {
    float: right;
    width: 438px;
}

#recipe-detail caption, th, td {
    font-weight: normal;
    text-align: left;	
}

#recipe-detail .ingredient_table td { padding: 0 4px; }

#recipe-detail .ingredient_table th {
	padding-left: 4px;
	color: #808080;
	font-weight: bold;
}

#recipe-detail .shadow {
    background: url("/images/recipes/bg_recipeitem_shadow.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 144px;
    margin-left: -10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 184px;
    z-index: 2;
}

#recipe-detail .float_left {
    float: left;
    padding: 0 8px 8px 0;
}

#recipe-detail .hr {
    background: none repeat scroll 0 0 #E5E5E5;
    clear: both;
    height: 1px;
    margin: 15px 0;
}

#recipe-detail .hr hr { display: none; }

#recipe-detail ol { list-style-position: outside; padding-left: 17px; list-style:decimal;}

#recipe-detail   p, #recipe-detail  ul,  #recipe-detail  ol {  margin-bottom: 15px; }

#recipe-detail input[type="text"] {
    display: inline;
    padding: 0px 0px;
    width: 30px;
	height:18px;
}
