/* ----------------Menu ----------------------*/
.rr_menu {
	
	
	
}

.rr_menu_add_to_favourites {
    float:left;
    padding:10px 0px 10px 10px;
}
.rr_menu_add_to_favourites a {
	text-decoration: none;
	border-right: 1px solid black;
	line-height:30px;
	padding:0px 8px 0px 8px;}


.rr_menu_view_favourites {
	float:left;
    padding-top:10px;
    padding-bottom:10px;
}

.rr_menu_view_favourites a {
	text-decoration: none;
	border-right: 1px solid black;
	line-height:30px;
	padding:0px 8px 0px 8px;}


.rr_menu_email_this_rapidrecipe {
    float:left;
    padding:10px 0;
}

.rr_menu_email_this_rapidrecipe a {
	text-decoration: none;
	border-right: 1px solid black;
	line-height:30px;
	padding:0px 8px;}


.rr_menu_print_this_rapidrecipe {
    float:left;
    padding:10px 0;
}

.rr_menu_print_this_rapidrecipe a {
	text-decoration: none;
	line-height:30px;
	padding:0px 8px 0px 8px;}
	
	/* ----------------Recipe Display ----------------------*/

.rr_clickable_image {
	clear: both;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	padding:0px 0px 5px 10px;
}



.rr_title_social_networking {
font-weight:bold;
	font-size:14px;

}



.rr_title {
	clear: both;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	padding:0px 0px 5px 10px;
	
	
	border: 1px #f6ac2c solid;
	background-color: #f9c367;	
	
	
	
}



.rr_author_and_votes {
	padding-top:5px;
	padding-bottom:10px;
	font-weight: bold;
	padding-left: 10px;
}

.rr_author {}

.rr_image_and_intro {}

.rr_image {
	float:left;
	margin: 0 10px 10px 10px;
	border: 2px;
}

.rr_introtitle {
	font-weight:bold;
	clear: none;
	margin-left: 20px;
}

.rr_ingredients {
	clear: both;
	float: left;
	/*
	width: 100%;
	*/
	margin-left: 20px;
}
.rr_ingredientstitle, .rr_stepstitle, .rr_commenttitle, .rr_reviewssectiontitle {
	font-weight:bold;
	clear: none;
	border-bottom: 1px #003333 inset;
	padding:5px 0;
	margin-bottom:5px;}

.rr_info {
	float:right;
	border: 1px #003333 ridge;
	padding: 10px;
	margin: 5px 20px 0 0;
	background-color: #f9faf5;}
	
.rr_infomaintitle {
	font-weight:bold;
	clear: none;
}
	
.rr_infotitle {
	border-top: 1px black dotted;
	clear: none;
	font-style:italic;	
}		
.rr_steps {
	clear:both;
	padding-bottom:10px;}

.rr_stepstext {
	text-align:left;
	padding:10px 0px 0px;
	line-height:20px;
}

/* ----------------imagesteps ----------------------*/
.rr_im_step {
    clear:both;
}

.rr_im_stepimage {
	float:left;
	margin: 0 10px 10px 10px;
}

.rr_im_steptext {
	text-align:left;
	padding:10px 0px 0px;
	line-height:20px;
}


/* ----------------comments ----------------------*/

.rr_commenttext {
	padding-bottom:20px;
	margin-left: 10px;
}

/*------------rate and review ----------------------*/

.rr_raterapidrecipelink {
}

.rr_comment_user {
	font-weight:bold;
	margin-left: 10px;
}

.rr_this_userrating {
    clear: left;
    margin:20px;
    padding:0px;
    text-align:left;
}

.rr_comment {
	margin:2px 0 20px 10px;
}


/*------------ code for addthis ----------------------*/


	
	
.social_networking {
    float:right;
    padding:10px 0;
}

.social_networking a {
	text-decoration: none;
	
	/*
	border-right: 1px solid black;
	*/
	
	line-height:30px;
	padding:0px 4px 0px 4px;
	
}	
	

/*

.addthis_toolbox .custom_images a {    
width: 60px;    
height: 60px;    
margin: 0;    
padding: 0; }

*/

.social_networking a:hover img {    
opacity: 0.75;
 }

.social_networking a img {    
opacity: 1; 
}




