/* <![CDATA[ */

/* hide from ie5 mac \*/
html {
  height: 100%;
  
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

BODY, P, td, ul, ol {
  font-family: Courier new, sans-serif;
  font-size: 11pt; 
  color: #391508;
  font-weight:bold; 
  word-spacing: -3px;
}

#recipebg {
background-image:url(grfx/recipe-full.jpg);
background-repeat:no-repeat;
width:600px;
height:450px;
margin:0px;
}

ul.bubble {
	font-size:10pt;
	list-style-type: none;
	/*list-style-image: url(grfx/li.jpg);*/
}
li.bubble {
	background-image: url(grfx/li.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1em;
}

td.footer {
  font-family: Courier new, sans-serif;
  font-size: 8pt; 
  color: #FFFFFF; 
}

h1 {
 font-size: 13pt;
 font-weight: bold;
}

h2 {
 font-size: 12pt;
 font-weight: bold;
}

.hr {
 color: #666666;
 background-color: #666666;
 height: 1px;
 border: none;
 border-style: none;
 position:relative;
 top: 0px;
 margin:0px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
 overflow:hidden;
}

div.hr1 {
  height: 10px;
  background: #FFFFFF url(grfx/hr-bubbles.jpg) no-repeat scroll center;
}
div.hr1 hr {
  display: none;
}


a:link {
 font-weight: bold;
 color: #DF2B5E;
 text-decoration: none;
 background-color: transparent;
}

a:visited {
 font-weight: bold;
 color: #DF2B5E;
 text-decoration: underline;
 background-color: transparent;
}

a:hover {
 background-color: transparent;
 color: #DF2B5E;
 text-decoration: underline;
 font-weight: bold;
}

a.white:link {
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none;
 background-color: transparent;
}

a.white:visited {
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: underline;
 background-color: transparent;
}

a.white:hover {
 background-color: transparent;
 color: #FFFFFF;
 text-decoration: underline;
 font-weight: bold;
} 

/* regular site */
div#recipecard {
    background: url(grfx/recipe-full.jpg) no-repeat;
    height:450px;
}
div#recipe {
    position: relative;
    height: auto;
    width: 550px;
    top: 110px;
    left: 12px;
}

/* print version */
div#recipecardprint {
    position: absolute;
    height: auto;
    width: auto;
    left: 0px;
    top: 50px;
}
div#recipeprint {
    position: absolute;
    height: auto;
    width: 550px;
    left: 12px;
    top: 160px;
}
/* ]]> */
