/* typography.css - type formatting */

/* base style */
body { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; color:#ffffff; }

/* regular copy */
/*table { font-size:1.2em; }
li { font-size:1.2em; }
fieldset { font-size:1.2em; } 
blockquote { font-size:1.2em; }*/

/* header styles */
h1 { font-size:2.0em; font-weight:normal; color:#ffcc33; margin-bottom:0.4em; }
h2 { font-size:1.4em; font-weight:normal; color:#ffcc33; margin-bottom:0.4em; }
h3 { font-size:1.0em; font-weight:bold; color:#ffcc33; margin-bottom:0em; }

/* links */
a { font-weight:bold; color:#ffcc33; text-decoration:none; }
a:hover { text-decoration:underline; }

/* form element styles */
label { color:#ffffff; font-family:Arial, Helvetica, sans-serif; }
input.inputText { border:1px solid #000000; padding:3px 2px 2px 2px; width:84px; height:13px; font-family:Arial, Helvetica, sans-serif; font-size:1em; }
input.inputSubmit { border:1px solid #000000; height:20px; font-family:Arial, Helvetica, sans-serif; background-color:#ffcc33; font-size:1em; }
textarea { border:1px solid #cd9d86; padding:2px; font-family:Arial, Helvetica, sans-serif; font-size:1em; }

/* horizontal rule styles */
hr { height:1px; background-color:#ffcc33; border-style:none; color:#ffcc33; margin-bottom:10px; clear:both; }

/* subnav styles */
#subnav { font-size:1.2em; color:#ffcc33; }
#subnav a { color:#ffffff; }

/* content styles */
#centerMain { font-size:1.2em; }

/* footer styles */
#footer { font-family:Arial, Helvetica, sans-serif; color:#ffcc33; }

/* quote styles */
#quote { font-size:1.2em; font-weight:bold; font-style:italic; color:#ffcc33; }

/* popup styles */
#popupContent { font-size:1.2em; color:#ffcc33; }

/* recipe styles */
#recipeHeader h1 { font-size:1.5em; color:#000000; font-weight:bold; 
  padding-bottom:1em; }
#recipeDescription { font-size:1.2em; color:#000000; line-height:1.3em; }
#recipeDirections { font-size:1.2em; color:#000000; line-height:1.3em; }

/* unique styles */
.emphasize { color:#ffcc33; font-weight:bold; font-style:italic; }

/* nutrition facts */
.Nutrition { font-family:arial, helvetica, sans-serif; color:#000;
  padding:2px; font-size:11px; text-align:left; line-height:normal; }
/* hack to make spacing correct in IE */
* html .Nutrition { padding:0;}
/* end IE hack */
p.Nutrition { font-family:arial, helvetica, sans-serif; font-size:10px;
  color:#FFF; text-align:left; line-height:normal; }
.NutritionHd { font-family:arial, helvetica, sans-serif;  color:#000;
  padding:2px; font-size:22px; text-align:left; line-height:normal; }
.NutritionSm { font-family:arial, helvetica, sans-serif;  color:#000;
  padding:2px; font-size:9px; text-align:left; line-height:normal; }

.photoCredit { font-family:Arial, Helvetica, sans-serif; font-size:9px;
  text-align:center; }


