/* 
    Document   : recipes
    Created on : Feb 4, 2012, 9:33:24 PM
    Author     : BRBA
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.left{
    float:left;
}
#recipeHeadImages{

}
#recipeAuthor{
    color:gray;
    font-style: italic;
}
div.recipeHead{
    border: 0px solid blue;
    font-size: large;
    /*float: right;
    text-align: center;*/
    margin-top: 0px;
}
div.recipeHead a:link{
    text-decoration: none;
    text-align: center;
}
div.recipe{
    border: solid 0px green;
    margin-top: 10px;
    margin-bottom: 20px;
}
div.recipePhoto{
    margin:20px auto 20px;
    text-align: center;
}
div.recipeMethod{
    margin:20px auto 20px; 
    
}
span.recipeMethodTopic{
    font-weight: bold;
}
div.ingredients{
}
span.ingredientsTopic{
    font-weight: bold;
}
div.recipeLink{
    border: 0px solid green;
    margin-bottom: 20px;
    text-align: center;
}
div.recipePic{
    border: 0px solid red;
    /*width: 300px;
    height: 200px;*/
    margin-top: 10px;
    text-align: center;
}
#recipeRequest{
    color:red;
    font-size: large;
}


