﻿body 
{
    font-size:medium;
    margin:0px;
    xfont-family:Sans-Serif;
}

h1 
{
    font-size:1.75em;
    font-weight:bold;
}

h2 
{
    font-size:1.25em;
    font-weight:bold;
    margin-top:.5em;
    margin-bottom:0px;
}

h3
{
    font-size:1em;
    font-weight:bold;
    margin-top:.5em;
    margin-bottom:0px;
}

.recipe 
{
}
.recipe dd 
{
    margin-left:2em;
}
.name 
{
    font-size:1.25em;
    font-weight:bold;
    margin-top:.5em;
    margin-bottom:0px;   
}

.ingredient 
{
    display:list-item;
    list-style-type:disc;
    margin-left:3em;
}

.garnish 
{
}

.directions 
{
}

.source 
{
    font-style:italic;
}

.comments 
{
}


.description 
{
}
.top-banner 
{
    background-color:Black;
    color:White;
    padding:2px;
    font-size:8pt;
    height:36px;
}
.top-minibanner 
{
    background-color:Black;
    color:White;
    padding:2px;
    font-size:8pt;
    height:1em;
}
.top-banner img 
{
    float:right;
}
.bottom-banner
{
    background-color:Black;
    color:White;
    text-align:center;
    padding:2px;
}
.bottom-banner a, .top-banner a 
{
    color:White;
}


.tagCloud{text-align:center; font-family:Arial;}
.tagCloud a{padding:0 4px; text-decoration:none;}
.tagCloud a:hover{background-color:#DDDDDD;}
.tagCloud .t0{display:none;}
.tagCloud .t1{font-weight:100;font-size:.6em}
.tagCloud .t2{font-weight:100;font-size:.7em}
.tagCloud .t3{font-weight:200;font-size:.8em}
.tagCloud .t4{font-weight:200;font-size:.9em}
.tagCloud .t5{font-weight:300;font-size:1.0em}
.tagCloud .t6{font-weight:300;font-size:1.1em}
.tagCloud .t7{font-weight:400;font-size:1.2em}
.tagCloud .t8{font-weight:500;font-size:1.3em}
.tagCloud .t9{font-weight:600;font-size:1.4em}
.tagCloud .t10{font-weight:700;font-size:1.5em}

