/* css for  Mortimer Choclate Powder Recipe  - print */
@import url(recipe_reset.css);


body {
 background: #fff;
 color: #655639; /* #3e3b3c; */
 font: 62.5%/1.5em "Times New Roman", Garamond, Times, serif;
 width:100%;
}
img { border: none; }

#wrapper {
	text-align: left;
	margin: 5mm auto;
	border:none ; /* 1px solid #000000; */
	width: 190mm;
	background: #d4cec2 url('images/background_web.jpg') no-repeat 100% 0;
}
#header h1 {
 width: auto;
 height: 9mm;
 padding-left: 10mm; 
 padding-top: 5mm;
 font-size: 1.4em;
 font-weight: bold;
 line-height: 1.2em;
 color:  #655639;
}
#header h1 a {
 color:  #655639;
 text-decoration: none;
}
#coco { 
 height: 20mm;
 width: 100%;
 background: #655639;
 color: #ffffff; 
}
#coco h2 {
  height: 100%;
  font-size: 3.6em;
  font-weight: bold;
 padding-left: 10mm;
 padding-top: 5mm;
 line-height: 1.2em;
}
#print_menu {
  display:none;
}





#recipe {
 width: 90%;
 margin: 3mm 0 2mm 10mm; 
 position: relative;
}
.treat {
 position: absolute;  
 top: 0;
 left: 0;
 width: 72mm;
 height: 50mm;
}
#recipe img {
 border: 5px solid #655639; 
}
#recipe img.air { /* ******************************************* */ display:none;
 border: none; 
 float: left;
}
#card {
 padding-top: 25mm; 
 font-size: 1.4em;
 line-height: 1.3em;
}
#card img.air {
  /* ******************************************* */ display:none;
}
#card p {
 margin-bottom: 0.75em;
}
#card p.printwidth {
 width: auto ; /* 65%; */
 margin-left: 0mm;
 margin-right: 52mm;
}

#card span.ff {
  display:inline;
}
#card span.ie6 {
  display:none;  
}
#card span.prt {
  display:block;
}

#card-in {
 width: 60%;
 border: 5px solid #655639;
 background: #fff;
 float: right; 
 margin: 0 5% 0 2%;
 color: #333;
 font-weight: bold;
 display: inline;
}
#card-in ul {
 padding-top: 10px;
 padding-bottom: 0.25em;
}
#card-in ul.prime {
 min-height: 90px;
}
#card-in ul li {
  list-style: disc; 
}
#card-in ul li.nodisc {
  list-style: none;
  padding-top: 0.5em;
}
#card-in .list {
  width: 70%;
  float: right;
  font-size: 1.1em;
}

#card-in p {
  clear: both;
 width: 90% ;
 margin: 0.5em auto; 
}
#footer {
	clear: both;
	text-align: center;
 width: 115mm;
 padding: 0 0 10mm 0;  
 font-size: 1.6em;
 line-height: 1.3em;
}

#footer a {
  font-weight: bold;
 color:  #655639;
 text-decoration: none;
}
#footer a:hover {
 color:  #655639;
 text-decoration: underline;
}