HTML { width:100%; }

#searchbox { display:none; }

#searchfloatbox { display: block; 
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:10em;
  background-color: #dddddd;
  COLOR: #600000;
  position: fixed;
  bottom: .3em;
  left: 1em;
  -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;

}

.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: #ffffff;
 COLOR: #600000;
 text-align: left;
}

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

#titleban {
  background-color: #ffffff;
  width:100%;
  text-align: center;
background-image: url("/i/banner2.gif");
background-repeat: no-repeat;
}

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

#drawer
{
  z-index: 80;
  padding-left: .2em;
  padding-right: .2em;
  text-align: left;
  width:6em;
  background-color: #ffffff;
  COLOR: #600000;
  position: fixed;
  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: #ffffff;
}

#topad { display: none; width:100%; }

#justtext
{
  text-align: left;
  width: 98%;
  padding: 2px 5px 5px 5px;
  background-color: #ffffff;
}

#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: #ffffff;
 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: fixed;
  bottom: .3em;
  left: .3em;
  display: block;
}

#search_icon {
  position: fixed;
  bottom: .3em;
  left: 2.8em;
  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: 6em;
  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: 80%;
  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: 74%;
 }

 #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: #600000;
}
A:link
{
 FONT-WEIGHT: bold;
 COLOR: #600000;
}
A:hover
{
 COLOR: red;
 TEXT-DECORATION: none;
}


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

A.navmain
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 12px;
 COLOR: #600000;
 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.disaster-next {text-align: center; }

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






