/* NLM CSS */

/* CURRENT SITE THEME COLORS */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, div.content-view-block div.attribute-list li
{
    color: #7e0032; /* Color 1 */
}

div#logo span.image
{
    background-image: url(../images/nlm-logo.png); /* Logo image */
}

div#logo a, div#logo span.image
{
    width: 220px; /* Logo width must be dynamic based on image - Height set to 80px in pagelayout.css */
}

div#topmenu-border, div#shortcuts-border
{
    border-top-color: #b0001d; /* Color 2 */
    border-bottom-color: #7e0032; /* Color 1 */
}

/* Styles for the lightbox */

div#nlm-lightbox-position
{
  position: absolute;
  width: 384px;
  bottom: 20px;
  right: 20px;
  border: #dedede 1px solid;
  box-shadow: 10px 10px 5px #888;
  z-index: 20;
  border-radius: 1em;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
}

div#nlm-lightbox
{
  padding: 1em;
}

div#nlm-lightbox a
{
  margin: 4px;
}

div#nlm-lightbox span.lightbox-close
{
  background: #333;
  border: 2px solid #fff;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
          border-radius: 1em;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
}

div#nlm-lightbox span.lightbox-link
{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em;
}
