#print_logo {
    background: url(/images/print_logo.png) top center no-repeat;
}
#logo, #search, #share, #footer_links {
    display:none;
}
#recipe_image {
    float:left;
    width:35%;
}
#recipe_title {
    padding-top:20px;
    float:left;
    width:65%
}
.subname {
    text-transform:uppercase;
}
.recipe_divider {
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 10px;
    margin-top: 10px;
}
#ingredients {
    float:left;
    width:32%;
    margin-right:1%;
}
#preparation {
    float:left;
    width:66%
}
#music, #phone_navigation, #search_choice, #search_form {
    padding-top:50px;
    display:none;
}
#footer {
    margin-top:50px;
}
