/* CSS Document */

body {
    background-color: white;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    padding: 10px 0 0;
    font-weight: bold;
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
}
.left {
    clear:left;
}
.leftwidth {
    clear:left;
}
.article-image, 
.recipe-image {
    float:right;
    padding: 12px;
}
#header-bar,
#main-navigation,
#promo-col,
#print-page,
#breadcrumb {
    display:none;
}
#recipe,
#combos {
    clear: both;
}
#send-to-friend {
    display: none;
}
