﻿body {font: 10pt/1.5em Verdana, Arial, sans-serif;}

img {
    display: block;
    border: 0;
    }

#header, #nav-secondary, #nav-utility, #overview ul, #footer ul {display: none;}

#tagline {margin: 0 0 50px;}

h1 {
    margin: 0 0 30px;
    font: bold 18pt Georgia, Serif; color: #006940;
    }
h3 {font-weight: bold; font-size: 1.0em;}

.recipe-detail {}

.recipe-detail #videoPlayer { display: none; } 
    
    .recipe-detail ul {margin: 0 0 30px; padding: 0;}

    .recipe-detail dl {
		margin: 0; padding: 0;
		width: 440px;
		}
        .recipe-detail dt {
                margin: 0 0 20px;
                font-weight: bold;
                }
                .recipe-detail dd {margin: 0 0 30px;}

                    .recipe-detail dd ul {
                        list-style: disc;
                        margin: 0 0 0 15px;
                        }

#overview {
    position: absolute;
    top: 230px; right: 0;
    width: 225px;
    }

    #overview #flash {display: none;}
    #overview #static {display: block;}

#footer {margin: 50px 0 0;}
    #footer p {
        margin: 0;
        font-size: 8pt;
        }

/*
 *  This is the print stylesheet to hide the Flash headlines from the browser...
 *  regular browser text headlines will now print as normal
 */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
    position: absolute;
    display: none !important;
	width: 0; height: 0;
	overflow: hidden;
    }

span.sIFR-alternate {
    position: static !important;
	left: auto !important; top: auto !important;
	display: block !important;
	visibility: visible !important;
    }

