.himg { 
display: none;
 }

HTML
{
 width:100%;
}


#searchbox { display:none; }

#searchfloatbox { display: block; 
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:10em;
  background-color: #ffffff;
  COLOR: #382312;
  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;

}


.bimg { 
border: 5px solid #382312;
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: #382312;
 text-align: left;
}


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


#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/ban.jpg");
background-repeat: repeat-x;
}


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


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


#topad { 
width:100%; }


#justtext
{
  text-align: left;
  width: 100%;
  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: 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;
}


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


/* really 715px wide in chrome viewer */
@media screen and (min-width: 700px)
{
#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: 7.5em;
  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:-5%;   width:106%;  }

 .compass-watch { width:350px; }
}




/* 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;  }

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

 .compass-watch { width:400px; }

}











DIV.compassbody
{
	position:absolute;
	top:75px;
	left:177px;
	width:615px;
}

DIV.compass-adban
{
	width:305px;
	height:272px;
	float: right;
text-align: right;
}

DIV.compass-allad
{
	width:305px;
	height:322px;
	float: right;
text-align: right;
}


#compass-point
{
	FONT-SIZE: 16px;
	COLOR: #382312;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	position:absolute;
	top:25px;
	left:137px;
	width:500px;
	z-index:1;
}


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

.compass-bot {text-align: center;}

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

#compass-navigation
{
	position:absolute;
	top:80px;
	left:6px;
	width:162px;
	z-index: 5;
	border: 2px solid #382312;
}

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


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

















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



.BlogDate
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
margin-top:20px; margin-bottom:10px;
}

.BlogTitle
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
margin-bottom:5px;
}

.BlogBody
{
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
margin-top:0px; margin-bottom:0px;
}

.BlogTime
{
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: right;
	COLOR: #888888;
margin-top:0px; margin-bottom:10px;
}

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


Div.pfoot {display: none;}

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




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

.compass-table
{
	width:100%;
	border: 2px solid #382312;
}

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


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

A.compass
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 10px;
 COLOR: #503010;
}
A.compass:hover
{
 COLOR: #866e00;
 TEXT-DECORATION: none;
}

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

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


