/* Epicurean css file */
body {font-size:125%;background-color:#bdcd98; background-repeat: repeat-y; background-position: center top; background-attachment:fixed; margin: 0;padding: 0; background-image:url(https://www.epicurean.com/images/global/bg_body.gif);}
    
/* body { background-color : #480000; } */
/*body { background-color : #703030; }*/

A:link { color: #0066CC }
A:visited { color: #026314 }
A:active { color: #E7F3FF } 

A.menu:link { color: #009900 }
A.menu:visited { color: #006600 }
A.menu:active { color: #e7ffe9 } 
A.menu:hover { color: #00f006; background : #F1FEEE; }


img {
  max-width: 100%; height: auto; 
}
.break-word {
		word-wrap: break-word;
}
.container {
	width: 800px;
	max-width: 90%;
}




PRE { font-family : monospace; } 
hr { border: none; height: 1px; color: #00560c; }
TABLE { margin: auto }
P {margin-top, margin-left, margin-right: 0px; margin-bottom: 10px; }

.b { font-weight: bold; }    
.center { text-align : center; }
.spacer { height : 10px; }

   
/* menu bar under logo */   
   .menu  {
   	font-size: 1.6em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }
/* h1 */
	 h1  {
   	font-size: 1.5em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    font-style: bold; 
    margin-bottom: 2px;
   }
   
/* h2 */
	 h2  {
   	font-size: 1.25em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    font-style: bold; 
    margin-bottom: 2px;
   }
/* sans-serif paragraph font for instructions, submit buttons, etc. */
	 .pp  {
   	font-size: .87em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* sans-serif paragraph font, bold */
   .ingredients  {
   	font-size: .87em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }
   
/* sans-serif paragraph font, bold */
   .ppb  {
   	font-size: .87em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* serif paragraph font for articles, reviews, etc. */   
   .pps  {
   	font-size: .83em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }
/* sans-serif paragraph font, bold */
   .ppb2  {
   	font-size: .87em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }
/* serif paragraph font, italic */      
   .ppsi  {
   	font-size: .87em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: italic; 
   }

/* serif paragraph font, bold */      
   .ppsb  {
   	font-size: .87em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* sans-serif Section headers */   
   .sectn  {
   	font-size: .87em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* sans-serif Section headers, bold */    
   .sectnb  {
   	font-size: .83em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* serif Section headers, infrequently used */   
   .sectns {
   	font-size: 1em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* serif Section headers, bold, infrequently used */   
   .sectnsb  {
   	font-size: 1em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* large serif Headline, infrequently used, always with bgcolor="#E7F3FF" */   
   .headline  {
   	font-size: 1.75em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    color: #012c13; 
   }

/* smaller serif Headline for page titles, section titles, article titles, generally used with bgcolor="#E7F3FF" */   
   .smlheadline  {
   	font-size: 1.375em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
    color: #012c13; 
   }

/* Book review title, Recipe Archives category */   
   .brtitle  {
   	font-size: 1em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }

/* Book review subtitle, also used in the Links pages */   
   .brsub  {
   	font-size: .87em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
   }

/* Issue identifier for wine reviews only */   
   .issue  {
   	font-size: 1em;
   	font-weight: normal;
    font-style: italic; 
    font-family: Arial, sans-serif; 
    background-color: #F4F9FE;
    text-align: center
   }

/* serif Recipe Archive */   
   .recipe {
   	font-size: 1.125em;
   	font-weight: normal;
    font-family: Arial, sans-serif; 
    font-style: normal; 
   }

/* serif Recipe Archive, bold */   
   .recipeb  {
   	font-size: 1.25em;
   	font-weight: bold;
    font-family: Arial, sans-serif; 
   }   
   
/* Copyright, legal disclaimers */   
   .updated  {
   	font-size: .87em;
   	font-weight: normal;
   	font-style: normal;
    font-family: Arial, sans-serif; 

   }
 
