HTML
{
 width:100%;
}


#searchbox { display:none; }

#searchfloatbox { display: block; 
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:10em;
  background-color: #fefa6e;
  COLOR: #992000;
  position: absolute;
  top: .4em;
  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;

}


.himg { 
display: none;
 }

.bimg { 
border: 5px solid #992000;
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: #fefa6e;
 COLOR: #992000;

}


#drawer
{
  position: absolute;
  top: -3em;
  width:8em;
  z-index: 80;
  padding-right: .3em;
  text-align: left;
  background-color: #fefa6e;
  COLOR: #992000;
  -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;
}



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


#drawer
{
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:8em;
  background-color: #fefa6e;
  COLOR: #992000;
  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;
}

#topad { width:100%; }


#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: #fefa6e;
 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;}



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


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



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

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


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

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



/* 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: 70%;
  float: right;
display: inline-block;
 }

 #titleban {   margin-left:-5%;   width:106%;  }

}




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

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

 #main_cont
 {
  width: 80%;
 }

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

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

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

}



.pbc { FONT-SIZE: 8px; }
.pbb { FONT-SIZE: 6px; }

Div.pfoot {display: none;}

#campfire-info
{
	position:absolute;
	top: 65px;
	left:144px;
	width=500px;
	z-index:1;
}

#campfire-banner
{
	position:absolute;
	top: 0px;
	left:0px;
	width:675px;
	height:65px;
}

#campfire-navigation
{
	position:absolute;
	top:80px;
	left:6px;
	width:144px;
	z-index: 5;
	border: 2px solid #992000;
}

#campfire-ad
{
	position:absolute;
	top:80px;
	left:670px;
	width:122px;
	height:602px;
	border-width:0px;
}

#campfire-starter
{
	FONT-SIZE: 16px;
	COLOR: #992000;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	position:absolute;
	top:25px;
	left:137px;
	width:475px;
	z-index:1;
	text-align: center;
}

#campfire
{
	FONT-SIZE: 16px;
	COLOR: #992000;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	position:absolute;
	top:70px;
	left:190px;
	width:730px;
}




TD
{
 margin-top:0px; margin-left:0px;
 COLOR: #992000;
 vertical-align: top;
}

.campfire
{
 FONT: bold 11px Verdana, Arial, sans-serif;
 COLOR: #660000;
 TEXT-DECORATION: none
}

.campfire-table
{
	width:100%;
	border: 2px solid #992000;
}

.campfire-watch
{
	width:400px;
	border: 3px solid #6b5645;
	background-color: #ffeedd;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
}

.campfire-tutorial
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.campfire-card
{
	width:340px;
 	FONT-FAMILY: Verdana, Arial, sans-serif;
 	FONT-SIZE: 10px;
 	margin-top:0px; margin-left:0px;
 	COLOR: #992000;
 	vertical-align: top;
}


.campfire-ask
{
 margin-bottom:0px;
 FONT: bold 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
 COLOR: #423020;
 TEXT-DECORATION: none;
}


.campfire-answer
{
 margin-top:0px;
 FONT: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
 COLOR: #635040;
 TEXT-DECORATION: none;
}

