#recipe
{    
    border: double 0px red;
    color: #5D3618;
    text-align:left;
}
#recipe div.section
{    
    border-bottom: solid 1px #1A465F;
    clear:both;
    padding: 16px 0;  
}
#recipe div.section div 
{
      color: #5D3618;
      font-family: "Trebuchet MS",Arial,Helvetica;
}
#recipe div.splitter
{
   width:176px; float: left; padding-right: 16px;    
}

#recipe div.last
{    
    border-bottom: none;   
}
#recipe h3
{
    padding: 8px 0;    
}

#directions ol
{   
    margin-top:0;
    margin-left: -16px;
}
#directions ol li
{   
    margin:0;
    list-style-position:outside;
}

a#totop{       
    display:block;
    width: 100px;
    text-transform: uppercase;
    color: #5d3618;
    font-size: 8pt;
}
div#ingredients span.ingredient
{
    display:block;
    
}
#recipe #ingredients div
{
    
    font-size: 10pt;
}

