/* Recipe styles */
BODY {
	background-color : #FFFF99;
	color : #000000;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin-left : 5%;
}

/* recipe title */
H1 {
	font-size : 200%;
	text-align : center;
}
H2 {
	font-size : 175%;
	text-align : center;
}

#rcpHeader {
	height:auto;
	padding:5px;
	text-align : center;
	vertical-align : middle;
	}
/* who/where the recipe is from */
.rcpBy {
	font-style : italic;
	text-align : center;
	font-size : small;
}

/* Ingredients title */
.rcpSubTitle {
	font-style : italic;
	font-variant : small-caps;
	text-decoration : underline;
	line-height : 120%;
}
/* Recipe Notes */
.rcpNotes {
	font-size : small;
	text-align : left;
	background-color :  rgb(200,215,255);
	border :  thin solid gray ;
	margin-bottom : 15px;
	width : 100%;
}

 /* Recipe statistics - yield, etc. */
.rcpStats {
	font-size : x-small;
	font-weight: lighter;
}
 /* Recipe statistics - yield, etc. */
.rcpItalic { 
	font-style : italic;
}

.rcpcaps	{ color : green;
		  font-size : 115%;
		  font-style : italic; }

.rcpSubttl { font-weight:bold; }

