#rapidrecipe {
	width:98%;
	margin:0px;
	padding:0px;}
	
.rr_message {
	padding:10px;
	float:right;
	font-weight:bold;
	border:1px dashed #61031E;
	}	
	
/* ---------display of photo pathway, if you choose to have one--------------*/	
.rr_listinglogotitle {
}	

/* ----display of photo for the recipe text pathway, if you choose to have one---------*/	
.rr_listinglogo {
	float:left;
}

/* ----------display of text recipe pathway, if you choose to have one--------------*/
.rr_listingtitle {
	padding:13px 0 34px 20px;
	font-weight: normal;
	font-size: 20px;
	display:inline-block;
	width:80%;
}	
	
/* ------------Feature recipe module - embeded-  Display ------------*/	
.rr_featured {
	float:left;
}

.rr_featured_title {
	width:100%;
	background-color: #e4e4c9;
	height:20px;
	font-weight: normal;
	font-size: 15px;
	text-align:center;}
	
.rr_featured_image {
	float:left;}
	
.rr_featured_recipetitle {
	font-weight:bold;
	font-size:14px;
	margin-left:10px;}
	
.rr_featured_recipetitle a{
	font-size:14px;
	margin-left:10px;}

.rr_featured_recipetitle a:visited{
	font-size:14px;
	margin-left:10px;}

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

.rr_featured_intro {
	margin-left:20px;}
	
/* ----------------Category Listing Display ----------------------*/
.rr_eachcategory {	
	clear:both;	
	margin-top: 10px;
}

.rr_ec_image {
	float:left;
	padding:10px 30px 10px 0px;
}
	
.rr_ec_title {
	font-weight:bold;
	float:left;
	padding:5px 10px 0px 00px;
	color: #6b723f;}

.rr_ec_children {
	padding: 5px 0px 0px 10px;
}
	
.rr_ec_children a{
}	

.rr_ec_intro {}


/* ----------------Recipe Listing Display ----------------------*/
.rr_eachrecipe {
	margin: 20px 0px 16px 0px;
}

.rr_er_title {
	font-weight:bold;
	font-size:14px;
}
.rr_er_title a{
	font-weight:bold;
	font-size:14px;
}
.rr_er_title a:visited{
	font-size:14px;}
	
.rr_er_info	{
	font-weight:bold;
}
	
.rr_userrating {
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	float:right;
}	
	
.rr_totalvotes {
	display:none;
	font-weight:bold;
}
	
.rr_er_intro {
	padding-top:5px;}	

.rr_seperator {
	clear:both;
	border-bottom: 1px dotted black}
			
/* -----------Each recipe Display when the navigation is embedded left----------------*/
.rr_whole {
width:80%;
float:right;
border-left: 1px solid gray;
padding-left:10px;}


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

.rr_rate_pagetitle {
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	margin-left: 10px;
	border-bottom: 1px inset #333333;
}

.rr_rate_instructions {
	padding:10px 0px 10px 20px;
}

.rr_rate_recipetitle a{
	font-size:14px;
	padding:10px 0px 0px 10px;
}

.rr_reviewsubmit {
}

/*---------favorites------- */
.rr_favourites_title {
	width:100%;
	background-color: #e4e4c9;
	height:20px;
	font-size: 15px;
	text-align:center;
}
	
.rr_favourites_remove {
	padding-top: 15px}	
	
	
/*--------------add recipe---------------- */
.rr_add_intro{
padding-bottom: 15px;
}

.rr_add_text {
}

.rr_add_submit {
font-size: 12px;
float:right;
}

.rr_add_error {
color: red;}

/*--------------the css of the navigation module---------------- */
.rr_navembeded {
	clear:both;
	float:left;
	width: 18%;
	margin:0px;
	padding-top:20px;
	font-weight: bold;
}

.rr_nav_links {	
	padding: 5px 0px 5px 0px;
}

.rr_nav_links a{
}

.rr_nav_links a:visited{
}	
	
.rr_subcategory a {
	color:black;}

	
	/* Provide space for our own "bullet" inside the LI if you want special bullets */
	
	/* Show "bullets" in the links, depending on the class of the LI that the link's in. Just add a background */

.back_button {
margin: 30px 0px 0px 10px}	

ul.rr_latest li,ul.mostread li {
	font-size:10px;
	list-style-type: none;
	list-style-position: outside;
}