/* Recipe Card Stylesheet */

* {	margin: 0;
	padding: 0;
	font-size: 100%;}
p, ul, ol, li {font: .95em / 1.2em Georgia, "Times New Roman", Times, serif;}
.recipe {width: 525px; height: 325px; display: block; background: url(images/recipe_bg.jpg) no-repeat; border: 1px solid #CCCCCC; margin: 10px auto; position: relative;}
.innerRecipe {padding: 15px 20px 10px;}
.recipe p {margin: 10px 0 0;}
.recipe ul {margin: 0 0 0 15px; list-style-type: disc; }
.recipe li {margin-bottom: 2px;}
.recipe ol {margin: 0 15px 0 15px;}
h2 {margin: 0;}
p.pager {position: absolute; bottom: 20px; right: 25px; font-size: 11px;}
p.continued {font-style: italic; margin: 0 0 10px;}
