/* ************************************************************************************** */
/*                                     GENERAL SITEWIDE STYLES                            */
/* These styles control the look and feel of all text pages and general site-wide styles  */
/* ************************************************************************************** */

body, body td, table, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-size: x-small;
}


H1 {
font-weight: heavy;
font-size: medium;
color: #B92F00;
}

H2 {
color: #0033cc;
font-size: small;
font-weight: 500;
}

H3 {
color: #B92F00;
font-size: x-small;
font-weight: 600;
}

H4 {
color: Black;
font-size: small;
font-weight: normal;
}

H5 {
color: Black;
font-size: xx-small;
font-weight: bold;
}

H6 {
color: Snow;
font-size: xx-small;
font-weight: 300;
}


.spacer {
	width: 100%;
}
/*                                     END GENERAL SITEWIDE STYLES                            */


/* ************************************************************************************** */
/*                                     Header STYLES                            */
/* 							These styles control the header			 */

#header   {
	display: none;   
}

	

.signature {

 font: 700 14px Bradley Hand ITC, Papyrus, Trebuchet MS, Arial, sans-serif;
 color: #696969;
}

.regular {
	font: 500 12px Arial, sans-serif;
	color: #000000;
}

.small {
	color: #696969; 
    font: 500 10px Arial, sans-serif;
}

.secondlineindent {
	margin: -6px 0px 6px 88px;
}

.toplink {
  display: none;
}


/*                                     END GENERAL SITEWIDE STYLES                            */


/*			********************************************************* 	*/
/* 							MAIN BODY STYLES FOE EACH PAGE					*/

#main   {
	width: 700px;
}


#footer {
	margin: 24px 30px 28px 30px;
}

td.footer {
	font-size: xx-small;
	color: #696969;
}

table.foot{
 	margin-left: 30px;
 }
 
 table.main ul { 
 	font-size: x-small ;
	margin-left : 1.5em;
	list-style-type: none;
}

table.main li {
    margin-left : 1 em;
    margin-top : 6px;
}


/* Recipe pages styles  */

#recipe {

	width: 80%;
	margin-left: 6px;
}

#seealso {
display: none;
}

#recipe h2 {
	color: #696969;
	margin: 16px 0px 10px 16px;
	font-size: small;
	font-weight: 500;
}

#recipe h3 {
	color: #B92F00;
	margin: 6px 0px 10px 36px;
	font-size: x-small
	font-weight: 700;
}

#ingredients {
	font-weight: bold;
	margin-left: 36px;
}

#recipe ul {
margin-left: 66px;
}

#recipe ul li {
	list-style-type: square
	
}
#recipe p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: x-small;
	margin: 6px 0px 6px 36px;
}

#recipecategory {
	position: absolute;
	top: 60px;
	left: 404px;
    font: 500 10px Arial, sans-serif;
}