/* Print CSS Document */

/* Basic Structure */
html {
width:100%
}

body {
background: white;
font-size: 12pt;
line-height:1.3;
}

img {
border: 0;
}

#container {
width:100%;
line-height:1.3;
padding-left:20px;
}

h2 {
margin-top:.4em;
}

.recipe {
width:750px;
padding:40px;
line-height:1.4;
font-size:13pt;
}

/* Hide Various Elements when printing */
#container_inner, 
#container_inner2, 
#logo, 
#left, 
#right, 
form, 
.rounded, 
.bottom, 
#top_photo, 
.color_box, 
h2, 
h3, 
img, 
.byline, 
.date,  
.noprint {display: none;}

