﻿
#recipe-search-wrapper
{
	background-color:#DCEDC3;
	width:752px;
	border:solid 1px #CAD4BB;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:10px;
	margin-top:5px;
}

#recipe-search-wrapper strong { font-family:Helvetica; font-size:12px;}

#recipe-left { float:left; width:240px;}

#recipe-right { float:left; width:344px; padding-left:10px;}

#recipe-right h1 { margin:40px 0px 0px 0px; padding:0px; font-family:Helvetica; font-size:30px; font-weight:normal;}
#recipe-right h1 span { background-color:#f9fbee;}

#recipe-right h2 { margin:15px 0px 0px 0px; padding:0px; font-family:Helvetica; font-size:16px; font-weight:normal;}

#recipe-serves { padding-top:15px; font-size:12px;}

.recipe-section { padding-top:15px;}
.recipe-section a { color:#CDB54B; font-weight:bold;}
.recipe-section a:hover { text-decoration:underline;}

#recipe-right ol { margin:10px 0px 0px 0px; padding:0px 0px 0px 25px;}
#recipe-right li { margin:0px; padding:0px 0px 5px 0px;}

.recipe-pager { color:#B19F3B; text-decoration:none; font-weight:bold;}
.recipe-pager a { color:#B19F3B; font-weight:normal;}

#recipe-results-wrapper
{
	position:relative;
	float:left;
	padding-left:10px;
	width:547px;
}

.recipe-filter-link { font-weight:bold; color:#B19F3B; text-decoration:none;}
.recipe-results-link { font-weight:bold; color:#174511; text-decoration:none; font-family:Helvetica; font-size:12px;}

a { text-decoration:none;}
a:hover { text-decoration:underline;}

#recipe-btn-wrapper { float:right; padding-right:2px;}

.recipe-btn { float:left; padding-right:2px;}

.recipe-btn a 
{ 
	background-color:#CDB54B;
	color:#FFFFFF;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	font-size:10px;
	font-family:Arial;
	text-decoration:none;
}

.recipe-btn a:hover
{ 
	background-color:#FFFFFF;
	color:#CDB54B;
	text-decoration:none;
}

.recipe-btn-on { float:left; padding-right:2px;}
.recipe-btn-on a
{ 
	background-color:#FFFFFF;
	color:#CDB54B;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	font-size:10px;
	font-family:Arial;
}

#recipe-sort
{
	position:absolute;
	left:428px;
}

.recipe-filter-wrapper { float:left; width:186px;}

#adv-search-wrapper { padding-bottom:30px; padding-left:15px;}
#adv-search-wrapper h2 { margin:0px 0px 5px 0px; padding:0px; font-size:26px; font-weight:normal; font-family:Helvetica;}

#adv-search-wrapper p { padding:0px; margin:5px 0px 5px 0px;}
.adv-search-btn-wrapper { float:left; width:300px;}
.adv-search-btn-wrapper2 { float:left; width:250px;}
.adv-search-btn { float:left; padding-left:5px;}

#recipe-wrapper h1 { display:inline; margin:0px; padding:0px; font-size:12px;}
#recipe-wrapper h2 { margin:0px 0px 5px 0px; padding:0px; font-size:30px; font-weight:normal; font-family:Helvetica;}

#recipes-leafy-salads h1 a
{
	float:left;
	background-image:url(/images/fca_leafysalads_off.jpg);
	width:292px;
	height:235px;
	text-indent:-999em;
	background-repeat:no-repeat;
}

#recipes-leafy-salads h1 a:hover
{
	background-image:url(/images/fca_leafysalads_over.jpg);
}

#recipes-pasts-salads h1 a
{
	float:left;
	margin-left:5px;
	background-image:url(/images/fca_pastapotatosalads_off.jpg);
	width:292px;
	height:235px;
	text-indent:-999em;
	background-repeat:no-repeat;
}

#recipes-pasts-salads h1 a:hover
{
	background-image:url(/images/fca_pastapotatosalads_over.jpg);
}

#recipes-marinating h1 a
{
	float:left;
	margin-top:5px;
	background-image:url(/images/fca_marinating_off.jpg);
	width:292px;
	height:235px;
	text-indent:-999em;
	background-repeat:no-repeat;
}

#recipes-marinating h1 a:hover
{
	background-image:url(/images/fca_marinating_over.jpg);
}

#recipes-more h1 a
{
	float:left;
	margin-top:5px;
	margin-left:5px;
	background-image:url(/images/fca_moreideas_off.jpg);
	width:292px;
	height:235px;
	text-indent:-999em;
	background-repeat:no-repeat;
}

#recipes-more h1 a:hover
{
	background-image:url(/images/fca_moreideas_over.jpg);
}

#recipe-searchbox-wrapper
{ 
	padding:10px 0px 15px 15px;
	background-color:#DCEDC3;
	width:579px;
	border:solid 1px #CAD4BB;
	margin-bottom:10px;	
}

#recipe-searchbox-wrapper strong { font-family:Helvetica; font-size:12px;}

#tag-cloud-wrapper { width:550px; padding-top:15px; }

.recipe-tag-cloud { padding-top:5px;}
.recipe-tag-cloud a { color:#B19F3B; line-height:25px;}


/*********STARS***************/

#recipe-rater { font-size:13px; margin-top:10px; height:20px;}

.ratingStar {
    font-size: 0px;
    width: 14px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor:inherit;
    display: block;
    background-repeat: no-repeat;
}

.homeRatingStar {
    font-size: 0px;
    width: 14px;
    height: 13px;
    margin: 5px 0px 0px 0px;
    padding:0px;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/stars/yellow.gif);
}

.emptyRatingStar {
    background-image: url(/images/stars/off.gif);
}

.savedRatingStar {
    background-image: url(/images/stars/red.gif);
}



/*******END STARS*************/


#recipe-feature-wrapper { width:230px; padding-top:50px;}

#recipe-feature-left { float:left;}
#recipe-feature-right { float:left; padding-left:10px;}

#recipe-feature-wrapper p { margin:0px; width:120px;}
#recipe-feature .made { padding:5px 0px 0px 0px; color:#B2BB8C;}
#recipe-feature .name { padding:5px 0px 0px 0px; font-weight:bold; font-size:13px; font-family:Helvetica;}
#recipe-feature .learn { padding:5px 0px 0px 0px;}
#recipe-feature .more { padding:5px 0px 0px 0px;}

#recipe-feature-wrapper p a { color:#CDB54B; font-weight:bold;}
#recipe-feature-wrapper p a:hover { text-decoration:underline;}

.recipes-tyler-fca { padding-bottom:10px;}
