HTML
{
 width:100%;
}


#searchbox { display:none; }

#searchfloatbox { display: block; 
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:10em;
  background-color: #D7B700;
  COLOR: #552800;
  position: absolute;
  top: .4em;
  left: 1em;
  -webkit-transform: translate(-24em, 0);
  transform: translate(-24em, 0);
  -moz-transform: translate(-24em, 0);
  -o-transform: translate(-24em, 0);
  -ms-transform: translate(-24em, 0);
  transition: transform 0.3s ease;

}


.himg { 
display: none;
 }

.bimg { 
border: 5px solid #552800;
float:right;
 }

.limg { 
border: 0px;
float:left;
margin: .3em;
vertical-align: top;
 }

.rimg { 
border: 0px;
float:right;
margin: .3em;
vertical-align: top;
 }




BODY
{
 width:100%;
 FONT-FAMILY: Verdana, Arial, sans-serif;
 FONT-SIZE: 1em;
 margin-top:0em; margin-left:0em; margin-right:0em; margin-bottom:0em;
 background-color: #D7B700;
 COLOR: #552800;
 text-align: left;
}

#maindoc
{
 background-color: #D7B700;
 width:100%;
 margin-left: auto;
 margin-right: auto;
 padding-left: 0em;
 padding-right: 0em;
}


#titleban {
  background-color: #D7B700;
  width:100%;
  text-align: center;
background-image: url("/i/ban.jpg");
background-repeat: repeat-x;
}


#navandtext
{
  text-align: left;
  width: 100%;
}


#drawer
{
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:8em;
  background-color: #D7B700;
  COLOR: #552800;
  position: absolute;
  top: -3em;
  -webkit-transform: translate(-12em, 0);
  transform: translate(-12em, 0);
  -moz-transform: translate(-12em, 0);
  -o-transform: translate(-12em, 0);
  -ms-transform: translate(-12em, 0);
  transition: transform 0.3s ease;
}


#main_cont
{
  text-align: left;
  width: 100%;
  background-color: #D7B700;
}


#topad { 
width:100%; }


#justtext
{
  text-align: left;
  width: 100%;
  background-color: #D7B700;
}


#botad { width:100%; }


#social { width:100%; 
}


#drawer.open
{
  -webkit-transform: translate(+.1em, +0em);
  transform: translate(+.1em, +0em);
  -moz-transform: translate(+.1em, +0em);
  -o-transform: translate(+.1em, +0em);
  -ms-transform: translate(+.1em, +0em);
}

#searchfloatbox.open
{
  -webkit-transform: translate(+.1em, +0em);
  transform: translate(+.1em, +0em);
  -moz-transform: translate(+.1em, +0em);
  -o-transform: translate(+.1em, +0em);
  -ms-transform: translate(+.1em, +0em);
}


#com
{
 background-color: #D7B700;
 width:100%;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 padding-left: 0em;
 padding-right: 0em;
 font-size: .8em;
}

.comrec
{
  width:100%;
}


#menu_icon {
  position: absolute;
  top: .4em;
  right: .5em;
  display: block;
}

#search_icon {
  position: absolute;
  top: .4em;
  right: 3em;
  display: block;
}

.txtinput { width: 90%; }

.nop { width:100%; }

img, embed, object, video { max-width: 99%; }
table { max-width: 100%; }

#titletxt
{
 width:100%;
 position: relative;
 top:+0.1em;
}

OL, UL {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -11px;
}


OL LI {
	margin: 0em 0em 1em 0em ;
}

H1
{
 display: inline;
 FONT-SIZE: 1.2em;
}
H2
{
 display: inline;
 FONT-SIZE: 1.1em;
}
H3
{
 display: inline;
 FONT-SIZE: 1.0em;
}
H4
{
 display: inline;
 FONT-SIZE: 1.0em;
}
H5
{
 display: inline;
 FONT-SIZE: 1.0em;
}


/* really 715px wide in chrome viewer */
@media screen and (min-width: 650px)
{
#searchbox { display:block; }

OL, UL { margin-left: 0px; }

 #menu_icon { display: none; }
 #search_icon { display: none; }

 #maindoc {  max-width: 900px; }

 #drawer
 {
  position: relative;
  top:+0.1em;
  width: 8em;
  float: left;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
 }

 #main_cont
 {
  overflow: hidden;
  padding-left:.2em;
  padding-right:.2em;
  width: 76%;
  float: right;
display: inline-block;
 }

 #titleban {   margin-left:-0%;   width:100%;  }

}




/* really 825px wide in chrome viewer */
@media screen and (min-width: 770px)
{

 #topad { display: inline-block; float: right; width: 24%; min-width: 120px; max-width: 165px;  }

 #justtext
 {
  display: inline-block;
  float: left;
  width: 76%;
 }

 #social {  display: inline-block; width: 24%; max-width: 165px;  float: right; }

BODY { FONT-SIZE: .9em; }
H1 { FONT-SIZE: 1.1em; }
H2 { FONT-SIZE: 1.0em; }
H3 { FONT-SIZE: .9em; }
H4 { FONT-SIZE: .9em; }
H5 { FONT-SIZE: .9em; }

#com { FONT-SIZE: .7em; }

}






#recipe
{
  position:absolute;
  top:65px;
  left:174px;
  width:530px;
}

A
{
 FONT-WEIGHT: bold;
 COLOR: #552800;
}
A:link
{
 FONT-WEIGHT: bold;
 COLOR: #552800;
}
A:hover
{
 COLOR: red;
 TEXT-DECORATION: none;
}


A.nav
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 11px;
 COLOR: #552800;
 TEXT-DECORATION: none;
}
A.nav:hover
{
 COLOR: red;
 TEXT-DECORATION: none;
}

A.navmain
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 12px;
 COLOR: #552800;
 TEXT-DECORATION: none;
}
A.navmain:hover
{
 COLOR: red;
 TEXT-DECORATION: none;
}








.pbb { FONT-SIZE: 6px; }

Div.pfoot {display: none;}
Div.dutchoven-adban {text-align: center;}
DIV.dutchoven-next {text-align: center; }




TD
{
 FONT-FAMILY: Verdana, Arial, sans-serif;
 FONT-SIZE: 12px;
 margin-top:0px; margin-left:0px;
 COLOR: #552800;
 vertical-align: top;
}






