/* Style Sheet for recipes */

p { font-family : Helvetica, Arial, sans-serif;}

h2.recTitle { line-height : 1.2em; 
    border-bottom-width : thick;
    border-bottom-style : dotted;
    border-bottom-color : #000;
	color: #000;
	margin: 1.25em 0 1.25em 0em;
}

.recServe { line-height : 1.5em;
border-bottom : thin solid #000;
border-top : thin solid #000;
text-align : right;
font-size : 1em;
font-weight: bold;
font-style : italic;
margin: 0 0;
vertical-align: middle;}

.recServe2 { line-height : 1.5em;
text-align : right;
font-size : 1em;
font-weight: bold;
font-style : italic;
margin: 0 0;}

ul.reclist {font-family : Helvetica, Arial, sans-serif;
    list-style: none;
    font-weight : bold;
}

ul.reclist li {
	margin-bottom: 0.5em;
}

p.credit { font-size : .80em;
font-style : italic;
border-bottom : thick dotted #000;
}

/* This redefines the main content area tag */

#ContentArea { 
width: 20em;
margin: 0 12px 0 12px;
}


#RightPanel {
	margin: 0 12px;
	position:absolute;
	left:  35em;
	width: 150px;
}




 
#RecArea p {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

