/* CSS Document */

body { 
    margin: 0px 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	background-color: #551700;
	background-image: url("images/bkg.jpg");
    background-attachment: scroll;
	background-repeat: repeat-y;
    background-position: 50% 0%;
}

.paper_text {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; line-height: 15px; color: #857567}
.paper_text a:link {  color: #D2866D; text-decoration: none}
.paper_text a:visited {  color: #D2866D; text-decoration: none}
.paper_text a:hover {  color: #B43817; text-decoration: none}
.paper_text a:active {  color: #D2866D; text-decoration: none}

.recipe_small {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; line-height: 15px; color: #857567}
.recipe_small a:link {  color: #D2866D; text-decoration: none}
.recipe_small a:visited {  color: #D2866D; text-decoration: none}
.recipe_small a:hover {  color: #B43817; text-decoration: none}
.recipe_small a:active {  color: #D2866D; text-decoration: none}

.recipe_header {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #D2866D; font-weight: bold}

.header {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #B43817; font-weight: bold}

.body_text {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 17px; color: #6F6155}
.body_text a:link {  color: #D2866D; text-decoration: underline}
.body_text a:visited {  color: #D2866D; text-decoration: underline}
.body_text a:hover {  color: #B43817; text-decoration: none}
.body_text a:active {  color: #D2866D; text-decoration: underline}

.paper_link {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #857567; font-weight: bold}
.paper_link a:link {  color: #D2866D; text-decoration: none}
.paper_link a:visited {  color: #D2866D; text-decoration: none}
.paper_link a:hover {  color: #B43817; text-decoration: none}
.paper_link a:active {  color: #D2866D; text-decoration: none}

.button_link {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #857567; font-weight: bold}
.button_link a:link {  color: #904B2D; text-decoration: none}
.button_link a:visited {  color: #904B2D; text-decoration: none}
.button_link a:hover {  color: #B43817; text-decoration: none}
.button_link a:active {  color: #904B2D; text-decoration: none}

.shadow { background-image: url("images/bkg_shadow.jpg"); background-position: 50% 0%; }

.footer {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #937C56}
.footer a:link {  color: #937C56; text-decoration: none}
.footer a:visited {  color: #937C56; text-decoration: none}
.footer a:hover {  color: #FFFFFF; text-decoration: none}
.footer a:active {  color: #937C56; text-decoration: none}

.tag {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #461800; font-weight: bold}


ul#dropdown, ul#dropdown ul {margin: 0;padding: 0;list-style: none;}
ul#dropdown  li {position: relative;float: left;width:70px;}
#dropdown li ul {position: absolute;margin-left: -999em; /* hide menu from view */ top: auto;left:0;padding-top:8px;}
/* Styles for Menu Items */
ul#dropdown  li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 0;
	border: none;
		margin-bottom:0;
	min-height:0;
	}
/* commented backslash mac hiding hack \*/ 
* html ul#dropdown  li a {height:1%;	position:relative;}
/* end hack */ 
/* this sets all hovered lists to red */
#dropdown li:hover a,#dropdown  li.over a,
#dropdown li:hover li a:hover,#dropdown li.over li a:hover {
   color: #fff;}
/* set dropdown to default */
#dropdown li:hover li a,#dropdown li.over li a {
   color: #777;}
#dropdown li ul li a { width:155px;height:auto; } /* Sub Menu Styles */
#dropdown li:hover ul,#dropdown li.over ul {margin-left:0; } /* show menu*/