

/*Reziparium CSS Stylesheet*/

/*color scheme
black #ffffff
white #000000

light pink #fdcedd;
medium pink #fba2c0;
dark pink #ff85ae;

light grey #cccccc
medium grey #999999
dark grey #666666
dark dark grey #333333
*/

/* CLASSES
.ingredients
.directions
.citation
.comments
.foreign
.ww
*/

/* IDs
#topnav
#bottomnav
*/

body
{background-color: #ffffff;
color: #000000;
font-family: Palatino, 'Palatino Linotype', Garamond, Times, 'Times New Roman', serif;
}

/* HORIZONTAL SITE NAV BAR AT TOP h4 */
#topnav
{background-color: #cccccc;
color: #000000;
font-size: .75em;
font-weight: normal;
margin-bottom: 2px;
margin-left: 0px;
width: 325px;
}

#topnav a:link {color: #000000;}
#topnav a:visited {color: #000000;}
#topnav a:focus {color: #ff85ae;}
#topnav a:hover {color: #ff85ae;}
#topnav a:active {color: #fba2c0;}

#bottomnav
{margin-top: 50px;
}

/*RECIPE TITLE*/
h2
{background-color: #fdcedd;
color: #000000;
letter-spacing: .1em;
line-height: .9em;
margin-top: 0;
margin-bottom: 0;
padding: 10px 5px 15px 20px;
}

.foreign
{color: #666666;
font-style: oblique;
padding-left: 1em;
}

.citation
{font-size: .9em;
margin-top: -1em;
margin-left: 100px;
padding: 0;
}

/*COOKBOOK OR SOURCE NAME*/
cite
{font-style: italic;
font-weight: 400;
}

.comments
{margin-left: 20px;
width: 90%;
}

/*SECONDARY RECIPE TITLE*/
h3
{background-color: #fdcedd;
color: #000000;
letter-spacing: .1em;
margin-top: 30px;
padding: 3px 5px 3px 20px;
width: 350px;
}


sup
{margin-right: -.2em;
}

sub
{margin-left: -.2em;
}

ul.ingredients
{list-style: none;
margin-bottom: 35px;
}

ul.ingredients li
{margin-bottom: .35em;
}

ul ul
{list-style: none;
}

div.directions p:first-child:first-letter
{color: #ff85ae;
font-size: 1.5em;
text-transform: uppercase;
}

.ww
{font-size: .75em;
margin-top: 50px;
}

a:link {color: #ff85ae;}
a:visited {color: #333333;}
a:focus {color: #fba2c0;}
a:hover {color: #fba2c0;}
a:active {color: #fba2c0;}
