@charset "UTF-8";

/* RNav */

h1 {padding: 0.7rem 0 0 0;}

#menuback {
   height: 7rem;
   width: 100%;
   background: #999 url(rnav-header-sm.jpg) repeat-x;
   background-position: calc(8rem + 50vw);  
  }

@media screen and (min-width: 900px) {
 #menuback {
   height: 10.5rem;
   background: #999 url(rnav-header-wide.jpg) repeat-x;
   background-position: calc(-48rem + 50vw);  
  }
}

@media screen and (min-width: 700px) {
   #leftpane {
      display: block;
      width: 10%;
      }
   #centerpane {width: 64%;}
   #rightpane {width: 25%;}
}

a.sutl:link 
   {
   color: #222;
   text-decoration: underline;
   }

a.sutl:visited    
   {
   color: #333;
   text-decoration: underline;
   }

a.sutl:hover
   {
   color: #555;
   text-decoration: underline;
   }

.togb img
      {
      border: 2px solid rgb(255,255,255);
      transition: border 300ms ease-in-out; 
      }

.togb:hover img 
      {
      border: 2px solid rgb(0,0,0);
      }

  
.rightbox {
   border: none;
   box-shadow: none;
  }

.class-descr-margins {
   margin: 0.5rem 0 0.625rem 1.25rem;
  }

/* RNav */