﻿body {
}

.RecipeTitle
{
    padding-left: 15px;
    font-size: 11pt;
    color: brown;
    font-family: 'Arial Black';
    padding-bottom: 10px;
}

.MenuPanel
{
    width: 210px;
    height: 300px;
    background-color: ghostwhite;
    padding-right: 4px;
    padding-left: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    left: -8px;
    position: relative;
}

.IngredientTable
{
    
}

.Amount
{
    padding-left: 15px;
    font-style: italic;
    font-family: Tahoma, Garamond;
    font-size: 10pt;
    padding-bottom: 3px;
}

.Measurement{    
}

.Item
{
    padding-left: 20px;
    font-style: italic;
    font-family: Tahoma, Garamond;
    font-size: 10pt;
}
.Directions
{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Tahoma, Garamond;
    font-size: 10pt;
}
.RecipeLink
{
    margin-top: 14px;
}

.footer a, .footer a:visited, a.RecipeLink, a:visited.RecipeLink
{
    color: dimgray;
    text-decoration: none;
}

.footer a:hover, .footer a:active, a:hover.RecipeLink, a:active.RecipeLink
{
    color: #26292e;
    text-decoration: none;
    border-bottom: 1px #ffcc33 dotted;
}


.BulletedList
{
    padding-right: 14px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 4px;
}

