/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

            body {
                background-color: rgb(192,192,192);
				font-family: Times New Roman;
                font-size: 16px;
                color: rgb(0, 0, 0);
                margin: 0.25in;
            }

            .categories {
                color: rgb(96,93,93);
                font-size: 14px;
                font-family: Times New Roman;
                font-style: italic;
            }

            .rating {
                color: rgb(209,5,5);
                font-size: 14px;
            }
			
            .metadata {
                font-size: 14px;
			}

            .name {
                font-size: 20px;
                font-family: Times New Roman;
                font-weight: Bold;
				font-style: italic;
                margin: 0 0 10px 0;
            }
			
			.photobox {
                float: left;
                margin-right: 14px;
                            }

            .subhead {
                color: rgb(0,0,0);
                font-weight: bold;
                font-size: 14px;
                text-transform: uppercase;
                margin: 10px 0;
            }
			
            .photo {
                max-width: 140px;
                max-height: 140px;
                width: auto;
                height: auto;
            }

			.inline-image {
                max-width: 25%;
                max-height: 25%;
                width: auto;
                height: auto;
            }

            .recipe {
                page-break-after: always;
				
            .clear {
                clear:both;
            }

            .infobox p {
                margin: 0;
                line-height: 150%; 
            }
            
            /* To prevent nutrition/directions from getting too close
               to ingredients */
            .ingredients {
                padding-bottom: 10px;
            }


