/* rinpoche.css
 *   for site rinpoche only.
 *   -> This is loaded *after* the main stylesheet:
 *        it only contains *differences*.
 * notes: see main stylesheet for css notes, standards, etc.
 */

/* -----------------------------------------------------------
  *** { rinpoche only *** 
   ----------------------------------------------------------- */


div#photos img {
  margin: 9px;
  padding: 0;	
}

/* { verses box inside header area: */
div#verses { 
  width: 100%;
  display: table;
  margin: 0 0  0 0;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: #996666;
  text-align: center;
  
}
div#verses p { 
  
  font: 100%  Vardana, Georgia, Times, "Times New Roman", serif;
  color: white;         
  text-align: center;
}


div#highlights { 
  clear: right;
  float: right;
  display: table;
  width: 185px; 
  margin: 5px 0 1px 3px;
  padding: 0;
  padding-left: 8px;
  padding-right: 4px;
  
  border-left: 2px dashed #cc0000;
  
  }
  
  div#highlights img { 
    width:  180px;
    margin: 3px 1px 8px 1px;
    border: none;
}

/* e o f */
