/* css for  Mortimer Choclate Powder Recipe  - screen */
@import url(recipe_reset.css);
a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #a49160;
 color: #655639; /* #3e3b3c; */
 font: 62.5%/1.5em "Times New Roman", Georgia, Times, serif; /* Verdana,  Arial, "Lucida Grande", LucidaGrande,  sans-serif; */
 width:100%;
}
img { border: none; }

#wrapper {
	text-align: left;
	margin: 5px auto;
	border:1px solid #000000;
	width: 780px;
	min-height: 1115px;
	background: #d4cec2 url('images/background_web.jpg') no-repeat 100% 0;
}
* html #wrapper {
  height: 1115px;
}

#header {  
 width: 100%;
}
#header h1 {
 width: auto;
 height: 31px;
 padding-left: 40px; 
 padding-top: 18px;
 font-size: 1.8em;
 font-weight: bold;
 line-height: 1.2em;
 color:  #655639;
}
#header h1 a {
 color:  #655639;
 text-decoration: none;
}
#header h1 a:hover {
 color:  #655639;
 text-decoration: underline;
}
#coco { 
 min-height: 83px;
 width: 100%;
 background: #655639;
 color: #ffffff; 
}
#coco h2 {
  min-height: 82px;
  width: 550px;
  font-size: 36px;
  font-weight: bold;
 padding-left: 40px;
 padding-top: 20px;
 line-height: 1.2em;
 float: left;
}
* html #coco { 
 height: 78px;
}
* html #coco h2 {
  height: 78px;
}
#print_menu {
 line-height: 28px;
 width: 160px;
 float: right;
 text-align: right; 
 font-family: Arial, sans-serif;
}
#print_menu p {
 padding: 3px 3px 0 0; 
}

#print_menu span.print-menu {
 margin: 5px 0 2px 0;
}
#print_menu span:hover.print-menu {
  border: 1px solid #fff;
 width: 100%;
}
#print_menu a {
 color: #d4cec2; 
 text-decoration: none;
 font-size: 12px; 
 height: 28px;
 width: 100%;
}
#print_menu a:hover {
 color: #ffffff; 
 text-decoration: underline; 
}
#recipe {
 width: 700px;
 margin: 14px 0 10px 40px; 
 position: relative;
}
.treat {
 position: absolute; 
 top: 0;
 left: 0;
}
#recipe img {
 border: 5px solid #655639; 
}
#recipe img.air {
 border: none; 
 float: left;
}
#card {
 padding-top: 144px; 
 font-size: 1.7em;
 line-height: 1.3em;
}
* html #card {
 padding-top: 120px;
}
#card img.air {
 display: block; 
}
* html #recipe #card img.air {
 padding-bottom: 25px;
 padding-right: 10px; 
 display: block;
}
* html #recipe #card-in img.air {
 padding-right: 0px; 
}
#card p {
 max-width: 515px; 
 margin-bottom: 0.75em;
}
* html #card p {
  width: 515px;  
}
#card span.ff {
  display:block; 
 margin-bottom: 0.75em;
}
#card span.ie6 {
  display:none;  
}
* html #card span.ie6 {
  display:inline;  
}
* html #card span.ff {
  display:inline;  
}
#card-in {
 width: 480px;
 border: 5px solid #655639;
 background: #fff; /*  url('images/bg_card-in.gif') repeat-y 0 20px; */
 float: right; 
 margin-right: 25px;
 color: #333;
 font-weight: bold;
 display: inline;
}
*:first-child+html #card-in {
 margin-right: 30px;
 width: 470px;
}
#card-in .list {
 width: 250px;
 float: right; 
  background: #fff ;
}
*:first-child+html #card-in .list {
 width: 235px;
  margin-right: 5px;
}
#card-in ul {
 padding-top: 10px; 
 padding-bottom: 0.25em;
}
#card-in ul li {
  list-style: disc;
  margin-left: 15px; 
}
#card-in ul li.nodisc {
  list-style: none;
  padding-top: 0.5em;
}
#card-in p {
  clear: both;
 margin: 0.5em 3% 0.5em; 
  background: #fff ;
}


* html #card-in {
 margin-right: 5px;
 width: 450px;
}
* html #card-in .list {
 width: 250px;
  margin-right: -30px;
}
* html #card-in p {
width: 450px;
}

#footer {
	clear: both;
	text-align: center;
 width: 500px;
 margin: 35px 0 10px 40px;  
 font-size: 1.7em;
 line-height: 1.3em;
}
#footer a {
  font-weight: bold;
 color:  #655639;
 text-decoration: none;
}
#footer a:hover {
 color:  #655639;
 text-decoration: underline;
}