body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}

h1 { font-size:14pt; border-bottom:0px solid #999; margin-left:130px; line-height:1em;}
h2 { font-size:12pt; border-bottom:1px dotted #999; }
h3 { font-size:11pt; }
h4, h5, h6 { font-size:10pt; }


/* RECIPE SPECIFIC
------------------------------------------- */
#logo img {  }

#recipes #main #info { height:80px; }
#recipes #main #info img#photo { 
width:110px;
height:110px;
position:absolute;
top:120px;
left:10px;
border:1px solid #000;
/*-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;*/
-moz-box-shadow: 2px 2px 5px #666;
-webkit-box-shadow: 2px 2px 5px #666;
box-shadow: 2px 2px 5px #666;
}
#recipes #main #info img#time { display:none; }
#recipes #main #time { position:absolute; top:190px; left:130px; margin:0 0 0 10px; padding:0; list-style:none; }

#recipes #main #details img { float:right;  }



/* HIDDEN ITEMS
------------------------------------------- */
#primary-nav,
#crumbs,
#myziploc-btns,
.intro,
/*#recipes #main #details img,*/
.star-rating,
.login-msg,
.share-links,
p.button,
#comment-section,
#curl,
#footer {
	display:none;
}

#recipes #right {
	display:none;
}



