/* STANDARD STYLABLES */
body{
    font-family: verdana, arial, sans;
    /* Trebuchet MS */
}



/* LAYOUT SPECIFIC */
#header{
    display: none;
}

#content-left{
    display: none;
}
#content-right{

}

#footer{
display: none;
}



/* HOMEPAGE FLICKR */
#flickr-home{
display: none;
}
#flickr-thumbs ul {
display: none;
}


/* FORMS */
#search-form{
display: none;
}

/* SUBNAV */
#subnavigation{
    display: none;
}

/* CLASSES */




/* RECIPES */
li.recipe-video{
    font-weight: bold;
}
div.recipe-ingredients h3, div.recipe-steps h3{

}
div.recipe-ingredients ul{
    font-weight: bold;
    font-size: small;
}
div.recipe-steps ol{
    font-size: small;
}
p{
    font-size: small;
}
h1 {
    font-size: large;
}
h4{
    font-size: small;
}
h1 .print{
    display: none;
}
#logo-print{
   text-align: center;
   padding: 10px;
   
}
#copyright-print {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    font-size: xx-small;
}
#copyright-print strong{
    display: block;
    clear: right;
}