/* -------------------------------------- */
/* stylesheet for screen (zoomed version) */

@import "screencommon.css";

/* ------------------- */
/*      main area      */

#picture, #overlay {
  display:none;
}

#subpic {
  display:none;
}

#foot {
  display:none;
}
.fpart {
  padding-right:7px;
}

/* --------------------------------------------- */
/*      areas for different content layouts      */

#justbody {
  left:55px;
  width:80%;
}

#logoheader {
  left:55px;
  width:80%;
}
#logobody {
  left:55px;
  width:80%;
}

#numheader {
  left:55px;
  width:80%;
}

#numbody {
  left:55px;
  width:80%;
}

#lineheader {
  left:55px;
  width:80%;
}

#linebody {
  left:55px;
  width:80%;
}

/* ----------------------- */
/*      numhead links      */

#llink { left:55px; }
#rlink { left:600px; }

#bllink { left:45px; }
#brlink { left:538px; }

/* ------------------------- */
/*      text formatting      */

.text {
  font-size:12px;
  color:#5F5652;
}
.bold {
  color:#3F3936;
}

SPAN.tsmall { /* small text inside headline */
  font-size:12px;
}

.text P {
  text-align:left; 
  /* background-color:#fff0f0; /* @@@ test */
}
P.num {
  margin-top:-20px;
}

.text H1 {
  font-size:18px;
  margin-top:20px;
}
.text H2 {
  font-size:16px;
  margin-top:12px;
}
.text H3 {
  font-size:14px;
  margin-top:5px;
}

UL.paren2 > LI {
  background-position: 0px 3px;
}

/* -------------- */
/*      logo      */

DIV.logo  {
  font-size:25px;
  height:40px;
  left:-22px;
}
SPAN.llogo {
  font-size:30px;
  width:21px;
}
SPAN.mlogo {
  padding-top:4px;
}
SPAN.rlogo {
  font-size:30px;
}


