/********** Begin Base Styles  ************/

body {
background-color: #ffffff;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 13px;
color: #000;
margin: 0px;
padding: 0;
line-height: 15px;
}

a:link {
text-decoration: none;
color: #1f778d;
font-weight: normal;
}

a:visited {
text-decoration: none;
color: #1f778d;
}

a:hover {
text-decoration: none;
color: #7D0C16;
}

p {
font-size: 13px;
color: #000;
line-height: 14pt;
margin-bottom: 10px;
}

ul {
margin:0;
padding:0;
}

ol {
margin-left: 25px;
}

li {
color: #000;
margin:0;
padding:0;
line-height: 18px;
}

/*** this controls headers ***/
h1 {
font-family: adobe-caslon-pro, georgia, times, serif;
font-size: 24px;
line-height: 24px;
color: #7d0c16;
padding: 0 0 10px 0;
font-weight: 400;
}

/*** this controls sub headers ***/
h2 {
color: #000;
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
}

/*** this controls quotes on menu pages ***/
h3 {
font-family: adobe-caslon-pro, georgia, times, serif;
font-size: 22px;
line-height: 22px;
color: #7d0c16;
padding: 10px 0 10px 0;
font-weight: 400;
color: #1f778d;
font-style: italic;
}

/*** this controls recipe titles ***/
h4 {
font-family: adobe-caslon-pro, georgia, times, serif;
font-size: 20px;
line-height: 22px;
color: #7d0c16;
padding: 0 0 20px 0;
font-weight: 400;
}

/*** this controls recipe section headers and recipe nav section headers ***/
h5 {
font-size: 13px;
color: #000;
line-height: 14pt;
margin-bottom: 0px;
font-weight: bold;
}

/*** this controls Quick Links to Recipes header ****/
h6 {
color: #000;
font-size: 18px;
font-weight: normal;
}

/*** this controls copyright images ***/
h7 {
color: #000;
font-size: 9px;
font-weight: normal;
float: right;
}

h8 {
font-family: adobe-caslon-pro, georgia, times, serif;
font-size: 24px;
line-height: 28px;
color: #bbb;
padding: 10px 0 10px 0;
font-weight: 400;
color: #474747;
font-style: italic;
}

br.clear {
clear: both; 
}

img {
border:none;
margin: 0px;
}

hr {
color: #000;
height: 1px;
border: none;
border-top: 1px solid #000
}




/********** END Base Styles  ************/


/****** BEGIN Generic Classes ***************/	

.left { float: left; }
.right {float: right; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.no-margin { margin: 0; }
.no-pad { padding: 0; }
.top-pad { padding-top: 15px; }
.bdr-red { border: solid 1px red; }
.bdr-blue { border: solid 1px blue;}
.bdr-green { border: solid 1px green ;}
.bdr-purple { border: solid 1px purple;}
.bdr-orange { border: solid 1px orange;}
.bdr-pink { border: solid 1px pink;}
.divider-below {border solid 1px  #c1c1c1; margin-top: 8px;}
.center { text-align:center; }
.align_right { text-align:right; }
.align_top { vertical-align:top; }
.last {	padding-bottom:15px;}
.input-field { width: 170px !important; height: 15px !important; border: solid 1px #b1b1b1; }
.input-field-highlight { background-color: #f3e68c !important; border: solid 1px #b1b1b1; width: 170px !important; height: 15px !important; }
.flagtxt { color: #900; font-size: 12px; }
.error { color: #900; font-size: 12px; margin-left: 6px; }


/****** END Generic Classes ***************/